From 6cc78aeaeeb295b429d39668bfad74c076b96b55 Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Fri, 24 Nov 2017 13:32:13 +0100 Subject: [PATCH] Register qutebrowser as a handler for qute:// links These links mostly occur within qutebrowser's documentation. But the are also written to the auto generated config file. Clicking them in any application that consults the desktop database (or uses xdg-open) will thus open them in qutebrowser correctly. --- misc/qutebrowser.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/qutebrowser.desktop b/misc/qutebrowser.desktop index e505774a8..96cbda392 100644 --- a/misc/qutebrowser.desktop +++ b/misc/qutebrowser.desktop @@ -7,5 +7,5 @@ Categories=Network;WebBrowser; Exec=qutebrowser %u Terminal=false StartupNotify=false -MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https; +MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/qute; Keywords=Browser