https://bugs.kde.org/show_bug.cgi?id=211409
k...@web.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@web.de --- Comment #6 from k...@web.de --- I have a solution for this using dbus. To start the shell runner, you can run this command in a terminal: qdbus-qt5 org.kde.krunner /App displaySingleRunner shell The name of this runner is "shell". The names of the other runners are found with grep 'X-KDE-PluginInfo-Name=' /usr/share/kservices5/plasma-runner-* You can create keyboard shortcuts to a dbus call directly in Systemsettings > Shorcuts > Own shortcuts Right click in list > New > Global shortcut > D-Bus-call Then fill the form with org.kde.krunner /App displaySingleRunner shell Replace shell with whatever the name of the runners is, for example bookmarks. -- You are receiving this mail because: You are watching all bug changes.