Merge lp:~codygarver/elementaryos/fix-1179018 into lp:~elementary-os/elementaryos/default-settings-luna

Proposed by Cody Garver
Status: Merged
Approved by: Cody Garver
Approved revision: 94
Merged at revision: 93
Proposed branch: lp:~codygarver/elementaryos/fix-1179018
Merge into: lp:~elementary-os/elementaryos/default-settings-luna
Diff against target: 12 lines (+3/-0)
1 file modified
debian/elementary-default-settings.gsettings-override (+3/-0)
To merge this branch: bzr merge lp:~codygarver/elementaryos/fix-1179018
Reviewer Review Type Date Requested Status
Sergey "Shnatsel" Davidoff (community) Needs Information
Review via email: mp+164771@code.launchpad.net

Commit message

Set numlock-state to 'off' to fix bug #1179018.

Description of the change

This is set to "unknown" by default for some strange reason.

Yes, this is supposed to be the string "off" and not boolean false. Also strange.

To post a comment you must log in.
94. By Cody Garver

Fix.

Revision history for this message
Sergey "Shnatsel" Davidoff (shnatsel) wrote :

I don't suppose this will fix anything. The bug appeared after some x... package was pulled in for preserving numlock state in greeter. But if you're sure this fixes things, go ahead.

review: Needs Information
Revision history for this message
Cody Garver (codygarver) wrote :

I'm not entirely convinced this is the cause, I have considered numlockx as well and will follow up on that. The reason this dconf entry interests me is because I suspect there could be a second keyboard problem going on. I talked to some affected users and it seems they were only able to get rid of the problem, after monkeying with settings, by adding a new keyboard layout. Keyboard layouts being the domain of this key and its neighbors.

Even if this goes nowhere, it won't hurt to change a value from unknown to something valid.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/elementary-default-settings.gsettings-override'
--- debian/elementary-default-settings.gsettings-override 2013-05-10 05:53:51 +0000
+++ debian/elementary-default-settings.gsettings-override 2013-05-20 17:16:24 +0000
@@ -53,6 +53,9 @@
53toggle-tiled-left=['<Control><Super>Left']53toggle-tiled-left=['<Control><Super>Left']
54toggle-tiled-right=['<Control><Super>Right']54toggle-tiled-right=['<Control><Super>Right']
5555
56[org.gnome.settings-daemon.peripherals.keyboard]
57numlock-state='off'
58
56[org.gnome.settings-daemon.plugins.media-keys]59[org.gnome.settings-daemon.plugins.media-keys]
57screensaver='<Super>l'60screensaver='<Super>l'
5861

Subscribers

People subscribed via source and target branches