mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6146] keepassxc: cannot open without no3d (mesa regression) #3203
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#3203
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 @marek22k on GitHub (Dec 31, 2023).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6146
Description
KeePassXC no longer starts.
Steps to Reproduce
LC_ALL=C firejail PROGRAMExpected behavior
KeePassXC starts.
Actual behavior
Behavior without a profile
What changed calling
LC_ALL=C firejail --noprofile /path/to/programin aterminal?
KeePassXC starts.
Additional context
Environment
firejail --version).Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)Log
Output of
LC_ALL=C firejail /path/to/programOutput of
LC_ALL=C firejail --debug /path/to/programhttps://gist.github.com/marek22k/3e81a432d66fc3a519f2ad66141f60fe
@Absolutely-Free commented on GitHub (Dec 31, 2023):
I am having the exact same problem with an intel Arc A380.
Keepassxc does start when running
LC_ALL=C firejail --noprofile /usr/bin/keepassxc, as well as when running/usr/bin/keepassxcAlso running fully up to date Arch Linux. This started occurring after a recent update to Mesa.
@ghost commented on GitHub (Dec 31, 2023):
Any improvement when adding
ignore no3din ~/.config/firejail/keepassxc.local?@Absolutely-Free commented on GitHub (Dec 31, 2023):
That fixes it!
@ghost commented on GitHub (Dec 31, 2023):
@Absolutely-Free Thanks for testing. This might be a Mesa bug, so I guess we'll better wait a bit and check the Arch bugtracker. Glad to read there's a workaround for now though!
@ghost commented on GitHub (Jan 1, 2024):
Possibly related Arch Linux forum thread:
https://bbs.archlinux.org/viewtopic.php?id=291519.
@ghost commented on GitHub (Jan 1, 2024):
UPDATE
Arch Linux Mesa package manager reverted a commit to fix https://gitlab.archlinux.org/archlinux/packaging/packages/mesa/-/issues/5 in
mesa 1:23.3.2-2. Personally I don't use keepassxc, so I'm asking @marek22k and @Absolutely-Free to check if the proposed workaround is still needed with the latest mesa on Arch Linux.@Absolutely-Free commented on GitHub (Jan 1, 2024):
I updated my system, deleted
~/.config/firejail/keepassxc.local, and was able to start keepassxc as normal. All seems to be well on my end.@ghost commented on GitHub (Jan 1, 2024):
@Absolutely-Free That's promising, thanks for testing and reporting back!
@marek22k commented on GitHub (Jan 1, 2024):
Works for me again.