first-run-wizard.sh: Changed GUI size for default GUI selection
authorMichael Mrozek <EvilDragon@openpandora.org>
Thu, 8 Apr 2010 00:19:19 +0000 (02:19 +0200)
committerMichael Mrozek <EvilDragon@openpandora.org>
Thu, 8 Apr 2010 00:19:19 +0000 (02:19 +0200)
recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh

index 3af9e0c..a7bfb5d 100755 (executable)
@@ -147,7 +147,7 @@ fi
 
 # Select the default interface and setup SLiM to pass that as a sesion to ~./.xinitrc
 
-selection=$(cat /etc/pandora/conf/gui.conf | awk -F\; '{print $1 "\n" $2 }' | zenity --title="Select the Default GUI" --list --multiple --column "name" --column "description" --text "select defaultgui" )
+selection=$(cat /etc/pandora/conf/gui.conf | awk -F\; '{print $1 "\n" $2 }' | zenity --width=500 --height=300 --title="Select the Default GUI" --list --multiple --column "name" --column "description" --text "select defaultgui" )
 echo $selection
 
 gui=$(grep $selection /etc/pandora/conf/gui.conf | awk -F\; '{print $3}')