https://bugs.kde.org/show_bug.cgi?id=372642
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |20.04.0 Latest Commit| |https://cgit.kde.org/dolphi | |n.git/commit/?id=17e1a48c68 | |000f92033196b6d19d876143a13 | |608 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #2 from Nate Graham <n...@kde.org> --- author Méven Car <meven....@enioka.com> 2020-01-17 18:10:40 +0100 committer Méven Car <meven....@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 -- You are receiving this mail because: You are watching all bug changes.