slitaz-tools diff tinyutils/tazx @ rev 920

clean tags
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Nov 14 21:53:07 2014 +0000 (2014-11-14)
parents 14a1aa90effb
children ccb6cf783ff2
line diff
     1.1 --- a/tinyutils/tazx	Fri Nov 14 21:40:02 2014 +0000
     1.2 +++ b/tinyutils/tazx	Fri Nov 14 21:53:07 2014 +0000
     1.3 @@ -297,9 +297,7 @@
     1.4  			inst_pkg slim ; inst_pkg dbus
     1.5  			[ ! -z $XAUTHORITY ] || stopd slim ;sleep 2; startd slim ;;
     1.6  		wm_apps)
     1.7 -			slitaz_apps_conf
     1.8 -			. ${user_conf}
     1.9 -			apps_dialog ;;
    1.10 +			slitaz_apps_conf ; apps_dialog ;;
    1.11  		*)
    1.12  			exit 0 ;;
    1.13  	esac
    1.14 @@ -371,8 +369,8 @@
    1.15  		*)	exec 3>&1 && colors=$($DIALOG --menu " " 12 12 12 \
    1.16  			24 truecolor 16 hicolor 15 hicolor 8 256colors 2>&1 1>&3) ; dialog_end ;;
    1.17  		esac
    1.18 -		sed 's|Monitor.*"$|&\n\tDefaultDepth '$colors'|' -i ${xorg_config}/70-Screen.conf
    1.19 -		;;
    1.20 +		sed 's|Monitor.*"$|&\n\tDefaultDepth '$colors'|' \
    1.21 +		-i ${xorg_config}/70-Screen.conf ;;
    1.22  	*help)
    1.23  		echo "Usage: $(basename $0) [install-xorg|bpp|auto|config-xorg|init|keyboard]" ;;
    1.24  	*)