slitaz-tools view tinyutils/startx @ rev 192

Misc changes to desktop files and box to use th nice other.png
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 16 00:04:20 2008 +0200 (2008-05-16)
parents
children
line source
1 #!/bin/sh
2 #
3 # Start X session on SliTaz GNU/Linux.
4 #
6 if [ -f "$HOME/.xsession" ]; then
7 exec $HOME/.xsession
8 else
9 tazx
10 exec $HOME/.xsession
11 fi