aboutsummaryrefslogtreecommitdiff
path: root/flatpak/content/io.gitlab.LibreWolf.desktop
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2021-02-01 09:35:54 -0500
committerB Stack <bgstack15@gmail.com>2021-02-01 09:35:54 -0500
commit9a0c533c0a343c4c35cab431f67b98f3a6e94e12 (patch)
tree6b6b51c2e0e387c518aa08ac988b9cbc46688135 /flatpak/content/io.gitlab.LibreWolf.desktop
parentadd notes from !12 (diff)
parentfix a badly merged patch (diff)
downloadlibrewolf-linux-9a0c533c0a343c4c35cab431f67b98f3a6e94e12.tar.gz
librewolf-linux-9a0c533c0a343c4c35cab431f67b98f3a6e94e12.tar.bz2
librewolf-linux-9a0c533c0a343c4c35cab431f67b98f3a6e94e12.zip
Merge branch 'master' of https://gitlab.com/librewolf-community/browser/linux into debian
Diffstat (limited to 'flatpak/content/io.gitlab.LibreWolf.desktop')
-rw-r--r--flatpak/content/io.gitlab.LibreWolf.desktop25
1 files changed, 25 insertions, 0 deletions
diff --git a/flatpak/content/io.gitlab.LibreWolf.desktop b/flatpak/content/io.gitlab.LibreWolf.desktop
new file mode 100644
index 0000000..d55cf7d
--- /dev/null
+++ b/flatpak/content/io.gitlab.LibreWolf.desktop
@@ -0,0 +1,25 @@
+[Desktop Entry]
+Name=LibreWolf
+Exec=librewolf %u
+Icon=io.gitlab.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;
+Actions=new-window;new-private-window;profilemanager;
+
+[Desktop Action new-window]
+Name=Open a New Window
+Exec=librewolf %u
+
+[Desktop Action new-private-window]
+Name=Open a New Private Window
+Exec=librewolf --private-window %u
+
+[Desktop Action profilemanager]
+Name=Open the Profile Manager
+Exec=librewolf --ProfileManager %u
bgstack15