From 0c068bfe1eb9f20e68923b3cd748ce30bb844841 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 4 Jun 2018 13:41:12 +0200 Subject: Fixed mozbz#1466473, rhbz#1585300 - Fix GL detection, Fixed desktop file names (rhbz#1585369) --- firefox-wayland.desktop | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'firefox-wayland.desktop') 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 -- cgit