Bug 188041 - add network folder opens new folder in konqueror instead of dolphin
Summary: add network folder opens new folder in konqueror instead of dolphin
Status: RESOLVED FIXED
Alias: None
Product: knetattach
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-25 00:32 UTC by sts
Modified: 2009-03-30 18:25 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
patch to start dolphin (533 bytes, patch)
2009-03-28 15:17 UTC, Christian Loose
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sts 2009-03-25 00:32:42 UTC
Version:           1.2.80 (using 4.2.67 (KDE 4.2.67 (KDE 4.3 >= 20090318)) "release 1.3", KDE:KDE4:UNSTABLE:Desktop / openSUSE_11.1)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.27.19-3.2-default

If I added a network folder, the folder opens in a new konqueror window..it happens in svn and 4.2.1.
Comment 1 FiNeX 2009-03-27 12:28:13 UTC
I can confirm this behaviour in trunk too.
Comment 2 Christian Loose 2009-03-28 15:17:39 UTC
Created attachment 32448 [details]
patch to start dolphin

The attached patch changes KToolInvocation::invokeBrowser to KRun::runUrl(). This fixes the problem for me.

Okay to commit?
Comment 3 David Faure 2009-03-30 16:36:57 UTC
Yes, patch is correct. A filemanager is not a webbrowser. Please commit.
Comment 4 Christian Loose 2009-03-30 18:25:54 UTC
SVN commit 946968 by cloose:

Change KToolInvocation::invokeBrowser() to KRun::runUrl().

The added network folder opens now in dolphin instead of konqueror.

BUG: 188041



 M  +3 -1      knetattach.cpp  


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