vfafou wrote:I'm sorry for the duplication, I wanted to describe other problems and I accidentally copied and pasted the previous one.
For the future, you can just hit the "report" button on your post (a gray triangular with its top downwards). Add additional information and ask for merging the threads.
vfafou wrote:2. Google earth does not inherit the system's chosen font.
In case Google Earth uses GTK libraries (not the default!), you could
try this. I've found some hints, that GE is using
media-fonts/corefonts. So you could try this out, too.
vfafou wrote:3. I can't have accented Greek letters. KDE shows ´α instead of ά.
Maybe it works similiar to German umlauts ... You could provide
/etc/X11/xorg.conf.d/00-keyboard.conf and
/etc/conf.d/keymap and look for "nodeadkeys". Does it works in a virtual console (e.g. Ctrl+Alt+F2) correctly?
Mine looks like this:
- Code: Select all
$ cat /etc/X11/xorg.conf.d/00-keyboard.conf
Section "InputClass"
Identifier "keyboard"
MatchIsKeyboard "yes"
Option "XkbLayout" "de"
#Option "XkbVariant" "nodeadkeys"
Option "XkbOptions" ""
EndSection
A last guess is
this thread.