forked from pool/gnome-settings-daemon
Accepting request 343755 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/343755 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-settings-daemon?expand=0&rev=120
This commit is contained in:
commit
5780588c30
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fa621a17f1d132fe60461020b0dad20a9fab6b0e3e651628aaa53a8f6a6df2c0
|
|
||||||
size 1625784
|
|
3
gnome-settings-daemon-3.18.2.tar.xz
Normal file
3
gnome-settings-daemon-3.18.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3071c7258f22684f7f64b7f735821e4cb25f59fc4665eb08e8d86b560e72fc6f
|
||||||
|
size 1626400
|
@ -1,10 +1,10 @@
|
|||||||
Index: gnome-settings-daemon-3.17.2/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
|
Index: gnome-settings-daemon-3.18.2/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- gnome-settings-daemon-3.17.2.orig/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
|
--- gnome-settings-daemon-3.18.2.orig/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
|
||||||
+++ gnome-settings-daemon-3.17.2/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
|
+++ gnome-settings-daemon-3.18.2/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
|
||||||
@@ -66,5 +66,10 @@
|
@@ -50,5 +50,10 @@
|
||||||
<summary>Enable the ALS sensor</summary>
|
<summary>Power button action</summary>
|
||||||
<description>If the ambient light sensor functionality is enabled.</description>
|
<description>The action to take when the system power button is pressed. This action is hard-coded (and the setting ignored) on virtual machines (power off) and tablets (suspend).</description>
|
||||||
</key>
|
</key>
|
||||||
+ <key name="notify-idle-resumed" type="b">
|
+ <key name="notify-idle-resumed" type="b">
|
||||||
+ <default>true</default>
|
+ <default>true</default>
|
||||||
@ -13,10 +13,10 @@ Index: gnome-settings-daemon-3.17.2/data/org.gnome.settings-daemon.plugins.power
|
|||||||
+ </key>
|
+ </key>
|
||||||
</schema>
|
</schema>
|
||||||
</schemalist>
|
</schemalist>
|
||||||
Index: gnome-settings-daemon-3.17.2/plugins/power/gsd-power-manager.c
|
Index: gnome-settings-daemon-3.18.2/plugins/power/gsd-power-manager.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- gnome-settings-daemon-3.17.2.orig/plugins/power/gsd-power-manager.c
|
--- gnome-settings-daemon-3.18.2.orig/plugins/power/gsd-power-manager.c
|
||||||
+++ gnome-settings-daemon-3.17.2/plugins/power/gsd-power-manager.c
|
+++ gnome-settings-daemon-3.18.2/plugins/power/gsd-power-manager.c
|
||||||
@@ -148,6 +148,7 @@ struct GsdPowerManagerPrivate
|
@@ -148,6 +148,7 @@ struct GsdPowerManagerPrivate
|
||||||
NotifyNotification *notification_ups_discharging;
|
NotifyNotification *notification_ups_discharging;
|
||||||
NotifyNotification *notification_low;
|
NotifyNotification *notification_low;
|
||||||
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 10 16:00:08 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.18.2:
|
||||||
|
+ Media keys: Re-add configuration for the power button, except
|
||||||
|
for tablets and virtual machines which have hard-coded
|
||||||
|
defaults.
|
||||||
|
+ Wacom: Fix application of left-handed mode and keep-aspect
|
||||||
|
setting.
|
||||||
|
+ XSettings:
|
||||||
|
- Export cursor theme.
|
||||||
|
- Fix possible crasher when disabling the plugin.
|
||||||
|
+ Updated translations.
|
||||||
|
- Rebase gnome-settings-daemon-notify-idle-resumed.patch.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 22 21:40:19 CEST 2015 - tiwai@suse.de
|
Thu Oct 22 21:40:19 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: gnome-settings-daemon
|
Name: gnome-settings-daemon
|
||||||
Version: 3.18.1
|
Version: 3.18.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Settings daemon for the GNOME desktop
|
Summary: Settings daemon for the GNOME desktop
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user