From: Michael Mrozek Date: Thu, 8 Apr 2010 00:19:19 +0000 (+0200) Subject: first-run-wizard.sh: Changed GUI size for default GUI selection X-Git-Tag: Release-2010-05/1~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1852fbb00f31d1fe308ff66f7b4d3478711ccec;p=openpandora.oe.git first-run-wizard.sh: Changed GUI size for default GUI selection --- diff --git a/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh b/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh index 3af9e0c..a7bfb5d 100755 --- a/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh +++ b/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh @@ -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}')