https://bugs.kde.org/show_bug.cgi?id=468760

Timothy Arnold <tima...@proton.me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Frozen Terminal at Start Up |Yakuake terminal not
                   |                            |receiving keyboard input at
                   |                            |startup

--- Comment #1 from Timothy Arnold <tima...@proton.me> ---
It appears that this issue has to do with an interaction with IBus being
started prior to a particular process for plasmashell or some other desktop
environment setup program.

In order to resolve this, I had to add a 3 second delay to the IBus script.
(Aside: The reason I'm using IBus instead of fcitx is that Ibus has better
support for certain asian languages which I switch between.)

Below is startup script I have now for starting the IBus daemon. It is run
using the `Autostart` settings in System settings.
```
#!/bin/sh
sleep 3
ibus-daemon -drxR
```

I'm still not clear on which program the ibus-daemon is waiting on in order to
properly start but this appears to be what was causing the Yakuake not
receiving input (initially I thought it was frozen but it appears to have just
been the keyboard input that wasn't working).

If anyone has any idea on how I can determine what the background process the
ibus-daemon needs to wait on, please let me know.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to