Summary: | Could not find the program 'konqueror' | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Alexey Putz <putz.alexey> |
Component: | bars: location | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | nate |
Priority: | NOR | ||
Version: | 16.08.0 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | https://cgit.kde.org/dolphin.git/commit/?id=17e1a48c68000f92033196b6d19d876143a13608 | Version Fixed In: | 20.04.0 |
Sentry Crash Report: | |||
Attachments: | screenshot |
Confirmed. Apparently Dolphin isn't setting setting the MIME type or URI properly in such a manner that the system knows it's a URL that should be passed off to the default web browser, whatever's set up to accept http and https URLs. Here's a workaround: Go to System Settings > Applications > Default Applications > Web Browser > Open http and https URLs > in the following browser: > choose your web browser. author Méven Car <meven.car@enioka.com> 2020-01-17 18:10:40 +0100 committer Méven Car <meven.car@enioka.com> 2020-01-20 16:50:14 +0100 commit 17e1a48c68000f92033196b6d19d876143a13608 (patch) tree 9dcc2dddc8d432fd13f1cacd1af0a3348f77c288 parent 5778099ece7a4e6c37c3e0c6950aa0bdf259bcb3 (diff) Use QDesktopServices to open urls not supported by dolphinHEADmaster Summary: This improves portability. QDesktopServices uses standard mimetype base resolution to find the app to use. BUG: 372642 FIXED-IN: 20.04 Test Plan: * Open http://google.com, opened default web browser * Open mms:// (on my test system opened vlc) Reviewers: #dolphin, elvisangelaccio, ngraham Reviewed By: #dolphin, elvisangelaccio, ngraham Subscribers: nicolasfella, kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D26732 Diffstat -rw-r--r-- src/dolphinviewcontainer.cpp 19 1 files changed, 4 insertions, 15 deletions diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index 9ed7654..bd3c8ed 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp |
Created attachment 102309 [details] screenshot 1. Open dolphin. 2. Input any url to "places" line edit component. 3. Dolphin throws error window with text "Could not find the program 'konqueror'" As I thought the Konqueror isnt used at the moment... Screenshot included. Kubuntu 16.10 KDE Plasma Version : 5.7.5 KDE Frameworks Version : 5.26.0 Qt Version : 5.6.1 Kernel Version : 4.8.0-22-generic OS Type: 64-bit