slitaz-configs rev 27

Start ivman with ob and add TazUSBbox menu link
author Christophe Lincoln <pankso@slitaz.org>
date Fri Feb 20 18:36:30 2009 +0100 (2009-02-20)
parents 6f6a4be0f3d4
children 765c2b9325a9
files rootfs/etc/xdg/openbox/autostart.sh rootfs/etc/xdg/openbox/menu.xml
line diff
     1.1 --- a/rootfs/etc/xdg/openbox/autostart.sh	Tue Dec 30 01:10:53 2008 +0100
     1.2 +++ b/rootfs/etc/xdg/openbox/autostart.sh	Fri Feb 20 18:36:30 2009 +0100
     1.3 @@ -4,6 +4,9 @@
     1.4  # DBUS message bus (automount removable devices)
     1.5  dbus-launch --exit-with-session &
     1.6  
     1.7 +# Handel Hal events with ivman (notification with desktopbox).
     1.8 +ivman &
     1.9 +
    1.10  # Start PCmanFM as daemon for wallpaper and desktop icons.
    1.11  pcmanfm -d &
    1.12  
     2.1 --- a/rootfs/etc/xdg/openbox/menu.xml	Tue Dec 30 01:10:53 2008 +0100
     2.2 +++ b/rootfs/etc/xdg/openbox/menu.xml	Fri Feb 20 18:36:30 2009 +0100
     2.3 @@ -72,6 +72,11 @@
     2.4      <action name="Execute"><command>subox tazlitobox</command></action>
     2.5    </item>
     2.6    <separator />
     2.7 +  <item label="TazUSB LiveUSB Tool">
     2.8 +    <action name="Execute">
     2.9 +      <command>subox tazusbbox</command>
    2.10 +    </action>
    2.11 +  </item>
    2.12    <item label="TazUSB Writefs (gzip)">
    2.13      <action name="Execute">
    2.14        <command>subox "xterm -e tazusb writefs gzip"</command>