Hi, can anyone please tell me how to go about changing the keyboard layout in Xubuntu? I assume, since it's Debian that the process should be the same for any flavour of Debian and Xubuntu - hence why I am appealing to Debian - and other users also.
Here is a list of what I have tried so far:
dpkg-reconfigure xserver-xorg (worked until reboot), kbd-config did nothing, dpkg-reconfigure console-data, went through configuration process - but had no end effect, I did 'setxkbmap gb' - but again, this didn't survive a reboot, I edited my xorg.conf file to read: "XkbLayout" to "gb", but once again, this worked only until a reboot. I also tried writing a little script with the following syntx:
Code:
#! /bin/sh
setxkbmap gb
exit 0
and pretty much adding this to every available spare slot on each run level - but again to no effect. (I have no idea if I got the script right though - as I know nothing about these kinds of things. (Although I did test it by running the script from the command line - and it worked without a hitch)
Can anyone suggest what might be going on and possibly how to fix it?
I wondered if perhaps GDM might have anything to do with it?
Edit:
Of course I just realised my silly mistake/typo in the title.
Sorry...
GJ