Summary: | kurlcompletion doesn't complete executables in $PATH in kopenwith dialog | ||
---|---|---|---|
Product: | [Unmaintained] kfile | Reporter: | Felix Berger <bflat1> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | adawit, dsmith |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.0 | |
Sentry Crash Report: | |||
Attachments: | simple patch |
Description
Felix Berger
2005-11-18 18:16:58 UTC
Created attachment 13540 [details]
simple patch
Unless my setup is messed up, this looks like a regression bug. $PATH completion in the "open with" dialog works just fine on KDE 3.1.x. Thanks, Felix Maybe this can be merged into a beta release or the like. The patch is straightforward and would fix a regression bug. David Smith is the author of that code; cc'ed for comments. Hi David S., did you have a chance to look at the attached patch? Git commit d9997d711e493416a35a49cb84700c7b77441211 by Dawit Alemayehu. Committed on 03/06/2011 at 22:51. Pushed by adawit into branch 'master'. - Make executable completion work in OpenWith dialog. - Fixed the logic error that caused unnecessary creation of directory listing threads for each and every completion request (read: every key press). BUG: 77169 BUG: 116639 BUG: 158124 FIXED-IN: 4.7.0 REVIEW: 101499 M +9 -9 kio/kio/kurlcompletion.cpp http://commits.kde.org/kdelibs/d9997d711e493416a35a49cb84700c7b77441211 |