GNOME Bugzilla – Bug 711291
Bulgarian (new phonetic) is listed in "other" sources
Last modified: 2014-02-18 11:16:24 UTC
Searching for Bulgarian keyboard layout in 3.10.1 will list only two sources: 1. Bulgarian 2. Bulgarian (traditional phonetic) and one more, categorized as other - Bulgarian (new phonetic). Would you fix it by adding "Bulgarian (new phonetic") also as Bulgarina input source?
This needs to be fixed in xkeyboard-config by adding the proper language and country metadata to this keyboard layout. Please file a bug at https://bugs.freedesktop.org/enter_bug.cgi?product=xkeyboard-config .
I was told that the gnome people need to fix it. Here you can read the answer -https://bugs.freedesktop.org/show_bug.cgi?id=71210 So who should fix it?
<layout> <configItem> <name>bg</name> <!-- Keyboard indicator for Bulgarian layouts --> <_shortDescription>bg</_shortDescription> <_description>Bulgarian</_description> <languageList> <iso639Id>bul</iso639Id> </languageList> </configItem> <variantList> <variant> <configItem> <name>phonetic</name> <_description>Bulgarian (traditional phonetic)</_description> </configItem> </variant> <variant> <configItem> <name>bas_phonetic</name> <_description>Bulgarian (new phonetic)</_description> </configItem> </variant> </variantList> </layout> So all variants are using the same metadata: <languageList> <iso639Id>bul</iso639Id> </languageList>
Created attachment 260130 [details] [review] If this is how it's supposed to work then this patch fixes it: gnome-xkb-info: Apply main layout locale metadata to variants If a variant doesn't specific language/country metadata then we should file it under its main layout's language/country.
Review of attachment 260130 [details] [review]: s/specific/specify/ Rest looks good.