File lxde-common-0.5.5-openbox-menu.patch of Package lxde-common-branding-openSUSE
diff -uNr old-lxde-common-0.5.5//openbox/menu.xml lxde-common-0.5.5/openbox/menu.xml
--- old-lxde-common-0.5.5//openbox/menu.xml 2011-07-30 11:51:28.562518871 +0200
+++ lxde-common-0.5.5/openbox/menu.xml 2011-07-30 11:55:42.815518891 +0200
@@ -2,23 +2,23 @@
<openbox_menu xmlns="http://openbox.org/3.4/menu">
-<menu id="apps-menu" label="Applications">
+<menu id="apps-menu" label="Applications" execute="openbox-pipemenu --desktop LXDE --root-menu /etc/xdg/menus/lxde-applications.menu" />
+
+<menu id="root-menu" label="LXDE">
+ <separator label="LXDE" />
+ <menu id="apps-menu" />
+ <separator />
<item label="PCManFM">
<action name="Execute">
<startupnotify><enabled>yes</enabled><icon>pcmanfm</icon></startupnotify>
<command>pcmanfm</command></action>
</item>
- <item label="Xterm">
- <action name="Execute"><command>xterm</command></action>
+ <item label="LXterminal">
+ <action name="Execute"><command>lxterminal</command></action>
</item>
<item label="Firefox">
<action name="Execute"><command>firefox</command></action>
</item>
-</menu>
-
-<menu id="root-menu" label="LXDE">
- <separator label="LXDE" />
- <menu id="apps-menu" />
<separator />
<menu id="client-list-menu" />
<separator />
@@ -34,6 +34,12 @@
<command>obconf</command>
</action>
</item>
+ <item label="Run Command">
+ <action name="Execute">
+ <startupnotify><enabled>yes</enabled><icon>gtk-run</icon></startupnotify>
+ <command>lxpanelctl run</command>
+ </action>
+ </item>
<item label="Reload Config Files">
<action name="Reconfigure" />
</item>