Bug 154228

Summary: Typing too fast will open stigiclient
Product: [Plasma] krunner Reporter: Allan Sandfeld <kde>
Component: generalAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: grundleborg, richih-kde
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Allan Sandfeld 2007-12-17 14:30:23 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

Pressing CTRL+F2, typing a program name and hitting enter, will open stigiclient instead of the desired program, unless you hold a short pause after typing the program name and before hitting enter.
Comment 1 Allan Sandfeld 2007-12-17 14:30:56 UTC
Hmm. make that ALT+F2 by default.
Comment 2 George Goldberg 2007-12-18 09:59:37 UTC
I am also experiencing this problem with svn r749889.
Comment 3 Chani 2007-12-18 15:20:20 UTC
I think this is because the strigi runner returns results before whatever 
runner provides commands, and when you hit enter it doesn't wait around for 
more results. I'm not sure how such a thing would be solved.
Comment 4 Aaron J. Seigo 2007-12-19 07:25:53 UTC
SVN commit 750312 by aseigo:

* fix delayed execution, which got partially killed with the multithreading patch
* don't make 0 relevance items default; fixes the inanity of strigiclient being launched as default just because it gets returned first, for instance
BUGS:154228,152384


 M  +13 -6     interface.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=750312
Comment 5 Richard Hartmann 2008-10-15 11:32:07 UTC
This seems to be related to http://bugs.kde.org/show_bug.cgi?id=169283 and might need to be re-openend.