summaryrefslogtreecommitdiff
path: root/firefox-x11.desktop
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 /firefox-x11.desktop
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
Diffstat (limited to 'firefox-x11.desktop')
-rw-r--r--firefox-x11.desktop5
1 files changed, 5 insertions, 0 deletions
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
bgstack15