Tribe
FS#179 - [keyboard language] not set during installation (kde/system language)
Attached to Project:
Tribe
Opened by tuncay (tuncAY) - Sunday, 26 September 2010, 13:55 GMT
Last edited by Manuel Tortosa (manutortosa) - Saturday, 12 January 2013, 15:26 GMT
Opened by tuncay (tuncAY) - Sunday, 26 September 2010, 13:55 GMT
Last edited by Manuel Tortosa (manutortosa) - Saturday, 12 January 2013, 15:26 GMT
|
DetailsHi, firstly my english isn't good. I like your distro so that I want it should be more compatible and presentable. I got chakra-0.2.2-rc2-i686.iso and run as live cd on my old computer.
Although i choose turkish language at first boot screen. it didn't install turkish keymap (it shows FAIL). When i got desktop environment tried graphic installer. Again I encoutered keymap problem but it passed. Anyway Tribe froze and blocked all input devices at %26 progress. I hope you should fix these problems. Chakra may be my favourite distro in the future. Good work specs : http://paste.org/pastebin/api/22867 Regards |
This task depends upon
Closed by Manuel Tortosa (manutortosa)
Saturday, 12 January 2013, 15:26 GMT
Reason for closing: Fixed
Saturday, 12 January 2013, 15:26 GMT
Reason for closing: Fixed
APPEND initrd=larch.img quiet lang=tr nonfree=no xdriver=no xdisplay=old
And in chakra-initscripts it is:
# Turkish
LOCALE="tr_TR.utf8"
HARDWARECLOCK="localtime"
TIMEZONE="Europe/Istanbul"
KEYMAP="tr"
XKEYMAP="trq"
# add HAL config for Xorg input stuff
cp -f /usr/share/hal/fdi/policy/10osvendor/10-keymap.fdi /etc/hal/fdi/policy/10-keymap.fdi
sed -i "/input.xkb.layout/ s/us/"tr"/" /etc/hal/fdi/policy/10-keymap.fdi
;;
Can you guys check if that is correct or not.
Please read also this: http://chakra-project.org/bbs/viewtopic.php?pid=19134#p19134
As i could understand this issue isn't only turkish keymap problem. There is something missing that may be sym link or xmodmap, loadkeys command problem etc. Tribe can't completely recognize under /usr/share/kbd/keymaps/i386/qwerty/ keymaps. But it can only change ->layouts<- (not variants) in /usr/share/X11/xkb/rules/xorg.lst
accepted only layouts -> http://pastebin.ca/1974667
Please note that cmd outputs
[root@chakra live]# setxkbmap uk
Error loading new keyboard description
[root@chakra live]# setxkbmap gb
[root@chakra live]# setxkbmap trq
Error loading new keyboard description
[root@chakra live]# setxkbmap tr -->This command solved my problem but you sould find generally solution than a workaround for other variants.
I'm not good at technical issues but the following links and comments may be useful for you
http://celettu.wordpress.com/2009/10/09/chakra-alpha-3-a-review/
....Another issue I had: the locale was correct, but the keymap wasn’t. Because I have quite a lot of experience with Arch, I knew I had to edit /etc/rc.conf and /etc/hal/fdi/policy/10-keymap.fdi, but I can’t imagine normal users knowing about this. .......
similar
https://bbs.archlinux.org/viewtopic.php?id=7097
.....I have had the same problem, and in /var/log/kdm.log I could see that my problem was that /usr/share/X11/xkb/compiled/ is pointing (symbolic link) to /var/lib/xkb/, but this directory didn't exist. I have created and now it works.
Hope it helps. Regards,
ßingen.
.................
Good works, Regards