From e1852fbb00f31d1fe308ff66f7b4d3478711ccec Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Thu, 8 Apr 2010 02:19:19 +0200 Subject: [PATCH] first-run-wizard.sh: Changed GUI size for default GUI selection --- .../pandora-system/pandora-first-run-wizard/first-run-wizard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}') -- 2.39.5