Merge lp:~brandontschaefer/gnome-settings-daemon/unity-super-l-lock-screen-patch into lp:~ubuntu-desktop/gnome-settings-daemon/ubuntu

Proposed by Brandon Schaefer
Status: Work in progress
Proposed branch: lp:~brandontschaefer/gnome-settings-daemon/unity-super-l-lock-screen-patch
Merge into: lp:~ubuntu-desktop/gnome-settings-daemon/ubuntu
Diff against target: 27 lines (+13/-0)
2 files modified
debian/patches/series (+1/-0)
debian/patches/unity-super-l-lock-screen.patch (+12/-0)
To merge this branch: bzr merge lp:~brandontschaefer/gnome-settings-daemon/unity-super-l-lock-screen-patch
Reviewer Review Type Date Requested Status
Ubuntu Desktop Pending
Review via email: mp+200566@code.launchpad.net

Commit message

Change the shortcut to lock the screen from Ctrl+Alt+L to Super+L

Description of the change

Change the shortcut to lock the screen from Ctrl+Alt+L to Super+L

To post a comment you must log in.
Revision history for this message
Brandon Schaefer (brandontschaefer) wrote :

This was a bad solution to the bug linked, as it replaces the old shortcut.

DO NO MERGE THIS BRANCH. (Rejected, but I don't seem to have the power to reject it)

The real fix:
https://code.launchpad.net/~brandontschaefer/unity/super-l-lock-screen/+merge/200576

Unmerged revisions

450. By Brandon Schaefer

* Add in patch to change lock screen shortcut from Ctrl+Alt+L to Super+L
https://bugs.launchpad.net/unity/+bug/830709

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/patches/series'
2--- debian/patches/series 2013-11-12 19:32:12 +0000
3+++ debian/patches/series 2014-01-06 18:40:59 +0000
4@@ -26,5 +26,6 @@
5 ubuntu-lid-close-suspend.patch
6 git_touchpad_scrolling.patch
7 unity-modifier-media-keys.patch
8+unity-super-l-lock-screen.patch
9 ubuntu-lid-open-reset-ideletime.patch
10 git_xsettings_segfaults.patch
11
12=== added file 'debian/patches/unity-super-l-lock-screen.patch'
13--- debian/patches/unity-super-l-lock-screen.patch 1970-01-01 00:00:00 +0000
14+++ debian/patches/unity-super-l-lock-screen.patch 2014-01-06 18:40:59 +0000
15@@ -0,0 +1,12 @@
16+--- a/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in
17++++ b/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in
18+@@ -71,7 +71,7 @@
19+ <_description>Priority to use for this plugin in gnome-settings-daemon startup queue</_description>
20+ </key>
21+ <key name="screensaver" type="s">
22+- <default>'&lt;Control&gt;&lt;Alt&gt;l'</default>
23++ <default>'&lt;Super&gt;l'</default>
24+ <_summary>Lock screen</_summary>
25+ <_description>Binding to lock the screen.</_description>
26+ </key>
27+

Subscribers

People subscribed via source and target branches