mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4891] librewolf: cannot open new URLs into running instance #2804
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2804
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Lonniebiz on GitHub (Feb 2, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4891
firejail version 0.9.64.4
Debian 11
LibreWolf v96.0.3-2
This issue is similar to one reported for Firefox.
A list of LibreWolf AppImages can be found here. Here's the command I'm using to run LibreWolf:
firejail --appimage --profile=/etc/firejail/librewolf.profile ~/AppImages/LibreWolf.x86_64.AppImageThe problem occurs after first launch, when I'm trying to open additional web pages. For example, let's say LibreWolf is already running, and I want to open Ebay from the command line:
firejail --appimage --profile=/etc/firejail/librewolf.profile ~/AppImages/LibreWolf.x86_64.AppImage https://www.ebay.comInstead of opening Ebay into a new tab, I get this error:

In a prior AppImage of LibreWolf, version 96.0.2-1, I was able to get past this issue using a custom profile:
~/.config/firejail/librewolf.profile
Then, I'd launch v96.0.2-1 using the custom profile above:
firejail --appimage --profile=~/.config/firejail/librewolf.profile ~/AppImages/LibreWolf.x86_64.AppImageLater, when I'd launch a URL (with LibreWolf already running), it would open that URL in a new tab with the following command:
firejail --appimage --profile=~/.config/firejail/librewolf.profile ~/AppImages/LibreWolf.x86_64.AppImage https://www.ebay.comHowever, in LibreWolf version v96.0.3-2, the custom profile above doesn't succeed in launching URLs into new tabs.
Hopefully, the default LibreWolf profile can be modified to prevent this issue. In the meantime, I'd appreciate any suggestions of how I might modify the custom profile above to prevent the issue. Again, the custom profile above worked in v96.0.2-1, but doesn't prevent the issue in v96.0.3-2 .
@Lonniebiz commented on GitHub (Feb 2, 2022):
I've also brought this issue to the attention of the LibreWolf AppImage maintainers:
https://gitlab.com/librewolf-community/browser/appimage/-/issues/32
I don't think they're at fault for this issue, but I was hoping that they may be able to offer insight that leads to us making a fully functioning profile for LibreWolf v96.0.3-2.
@rusty-snake commented on GitHub (Feb 2, 2022):
Was
org.mozilla.librewolf.*ever used? Yesf20e869fa4@Lonniebiz commented on GitHub (Feb 2, 2022):
In the custom profile, shown above. I changed the following line:
dbus-user.own org.mozilla.librewolf.*to
dbus-user.own io.gitlab.librewolf.*After closing LibreWolf, and relaunching LibreWolf v96.0.3-2 (with this modified custom profile), I again tried to open Ebay into a new tab with the following command:
firejail --appimage --profile=~/.config/firejail/librewolf.profile ~/AppImages/LibreWolf.x86_64.AppImage https://www.ebay.comInstead of launching Ebay into a new tab, the same error occurred:

@rusty-snake
@Lonniebiz commented on GitHub (Jul 1, 2022):
firejail version: 0.9.64.4
Debian 11
LibreWolf (AppImage): v101.0.1-1
Last night I updated Debian 11 and noticed that the Firejail Profiles package got updated.
Today, this issue 4891 is happening again. It seems that the firejail profile has been updated in a manner that has forgotten about this issue.
Please reopen this issue until it gets fixed again.
@rusty-snake commented on GitHub (Jul 1, 2022):
As I said in #5227 this is fixed!
If you run an old firejail version without the fix, cherry-pick it by hand into a .profile (in /etc/firejail) and update the packages, this is expect and not your bug.
If nobody can show that this is still an issue with firejail 0.9.68 I'm going to close this again (tomorrow).
@kmk3 commented on GitHub (Jul 1, 2022):
@Lonniebiz commented on Jul 1:
Again, please follow the bug report template. The information in the
template might be needed for debugging, so if that is missing, your issue is
more likely to be ignored.
Also, checking the latest profile version is part of the checklist:
If the latest version indeed solves the issue (as @rusty-snake mentioned), just
going through the checklist could have led you directly to the fix and avoided
reopening this issue.
Lastly, aside from the template, is LibreWolf running under wayland or Xorg?
@rusty-snake commented on GitHub (Jul 1, 2022):
https://github.com/netblue30/firejail/issues/5227#issuecomment-1172703949
@kmk3 commented on GitHub (Jul 1, 2022):
@rusty-snake commented on Jul 1:
For reference:
@Lonniebiz commented on Jul 1: