Bug 164790

Summary: krunner cuts web shortcuts after ':'
Product: [Plasma] krunner Reporter: Simon Birnbach <simon.birnbach>
Component: generalAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Simon Birnbach 2008-06-23 22:58:11 UTC
Version:            (using KDE 4.0.80)
Installed from:    Unlisted Binary Package
OS:                Linux

krunner cuts off everything after ':' (not the delimiter) in a web shortcut

Example:
gg:searchs for this: but not for that
will result in a query for "searchs for this"

Testing it in Konqueror gave the expected result. (queries for "searchs for this: but not for that")
(I am using the packages from debian experimental -> 4.0.82+svn819867-1)
Comment 1 Aaron J. Seigo 2008-06-23 23:47:53 UTC
SVN commit 823713 by aseigo:

* don't try and get favicons; it's waaaay too slow to be useful in a hot path like this (should we eventually offer a "polish" type option for runners to lazily touch up good matches?)

* don't split on ':', grab the string to the right of the first one
BUG:164790



 M  +13 -10    webshortcutrunner.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=823713