mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-25 06:07:47 +08:00
Merge remote-tracking branch 'origin/5.10' into dev
Change-Id: I1031266ae727e7bfeae71bf3faed9b5197c16247
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user