wok-current diff fluxbox/stuff/startup @ rev 19391
memtest: tiny shrink
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 27 12:07:37 2016 +0200 (2016-08-27) |
parents | 80044994b6f9 |
children |
line diff
1.1 --- a/fluxbox/stuff/startup Tue Feb 28 14:36:10 2012 +0100 1.2 +++ b/fluxbox/stuff/startup Sat Aug 27 12:07:37 2016 +0200 1.3 @@ -1,14 +1,18 @@ 1.4 #!/bin/sh 1.5 # 1.6 -# SliTaz GNU/Linux Fluxbox start up script. 1.7 +# SliTaz GNU/Linux Fluxbox system wide session script. 1.8 # 1.9 1.10 -# DBUS message bus (automount removable devices) 1.11 -dbus-launch --sh-syntax --exit-with-session & 1.12 +# Start DBUS session. 1.13 +if [ ! "$DBUS_SESSION_BUS_ADDRESS" ]; then 1.14 + dbus-launch --sh-syntax --exit-with-session & 1.15 +fi 1.16 1.17 -# Start PCmanFM as daemon for Wallpaper and desktop icons. 1.18 -pcmanfm -d & 1.19 +# Start PCmanFM as daemon (Can be used for wallpaper and desktop icons). 1.20 +#pcmanfm -d & 1.21 1.22 -# Now we start fluxbox itself. To keep a log you can use: 1.23 -# exec fluxbox -log "/home/pankso/.fluxbox/log" 1.24 -exec fluxbox 1.25 +# Set a background image using hsetroot. 1.26 +hsetroot -fill /usr/share/images/slitaz-background.jpg & 1.27 + 1.28 +# Start the composite manager th get full Flucbox transparency 1.29 +xcompmgr &