|
|
@ -1,47 +1,220 @@
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
|
|
|
|
<openbox_menu xmlns="http://openbox.org/"
|
|
|
|
<openbox_menu xmlns="http://openbox.org/3.4/menu">
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
|
|
|
xsi:schemaLocation="http://openbox.org/
|
|
|
|
|
|
|
|
file:///usr/share/openbox/menu.xsd">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<menu id="root-menu" label="Lubuntu">
|
|
|
|
<menu id="apps-accessories-menu" label="Accessories">
|
|
|
|
<item label="PCManFM">
|
|
|
|
<item label="Calculator">
|
|
|
|
|
|
|
|
<action name="Execute">
|
|
|
|
|
|
|
|
<command>galculator</command>
|
|
|
|
|
|
|
|
<startupnotify>
|
|
|
|
|
|
|
|
<enabled>yes</enabled>
|
|
|
|
|
|
|
|
</startupnotify>
|
|
|
|
|
|
|
|
</action>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item label="Character Map">
|
|
|
|
|
|
|
|
<action name="Execute">
|
|
|
|
|
|
|
|
<command>gucharmap</command>
|
|
|
|
|
|
|
|
<startupnotify>
|
|
|
|
|
|
|
|
<enabled>yes</enabled>
|
|
|
|
|
|
|
|
</startupnotify>
|
|
|
|
|
|
|
|
</action>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item label="File Archiver">
|
|
|
|
|
|
|
|
<action name="Execute">
|
|
|
|
|
|
|
|
<command>file-roller</command>
|
|
|
|
|
|
|
|
<startupnotify>
|
|
|
|
|
|
|
|
<enabled>yes</enabled>
|
|
|
|
|
|
|
|
</startupnotify>
|
|
|
|
|
|
|
|
</action>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item label="Leafpad">
|
|
|
|
|
|
|
|
<action name="Execute">
|
|
|
|
|
|
|
|
<command>leafpad</command>
|
|
|
|
|
|
|
|
<startupnotify>
|
|
|
|
|
|
|
|
<enabled>yes</enabled>
|
|
|
|
|
|
|
|
</startupnotify>
|
|
|
|
|
|
|
|
</action>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item label="Image viewer">
|
|
|
|
<action name="Execute">
|
|
|
|
<action name="Execute">
|
|
|
|
<startupnotify><enabled>yes</enabled><icon>pcmanfm</icon></startupnotify>
|
|
|
|
<command>gpicview</command>
|
|
|
|
<command>pcmanfm</command></action>
|
|
|
|
<startupnotify>
|
|
|
|
|
|
|
|
<enabled>yes</enabled>
|
|
|
|
|
|
|
|
</startupnotify>
|
|
|
|
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
<item label="Lxterminal">
|
|
|
|
<item label="Disk utility">
|
|
|
|
<action name="Execute"><command>lxterminal</command></action>
|
|
|
|
<action name="Execute">
|
|
|
|
|
|
|
|
<command>palimpset</command>
|
|
|
|
|
|
|
|
<startupnotify>
|
|
|
|
|
|
|
|
<enabled>yes</enabled>
|
|
|
|
|
|
|
|
</startupnotify>
|
|
|
|
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
<item label="Browser">
|
|
|
|
<item label="Xpad">
|
|
|
|
<action name="Execute"><command>chromium-browser</command></action>
|
|
|
|
<action name="Execute">
|
|
|
|
|
|
|
|
<command>xpad</command>
|
|
|
|
|
|
|
|
<startupnotify>
|
|
|
|
|
|
|
|
<enabled>yes</enabled>
|
|
|
|
|
|
|
|
</startupnotify>
|
|
|
|
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
</menu>
|
|
|
|
</menu>
|
|
|
|
<menu id="root-menu" label="Settings">
|
|
|
|
|
|
|
|
<separator label="Settings" />
|
|
|
|
<menu id="apps-net-menu" label="Internet">
|
|
|
|
<menu id="apps-menu" />
|
|
|
|
<item label="Pidgin Instant Messenger">
|
|
|
|
<separator />
|
|
|
|
<action name="Execute">
|
|
|
|
<menu id="client-list-menu" />
|
|
|
|
<command>pidgin</command>
|
|
|
|
<separator />
|
|
|
|
<startupnotify>
|
|
|
|
<item label="Desktop Settings">
|
|
|
|
<enabled>yes</enabled>
|
|
|
|
|
|
|
|
</startupnotify>
|
|
|
|
|
|
|
|
</action>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item label="Sylpheed E-mail client">
|
|
|
|
|
|
|
|
<action name="Execute">
|
|
|
|
|
|
|
|
<command>sylpheed</command>
|
|
|
|
|
|
|
|
<startupnotify>
|
|
|
|
|
|
|
|
<enabled>yes</enabled>
|
|
|
|
|
|
|
|
</startupnotify>
|
|
|
|
|
|
|
|
</action>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item label="Transmission torrent client">
|
|
|
|
|
|
|
|
<action name="Execute">
|
|
|
|
|
|
|
|
<command>transmission</command>
|
|
|
|
|
|
|
|
<startupnotify>
|
|
|
|
|
|
|
|
<enabled>yes</enabled>
|
|
|
|
|
|
|
|
</startupnotify>
|
|
|
|
|
|
|
|
</action>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<menu id="apps-office-menu" label="Office">
|
|
|
|
|
|
|
|
<item label="Abiword">
|
|
|
|
|
|
|
|
<action name="Execute">
|
|
|
|
|
|
|
|
<command>abiword</command>
|
|
|
|
|
|
|
|
</action>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item label="Gnumeric">
|
|
|
|
|
|
|
|
<action name="Execute">
|
|
|
|
|
|
|
|
<command>gnumeric</command>
|
|
|
|
|
|
|
|
</action>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item label="Osmo">
|
|
|
|
|
|
|
|
<action name="Execute">
|
|
|
|
|
|
|
|
<command>osmo</command>
|
|
|
|
|
|
|
|
</action>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item label="Evince">
|
|
|
|
|
|
|
|
<action name="Execute">
|
|
|
|
|
|
|
|
<command>evince</command>
|
|
|
|
|
|
|
|
</action>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<menu id="apps-multimedia-menu" label="Multimedia">
|
|
|
|
|
|
|
|
<item label="Audacious">
|
|
|
|
|
|
|
|
<action name="Execute">
|
|
|
|
|
|
|
|
<command>audacious</command>
|
|
|
|
|
|
|
|
<startupnotify>
|
|
|
|
|
|
|
|
<enabled>yes</enabled>
|
|
|
|
|
|
|
|
</startupnotify>
|
|
|
|
|
|
|
|
</action>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item label="Gnome-MPlayer">
|
|
|
|
|
|
|
|
<action name="Execute">
|
|
|
|
|
|
|
|
<command>gnome-mplayer</command>
|
|
|
|
|
|
|
|
<startupnotify>
|
|
|
|
|
|
|
|
<enabled>yes</enabled>
|
|
|
|
|
|
|
|
</startupnotify>
|
|
|
|
|
|
|
|
</action>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item label="Xfburn">
|
|
|
|
|
|
|
|
<action name="Execute">
|
|
|
|
|
|
|
|
<command>xfburn</command>
|
|
|
|
|
|
|
|
<startupnotify>
|
|
|
|
|
|
|
|
<enabled>yes</enabled>
|
|
|
|
|
|
|
|
</startupnotify>
|
|
|
|
|
|
|
|
</action>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item label="Webcam">
|
|
|
|
|
|
|
|
<action name="Execute">
|
|
|
|
|
|
|
|
<command>guvcview</command>
|
|
|
|
|
|
|
|
<startupnotify>
|
|
|
|
|
|
|
|
<enabled>yes</enabled>
|
|
|
|
|
|
|
|
</startupnotify>
|
|
|
|
|
|
|
|
</action>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<menu id="system-menu" label="System">
|
|
|
|
|
|
|
|
<item label="System Preferences">
|
|
|
|
|
|
|
|
<action name="Execute">
|
|
|
|
|
|
|
|
<command>pcmanfm menu://applications/DesktopSettings</command>
|
|
|
|
|
|
|
|
<startupnotify><enabled>yes</enabled></startupnotify>
|
|
|
|
|
|
|
|
</action>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item label="Administration">
|
|
|
|
<action name="Execute">
|
|
|
|
<action name="Execute">
|
|
|
|
|
|
|
|
<command>pcmanfm menu://applications/Administration</command>
|
|
|
|
<startupnotify><enabled>yes</enabled></startupnotify>
|
|
|
|
<startupnotify><enabled>yes</enabled></startupnotify>
|
|
|
|
|
|
|
|
</action>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item label="Desktop Settings">
|
|
|
|
|
|
|
|
<action name="Execute">
|
|
|
|
<command>pcmanfm --desktop-pref</command>
|
|
|
|
<command>pcmanfm --desktop-pref</command>
|
|
|
|
|
|
|
|
<startupnotify><enabled>yes</enabled></startupnotify>
|
|
|
|
</action>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
<item label="Window Management Settings">
|
|
|
|
<item label="Openbox Configuration Manager">
|
|
|
|
<action name="Execute">
|
|
|
|
<action name="Execute">
|
|
|
|
<startupnotify><enabled>yes</enabled><icon>openbox</icon></startupnotify>
|
|
|
|
|
|
|
|
<command>obconf</command>
|
|
|
|
<command>obconf</command>
|
|
|
|
|
|
|
|
<startupnotify><enabled>yes</enabled></startupnotify>
|
|
|
|
</action>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
<item label="Reload Config Files">
|
|
|
|
<separator />
|
|
|
|
|
|
|
|
<item label="Reconfigure Openbox">
|
|
|
|
<action name="Reconfigure" />
|
|
|
|
<action name="Reconfigure" />
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<menu id="root-menu" label="Lubuntu">
|
|
|
|
|
|
|
|
<separator label="Shortcuts" />
|
|
|
|
|
|
|
|
<item label="PCMan File Manager" icon="/usr/share/icons/gnome/48x48/apps/system-file-manager.png">
|
|
|
|
|
|
|
|
<action name="Execute">
|
|
|
|
|
|
|
|
<command>pcmanfm</command>
|
|
|
|
|
|
|
|
<startupnotify>
|
|
|
|
|
|
|
|
<enabled>yes</enabled>
|
|
|
|
|
|
|
|
</startupnotify>
|
|
|
|
|
|
|
|
</action>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item label="Terminal" icon="/usr/share/pixmaps/lxterminal.png">
|
|
|
|
|
|
|
|
<action name="Execute">
|
|
|
|
|
|
|
|
<command>lxterminal</command>
|
|
|
|
|
|
|
|
<startupnotify>
|
|
|
|
|
|
|
|
<enabled>yes</enabled>
|
|
|
|
|
|
|
|
</startupnotify>
|
|
|
|
|
|
|
|
</action>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item label="Chromium" icon="/usr/share/icons/hicolor/48x48/apps/chromium-browser.png">
|
|
|
|
|
|
|
|
<action name="Execute">
|
|
|
|
|
|
|
|
<command>chromium-browser</command>
|
|
|
|
|
|
|
|
<startupnotify>
|
|
|
|
|
|
|
|
<enabled>yes</enabled>
|
|
|
|
|
|
|
|
</startupnotify>
|
|
|
|
|
|
|
|
</action>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<separator label="Applications" />
|
|
|
|
|
|
|
|
<menu id="apps-accessories-menu" icon="/usr/share/icons/gnome/48x48/categories/applications-accessories.png"/>
|
|
|
|
|
|
|
|
<menu id="apps-net-menu" icon="/usr/share/icons/gnome/48x48/categories/applications-internet.png"/>
|
|
|
|
|
|
|
|
<menu id="apps-office-menu" icon="/usr/share/icons/gnome/48x48/categories/applications-office.png"/>
|
|
|
|
|
|
|
|
<menu id="apps-multimedia-menu" icon="/usr/share/icons/gnome/48x48/categories/applications-multimedia.png"/>
|
|
|
|
|
|
|
|
<separator label="System" />
|
|
|
|
|
|
|
|
<menu id="system-menu" icon="/usr/share/icons/gnome/48x48/categories/applications-system.png" />
|
|
|
|
<separator />
|
|
|
|
<separator />
|
|
|
|
<item label="Exit">
|
|
|
|
<item label="Log Out">
|
|
|
|
<action name="Execute"><command>lubuntu-logout</command></action>
|
|
|
|
<action name="Execute">
|
|
|
|
|
|
|
|
<command>lubuntu-logout</command>
|
|
|
|
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
</menu>
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
|
|
|
|