------------- This line and the following will be ignored -------------- added: COPYING Makefile debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules etc/ etc/xdg/ etc/xdg/lxsession/ etc/xdg/lxsession/Lubuntu/ etc/xdg/lxsession/Lubuntu/autostart etc/xdg/lxsession/Lubuntu/config usr/ usr/bin/ usr/bin/lubuntu-logout usr/bin/openbox-lubuntu usr/bin/startlubuntu usr/share/ usr/share/applications/ usr/share/applications/lubuntu-logout.desktop usr/share/applications/lubuntu-screenlock.desktop usr/share/lubuntu/ usr/share/lubuntu/images/ usr/share/lubuntu/images/logout-banner.png usr/share/lubuntu/images/lubuntu-logo.png usr/share/lubuntu/openbox/ usr/share/lubuntu/openbox/menu.xml usr/share/lubuntu/openbox/rc.xml usr/share/lubuntu/pcmanfm/ usr/share/lubuntu/pcmanfm/main.lubuntu usr/share/lubuntu/wallpapers/ usr/share/lubuntu/wallpapers/lubuntu-bird-2-1024x768.jpg usr/share/lubuntu/wallpapers/lubuntu-bird-2-1280x1024.jpg usr/share/lubuntu/wallpapers/lubuntu-bird-2-1280x800.jpg usr/share/lxpanel/ usr/share/lxpanel/profile/ usr/share/lxpanel/profile/Lubuntu/ usr/share/lxpanel/profile/Lubuntu/config usr/share/lxpanel/profile/Lubuntu/panels/ usr/share/lxpanel/profile/Lubuntu/panels/panel usr/share/xsessions/ usr/share/xsessions/Lubuntu.desktop
47 lines
1.3 KiB
XML
47 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<openbox_menu xmlns="http://openbox.org/3.4/menu">
|
|
|
|
<menu id="apps-menu" label="Applications">
|
|
<item label="PCManFM">
|
|
<action name="Execute">
|
|
<startupnotify><enabled>yes</enabled><icon>pcmanfm</icon></startupnotify>
|
|
<command>pcmanfm</command></action>
|
|
</item>
|
|
<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="Lubuntu">
|
|
<separator label="Lubuntu" />
|
|
<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 --show-pref 2</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>
|