# HG changeset patch # User Christophe Lincoln # Date 1388684136 -3600 # Node ID 92e8f350d6b7a210f068ef5ae7e4671e4c687f98 # Parent d5ee600df5b42aace22e6d17ca04aed042152efc use new Openbox autostart script for justx diff -r d5ee600df5b4 -r 92e8f350d6b7 gtkonly/rootfs/etc/xdg/openbox/autostart.sh --- a/gtkonly/rootfs/etc/xdg/openbox/autostart.sh Tue Dec 31 16:32:29 2013 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ -# 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-launch --exit-with-session & - -# Handle Hal events with Ivman (notification with desktopbox). -#ivman & - -# Start PCmanFM as daemon for Wallpaper and desktop icons. -pcmanfm -d & - -# Start the Freedesktop panel standard menu. -lxpanel -p slitaz & - -# Start Parcellite clipboard manager. -#parcellite & - -# Launch Xpad desktop notes utility. -#xpad & - -# Desktop effects composer. -#xcompmgr -c -r 10 & - -# Set a background image using hsetroot (depends on imlib2). -#hsetroot -fill /usr/share/images/slitaz-background.png & - -# Background color with xsetroot. -#xsetroot -solid "#222222" & - -# Wbar2 icon bar -#$(sleep 3 && wbar) & diff -r d5ee600df5b4 -r 92e8f350d6b7 justx/rootfs/etc/xdg/openbox/autostart --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/justx/rootfs/etc/xdg/openbox/autostart Thu Jan 02 18:35:36 2014 +0100 @@ -0,0 +1,38 @@ +# 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-launch --exit-with-session & + +# Handle Hal events with Ivman (notification with desktopbox). +#ivman & + +# Start PCmanFM as daemon for Wallpaper and desktop icons. +#pcmanfm -d & + +# Start the Freedesktop panel standard menu. +#lxpanel & + +# Start Parcellite clipboard manager. +#parcellite & + +# Launch Xpad desktop notes utility. +#xpad & + +# Desktop effects composer. +#xcompmgr -c -r 10 & + +# Set a background image using hsetroot (depends on imlib2). +#hsetroot -fill /usr/share/images/slitaz-background.jpg & + +# Start Tint2 desktop panel +#tint2 & + +# Background color with xsetroot. +xsetroot -solid "#222222" & + +# Start a Xterm +xterm & + +# Wbar icons panel. +#(sleep 2 && wbar -above-desk -pos top center -jumpf 0 -zoomf 1.5 -bpress -balfa 0) & diff -r d5ee600df5b4 -r 92e8f350d6b7 justx/rootfs/etc/xdg/openbox/autostart.sh --- a/justx/rootfs/etc/xdg/openbox/autostart.sh Tue Dec 31 16:32:29 2013 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,38 +0,0 @@ -# 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-launch --exit-with-session & - -# Handle Hal events with Ivman (notification with desktopbox). -#ivman & - -# Start PCmanFM as daemon for Wallpaper and desktop icons. -#pcmanfm -d & - -# Start the Freedesktop panel standard menu. -#lxpanel & - -# Start Parcellite clipboard manager. -#parcellite & - -# Launch Xpad desktop notes utility. -#xpad & - -# Desktop effects composer. -#xcompmgr -c -r 10 & - -# Set a background image using hsetroot (depends on imlib2). -#hsetroot -fill /usr/share/images/slitaz-background.jpg & - -# Start Tint2 desktop panel -#tint2 & - -# Background color with xsetroot. -xsetroot -solid "#222222" & - -# Start a Xterm -xterm & - -# Wbar icons panel. -#(sleep 2 && wbar -above-desk -pos top center -jumpf 0 -zoomf 1.5 -bpress -balfa 0) &