flavors view 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 source
1 # This shell script is run before Openbox launches.
2 # Environment variables set here are passed to the Openbox session.
4 # DBUS message bus (automount removable devices)
5 dbus-launch --exit-with-session &
7 # Handle Hal events with Ivman (notification with desktopbox).
8 #ivman &
10 # Start PCmanFM as daemon for Wallpaper and desktop icons.
11 pcmanfm -d &
13 # Start the Freedesktop panel standard menu.
14 lxpanel &
16 # Start Parcellite clipboard manager.
17 #parcellite &
19 # Launch Xpad desktop notes utility.
20 #xpad &
22 # Desktop effects composer.
23 #xcompmgr -c -r 10 &
25 # Set a background image using hsetroot (depends on imlib2).
26 #hsetroot -fill /usr/share/images/slitaz-background.png &
28 # Background color with xsetroot.
29 #xsetroot -solid "#222222" &
31 # Wbar2 icon bar
32 #$(sleep 3 && wbar) &