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

--- Comment #13 from Fabian Vogt <fab...@ritter-vogt.de> ---
(In reply to Märt Bakhoff from comment #12)
> Created attachment 109547 [details]
> remove-krunner-event-override-5.11.4.patch
> 
> Removing the method `bool event(QEvent* event) override` from the krunner
> view fixes the issue for me (see
> remove-krunner-event-override-5.11.4.patch). The method seems to be a
> workaround for some old bug, so removing it may cause other issues.

I tried this, it does not help here.

It seems to be a race condition. The first press gets sent by plasmashell to
the krunner dbus service, which then starts opening the view.
Then the subsequent presses arrive, but as krunner is not completely opened yet
it doesn't have focus and plasmashell still sends the single keypresses to
krunner over dbus.

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

Reply via email to