slitaz-tools view tinyutils/startx @ rev 939

tazbox: fix subox icon when ~/.local/share/applications is absent; fix working with freegeoip; write full list of icons used; all other files: 2015 and insert blank lines.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 17 07:35:02 2015 +0300 (2015-04-17)
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