wok-next view matchbox-common/stuff/matchbox-session-2 @ rev 16900

libpng: sec. CVE-2011-3048 CVE-2012-3386 & MemLeak fixes,oth.. Up from 1.2.47 to 1.2.51
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Jul 15 02:56:01 2014 +0300 (2014-07-15)
parents
children
line source
1 #!/bin/sh
2 #
3 # Very simple session manager for Matchbox v2 on SliTaz.
4 #
6 if [ -e $HOME/.matchbox/session ]; then
7 exec $HOME/.matchbox/session
8 fi
10 if [ -e /etc/matchbox/session ]; then
11 exec /etc/matchbox/session
12 fi
14 # Default files to run if matchbox/session dont exist.
16 matchbox-desktop &
17 matchbox-panel \
18 --geometry=800x24+0-0 \
19 --start-applets=clock,brightness &
20 exec matchbox-window-manager $@