#1105891 firefox-esr.desktop missing actions for opening a new window and the profile manager

Package:
firefox-esr
Source:
firefox-esr
Description:
Mozilla Firefox web browser - Extended Support Release (ESR)
Submitter:
Douglas Silva
Date:
2026-03-11 08:47:01 UTC
Severity:
normal
Tags:
#1105891#5
Date:
2025-05-16 16:24:35 UTC
From:
To:
Dear Maintainer,

The ".desktop" file does not contain the actions that enable opening, from the launcher context menu, a new window, a new private window, and the profile manager.

Other distributions such as Ubuntu and Fedora ship them. Here's an example from Fedora:

[Desktop Action new-window]
Name=Open a New Window
# localized names here
Exec=firefox --new-window %u

[Desktop Action new-private-window]
Name=Open a New Private Window
# localized names here
Exec=firefox --private-window %u

[Desktop Action profile-manager-window]
Name=Open the Profile Manager
# localized names here
Exec=firefox --ProfileManager

I'm on Debian stable, but I have also inspected the contents of the "firefox-esr" package in testing, and it's still missing the actions.

#1105891#10
Date:
2025-05-16 19:04:28 UTC
From:
To:
I'm running GNOME, with no extensions.
#1105891#15
Date:
2025-05-17 03:49:47 UTC
From:
To:
This may be a duplicate of bug 978563.

https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1782515.html

But it was reported on another mailing list? I don't recognize this
"debian-bugs-dist".

#1105891#20
Date:
2025-05-17 03:55:42 UTC
From:
To:
To work around the problem, I've tried to place a modified Firefox
".desktop" file in "~/.local/share/applications/", containing the
missing actions. Unfortunately, it had no effect, even after logout.

#1105891#25
Date:
2025-05-17 18:42:28 UTC
From:
To:
The workaround was missing the Actions list of actions.

[Desktop Entry]
Actions=new-window;new-private-window;profile-manager-window;

# desktop action groups here

Log out to apply the changes. It works now.

#1105891#30
Date:
2026-03-11 08:44:51 UTC
From:
To:
Hi,

I would like to contribute to the Debian project. I've picked up this
newcomer bug and attached a patch.

The patch adds three desktop actions to browser.desktop.in: "New
Window", "New Private Window" and "Open Profile Manager". These enable
right-click context menu entries in desktop environments such as KDE.

Translations for the 22 locales already present in the file were
sourced from Fedora's firefox.desktop.

Tested locally on Debian trixie (firefox-esr 140.8.0esr) under KDE.
All three actions appear in the context menu and work correctly.

Best regards,

Javier