https://bugs.kde.org/show_bug.cgi?id=428213
Kishore Gopalakrishnan <kishor...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kishor...@gmail.com --- Comment #1 from Kishore Gopalakrishnan <kishor...@gmail.com> --- I believe this happens if ibus-daemon is started after plasmashell. On my machine, ibus input works in plasmashell if I restart plasmashell (something like `kquitapp5 plasmashell; kstart5 plasmashell; sleep 5; kstart5 /usr/lib/kimpanel-ibus-panel`) after logging in. I'm guessing that the only way to reliably ensure that ibus-daemon starts before plasmashell is to use systemd startup for Plasma, and then add something like `WantedBy=whatever.name.plasmashell.uses.service` to the service file which you use to start ibus-daemon. Note that putting 'X-KDE-autostart-phase=0' into the startup .desktop file for ibus-daemon does not seem to reliably start it before plasmashell. -- You are receiving this mail because: You are watching all bug changes.