Message comes out during the install of some packages involving the menu\\
You get a '..lxrandr: missing required tag: "section"'\

Solution:\\
The file /usr/share/menu/lxrandr had a broken first line; Fixed it by adding a '\' at the end of the first line so that it looks like this..
<code>
?package(lxrandr):needs="X11"\ 
  section="Applications/System"\
  title="lxrandr" command="/usr/bin/lxrandr"
</code>

Reinstall any packages that are broken by this by
<code>
 >sudo apt-get install --reinstall package
</code>

LXRandR is the standard screen manager of LXLE. But 'Precise' is lacking the menu entry for controlling lxandr especially when using a multi monitor setup. That is, it lacks a menu entry for ''arandr''. ''Arandr'' is pre-installed so you can just type out ''arandr'' in the Terminal and get a gui to set up your multiple monitors. Trusty solves this issue by having a ''Multiple Monitors'' menu item under ''Preferences'' which calls ''arandr''.\\
