-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
librewolf: cannot open new URLs into running instance #4891
Comments
I've also brought this issue to the attention of the LibreWolf AppImage maintainers: 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. |
Was |
In the custom profile, shown above. I changed the following line: 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: Instead of launching Ebay into a new tab, the same error occurred: |
firejail version: 0.9.64.4 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. |
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). |
@Lonniebiz commented on Jul 1:
Again, please follow the bug report template. The information in the Also, checking the latest profile version is part of the checklist:
If the latest version indeed solves the issue (as @rusty-snake mentioned), just Lastly, aside from the template, is LibreWolf running under wayland or Xorg? |
@rusty-snake commented on Jul 1: For reference: @Lonniebiz commented on Jul 1:
|
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.AppImage
The 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.com
Instead 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.AppImage
Later, 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.com
However, 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 .
The text was updated successfully, but these errors were encountered: