After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 695113 - qwerty layouts does not work with xkeyboard-config-2.8.1
qwerty layouts does not work with xkeyboard-config-2.8.1
Status: RESOLVED DUPLICATE of bug 694149
Product: gnome-control-center
Classification: Core
Component: Region & Language
3.6.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-03-04 11:26 UTC by nexus
Modified: 2013-03-04 12:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description nexus 2013-03-04 11:26:52 UTC
As described in

https://bugs.freedesktop.org/show_bug.cgi?id=60160

For example cz(qwerty) or sk(qwerty) layout does not work after xkeyboard-config upgrade to 2.8.1.

Gnome sometimes reports layout as "de" sometimes as header of .po file:

<snip>
Project-Id-Version: xkeyboard-config-2.3
Report-Msgid-Bugs-To: svu@users.sourceforge.net
POT-Creation-Date: 2011-05-17 21:08+0100\
PO-Revision-Date: 2011-05-30 00:55+0200
.
.
.
</snip>

(can be seen on screenshot)

output of setxkbmap -print for xkeyboard-config-2.7.1:

xkb_keymap {
	xkb_keycodes  { include "evdev+aliases(qwertz)"	};
	xkb_types     { include "complete"	};
	xkb_compat    { include "complete"	};
	xkb_symbols   { include "pc+cz(qwerty)+cz:2+us:3+inet(evdev)"	};
	xkb_geometry  { include "pc(pc104)"	};
};

for xkeyboard-config-2.8.1:
xkb_keymap {
	xkb_keycodes  { include "evdev+aliases(qwerty)"	};
	xkb_types     { include "complete"	};
	xkb_compat    { include "complete"	};
	xkb_symbols   { include "pc+us+inet(evdev)"	};
	xkb_geometry  { include "pc(pc104)"	};
};
Comment 1 Rui Matos 2013-03-04 12:29:29 UTC
Please provide the output of "gsettings list-recursively org.gnome.desktop.input-sources" .
Comment 2 nexus 2013-03-04 12:33:26 UTC
$ gsettings list-recursively org.gnome.desktop.input-sources
org.gnome.desktop.input-sources current uint32 0
org.gnome.desktop.input-sources show-all-sources true
org.gnome.desktop.input-sources sources [('xkb', 'us'), ('xkb', 'cz+qwerty')]
org.gnome.desktop.input-sources xkb-options @as []
Comment 3 Rui Matos 2013-03-04 12:35:05 UTC
Thanks

(In reply to comment #2)
> org.gnome.desktop.input-sources show-all-sources true

Ok, so it's likely bug 694149.

*** This bug has been marked as a duplicate of bug 694149 ***