You are not logged in.
Probably due to Google Docs. Super+space always save, but I cannot press Ctrl+space at all.
It probably won't break if I don't use Google Docs; only visiting some other websites.
But when bugs happen, it propagates to other tabs and other apps.
It still works when clicked in Notification Area, though.
Last edited by polv (2021-04-29 12:16:35)
Offline
I think I found the solution.
Tip: KDE comes with a plasmoid called Input Method Panel that can act as an IBus frontend and can possibly provide a better integrated experience.
To launch IBus with Input Method Panel, replace the Exec line with the following command:
Exec=ibus-daemon -drx --panel=/usr/lib/kimpanel-ibus-panel
This is wrong. It should be
ibus-daemon -drx -n kde
which fixes the problem. However, not beautiful for dark panel (poor accessibility).
And
ibus-daemon -drx -n kde --panel=/usr/lib/kimpanel-ibus-panel
doesn't work.
Last edited by polv (2021-04-30 13:05:06)
Offline