1
0

Accepting request 488991 from home:xiaoguang_wang:branches:GNOME:Factory

- Update gnome-settings-daemon-sle-configure-timeout-blank.patch:
  Fix mouse cursor on black screen (bsc#1029637).

OBS-URL: https://build.opensuse.org/request/show/488991
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=277
This commit is contained in:
Dominique Leuenberger 2017-04-24 08:39:03 +00:00 committed by Git OBS Bridge
parent 4fd4283b72
commit eac04ce799
2 changed files with 6 additions and 15 deletions

View File

@ -11,18 +11,3 @@ Index: plugins/power/gsd-power-constants.h
/* The dim delay when dimming on idle is requested but idle-delay
* is set to "Never" */
Index: plugins/power/gsd-power-manager.c
===================================================================
--- plugins/power/gsd-power-manager.c.orig 2014-03-27 11:39:34.089124716 +0800
+++ plugins/power/gsd-power-manager.c 2014-03-27 11:39:34.101125059 +0800
@@ -1921,8 +1921,8 @@ handle_screensaver_active (GsdPowerManag
* and its fade has finished.
*
* See also idle_configure() */
- if (active)
- idle_set_mode (manager, GSD_POWER_IDLE_MODE_BLANK);
+ /* if (active) */
+ /* idle_set_mode (manager, GSD_POWER_IDLE_MODE_BLANK); */
}
}

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 17 01:14:05 UTC 2017 - xwang@suse.com
- Update gnome-settings-daemon-sle-configure-timeout-blank.patch:
Fix mouse cursor on black screen (bsc#1029637).
-------------------------------------------------------------------
Mon Mar 20 12:27:09 UTC 2017 - dimstar@opensuse.org