flavors rev 188

use new Openbox autostart script for justx
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 02 18:35:36 2014 +0100 (2014-01-02)
parents d5ee600df5b4
children 2fea9593600f
files gtkonly/rootfs/etc/xdg/openbox/autostart.sh justx/rootfs/etc/xdg/openbox/autostart justx/rootfs/etc/xdg/openbox/autostart.sh
line diff
     1.1 --- a/gtkonly/rootfs/etc/xdg/openbox/autostart.sh	Tue Dec 31 16:32:29 2013 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,32 +0,0 @@
     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-launch --exit-with-session &
     1.9 -
    1.10 -# Handle Hal events with Ivman (notification with desktopbox).
    1.11 -#ivman &
    1.12 -
    1.13 -# Start PCmanFM as daemon for Wallpaper and desktop icons.
    1.14 -pcmanfm -d &
    1.15 -
    1.16 -# Start the Freedesktop panel standard menu.
    1.17 -lxpanel -p slitaz &
    1.18 -
    1.19 -# Start Parcellite clipboard manager.
    1.20 -#parcellite &
    1.21 -
    1.22 -# Launch Xpad desktop notes utility.
    1.23 -#xpad &
    1.24 -
    1.25 -# Desktop effects composer.
    1.26 -#xcompmgr -c -r 10 &
    1.27 -
    1.28 -# Set a background image using hsetroot (depends on imlib2).
    1.29 -#hsetroot -fill /usr/share/images/slitaz-background.png &
    1.30 -
    1.31 -# Background color with xsetroot.
    1.32 -#xsetroot -solid "#222222" &
    1.33 -
    1.34 -# Wbar2 icon bar
    1.35 -#$(sleep 3 && wbar) &
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/justx/rootfs/etc/xdg/openbox/autostart	Thu Jan 02 18:35:36 2014 +0100
     2.3 @@ -0,0 +1,38 @@
     2.4 +# This shell script is run before Openbox launches.
     2.5 +# Environment variables set here are passed to the Openbox session.
     2.6 +
     2.7 +# DBUS message bus (automount removable devices)
     2.8 +#dbus-launch --exit-with-session &
     2.9 +
    2.10 +# Handle Hal events with Ivman (notification with desktopbox).
    2.11 +#ivman &
    2.12 +
    2.13 +# Start PCmanFM as daemon for Wallpaper and desktop icons.
    2.14 +#pcmanfm -d &
    2.15 +
    2.16 +# Start the Freedesktop panel standard menu.
    2.17 +#lxpanel &
    2.18 +
    2.19 +# Start Parcellite clipboard manager.
    2.20 +#parcellite &
    2.21 +
    2.22 +# Launch Xpad desktop notes utility.
    2.23 +#xpad &
    2.24 +
    2.25 +# Desktop effects composer.
    2.26 +#xcompmgr -c -r 10 &
    2.27 +
    2.28 +# Set a background image using hsetroot (depends on imlib2).
    2.29 +#hsetroot -fill /usr/share/images/slitaz-background.jpg &
    2.30 +
    2.31 +# Start Tint2 desktop panel
    2.32 +#tint2 &
    2.33 +
    2.34 +# Background color with xsetroot.
    2.35 +xsetroot -solid "#222222" &
    2.36 +
    2.37 +# Start a Xterm
    2.38 +xterm &
    2.39 +
    2.40 +# Wbar icons panel.
    2.41 +#(sleep 2 && wbar -above-desk -pos top center -jumpf 0 -zoomf 1.5 -bpress -balfa 0) &
     3.1 --- a/justx/rootfs/etc/xdg/openbox/autostart.sh	Tue Dec 31 16:32:29 2013 +0000
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,38 +0,0 @@
     3.4 -# This shell script is run before Openbox launches.
     3.5 -# Environment variables set here are passed to the Openbox session.
     3.6 -
     3.7 -# DBUS message bus (automount removable devices)
     3.8 -#dbus-launch --exit-with-session &
     3.9 -
    3.10 -# Handle Hal events with Ivman (notification with desktopbox).
    3.11 -#ivman &
    3.12 -
    3.13 -# Start PCmanFM as daemon for Wallpaper and desktop icons.
    3.14 -#pcmanfm -d &
    3.15 -
    3.16 -# Start the Freedesktop panel standard menu.
    3.17 -#lxpanel &
    3.18 -
    3.19 -# Start Parcellite clipboard manager.
    3.20 -#parcellite &
    3.21 -
    3.22 -# Launch Xpad desktop notes utility.
    3.23 -#xpad &
    3.24 -
    3.25 -# Desktop effects composer.
    3.26 -#xcompmgr -c -r 10 &
    3.27 -
    3.28 -# Set a background image using hsetroot (depends on imlib2).
    3.29 -#hsetroot -fill /usr/share/images/slitaz-background.jpg &
    3.30 -
    3.31 -# Start Tint2 desktop panel
    3.32 -#tint2 &
    3.33 -
    3.34 -# Background color with xsetroot.
    3.35 -xsetroot -solid "#222222" &
    3.36 -
    3.37 -# Start a Xterm
    3.38 -xterm &
    3.39 -
    3.40 -# Wbar icons panel.
    3.41 -#(sleep 2 && wbar -above-desk -pos top center -jumpf 0 -zoomf 1.5 -bpress -balfa 0) &