Bug 878433

Summary: Removing default English keyboard layout doesn't have effect in the installed system
Product: [Fedora] Fedora Reporter: Jiri Eischmann <eischmann>
Component: gnome-settings-daemonAssignee: Bastien Nocera <bnocera>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 18CC: anaconda-maint-list, a.vanloon, awilliam, bnocera, ccuhac, g.kaviyarasu, jan.teichmann, johannbg, jonathan, kem, lnie, lnykryn, metherid, mkasik, msekleta, notting, plautrba, rstrode, sbueno, systemd-maint, tiagomatos, vanmeeuwen+fedora, vpavlin, vpodzime
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-05 13:10:16 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
/etc/vconsole.conf from the system installed with Czech layout only
none
/etc/X11/xorg.conf.d/00-anaconda-keyboard.conf from the system installed with Czech layout only
none
keyboard.conf
none
vconsole.conf none

Description Jiri Eischmann 2012-11-20 12:17:28 UTC
Description of problem:
After adding another keyboard layout (Czech in my case) and removing the default English one, there are still two layouts available in the installed system.

Version-Release number of selected component (if applicable):
Fedora 18 Beta TC9

How reproducible:


Steps to Reproduce:
1. Add another layout (e.g. Czech) in installer.
2. Remove the default English layout in the installer.
3. Install the system.
  
Actual results:
In GNOME, there are still two layouts available including the removed English one.

Expected results:
The English layout should be removed and there should be only one layout available - Czech.

Comment 1 Chris Lumens 2012-11-20 15:10:10 UTC
This is on purpose, but I'll let Vratislav explain why since it's his code.

Comment 2 Vratislav Podzimek 2012-11-26 09:34:14 UTC
(In reply to comment #0)
> Description of problem:
> After adding another keyboard layout (Czech in my case) and removing the
> default English one, there are still two layouts available in the installed
> system.
> 
> Version-Release number of selected component (if applicable):
> Fedora 18 Beta TC9
> 
> How reproducible:
> 
> 
> Steps to Reproduce:
> 1. Add another layout (e.g. Czech) in installer.
> 2. Remove the default English layout in the installer.
> 3. Install the system.
>   
> Actual results:
> In GNOME, there are still two layouts available including the removed
> English one.
What do you have in /etc/X11/xorg.conf.d/00-anaconda.cfg and /etc/vconsole.conf?

Comment 3 Vratislav Podzimek 2012-11-28 10:07:28 UTC
*** Bug 880755 has been marked as a duplicate of this bug. ***

Comment 4 Vratislav Podzimek 2012-11-28 10:08:34 UTC
*** Bug 875567 has been marked as a duplicate of this bug. ***

Comment 5 Vratislav Podzimek 2012-11-28 11:17:10 UTC
I've just tested the installation where I've set only 'Czech' layout. Configuration files contain:

/etc/vconsole.conf:
KEYMAP="cz-lat2"

/etc/sysconfig/keyboard:
KEYMAP="cz-lat2"

/etc/X11/xorg.conf.d/00-anaconda.conf
#This file was generated by the Anaconda installer
Section "InputClass"
	Identifier	"anaconda-keyboard"
	MatchIsKeyboard	"on"
	Option	"XkbLayout"	"cz"
EndSection

But typing reveals that active VConsole keymap is 'us'. This looks like a systemd bug. Reassigning to systemd. Please reassign this back to anaconda and me if there is any problem with these configuration files. Obviously anaconda can do nothing more than writing out configuration files.

Comment 6 Kay Sievers 2012-11-28 11:41:48 UTC
What's the output of:
  $ localectl
?

Note, I'm not sure why there should ever be a config file named anaconda.
That sounds pretty weird, as it is a plain system setting and nothing anaconda
specific:
  /etc/X11/xorg.conf.d/00-anaconda.conf

Systemd reads and writes:
  /etc/X11/xorg.conf.d/00-keyboard.conf

Comment 7 Vratislav Podzimek 2012-11-28 12:09:50 UTC
(In reply to comment #6)
> What's the output of:
>   $ localectl
> ?
It gives 'cz-lat2'. The problem here is that 'cz-lat2' is a wierd layout that works like 'us' and after you hit some magic key (PrintScreen or something like that) it starts working as 'cz'. Sorry for the noise.

The problem here is that systemd-localed (used by anaconda) converts 'cz' X layout to 'cz-lat2' VConsole keymap instead of 'cz' VConsole keymap, but that's another story and a separate bug should be created for that.

Reassigning back to anaconda and me.

> 
> Note, I'm not sure why there should ever be a config file named anaconda.
> That sounds pretty weird, as it is a plain system setting and nothing
> anaconda
> specific:
>   /etc/X11/xorg.conf.d/00-anaconda.conf
> 
> Systemd reads and writes:
>   /etc/X11/xorg.conf.d/00-keyboard.conf
That's because multiple X layouts can be configured in the installation and systemd-localed works only with one X layout. If you want to discuss this further, please use something else so that we don't create a lot of noise in this bug making it obfuscated.

Comment 8 Vratislav Podzimek 2012-11-29 13:43:04 UTC
Created attachment 654289 [details]
/etc/vconsole.conf from the system installed with Czech layout only

Comment 9 Vratislav Podzimek 2012-11-29 13:44:18 UTC
Created attachment 654290 [details]
/etc/X11/xorg.conf.d/00-anaconda-keyboard.conf from the system installed with Czech layout only

Comment 10 Vratislav Podzimek 2012-11-29 13:49:10 UTC
As attached files show, Anaconda correctly writes out configuration files with Czech layout only. Also there are no other files in /etc/X11/xorg.conf.d/. So English layout comes from a different place and it is not an anaconda issue. I'm going to reassign this to Gnome.

Comment 11 lnie 2012-12-19 07:59:01 UTC
Hi Vratislav, I have a English f18 Final TC3 x86_64 install,and add Czech into the keyboard layout,the /etc/X11/xorg.conf.d/00-anaconda-keyboard.conf seems to say different from yours .Actually,add Chinese into the keyboard layout,nothing happend in /etc/X11/xorg.conf.d/00-anaconda-keyboard.conf

Comment 12 lnie 2012-12-19 08:08:47 UTC
Created attachment 665948 [details]
keyboard.conf

Comment 13 lnie 2012-12-19 08:09:22 UTC
Created attachment 665949 [details]
vconsole.conf

Comment 14 Vratislav Podzimek 2012-12-19 10:46:33 UTC
(In reply to comment #11)
> Hi Vratislav, I have a English f18 Final TC3 x86_64 install,and add Czech
> into the keyboard layout,the /etc/X11/xorg.conf.d/00-anaconda-keyboard.conf
> seems to say different from yours .Actually,add Chinese into the keyboard
> layout,nothing happend in /etc/X11/xorg.conf.d/00-anaconda-keyboard.conf
I have just tested both TC3 DVD and Live installation and in both cases setting 'Czech' as the only layout in the installation resulted in the configuration files I've attached before in comment #8 and comment #9.

Comment 15 Rui Matos 2012-12-20 12:07:09 UTC
What's the output of

$ gsettings get org.gnome.desktop.input-sources sources

in such a session right after logging in for the first time?

Comment 16 Adam Williamson 2012-12-21 01:38:36 UTC
The 'bambara' problem from 873103 was referred here. Is that something to do with this bug?

If I do an install in French with a current F18 build (smoke9), after install, at GDM screen the panel shows 'en' and 'fr' keyboards available, but after creating a user and logging in as that user, it shows 'en' and 'bm' (Bambara) as the available keyboard layouts.

Is that part of this bug? Another bug? Does someone know what the hell is going on there?

Comment 17 Adam Williamson 2013-01-02 23:53:01 UTC
For the case of doing a French install and the installed system having English and Bambara keyboard layouts available:

[test@localhost ~]$ gsettings get org.gnome.desktop.input-sources sources
[('xkb', 'us'), ('xkb', 'ml')]

Comment 18 Adam Williamson 2013-01-02 23:59:29 UTC
[root@localhost test]# cat /etc/vconsole.conf 
KEYMAP="us"
[root@localhost test]# cat /etc/locale.conf 
LANG="fr_FR.UTF-8"

(note vconsole.conf is correct, if you don't check a checkbox on the front page of install, default will be the US layout, not the 'native' one)

Comment 19 Adam Williamson 2013-01-03 00:00:13 UTC
[root@localhost test]# cat /etc/X11/xorg.conf.d/00-anaconda-keyboard.conf 
#This file was generated by the Anaconda installer
Section "InputClass"
	Identifier	"anaconda-keyboard"
	MatchIsKeyboard	"on"
	Option	"XkbLayout"	"us,fr"
	Option	"XkbOptions"	"grp:alt_shift_toggle"

Comment 20 Fedora End Of Life 2013-12-21 09:27:06 UTC
This message is a reminder that Fedora 18 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 18. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '18'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 18's end of life.

Thank you for reporting this issue and we are sorry that we may not be 
able to fix it before Fedora 18 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior to Fedora 18's end of life.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 21 Fedora End Of Life 2014-02-05 13:10:22 UTC
Fedora 18 changed to end-of-life (EOL) status on 2014-01-14. Fedora 18 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.