lubuntu-qa team mailing list archive
-
lubuntu-qa team
-
Mailing list archive
-
Message #00108
12.04 ppc - openbox desktop menu points to Chrome!
While i tried to customize the
`/usr/share/lubuntu/openbox/menu.xml`(to have more options in advanced
mode) i discovered this:
--------------
<item label="Browser">
<action name="Execute"><command>chromium-browser</command></action>
</item>
--------------
That's what there was by default - pretty much wrong on a powerpc platform!
Moreover, i've a queestion:
The advanced rightclick menu on the desktop only shows 3 options:
PCManFM, LXTerminal, Browser. Although, i have the part in the
menu.xml:
--------------
</menu>
<menu id="root-menu" label="Settings">
<separator label="Settings" />
<menu id="apps-menu" />
<separator />
<menu id="client-list-menu" />
<separator />
<item label="Desktop Settings">
<action name="Execute">
<startupnotify><enabled>yes</enabled></startupnotify>
<command>pcmanfm --desktop-pref</command>
</action>
</item>
<item label="Window Management Settings">
<action name="Execute">
<startupnotify><enabled>yes</enabled><icon>openbox</icon></startupnotify>
<command>obconf</command>
</action>
</item>
<item label="Reload Config Files">
<action name="Reconfigure" />
</item>
<separator />
<item label="Exit">
<action name="Execute"><command>lubuntu-logout</command></action>
</item>
</menu>
</openbox_menu>
---------------
Is there somewhere another menu file overruling the
`/usr/share/lubuntu/openbox/menu.xml` ?
TIA