wok-stable diff fluxbox/stuff/startup @ rev 12465

Up e2fsprogs (1.44.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 04 18:42:23 2019 +0100 (2019-03-04)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/fluxbox/stuff/startup	Mon Mar 04 18:42:23 2019 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +#!/bin/sh
     1.5 +#
     1.6 +# SliTaz GNU/Linux Fluxbox start up script.
     1.7 +#
     1.8 +
     1.9 +# DBUS message bus (automount removable devices)
    1.10 +dbus-launch --sh-syntax --exit-with-session &
    1.11 +
    1.12 +# Start PCmanFM as daemon for Wallpaper and desktop icons.
    1.13 +pcmanfm -d &
    1.14 +
    1.15 +# Now we start fluxbox itself. To keep a log you can use:
    1.16 +# exec fluxbox -log "/home/pankso/.fluxbox/log"
    1.17 +exec fluxbox