slitaz-configs rev 28

Update Openbox autostart script (for desktopbox autostart)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Feb 23 22:12:18 2009 +0100 (2009-02-23)
parents 30af03d1f4ab
children 93c13b103c91
files rootfs/etc/xdg/openbox/autostart.sh
line diff
     1.1 --- a/rootfs/etc/xdg/openbox/autostart.sh	Fri Feb 20 18:36:30 2009 +0100
     1.2 +++ b/rootfs/etc/xdg/openbox/autostart.sh	Mon Feb 23 22:12:18 2009 +0100
     1.3 @@ -1,22 +1,25 @@
     1.4  # This shell script is run before Openbox launches.
     1.5  # Environment variables set here are passed to the Openbox session.
     1.6  
     1.7 -# DBUS message bus (automount removable devices)
     1.8 +# DBUS message bus (automount removables devices)
     1.9  dbus-launch --exit-with-session &
    1.10  
    1.11 -# Handel Hal events with ivman (notification with desktopbox).
    1.12 +# Handel Hal events with Ivman (notification with desktopbox).
    1.13  ivman &
    1.14  
    1.15 -# Start PCmanFM as daemon for wallpaper and desktop icons.
    1.16 +# Start PCmanFM as deamon for Wallpaper and desktop icons.
    1.17  pcmanfm -d &
    1.18  
    1.19 -# Start the panel.
    1.20 +# Start the panel Freedesktop standard menu.
    1.21  lxpanel &
    1.22  
    1.23 -# Start Parcellite clipboard.
    1.24 +# Start Pacellite clipboard manager.
    1.25  #parcellite &
    1.26  
    1.27 -# Desktop effects
    1.28 +# Launch Xpad desktop notes utility.
    1.29 +#xpad &
    1.30 +
    1.31 +# Desktop effects composer.
    1.32  #xcompmgr -c -r 10 &
    1.33  
    1.34  # Set a background image using hsetroot (depends on imlib2).