Setting up International Keyboard -layouts over X? Why do my kbd -layouts get reseted after reboot?
        Posted  
        
            by 
                hhh
            
        on Ask Ubuntu
        
        See other posts from Ask Ubuntu
        
            or by hhh
        
        
        
        Published on 2012-09-06T20:39:57Z
        Indexed on 
            2012/09/06
            21:51 UTC
        
        
        Read the original article
        Hit count: 328
        
I have asked a related question in different sites such as here in German and a related thread here, a different case in the latter though.
I almost solved the question here, basically: "/etc/default/keyboard" -modification and one-line "$ setxkbmap -option grp:caps_toggle -variant dvorak-intl,nodeadkeys, us,de,no &" -- but the layout-settings get reseted after reboot.
I use Debian but I believe the same settings apply to Ubuntu hence asking here. So how can I get settings to stay after rebooting?
$ cat /etc/default/keyboard
XKBMODEL="pc105"
XKBLAYOUT="us,de,no"
XKBVARIANT="dvorak-intl,nodeadkeys,"
XKBOPTIONS="grp:caps_toggle"
        © Ask Ubuntu or respective owner