| Summary: | add network folder opens new folder in konqueror instead of dolphin | ||
|---|---|---|---|
| Product: | [Applications] knetattach | Reporter: | sts |
| Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | faure, finex |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | patch to start dolphin | ||
|
Description
sts
2009-03-25 00:32:42 UTC
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 |