Bug 107218

Summary: browser component chooser ignores filepath from open dialog
Product: [Frameworks and Libraries] kdelibs Reporter: Michal Ceresna <ceresna>
Component: kdeuiAssignee: kdelibs bugs <kdelibs-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: finex
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: bug1.png
bug2.png
bug3.png

Description Michal Ceresna 2005-06-11 15:37:53 UTC
Version:            (using KDE KDE 3.4.1)
Installed from:    RedHat RPMs

1)open kcontrol/KDE components/Component Chooser/Web Browser (bug1.png)
2)switch the radio button to "in the following browser"
3)open the file dialog and enter into textfield path to some exacutable (bug2.png)
4)close the dialog with ok

the entered text does not appear in the "in the following browser" textfield
(bug3.png)
Comment 1 Michal Ceresna 2005-06-11 15:38:31 UTC
Created attachment 11399 [details]
bug1.png
Comment 2 Michal Ceresna 2005-06-11 15:39:06 UTC
Created attachment 11400 [details]
bug2.png
Comment 3 Michal Ceresna 2005-06-11 15:39:39 UTC
Created attachment 11401 [details]
bug3.png
Comment 4 clcevboxvjeo 2006-03-02 20:17:34 UTC
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.
Comment 5 FiNeX 2008-11-11 22:21:52 UTC
Confirmed in KDE4 too.
Comment 6 Christoph Feck 2009-06-22 03:19:18 UTC
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