flavors diff firefox/rootfs/etc/xdg/openbox/autostart.sh @ rev 89

firefox: update from last cooking...
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 02 14:23:38 2011 +0200 (2011-04-02)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/firefox/rootfs/etc/xdg/openbox/autostart.sh	Sat Apr 02 14:23:38 2011 +0200
     1.3 @@ -0,0 +1,32 @@
     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 &
    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) &