On Saturday 01 December 2012 23:38:49 Sérgio Basto wrote:
> system-config-keyboard should do this:
> 
>      1. Get the old settings: cat /etc/sysconfig/keyboard
>      2. Set the new settings: su -c 'localectl set-x11-keymap <layout>
>         [<model>] [<variant>] [<options>]'
>      3. Remove the old configuration file: su -c
>         'rm /etc/sysconfig/keyboard'

Replace item 3. with an even better one:
       3. Overwrite /etc/sysconfig/keyboard with following content:
           # This file is obsolete and may be removed, its settings
           # were migrated on <date> by running:
           #     localectl set-x11-keymap....

Thus, making people understand what happened to their old file.

-- 
Oron Peled                                 Voice: +972-4-8228492
o...@actcom.co.il                  http://users.actcom.co.il/~oron
There are only 10 types of people in the world-
Those who understand binary, and those who do not.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to