Summary: | Misspelled applications execute after spelling is corrected | ||
---|---|---|---|
Product: | [Plasma] krunner | Reporter: | Jonathan Thomas <echidnaman> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dimsuz, salgar, tim, viesturs.zarins |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | patch to make krunner cancel automatic running after text is changed |
Description
Jonathan Thomas
2008-07-10 03:46:48 UTC
yeah, that probably shouldn't happen. :) I'm guessing this has something to do with the "run application even if the user types the name and hits enter before any matches have time to return" feature? *** Bug 167128 has been marked as a duplicate of this bug. *** This also applies to urls. Type "localhost" and press enter -> No "Go to http://localhost" will appear and nothing will happen. Now try to type http:// before localhost - krunner will try to load "http:localhost" as soon as you have typed the colon which leads to the error message "Invalid adress http:localhost". Very annoying behaviour. Created attachment 27234 [details]
patch to make krunner cancel automatic running after text is changed
Make a very simple fix for this.
Hope it works. I don't have a full KDE build environment to test it.
Dunno if this patch was applied, but krunner in trunk doesn't have this bug - if i correct the misspelled command, it allows me to press enter to execute it :) When was this patch applied/bug fixed? The krunner in Fedora's kdebase-workspace-4.1.3-6.fc10.i386 still shows this bug so I think "FIXED" is a little euphemism and I'd prefer to go to "REOPENED". Works in KDE 4.1.80. |