From b61ed9050f151beb6c05a89acb6c3d6244f6e6af Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Mon, 6 Aug 2012 00:18:08 +0300 Subject: [PATCH 1/1] op_lcdsettings: don't unconditionally disable screen blanking --- recipes/pandora-system/pandora-scripts/op_lcdsettings.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/pandora-system/pandora-scripts/op_lcdsettings.sh b/recipes/pandora-system/pandora-scripts/op_lcdsettings.sh index 22e5c89..12b318e 100644 --- a/recipes/pandora-system/pandora-scripts/op_lcdsettings.sh +++ b/recipes/pandora-system/pandora-scripts/op_lcdsettings.sh @@ -98,9 +98,7 @@ case $mainsel in sed -i "s/.*xset.*/DISPLAY=:0 xset s off/g" /home/${user}/.xinitrc zenity --info --title="Screen blanking" --text "The automatic screen blanking has been disabled." --timeout 6 DISPLAY=:0 xset s off - fi;; + fi;; esac done - -DISPLAY=:0 xset s off -- 2.39.2