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.
I can confirm this behaviour in trunk too.
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?
Yes, patch is correct. A filemanager is not a webbrowser. Please commit.
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