diff options
author | Martin Stransky <stransky@redhat.com> | 2018-06-04 13:41:12 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-06-04 13:41:12 +0200 |
commit | 0c068bfe1eb9f20e68923b3cd748ce30bb844841 (patch) | |
tree | 9cae1e0b2e7d01ba514a34c4143000a4fae2c569 /firefox-wayland.desktop | |
parent | Added workaround for mozbz#1464823 which makes GL layer compositor usable on ... (diff) | |
download | librewolf-fedora-ff-0c068bfe1eb9f20e68923b3cd748ce30bb844841.tar.gz librewolf-fedora-ff-0c068bfe1eb9f20e68923b3cd748ce30bb844841.tar.bz2 librewolf-fedora-ff-0c068bfe1eb9f20e68923b3cd748ce30bb844841.zip |
Fixed mozbz#1466473, rhbz#1585300 - Fix GL detection, Fixed desktop file names (rhbz#1585369)
Diffstat (limited to 'firefox-wayland.desktop')
-rw-r--r-- | firefox-wayland.desktop | 8 |
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 |