10
10
plugins/power/gsd-power-manager.c | 32 +++++++++++++++++
11
11
5 files changed, 94 insertions(+)
13
Index: gnome-settings-daemon-3.16.2/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
13
Index: gnome-settings-daemon-3.17.92/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
14
14
===================================================================
15
--- gnome-settings-daemon-3.16.2.orig/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
16
+++ gnome-settings-daemon-3.16.2/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
15
--- gnome-settings-daemon-3.17.92.orig/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
16
+++ gnome-settings-daemon-3.17.92/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
18
18
<_summary>Wacom touch feature</_summary>
19
19
<_description>Enable this to move the cursor when the user touches the tablet.</_description>
23
23
+ <_summary>Wacom tablet PC feature</_summary>
24
24
+ <_description>Enable this to only report stylus events when the tip is pressed.</_description>
26
+ <key name="display" type="as">
27
+ <default>["", "", ""]</default>
28
+ <_summary>Wacom display mapping</_summary>
29
+ <_description>EDID information of monitor to map tablet to. Must be in the format [vendor, product, serial]. ["","",""] disables mapping.</_description>
32
27
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.wacom.stylus">
33
28
<key name="pressurecurve" type="ai">
34
Index: gnome-settings-daemon-3.16.2/data/org.gnome.settings-daemon.plugins.gschema.xml.in.in
29
Index: gnome-settings-daemon-3.17.92/data/org.gnome.settings-daemon.plugins.gschema.xml.in.in
35
30
===================================================================
36
--- gnome-settings-daemon-3.16.2.orig/data/org.gnome.settings-daemon.plugins.gschema.xml.in.in
37
+++ gnome-settings-daemon-3.16.2/data/org.gnome.settings-daemon.plugins.gschema.xml.in.in
39
<child name="background" schema="org.gnome.settings-daemon.plugins.background"/>
40
<child name="clipboard" schema="org.gnome.settings-daemon.plugins.clipboard"/>
41
<child name="color" schema="org.gnome.settings-daemon.plugins.color"/>
42
+ <child name="cursor" schema="org.gnome.settings-daemon.plugins.cursor"/>
43
<child name="datetime" schema="org.gnome.settings-daemon.plugins.datetime"/>
44
<child name="gsdwacom" schema="org.gnome.settings-daemon.plugins.gsdwacom"/>
45
<child name="housekeeping" schema="org.gnome.settings-daemon.plugins.housekeeping"/>
31
--- gnome-settings-daemon-3.17.92.orig/data/org.gnome.settings-daemon.plugins.gschema.xml.in.in
32
+++ gnome-settings-daemon-3.17.92/data/org.gnome.settings-daemon.plugins.gschema.xml.in.in
47
34
<child name="orientation" schema="org.gnome.settings-daemon.plugins.orientation"/>
48
35
<child name="power" schema="org.gnome.settings-daemon.plugins.power"/>
49
36
<child name="print-notifications" schema="org.gnome.settings-daemon.plugins.print-notifications"/>
51
38
<child name="screensaver-proxy" schema="org.gnome.settings-daemon.plugins.screensaver-proxy"/>
52
39
<child name="sharing" schema="org.gnome.settings-daemon.plugins.sharing"/>
53
40
<child name="smartcard" schema="org.gnome.settings-daemon.plugins.smartcard"/>
55
<_description>Priority to use for this plugin in gnome-settings-daemon startup queue</_description>
58
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.plugins.cursor" path="/org/gnome/settings-daemon/plugins/cursor/">
59
+ <key name="active" type="b">
60
+ <default>true</default>
61
+ <_summary>Activation of this plugin</_summary>
62
+ <_description>Whether this plugin would be activated by gnome-settings-daemon or not</_description>
64
+ <key name="priority" type="i">
65
+ <default>0</default>
66
+ <_summary>Priority to use for this plugin</_summary>
67
+ <_description>Priority to use for this plugin in gnome-settings-daemon startup queue</_description>
70
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.plugins.mouse" path="/org/gnome/settings-daemon/plugins/mouse/">
71
<key name="active" type="b">
72
<default>true</default>
74
42
<key name="active" type="b">
75
43
<default>true</default>
76
44
<_summary>Activation of this plugin</_summary>
89
57
<_description>Whether this plugin would be activated by gnome-settings-daemon or not</_description>
91
59
<key name="priority" type="i">
92
Index: gnome-settings-daemon-3.16.2/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
60
Index: gnome-settings-daemon-3.17.92/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
93
61
===================================================================
94
--- gnome-settings-daemon-3.16.2.orig/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
95
+++ gnome-settings-daemon-3.16.2/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
97
<summary>Battery critical low action</summary>
98
<description>The action to take when the battery is critically low.</description>
62
--- gnome-settings-daemon-3.17.92.orig/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
63
+++ gnome-settings-daemon-3.17.92/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
65
key to False to keep the default behavior, or to True to suspend the laptop whenever the
66
lid is closed and regardless of external monitors.</description>
68
+ <key name="button-suspend" enum="org.gnome.settings-daemon.GsdPowerActionType">
69
+ <default>'suspend'</default>
70
+ <summary>Suspend button action</summary>
71
+ <description>The action to take when the system suspend button is pressed.</description>
73
+ <key name="button-hibernate" enum="org.gnome.settings-daemon.GsdPowerActionType">
74
+ <default>'hibernate'</default>
75
+ <summary>Hibernate button action</summary>
76
+ <description>The action to take when the system hibernate button is pressed.</description>
78
+ <key name="button-sleep" enum="org.gnome.settings-daemon.GsdPowerActionType">
79
+ <default>'hibernate'</default>
80
+ <summary>Sleep button action</summary>
81
+ <description>The action to take when the system sleep (non-specific type) button is pressed.</description>
83
+ <!-- See https://bugzilla.gnome.org/show_bug.cgi?id=652183 for rationale -->
84
+ <key name="button-power" enum="org.gnome.settings-daemon.GsdPowerActionType">
85
+ <default>'suspend'</default>
86
+ <summary>Power button action</summary>
87
+ <description>The action to take when the system power button is pressed.</description>
89
+ <key name="critical-battery-action" enum="org.gnome.settings-daemon.GsdPowerActionType">
90
+ <default>'hibernate'</default>
91
+ <summary>Battery critical low action</summary>
92
+ <description>The action to take when the battery is critically low.</description>
94
<key name="ambient-enabled" type="b">
95
<default>true</default>
96
<summary>Enable the ALS sensor</summary>
97
<description>If the ambient light sensor functionality is enabled.</description>
100
99
+ <key name="percentage-low" type="i">
101
100
+ <default>10</default>