wok diff matchbox-common/stuff/matchbox-session-2 @ rev 13950

add libwmf libwmf-dev
author ernia <monghitri@aruba.it>
date Tue Jan 29 21:00:25 2013 +0000 (2013-01-29)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/matchbox-common/stuff/matchbox-session-2	Tue Jan 29 21:00:25 2013 +0000
     1.3 @@ -0,0 +1,20 @@
     1.4 +#!/bin/sh
     1.5 +#
     1.6 +# Very simple session manager for Matchbox v2 on SliTaz.
     1.7 +#
     1.8 +
     1.9 +if [ -e $HOME/.matchbox/session ]; then
    1.10 +	exec $HOME/.matchbox/session
    1.11 +fi
    1.12 +
    1.13 +if [ -e /etc/matchbox/session ]; then
    1.14 +	exec /etc/matchbox/session
    1.15 +fi
    1.16 +
    1.17 +# Default files to run if matchbox/session dont exist. 
    1.18 +
    1.19 +matchbox-desktop &
    1.20 +matchbox-panel \
    1.21 +	--geometry=800x24+0-0 \
    1.22 +	--start-applets=clock,brightness &
    1.23 +exec matchbox-window-manager $@