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
=== modified file 'debian/patches/series'
--- debian/patches/series 2013-11-12 19:32:12 +0000
+++ debian/patches/series 2014-01-06 18:40:59 +0000
@@ -26,5 +26,6 @@
26ubuntu-lid-close-suspend.patch26ubuntu-lid-close-suspend.patch
27git_touchpad_scrolling.patch27git_touchpad_scrolling.patch
28unity-modifier-media-keys.patch28unity-modifier-media-keys.patch
29unity-super-l-lock-screen.patch
29ubuntu-lid-open-reset-ideletime.patch30ubuntu-lid-open-reset-ideletime.patch
30git_xsettings_segfaults.patch31git_xsettings_segfaults.patch
3132
=== added file 'debian/patches/unity-super-l-lock-screen.patch'
--- debian/patches/unity-super-l-lock-screen.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/unity-super-l-lock-screen.patch 2014-01-06 18:40:59 +0000
@@ -0,0 +1,12 @@
1--- a/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in
2+++ b/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in
3@@ -71,7 +71,7 @@
4 <_description>Priority to use for this plugin in gnome-settings-daemon startup queue</_description>
5 </key>
6 <key name="screensaver" type="s">
7- <default>'&lt;Control&gt;&lt;Alt&gt;l'</default>
8+ <default>'&lt;Super&gt;l'</default>
9 <_summary>Lock screen</_summary>
10 <_description>Binding to lock the screen.</_description>
11 </key>
12

Subscribers

People subscribed via source and target branches