From 7e1d1b7e077c6870873e14fc8f9543c0bffaa9b27e7c06a1a2a803696bca1929 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 28 Mar 2020 12:10:12 +0000 Subject: [PATCH] Accepting request 784525 from home:qkzhu:branches:GNOME:Factory - Update .gschema.override.in: + Set sleep-inactive-ac-timeout, sleep-inactive-battery-timeout to 0 for Leap to be consistent with SLE and old versions (bsc#1158497). OBS-URL: https://build.opensuse.org/request/show/784525 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2-branding?expand=0&rev=20 --- glib2-branding.changes | 7 +++++++ glib2-branding.gschema.override.in | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/glib2-branding.changes b/glib2-branding.changes index db190ea..b996679 100644 --- a/glib2-branding.changes +++ b/glib2-branding.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 13 07:11:53 UTC 2020 - QK ZHU + +- Update .gschema.override.in: + + Set sleep-inactive-ac-timeout, sleep-inactive-battery-timeout to + 0 for Leap to be consistent with SLE and old versions (bsc#1158497). + ------------------------------------------------------------------- Tue Jan 7 08:53:34 UTC 2020 - QK ZHU diff --git a/glib2-branding.gschema.override.in b/glib2-branding.gschema.override.in index bc43c82..0f1e2b6 100644 --- a/glib2-branding.gschema.override.in +++ b/glib2-branding.gschema.override.in @@ -54,10 +54,12 @@ tap-to-click = true ignore-paths = ['/boot/efi'] [org.gnome.settings-daemon.plugins.power] -@@IF_SLE@@## Energy Star compliant configuration is disabled for SLE from vendor level -@@IF_SLE@@## The recommended way to enable this is via GNOME Control Center, dconf-editor or gsettings +## Energy Star compliant configuration is disabled for SLE and Leap from vendor level +## The recommended way to enable this is via GNOME Control Center, dconf-editor or gsettings @@IF_SLE@@sleep-inactive-ac-timeout = 0 @@IF_SLE@@sleep-inactive-battery-timeout = 0 +@@IF_LEAP@@sleep-inactive-ac-timeout = 0 +@@IF_LEAP@@sleep-inactive-battery-timeout = 0 [org.gnome.settings-daemon.plugins.xsettings] ## the PackageKit gtk+ module is too spammy, fdo#23917