pandora-first-run-wizard: xset doesn't need DISPLAY
authorGrazvydas Ignotas <notasas@gmail.com>
Sun, 6 May 2012 17:48:07 +0000 (20:48 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 6 May 2012 17:48:16 +0000 (20:48 +0300)
because this is run on xinit already

recipes/pandora-system/pandora-first-run-wizard.bb
recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh

index 4586fc6..4fe8685 100755 (executable)
@@ -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 \
index 5fc3a12..bd10611 100755 (executable)
@@ -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.