summaryrefslogtreecommitdiff
path: root/firefox.desktop
diff options
context:
space:
mode:
authorPetr Jašíček <pjasicek@redhat.com>2015-10-15 14:44:18 +0200
committerPetr Jašíček <pjasicek@redhat.com>2015-10-15 14:44:18 +0200
commitfab1500216413bc7f03b2cb75deba2a9a95ae71b (patch)
tree4190bcf2b0f1f69b94bb8686d7b890d79bc47cf4 /firefox.desktop
parentUpdate to 41.0.2 (diff)
downloadlibrewolf-fedora-ff-fab1500216413bc7f03b2cb75deba2a9a95ae71b.tar.gz
librewolf-fedora-ff-fab1500216413bc7f03b2cb75deba2a9a95ae71b.tar.bz2
librewolf-fedora-ff-fab1500216413bc7f03b2cb75deba2a9a95ae71b.zip
Resolves: #1262564 - Added private browsing action to desktop file
Diffstat (limited to 'firefox.desktop')
-rw-r--r--firefox.desktop10
1 files changed, 10 insertions, 0 deletions
diff --git a/firefox.desktop b/firefox.desktop
index 27c40bc..b394386 100644
--- a/firefox.desktop
+++ b/firefox.desktop
@@ -50,3 +50,13 @@ MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xm
StartupNotify=true
Categories=Network;WebBrowser;
Keywords=web;browser;internet;
+Actions=new-window;new-private-window;
+
+[Desktop Action new-window]
+Name=Open a New Window
+Exec=firefox %u
+
+[Desktop Action new-private-window]
+Name=Open a New Private Window
+Exec=firefox --private-window %u
+
bgstack15