diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-31 21:09:30 +0200 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-31 21:09:30 +0200 |
commit | 948a349bd91a344efc5dd0ddbde65d01bca7e3b5 (patch) | |
tree | d31d0d9f30cd83301b3ded11732754fe52a4d21c /flatpak/content/librewolf.desktop | |
parent | fix appimage creating a new profile folder on each launch; sanitize desktop f... (diff) | |
download | librewolf-linux-948a349bd91a344efc5dd0ddbde65d01bca7e3b5.tar.gz librewolf-linux-948a349bd91a344efc5dd0ddbde65d01bca7e3b5.tar.bz2 librewolf-linux-948a349bd91a344efc5dd0ddbde65d01bca7e3b5.zip |
add a .desktop file to flatpak build
Diffstat (limited to 'flatpak/content/librewolf.desktop')
-rw-r--r-- | flatpak/content/librewolf.desktop | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/flatpak/content/librewolf.desktop b/flatpak/content/librewolf.desktop new file mode 100644 index 0000000..687bebc --- /dev/null +++ b/flatpak/content/librewolf.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Name=LibreWolf +Exec=librewolf %u +Icon=librewolf +Type=Application +MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall; +StartupWMClass=LibreWolf +Categories=Network;WebBrowser; +StartupNotify=true +Terminal=false +X-MultipleArgs=false +Keywords=Internet;WWW;Browser;Web;Explorer |