From d5a068defed4d1ce12ecce96b4578f00057de42b Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Mon, 19 Sep 2011 04:01:12 +0200 Subject: [PATCH] pandora-first-run-wizard: Fixed screen blanking after setting time --- recipes/pandora-system/pandora-first-run-wizard.bb | 2 +- .../pandora-first-run-wizard/first-run-wizard.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes/pandora-system/pandora-first-run-wizard.bb b/recipes/pandora-system/pandora-first-run-wizard.bb index 1c29d87..a28f4c7 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 = "r23" +PR = "r24" 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 bf32b47..256f995 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" -xset s off +DISPLAY=:0 xset s off # Greet the user. @@ -243,7 +243,6 @@ touch /etc/pandora/first-boot # Make the control file writeable by all to allow the user to delete to rerun the wizard on next boot. chmod 0666 /etc/pandora/first-boot -xset s on # ---- else poweroff -- 2.39.5