Due to the Optimus technology in my laptop I am forced to use for graphic the Xorg server.
The only way I found to get a german keyboard layout in graphic mode is the line
cp 10-keyboard.conf /usr/local/share/X11/xorg.conf.d
in my bootlocal.sh, where 10-keyboard.conf looks like:
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
what is clssic xorg.conf section.
Wen I start Skype from the console I get:
QIconvCodec::convertFromUnicode: using Latin-1 for conversion, iconv_open failed
QIconvCodec::convertToUnicode: using Latin-1 for conversion, iconv_open failed
Then opens the normal "Skype Terms of Use" window. I select as language english or german, there is no difference in the following error:
"Server connect failed" and the password field is again blank.
I tested all Skype versions, the last one would be 4.
Any idea about?
Thanks!