On Sun, Nov 17, 2013 at 12:05 PM, Ahmad Samir <ahmadsamir3...@gmail.com> wrote:
> On 17 November 2013 10:37, Natxo Asenjo <natxo.ase...@gmail.com> wrote:

>> What I need is this layout:
>> $ setxkbmap -query
>> rules:      evdev
>> model:      pc104
>> layout:     us
>> variant:    intl
>> options:    kpdl:kposs

> Using dconf-editor edit org.gnome.desktop.input-sources "sources", change:
> ('xkb', 'us')
>
> to:
> ('xkb', 'us+intl')

awesome! thanks for the tip. This is the correct cli line:

$ gsettings set  org.gnome.desktop.input-sources sources "[('xkb', 'us+intl')]"

and the proof is in the pudding:
$ gsettings get org.gnome.desktop.input-sources sources
[('xkb', 'us+intl')]

$ setxkbmap -query
rules:      evdev
model:      pc104
layout:     us
variant:    intl
options:    kpdl:kposs

Now I jus need to see how to set this system wide, but I know now
where to look for info.

-- 
regards,
Natxo
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to