Adds a default entry in the mime db for gopher, gemini, and finger

This commit is contained in:
sloumdrone 2019-11-14 22:20:12 -08:00
parent f49f8bebdd
commit 57ab1b085e
2 changed files with 5 additions and 1 deletions

View File

@ -40,6 +40,9 @@ install-desktop:
install -m 0644 ./bombadillo.desktop ${DESTDIR}${DATAROOTDIR}/applications
install -d ${DESTDIR}${DATAROOTDIR}/pixmaps
install -m 0644 ./bombadillo-icon.png ${DESTDIR}${DATAROOTDIR}/pixmaps
xdg-mime default bombadillo.desktop x-scheme-handler/gopher
xdg-mime default bombadillo.desktop x-scheme-handler/gemini
xdg-mime default bombadillo.desktop x-scheme-handler/finger
.PHONY: install-bin
install-bin: build

View File

@ -5,5 +5,6 @@ GenericName=Non-Web Browser
Comment=View gopher, gemini, finger, telnet, http(s) sites over the internet
Terminal=true
Categories=Network;Application;WebBrowser;ConsoleOnly;
Exec=bombadillo
Exec=bombadillo %U
Icon=bombadillo-icon
MimeType=x-scheme-handler/gopher;x-scheme-handler/gemini;x-scheme-handler/finger;