With greek language, xkb-plugin searches for el.svg instead of gr.svg I linked gr.svg to el.svg and the program works fine. Solutions Either add a linked file. ln -s gr.svg el.svg or rename gr.svg to el.svg this is my keyboard section from xorg.conf Section "InputClass" Identifier "keyboard-all" MatchIsKeyboard "on" MatchDevicePath "/dev/input/event*" Driver "evdev" Option "XkbLayout" "us,el" #Option "XkbVariant" "" Option "XkbOptions" "terminate:ctrl_alt_bksp,grp:alt_shift_toggle,grp_led:scroll,eurosign:e" EndSection
Can you select "el" as the Greek encoding from xkb-plugin menu? "el" does not seem to be in the standard XKB rules, which uses "gr"...
Created attachment 5728 xkb-plugin el snapshot
I am not sure I understood the question. Yes, I can select el from menu. Just for your information, in my system: grep 'el.*gr' /usr/share/X11/xkb/rules/base * el = pc+gr * el = pc+gr%(v[1])
Hmm, interesting - the same layout is called "gr" on my system. I'll create a symlink, I can't see any harm in having one. Thanks for the report!
Fixed in 0.7.1