https://bugs.kde.org/show_bug.cgi?id=416145
--- Comment #41 from David Redondo <k...@david-redondo.de> --- Git commit 0e575a20ef36532b5b40a40ea30f915976942477 by David Redondo. Committed on 11/09/2020 at 12:23. Pushed by davidre into branch 'master'. Activate KRunner instead of running the binary Currently when we invoke KRunner and it is already running we will start binary, KDBusService will check if it is already registered and then call org.freedesktop.Application.Activate. Cutting the middle out should improve the time that it takes to show KRunner and make it less likely that key strokes are lost. If KRunner is not running we, can rely on dbus activiation to start KRunner. Unfortunately we cannnot call Activate with dbus-send because it doesn't support it's argument type. Instead we can just use the existing display method. M +1 -2 krunner/CMakeLists.txt R +2 -2 krunner/krunner.desktop [from: krunner/krunner.desktop.cmake - 094% similarity] https://invent.kde.org/plasma/plasma-workspace/commit/0e575a20ef36532b5b40a40ea30f915976942477 -- You are receiving this mail because: You are watching all bug changes.