[Fedora-i18n-bugs] [Bug 478914] warning dialog when logging in with jp106 layout

bugzilla at redhat.com bugzilla at redhat.com
Mon May 17 03:22:44 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=478914

Daiki Ueno <dueno at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dueno at redhat.com

--- Comment #5 from Daiki Ueno <dueno at redhat.com> 2010-05-16 23:22:40 EDT ---
I tried to reproduce this bug with F-11 final but I couldn't succeed.
I'm going to close this bug with CURRENTRELEASE if there are no objections
within this week.

Here are the steps I did:

(1) install F11 and select U.S. keyboard with the installer
(2) log in with the default settings ("English" language and "USA" keyboard),
log out, log in with the new settings ("English" language and "Japan"
keyboard).

I don't see any dialog in either steps, while I can bring it up manually by:

  $ gconftool-2 --set --type=list --list-type=string \
      /desktop/gnome/peripherals/keyboard/kbd/layouts [jp106]

I guess gnome-settings-daemon was fixed so that it set correct value to the
gconf registry.

* xprop/gconftool-2 output on the first time:

 $ xprop -root | grep XKB
 _XKB_RULES_NAMES_BACKUP(STRING) = "evdev", "evdev", "us", "",
"terminate:ctrl_al
t_bksp"
 _XKB_RULES_NAMES(STRING) = "evdev", "evdev", "us", "", ""

 $ gconftool-2 -R /desktop/gnome/peripherals/keyboards/kbd
  layouts = []
  options = []
  model = evdev

* xprop/gconftool-2 output on the second time:

 $ xprop -root | grep XKB
 _XKB_RULES_NAMES_BACKUP(STRING) = "evdev", "evdev", "us", "",
"terminate:ctrl_al
t_bksp"
 _XKB_RULES_NAMES(STRING) = "evdev", "evdev", "jp", "", ""

 $ gconftool-2 -R /desktop/gnome/peripherals/keyboards/kbd
  layouts = [jp]
  options = []
  model = evdev

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the i18n-bugs mailing list