| Summary: | browser component chooser ignores filepath from open dialog | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | Michal Ceresna <ceresna> |
| Component: | kdeui | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | finex |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | RedHat Enterprise Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
bug1.png
bug2.png bug3.png |
||
|
Description
Michal Ceresna
2005-06-11 15:37:53 UTC
Created attachment 11399 [details]
bug1.png
Created attachment 11400 [details]
bug2.png
Created attachment 11401 [details]
bug3.png
Confirmed in KDE 3.5.1. When choosing the app from the file browser (like on the screenshots above), there's a blank line. But when I write it manually there it works. Confirmed in KDE4 too. SVN commit 985067 by cfeck: Fix empty browser service When selecting a browser by typing in the command, KOpenWithDialog creates a temporary service(). This temporary service does not have a desktopEntryName(), so we should display exec() instead. BUG: 107218 M +5 -3 componentchooserbrowser.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=985067 |