Bug 153894

Summary: Full path ignored in open with dialog if program is a known application
Product: [Frameworks and Libraries] kdelibs Reporter: Ivo Anjo <ivo>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ivo Anjo 2007-12-12 10:49:05 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:                Linux

This bug is also present in kde3, but it seems to go by rather unnoticed.

I'm currently using apps from kde3 and kde4, so have two versions of some of them (two gwenview's, etc), and sometimes I'm inside dolphin and I want to open a file with the kde3 version of an app, so I use the open with dialog, and type the full path (for example /opt/kde3/bin/gwenview), but the full path gets ignored and the kde4 version of the app is launched (in this case, gwenview).

I've reported this bug against dolphin because I'm not sure where the code for the open with dialog sits.
Comment 1 David Faure 2008-12-16 01:24:07 UTC
SVN commit 897409 by dfaure:

Fix url/text confusion in KUrlRequester which wrote "Exec=kate --use %25U" instead of "Exec=kate --use %U" when typing the latter in KOpenWithDialog.
Also fix KOpenWithDialog replacing the typed exec line with the one from a service that is about the same binary (oops).
BUG: 153894


 M  +7 -10     kopenwithdialog.cpp  
 M  +11 -2     kurlrequester.cpp  
 M  +11 -1     kurlrequester.h  


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