wok rev 5131

suggested-applications: minor changes
author Rohit Joshi <jozee@slitaz.org>
date Mon Mar 22 19:47:06 2010 +0000 (2010-03-22)
parents a4542133af01
children 8c1a39e4682c
files suggested-applications/stuff/applications/writedoc.desktop suggested-applications/stuff/default-app
line diff
     1.1 --- a/suggested-applications/stuff/applications/writedoc.desktop	Mon Mar 22 12:06:26 2010 +0000
     1.2 +++ b/suggested-applications/stuff/applications/writedoc.desktop	Mon Mar 22 19:47:06 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  [Desktop Entry]
     1.5  Encoding=UTF-8
     1.6 -Name=Write doc
     1.7 +Name=Write documents
     1.8  Icon=text-editor
     1.9 -Exec=default-app abiword --install "abiword gnumeric"
    1.10 +Exec=default-app abiword --install "abiword abiword-plugins gnumeric"
    1.11  Type=Application
    1.12  Categories=Office;
     2.1 --- a/suggested-applications/stuff/default-app	Mon Mar 22 12:06:26 2010 +0000
     2.2 +++ b/suggested-applications/stuff/default-app	Mon Mar 22 19:47:06 2010 +0000
     2.3 @@ -14,13 +14,12 @@
     2.4  	done 
     2.5  	
     2.6  	if [ -f $TMPFILE ] ; then
     2.7 -		xterm -geometry 80x16 -title "Installing Packages (Press ENTER to close and proceed)" \
     2.8 -				-e "echo -n \"Installing packages as root. This option depends on \
     2.9 -				 `cat $TMPFILE`\"; 
    2.10 -				   echo \" \"
    2.11 -				    subox tazpkg get-install-list $TMPFILE --forced;
    2.12 -				    echo -e \"----\nPress ENTER to close and proceed further when done...\"; read i; exit 0;
    2.13 -				"
    2.14 +		xterm -geometry 80x16 -title "Installing Packages (Press ENTER to close)" \
    2.15 +				-e "echo -e \"Installing packages as root. This option depends on \n `cat $TMPFILE`\" 
    2.16 +				    subox \"tazpkg get-install-list $TMPFILE\"
    2.17 +				    echo -e \"----\nPress ENTER to close and to proceed further...\"
    2.18 +				    read i; exit 0;
    2.19 +				"	
    2.20  		rm -f $TMPFILE
    2.21  	fi	
    2.22