Merge lp:~khurshid-alam/unity-settings-daemon/build-hirsute into lp:unity-settings-daemon

Proposed by Khurshid Alam
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 4205
Merged at revision: 4205
Proposed branch: lp:~khurshid-alam/unity-settings-daemon/build-hirsute
Merge into: lp:unity-settings-daemon
Diff against target: 12 lines (+1/-1)
1 file modified
data/com.canonical.unity.settings-daemon.plugins.power.gschema.xml.in.in (+1/-1)
To merge this branch: bzr merge lp:~khurshid-alam/unity-settings-daemon/build-hirsute
Reviewer Review Type Date Requested Status
Sebastien Bacher Approve
Review via email: mp+401132@code.launchpad.net

Commit message

Set default power button action to interactive. This got changed during migration from gnome-settings-daemon schemas.

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'data/com.canonical.unity.settings-daemon.plugins.power.gschema.xml.in.in'
--- data/com.canonical.unity.settings-daemon.plugins.power.gschema.xml.in.in 2020-03-06 20:22:12 +0000
+++ data/com.canonical.unity.settings-daemon.plugins.power.gschema.xml.in.in 2021-04-14 15:28:39 +0000
@@ -91,7 +91,7 @@
91 </key>91 </key>
92 <!-- See https://bugzilla.gnome.org/show_bug.cgi?id=652183 for rationale -->92 <!-- See https://bugzilla.gnome.org/show_bug.cgi?id=652183 for rationale -->
93 <key name="button-power" enum="com.canonical.unity.settings-daemon.GsdPowerActionType">93 <key name="button-power" enum="com.canonical.unity.settings-daemon.GsdPowerActionType">
94 <default>'suspend'</default>94 <default>'interactive'</default>
95 <summary>Power button action</summary>95 <summary>Power button action</summary>
96 <description>The action to take when the system power button is pressed.</description>96 <description>The action to take when the system power button is pressed.</description>
97 </key>97 </key>

Subscribers

People subscribed via source and target branches