sts view openbox/sts-autostart @ rev 9

Fix Makefile install path
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 27 16:37:14 2014 +0200 (2014-04-27)
parents
children 56ed1d0589e5
line source
1 # This shell script is run before Openbox launches.
2 # Environment variables set here are passed to the Openbox session.
4 # Start DBUS session.
5 if [ ! "$DBUS_SESSION_BUS_ADDRESS" ]; then
6 dbus-launch --sh-syntax --exit-with-session &
7 fi
9 # Desktop background
10 #hsetroot -fill /usr/share/images/sts-background.png &
11 hsetroot -fill /usr/share/images/slitaz-arm-background.png &
13 # Desktop panel
14 lxpanel -p sts &