You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at a seemingly random point during the Cinnamon session the keyboard layout applet disappears and cannot be loaded anymore. The keyboard shortcut to switch between layouts stops working too.
I think this is due to something going wrong in xapp-kbd-layout-controller.
Here's some suspicious error log in .xsession-error:
The main culprit being xapp_kbd_layout_controller_get_current_group: assertion 'controller->priv->enabled' failed. Why did that assertion fail? What can be done about it?
My configuration:
Linux 4.18.7-zen1-1-zen
Arch Linux (current, except kernel and graphic card drivers)
Cinnamon 4.0.8
The text was updated successfully, but these errors were encountered:
Hi, sorry for taking so long to look at this - the only thing that would cause that is for there to be suddenly only 1 layout. I'm not sure how this happens (we're riding on top of libgnomekbd here, which in turn gets the current layouts from the display server).
I can prevent the warnings/errors easily enough, but it wouldn't help you any, the applet would still disappear (it does this automatically when only a single layout is available)
I'm leaving my applet active here and I'll continue to monitor it.
Hi there,
at a seemingly random point during the Cinnamon session the keyboard layout applet disappears and cannot be loaded anymore. The keyboard shortcut to switch between layouts stops working too.
I think this is due to something going wrong in
xapp-kbd-layout-controller
.Here's some suspicious error log in
.xsession-error
:The main culprit being
xapp_kbd_layout_controller_get_current_group: assertion 'controller->priv->enabled' failed
. Why did that assertion fail? What can be done about it?My configuration:
The text was updated successfully, but these errors were encountered: