We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should provide common use cases for how to setup this as your default browser
The text was updated successfully, but these errors were encountered:
So I started searching for a page with a reasonably exhaustive list and this is the first discovery on the way:
$ xdg-settings get default-web-browser vim.desktop
:D
Sorry, something went wrong.
It's obviously a bit postponed, draft is using these two URLs for reference:
https://wiki.debian.org/DefaultWebBrowser
https://askubuntu.com/a/282187
Here's what I've done for now:
$ cat /usr/share/applications/openbydomain.desktop [Desktop Entry] Name=openbydomain Comment=OpenByDomain GenericName=OpenByDomain Exec=/home/<user>/code/openbydomain/openbydomain.py %U StartupNotify=true Terminal=false Type=Application Categories=Network;WebBrowser; MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/ftp;x-scheme-handler/http;x-scheme-handler/https;
$ xdg-settings set default-web-browser openbydomain.desktop
int-ua
No branches or pull requests
Should provide common use cases for how to setup this as your default browser
The text was updated successfully, but these errors were encountered: