how to make gnu linux debian 13 mate /usr/bin/fox the default browser (without apt install firefox-esr)

vim /usr/share/applications/fox.desktop
[Desktop Entry]
Name=Fox
Exec=/usr/bin/fox %u
Type=Application
Terminal=false
MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;

xdg-settings set default-web-browser fox.desktop
xdg-mime default fox.desktop x-scheme-handler/http
xdg-settings set default-web-browser fox.desktop
xdg-mime default fox.desktop x-scheme-handler/http
xdg-mime default fox.desktop x-scheme-handler/https
xdg-mime default fox.desktop text/html
cat ~/.config/mimeapps.list|grep fox

# now try to click a link in a mail in thunderbird it should open it wit /usr/bin/fox

liked this article?

  • only together we can create a truly free world
  • plz support dwaves to keep it up & running!
  • (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
  • really really hate advertisement
  • contribute: whenever a solution was found, blog about it for others to find!
  • talk about, recommend & link to this blog and articles
  • thanks to all who contribute!
admin