# HG changeset patch # User Christophe Lincoln # Date 1235423538 -3600 # Node ID 765c2b9325a975121d4ba5279e4823952e5c8df1 # Parent 30af03d1f4ab5fbcd606f71ce69284999f122f11 Update Openbox autostart script (for desktopbox autostart) diff -r 30af03d1f4ab -r 765c2b9325a9 rootfs/etc/xdg/openbox/autostart.sh --- a/rootfs/etc/xdg/openbox/autostart.sh Fri Feb 20 18:36:30 2009 +0100 +++ b/rootfs/etc/xdg/openbox/autostart.sh Mon Feb 23 22:12:18 2009 +0100 @@ -1,22 +1,25 @@ # This shell script is run before Openbox launches. # Environment variables set here are passed to the Openbox session. -# DBUS message bus (automount removable devices) +# DBUS message bus (automount removables devices) dbus-launch --exit-with-session & -# Handel Hal events with ivman (notification with desktopbox). +# Handel Hal events with Ivman (notification with desktopbox). ivman & -# Start PCmanFM as daemon for wallpaper and desktop icons. +# Start PCmanFM as deamon for Wallpaper and desktop icons. pcmanfm -d & -# Start the panel. +# Start the panel Freedesktop standard menu. lxpanel & -# Start Parcellite clipboard. +# Start Pacellite clipboard manager. #parcellite & -# Desktop effects +# Launch Xpad desktop notes utility. +#xpad & + +# Desktop effects composer. #xcompmgr -c -r 10 & # Set a background image using hsetroot (depends on imlib2).