From: Grazvydas Ignotas Date: Sun, 5 Aug 2012 21:18:08 +0000 (+0300) Subject: op_lcdsettings: don't unconditionally disable screen blanking X-Git-Tag: sz_152~38 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=b61ed9050f151beb6c05a89acb6c3d6244f6e6af;hp=5b42f7e91a82a5a9e1d03881078b4b5bbe13275c op_lcdsettings: don't unconditionally disable screen blanking --- 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