Merge remote-tracking branch 'origin/5.10' into dev

Change-Id: I1031266ae727e7bfeae71bf3faed9b5197c16247
This commit is contained in:
Frederik Gladhorn
2018-01-22 12:19:10 +01:00
5 changed files with 24 additions and 12 deletions

View File

@@ -52,8 +52,8 @@ ExceptionProxy=104
try
(
echo "Set timezone to UTC" || throw $ExceptionTimezone
sudo timedatectl set-timezone Etc/UTC
echo "Set timezone to UTC."
sudo timedatectl set-timezone Etc/UTC || throw $ExceptionTimezone
echo "Timeout for blanking the screen (0 = never)"
gsettings set org.gnome.desktop.session idle-delay 0 || throw $ExceptionGsettings1
echo "Prevents screen lock when screesaver goes active."