wok-4.x diff fluxbox/stuff/startup @ rev 12383

linux: update WGET_URL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 16 18:20:44 2013 +0200 (2013-05-16)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/fluxbox/stuff/startup	Thu May 16 18:20:44 2013 +0200
     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