summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-07-01 09:23:24 +0200
committerMartin Stransky <stransky@redhat.com>2020-07-01 09:23:24 +0200
commit76afff5e5687145c147356f5d8dd91caf2f287eb (patch)
treed30e813640cd7f2ad5a6196a346b693107eac107
parentFixed nss patch and removed obsolete mozconfig entries (diff)
downloadlibrewolf-fedora-ff-76afff5e5687145c147356f5d8dd91caf2f287eb.tar.gz
librewolf-fedora-ff-76afff5e5687145c147356f5d8dd91caf2f287eb.tar.bz2
librewolf-fedora-ff-76afff5e5687145c147356f5d8dd91caf2f287eb.zip
Add 'Open the Profile Manager' desktop file entry
-rw-r--r--firefox-wayland.desktop5
-rw-r--r--firefox-x11.desktop5
-rw-r--r--firefox.desktop7
-rw-r--r--firefox.spec5
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 <stransky@redhat.com> - 78.0-2
+- Add 'Open the Profile Manager' desktop file entry
+
* Mon Jun 29 2020 Jan Horak <jhorak@redhat.com> - 78.0-1
- Update to 78.0 build2
bgstack15