From: Grazvydas Ignotas Date: Sun, 6 May 2012 17:48:07 +0000 (+0300) Subject: pandora-first-run-wizard: xset doesn't need DISPLAY X-Git-Tag: sz_beta5~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd38a53b10ac0c465905f0175d73ae05bda06e37;p=openpandora.oe.git pandora-first-run-wizard: xset doesn't need DISPLAY because this is run on xinit already --- diff --git a/recipes/pandora-system/pandora-first-run-wizard.bb b/recipes/pandora-system/pandora-first-run-wizard.bb index 4586fc6..4fe8685 100755 --- a/recipes/pandora-system/pandora-first-run-wizard.bb +++ b/recipes/pandora-system/pandora-first-run-wizard.bb @@ -6,7 +6,7 @@ RDEPENDS = "hsetroot zenity dbus pandora-wallpaper-official tslib tslib-calibrat COMPATIBLE_MACHINE = "omap3-pandora" -PR = "r32" +PR = "r33" SRC_URI = " \ file://first-run-wizard.sh \ 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 5fc3a12..bd10611 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 @@ -22,7 +22,7 @@ ERROR_WINDOW='zenity --title="Error" --error --text="Sorry! Please try again." - RESET_ROOT="yes" -DISPLAY=:0 xset s off +xset s off # Greet the user.