mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6505] librewolf: cannot open new URLs into running instance #3293
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#3293
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 @algor512 on GitHub (Oct 11, 2024).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6505
Description
firejail --whitelist=$XDG_RUNTIME_DIR --appimage ~/.local/appimages/librewolf.AppImage -new-tabafterfirejail --whitelist=$XDG_RUNTIME_DIR --appimage ~/.local/appimages/librewolf.AppImageshows "Firefox is already running, but is not responding."Steps to Reproduce
LC_ALL=C firejail --whitelist=$XDG_RUNTIME_DIR --appimage ~/.local/appimages/librewolf.AppImageLC_ALL=C firejail --whitelist=$XDG_RUNTIME_DIR --appimage ~/.local/appimages/librewolf.AppImage -new-tabExpected behavior
A new tab appears in the existing Librewolf instance.
Actual behavior
I get the message "Firefox is already running, but is not responding."
Behavior without a profile
It works as expected.
Additional context
I have to whitelist $XDG_RUNTIME_DIR (which is /tmp/1000-runtime-dir on my machine) in order to have
sound in my browser.
Environment
Linux 6.6.54_1 x86_64, Void Linux, firejail:
Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)Log
@rusty-snake commented on GitHub (Oct 11, 2024):
How did you checked this? Are you sure that the fix for #6413 isn't sufficient for you?
@algor512 commented on GitHub (Oct 11, 2024):
I've tried a few solutions for firefox, didn't think there would be anything specific for librewolf.
Adding just
dbus-user.own io.gitlab.firefox.*to~/.config/firejail/librewolf.profiledoesn't solve the issue. However, I've tried to addand it works!
Thank you, and sorry for the disturbance.