From 032bfbb487a3472a2eb1b69ff7abe7da71584430 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 21 Sep 2021 15:44:14 +0200 Subject: [PATCH] desktop file added --- waterfox.desktop | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 waterfox.desktop diff --git a/waterfox.desktop b/waterfox.desktop new file mode 100644 index 0000000..17781c1 --- /dev/null +++ b/waterfox.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Name=Waterfox +Comment=Browse the World Wide Web +GenericName=Web Browser +X-GNOME-FullName=Waterfox Web Browser +Exec=/usr/local/bin/waterfox %u +Terminal=false +X-MultipleArgs=false +Type=Application +Categories=Network;WebBrowser; +MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https; +StartupWMClass=Waterfox +StartupNotify=true