Bug 153894 - Full path ignored in open with dialog if program is a known application
Summary: Full path ignored in open with dialog if program is a known application
Status: RESOLVED FIXED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-12 10:49 UTC by Ivo Anjo
Modified: 2008-12-16 01:24 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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