diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-05-08 11:34:40 +0200 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-05-08 11:34:40 +0200 |
commit | f471d64277943964e3ecc78ea48421aa2a97f01d (patch) | |
tree | 5702643fd79552aeda0d7e2ea23493466dfdf24b /appimage/content/io.gitlab.LibreWolf.desktop | |
parent | v76.0-1 (diff) | |
download | librewolf-linux-f471d64277943964e3ecc78ea48421aa2a97f01d.tar.gz librewolf-linux-f471d64277943964e3ecc78ea48421aa2a97f01d.tar.bz2 librewolf-linux-f471d64277943964e3ecc78ea48421aa2a97f01d.zip |
Drop AppImage validation
The AppImage validation tools complain even when one follows their
recommendations on supplying AppStream metadata and with correctly named
files. I'm now starting to understand why most AppImages don't bother
with it.
Diffstat (limited to 'appimage/content/io.gitlab.LibreWolf.desktop')
-rw-r--r-- | appimage/content/io.gitlab.LibreWolf.desktop | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/appimage/content/io.gitlab.LibreWolf.desktop b/appimage/content/io.gitlab.LibreWolf.desktop new file mode 100644 index 0000000..c6d6de1 --- /dev/null +++ b/appimage/content/io.gitlab.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;application/pdf;application/json; +StartupWMClass=LibreWolf +Categories=Network;WebBrowser; +StartupNotify=true +Terminal=false +X-MultipleArgs=false +Keywords=Internet;WWW;Browser;Web;Explorer |