[Bug 445846] Re: gdm doesn't set the correct keyboard layout in the session

2010-09-16 Thread Bug Watch Updater
** Changed in: gnome-settings-daemon
   Status: Unknown = Fix Released

** Changed in: gnome-settings-daemon
   Importance: Unknown = Medium

-- 
gdm doesn't set the correct keyboard layout in the session
https://bugs.launchpad.net/bugs/445846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 445846] Re: gdm doesn't set the correct keyboard layout in the session

2009-12-15 Thread Martin Mai
This should be fixed in Ubuntu 9.10 now with the update to gnome-
settings-daemon 2.28.1. Thanks for reporting.

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: Triaged = Fix Released

-- 
gdm doesn't set the correct keyboard layout in the session
https://bugs.launchpad.net/bugs/445846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 445846] Re: gdm doesn't set the correct keyboard layout in the session

2009-10-12 Thread Bernhard
OK, now I have

 gconftool -g /desktop/gnome/peripherals/keyboard/kbd/layouts
[de nodeadkeys]

and the gdm screen showed eliminate dead keys yesterday but today I
logged in and the variant got lost again.

-- 
gdm doesn't set the correct keyboard layout in the session
https://bugs.launchpad.net/bugs/445846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 445846] Re: gdm doesn't set the correct keyboard layout in the session for us-dvorak

2009-10-08 Thread Martin Pitt
** Summary changed:

- gdm still doesn't set the correct keyboard layout in the session
+ gdm doesn't set the correct keyboard layout in the session for us-dvorak

-- 
gdm doesn't set the correct keyboard layout in the session
https://bugs.launchpad.net/bugs/445846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 445846] Re: gdm doesn't set the correct keyboard layout in the session

2009-10-08 Thread Martin Pitt
I tried to replicate this here. If I configure /etc/default/console-
setup for us dvorak, then gdm correctly displays US (Dvorak) as
default layout type, and $GDM_KEYBOARD_LAYOUT = us dvorak in the
session, and I actually end up with Dvorak.

However, it _only_ does that if you don't have any other configured US
layout in your gconf settings. This is because of gnome-settings-daemon
trying to find a closest match amongst the already configured layouts
before actually applying $GDM_KEYBOARD_LAYOUT. This is discussed in
detail in https://bugzilla.gnome.org/show_bug.cgi?id=585290, and so far
it is not clear whether this is a bug or a feature.

To verify this, please check that

  gconftool -g /desktop/gnome/peripherals/keyboard/kbd/layouts

has any us layout already. If you reset it with

  gconftool -u /desktop/gnome/peripherals/keyboard/kbd/layouts

things should work for you again. Can you confirm that this is the
problem for you?

** Summary changed:

- gdm doesn't set the correct keyboard layout in the session for us-dvorak
+ gdm doesn't set the correct keyboard layout in the session

** Bug watch added: GNOME Bug Tracker #585290
   http://bugzilla.gnome.org/show_bug.cgi?id=585290

** Changed in: gdm (Ubuntu)
   Status: New = Incomplete

-- 
gdm doesn't set the correct keyboard layout in the session
https://bugs.launchpad.net/bugs/445846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 445846] Re: gdm doesn't set the correct keyboard layout in the session

2009-10-08 Thread Matt Zimmerman
I will try the above.  I should note that everything works fine in the
greeter, and has for some time now in Karmic.  It's just that the
session ends up with the wrong layout.

-- 
gdm doesn't set the correct keyboard layout in the session
https://bugs.launchpad.net/bugs/445846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 445846] Re: gdm doesn't set the correct keyboard layout in the session

2009-10-08 Thread Matt Zimmerman
atomicity:[~]   gconftool -g /desktop/gnome/peripherals/keyboard/kbd/layouts
[us]

I've run the gconftool -u command to reset it and will see what happens
now.

-- 
gdm doesn't set the correct keyboard layout in the session
https://bugs.launchpad.net/bugs/445846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 445846] Re: gdm doesn't set the correct keyboard layout in the session

2009-10-08 Thread Matt Zimmerman
How did I end up with [us] in there?  Is that a side effect of bug
421212?

-- 
gdm doesn't set the correct keyboard layout in the session
https://bugs.launchpad.net/bugs/445846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 445846] Re: gdm doesn't set the correct keyboard layout in the session

2009-10-08 Thread Matt Zimmerman
Confirmed that it is working as expected after gconftool -u
/desktop/gnome/peripherals/keyboard/kbd/layouts

-- 
gdm doesn't set the correct keyboard layout in the session
https://bugs.launchpad.net/bugs/445846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 445846] Re: gdm doesn't set the correct keyboard layout in the session

2009-10-08 Thread Martin Pitt
 How did I end up with [us] in there? Is that a side effect of bug
421212?

Yes, it is. What happened was:

  * gdm previously misdetected the system layout, using us instead of us 
dvorak
  * gdm exported GDM_KEYBOARD_LAYOUT=us
  * g-s-d saw this, noticed that you didn't yet have gconfified layouts, and 
added us (since it wasn't present already)
  * after that, any GDM_KEYBOARD_LAYOUT=us .* would be ignored, since you 
already have a gconfified us layout (that's the g-s-d logic I mentioned earlier)

It would have done the right thing if the original gdm bug 421212
wouldn't have happened.

** Package changed: gdm (Ubuntu) = gnome-settings-daemon (Ubuntu)

** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Undecided = Medium

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: Incomplete = Triaged

** Also affects: gnome-settings-daemon via
   http://bugzilla.gnome.org/show_bug.cgi?id=585290
   Importance: Unknown
   Status: Unknown

-- 
gdm doesn't set the correct keyboard layout in the session
https://bugs.launchpad.net/bugs/445846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs