From 76afff5e5687145c147356f5d8dd91caf2f287eb Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 1 Jul 2020 09:23:24 +0200 Subject: Add 'Open the Profile Manager' desktop file entry --- firefox-wayland.desktop | 5 +++++ firefox-x11.desktop | 5 +++++ firefox.desktop | 7 +++++-- firefox.spec | 5 ++++- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/firefox-wayland.desktop b/firefox-wayland.desktop index 1295f9c..4551bb4 100644 --- a/firefox-wayland.desktop +++ b/firefox-wayland.desktop @@ -228,3 +228,8 @@ Name[xh]=Ifestile yangasese entsha Name[zh_CN]=新建隐私浏览窗口 Name[zh_TW]=新增隱私視窗 Exec=firefox-wayland --private-window --name firefox-wayland %u + +[Desktop Action profile-manager-window] +Name=Open the Profile Manager +Name[cs]=Správa profilů +Exec=firefox-wayland --name firefox-wayland --ProfileManager diff --git a/firefox-x11.desktop b/firefox-x11.desktop index 85429eb..9c8874d 100644 --- a/firefox-x11.desktop +++ b/firefox-x11.desktop @@ -228,3 +228,8 @@ Name[xh]=Ifestile yangasese entsha Name[zh_CN]=新建隐私浏览窗口 Name[zh_TW]=新增隱私視窗 Exec=firefox-x11 --private-window --name firefox-x11 %u + +[Desktop Action profile-manager-window] +Name=Open the Profile Manager +Name[cs]=Správa profilů +Exec=firefox-x11 --name firefox-x11 --ProfileManager diff --git a/firefox.desktop b/firefox.desktop index dce71e5..977f183 100644 --- a/firefox.desktop +++ b/firefox.desktop @@ -158,8 +158,6 @@ Name[wo]=Palanteer bu bees Name[xh]=Ifestile entsha Name[zh_CN]=新建窗口 Name[zh_TW]=開新視窗 - - Exec=firefox --new-window %u [Desktop Action new-private-window] @@ -269,3 +267,8 @@ Name[xh]=Ifestile yangasese entsha Name[zh_CN]=新建隐私浏览窗口 Name[zh_TW]=新增隱私視窗 Exec=firefox --private-window %u + +[Desktop Action profile-manager-window] +Name=Open the Profile Manager +Name[cs]=Správa profilů +Exec=firefox --ProfileManager diff --git a/firefox.spec b/firefox.spec index 848d6f1..309e783 100644 --- a/firefox.spec +++ b/firefox.spec @@ -118,7 +118,7 @@ ExcludeArch: s390x Summary: Mozilla Firefox Web browser Name: firefox Version: 78.0 -Release: 1%{?nss_tag}%{?dist} +Release: 2%{?nss_tag}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz @@ -971,6 +971,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Wed Jul 1 2020 Martin Stransky - 78.0-2 +- Add 'Open the Profile Manager' desktop file entry + * Mon Jun 29 2020 Jan Horak - 78.0-1 - Update to 78.0 build2 -- cgit