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.
This commit is contained in:
parent
0afd6b23c9
commit
6cc78aeaee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user