Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Missing keyboard layout indicator in KDE panel
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Markand
Tux's lil' helper
Tux's lil' helper


Joined: 11 Jun 2008
Posts: 76

PostPosted: Fri Dec 08, 2017 10:22 am    Post subject: Missing keyboard layout indicator in KDE panel Reply with quote

Hello,

I have setup a default layout in KDE using the AltGr International variant. There are two problems with it:

1. At startup, the layout is still plain english (e.g I can't write é using altgr + é)
2. The KDE panel does not show an indicator about the layouts while it's enabled

See this screenshot: http://markand.fr/static/indicator.png (multiple screen, see left part).

Do you have any ideas?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30885
Location: here

PostPosted: Fri Dec 08, 2017 10:28 am    Post subject: Reply with quote

What you have set in System settings -> Input Devices -> Keyboard -> Tab Layout?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Markand
Tux's lil' helper
Tux's lil' helper


Joined: 11 Jun 2008
Posts: 76

PostPosted: Fri Dec 08, 2017 10:34 am    Post subject: Reply with quote

Oops, sorry the first screenshot did not display the layout part.

See this one http://markand.fr/static/indicator2.png

By the way, I wanted a light KDE installation so I only installed kdebase-meta (which works very well) so perhaps something is missing. I've checked the dependency list of kde-meta to see what could be missing but I have not seen something relevant to me.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30885
Location: here

PostPosted: Fri Dec 08, 2017 12:14 pm    Post subject: Reply with quote

But kde-apps/kdebase-meta install also kde-plasma/plasma-meta then I think that you have all dependency for systray.
kde-meta install extra kdeapps but these aren't related with your trouble.
It's not possible that keyboard layout in systray is only hidden? If you click on arrow, near at clock in panel, you can't see the keyboard layout?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Fitzcarraldo
Advocate
Advocate


Joined: 30 Aug 2008
Posts: 2034
Location: United Kingdom

PostPosted: Fri Dec 08, 2017 12:24 pm    Post subject: Reply with quote

Regarding your first problem, my guess is that you need to have an X11 keyboard configuration file with the correct keymaps and variant specified. The keymap order in the X11 keyboard configuration file must be the same as the order you specified in 'System Settings' > 'Input Devices' > 'Keyboard' > 'Layouts'.

According to the window screenshot you posted, you have specified the following two US keyboard layouts in KDE:

Layout = English (US), Variant = English (international AltGr dead keys)
Layout = English (US)

So my guess is that the file /etc/X11/xorg.conf.d/00-keyboard.conf (create it, if it does not already exist) needs to contain the following:
Code:
Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "us,us"
        Option "XkbVariant" "altgr-intl,"
EndSection

Notice the comma in the XkbVariant option string, since you have specified two layouts.

There is a list of X Window keyboard layouts and variants in the file /usr/share/X11/xkb/rules/xorg.lst (which is actually a symlink to /usr/share/X11/xkb/rules/base.lst) installed by X Windows, but here is that list from 2010 I found on the Web: http://pastebin.com/v2vCPHjs
_________________
Clevo W230SS: amd64, VIDEO_CARDS="intel modesetting nvidia".
Compal NBLB2: ~amd64, xf86-video-ati. Dual boot Win 7 Pro 64-bit.
OpenRC udev elogind & KDE on both.

Fitzcarraldo's blog
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum