summaryrefslogtreecommitdiff
path: root/firefox-wayland.desktop
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-06-04 13:41:27 +0200
committerMartin Stransky <stransky@redhat.com>2018-06-04 13:41:27 +0200
commit17f11d2fa566b4fe0578aa5667ec385692de4d17 (patch)
tree9cae1e0b2e7d01ba514a34c4143000a4fae2c569 /firefox-wayland.desktop
parentMerge branch 'master' into f27 (diff)
parentFixed mozbz#1466473, rhbz#1585300 - Fix GL detection, Fixed desktop file name... (diff)
downloadlibrewolf-fedora-ff-17f11d2fa566b4fe0578aa5667ec385692de4d17.tar.gz
librewolf-fedora-ff-17f11d2fa566b4fe0578aa5667ec385692de4d17.tar.bz2
librewolf-fedora-ff-17f11d2fa566b4fe0578aa5667ec385692de4d17.zip
Merge branch 'master' into f27
Diffstat (limited to 'firefox-wayland.desktop')
-rw-r--r--firefox-wayland.desktop8
1 files changed, 3 insertions, 5 deletions
diff --git a/firefox-wayland.desktop b/firefox-wayland.desktop
index ad375b0..12669c5 100644
--- a/firefox-wayland.desktop
+++ b/firefox-wayland.desktop
@@ -3,7 +3,7 @@ Version=1.0
Name=Firefox on Wayland
GenericName=Web Browser
Comment=Browse the Web
-Exec=firefox-wayland %u
+Exec=firefox-wayland --name firefox-wayland %u
Icon=firefox
Terminal=false
Type=Application
@@ -119,9 +119,7 @@ Name[wo]=Palanteer bu bees
Name[xh]=Ifestile entsha
Name[zh-CN]=新建窗口
Name[zh-TW]=開新視窗
-
-
-Exec=firefox-wayland %u
+Exec=firefox-wayland --name firefox-wayland --new-window %u
[Desktop Action new-private-window]
Name=Open a New Private Window
@@ -229,5 +227,5 @@ Name[wo]=Panlanteeru biir bu bees
Name[xh]=Ifestile yangasese entsha
Name[zh-CN]=新建隐私浏览窗口
Name[zh-TW]=新增隱私視窗
-Exec=firefox-wayland --private-window %u
+Exec=firefox-wayland --private-window --name firefox-wayland %u
bgstack15