! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Correct greek flag naming in .svg
Status:
RESOLVED: FIXED
Product:
Xfce4-xkb-plugin
Component:
General

Comments

Description korgie 2014-10-07 23:42:38 CEST
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
Comment 1 Igor Slepchin editbugs 2014-11-03 21:14:08 CET
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"...
Comment 2 korgie 2014-11-06 22:01:12 CET
Created attachment 5728 
xkb-plugin el snapshot
Comment 3 korgie 2014-11-06 22:02:48 CET
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])
Comment 4 Igor Slepchin editbugs 2014-11-10 20:43:23 CET
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!
Comment 5 Igor Slepchin editbugs 2015-03-02 20:19:00 CET
Fixed in 0.7.1

Bug #11226

Reported by:
korgie
Reported on: 2014-10-07
Last modified on: 2015-03-02

People

Assignee:
Igor Slepchin
CC List:
1 user

Version

Attachments

xkb-plugin el snapshot (14.65 KB, image/png)
2014-11-06 22:01 CET , korgie
no flags

Additional information