slitaz-tools diff tinyutils/tazx @ rev 837

Add slitaz-config and same size for tazkeymap, tazlocale, tazx
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 17 22:23:32 2014 +0100 (2014-03-17)
parents b0d5fdb1e5f3
children 66de501eccc6
line diff
     1.1 --- a/tinyutils/tazx	Mon Feb 24 20:08:51 2014 +0000
     1.2 +++ b/tinyutils/tazx	Mon Mar 17 22:23:32 2014 +0100
     1.3 @@ -8,6 +8,12 @@
     1.4  # Authors: Christophe Lincoln <pankso@slitaz.org>
     1.5  #          Pascal Bellard <pascal.bellard@slitaz.org>
     1.6  #
     1.7 +
     1.8 +# 20140317: most xsession, xinitrc are obsolet, provided system files
     1.9 +# are in /etc/skel and WM configs files are no longer copyed by tazx 
    1.10 +# to user home. If some configs are needed ba WM's there should be set
    1.11 +# a /usr/bin/wmname-session script.
    1.12 +
    1.13  . /lib/libtaz.sh
    1.14  . /etc/slitaz/slitaz.conf
    1.15  export TEXTDOMAIN='slitaz-tools' #i18n
    1.16 @@ -158,7 +164,6 @@
    1.17  $(_n 'Window Manager:') \Z2$WM\Zn \n\
    1.18  $(_n 'X server:') \Z2Xorg\Zn" 16 70 3 \
    1.19  	"xorg" "$(_n 'Install or reconfigure Xorg')" \
    1.20 -	"xfbdev" "$(_n 'Install TinyX server Xfbdev')" \
    1.21  	"quit" "$(_n 'Quit Tazx utility')" \
    1.22  	2>&1 1>&3)
    1.23  	retval=$?
    1.24 @@ -174,9 +179,6 @@
    1.25  	case $value in
    1.26  		xorg)
    1.27  			install_xorg ;;
    1.28 -		xfbdev)
    1.29 -			# FIXME: Much to do here, for now just install Xfbdev.
    1.30 -			tazpkg get-install xorg-server-Xfbdev ;;
    1.31  		*) exit 0 ;;
    1.32  	esac
    1.33  }