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.
Hmm. make that ALT+F2 by default.
I am also experiencing this problem with svn r749889.
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.
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
This seems to be related to http://bugs.kde.org/show_bug.cgi?id=169283 and might need to be re-openend.