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 761145 - "Dotkey" in numpad prints comma
"Dotkey" in numpad prints comma
Status: RESOLVED DUPLICATE of bug 756751
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2016-01-26 18:00 UTC by tenor
Modified: 2016-03-06 17:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description tenor 2016-01-26 18:00:12 UTC
I use two keyboard layouts en_US and ru_RU
My 
# locale
 LANG=ru_RU.UTF-8
 LC_CTYPE="ru_RU.UTF-8"
 LC_NUMERIC="ru_RU.UTF-8"
 LC_TIME="ru_RU.UTF-8"
 LC_COLLATE="ru_RU.UTF-8"
 LC_MONETARY="ru_RU.UTF-8"
 LC_MESSAGES="ru_RU.UTF-8"
 LC_PAPER="ru_RU.UTF-8"
 LC_NAME="ru_RU.UTF-8"
 LC_ADDRESS="ru_RU.UTF-8"
 LC_TELEPHONE="ru_RU.UTF-8"
 LC_MEASUREMENT="ru_RU.UTF-8"
 LC_IDENTIFICATION="ru_RU.UTF-8"
 LC_ALL=
# gtk3 = 3.18.6
# gtk2 = 2.24.29
If I press the "dotkey" on numpad in gnome-terminal in both en and ru layouts of keyboard it will be print comma. If I press ctrl+"dotkey" it will be print dot in en layout and comma in ru layout.
In a widget factory in gtk2 mode "dotkey" prints dot in en layout and comma in ru layout , but in gtk3 mode it prints comma in both layouts. So in many gtk3 applications like nautilus, fileroller, remmina, etc. comma has printed instead of dot in en layout. Ctrl+"dotkey" works only in gnome-terminal.
If I set LC_NUMERIC="en_US.UTF-8" all gtk3 applications will print dot in en layout and comma in ru layout as expected.
Comment 1 LRN 2016-01-26 18:05:09 UTC
Is it a duplicate of bug 756751 ?
Comment 2 Matthias Clasen 2016-03-06 17:05:31 UTC
lets assume so

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