Bug 372642 - Could not find the program 'konqueror'
Summary: Could not find the program 'konqueror'
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: bars: location (show other bugs)
Version: 16.08.0
Platform: Kubuntu Linux
: NOR minor
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-18 18:41 UTC by Alexey Putz
Modified: 2020-01-20 16:42 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 20.04.0


Attachments
screenshot (34.99 KB, image/png)
2016-11-18 18:41 UTC, Alexey Putz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Putz 2016-11-18 18:41:11 UTC
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
Comment 1 Nate Graham 2017-09-02 21:48:54 UTC
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.
Comment 2 Nate Graham 2020-01-20 16:42:13 UTC
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