On 17 November 2013 14:41, Natxo Asenjo <natxo.ase...@gmail.com> wrote:
> 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.
>

Looking at http://forums.fedoraforum.org/showthread.php?t=292751 , it
seems you can override/introduce your own custom defaults:
- Create 
/usr/share/glib-2.0/schemas/org.gnome.desktop.input-sources.gschema.override,
and put this in it:
[org.gnome.desktop.input-sources]
sources=[('xkb', 'us+intl')]

then as root:
glib-compile-schemas /usr/share/glib-2.0/schemas


> --
> 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



-- 
Ahmad Samir
-- 
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