Bug 188041

Summary: add network folder opens new folder in konqueror instead of dolphin
Product: [Applications] knetattach Reporter: sts
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: faure, finex
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: patch to start dolphin

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