Bug 374518

Summary: Search suggestions for webshortcuts show up in all kinds of runners
Product: [Plasma] krunner Reporter: Lukas Ba. <kdeu>
Component: generalAssignee: Alexander Lohnau <alexander.lohnau>
Status: RESOLVED FIXED    
Severity: normal CC: alexander.lohnau
Priority: NOR    
Version: 5.8.5   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 5.20

Description Lukas Ba. 2017-01-04 00:12:07 UTC
We can run krunner searching only trough a single runner, for example we can search for bookmarks:

qdbus-qt5 org.kde.krunner /App displaySingleRunner bookmark

When entering any text into this bookmark-SingleRunner that happens to be the beginning of a webshortcut such as
> gg

A suggestion for the google webshortcut shows up
> gg: 1234

When pressing enter nothing happens, since there is no bookmark called "gg: 1234", and we are in the bookmark-SingleRunner, which doesn't know how to handle webshortcuts.

Suggestions for webshortcuts should not show up in a SingleRunner that is not the webshortcut-SingleRunner.

The only SingleRunner where the suggestions should be shown is this one:

qdbus-qt5 org.kde.krunner /App displaySingleRunner webshortcuts
Comment 1 Alexander Lohnau 2020-06-27 19:43:35 UTC
Well the runner is called bookmarks, that might have been the issue.


But currently the single runner mode is broken and we get results from all plugins.