mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1755] Various Issues #1190
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#1190
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 @SkewedZeppelin on GitHub (Jan 29, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1755
Below is a comment by @bmeh copied from here
I would like to note that Electron apps (too) (Wire, for example, amongst many others) have not been working for me for a few months now. I am getting
error while loading shared libraries: libnode.so: cannot open shared object file: No such file or directory, which could be a problem caused by not having the directory containing the executable andlibnode.sowhitelisted, except it is. At least with a previous version I could justcdto the directory that containslibnode.soand it would work, but it doesn't work anymore that way either. Additionally, even in this case, the application wouldn't always show up properly (meaning it freezes, not getting displayed as expected), it would just start giving me such errors:And on occasions, it would work as expected (???), but it's pretty rare.
Aaaaand
steam-nativeis broken as well. It has been for a while.Note: all the applications not working with firejail do work without it.
I don't know what changed, but it seems like firejail has been broken for a few months now. I tried downgrading to an older version, but it doesn't work either. Any pointers to a workaround or something? Mind you,
firejail --noprofile foobarworks, but yeah.Distro: Arch Linux
firejail --quiet --private-dev --nodvd --notv ls -1 /dev:Update:
This is very odd, commenting
norootin/etc/firejail/steam.profile(andwire.profile) solves all the issues, and the window is responsive and is displayed correctly. Huh?@SkewedZeppelin commented on GitHub (Jan 29, 2018):
@bmeh
norootis known to cause issues with the NVIDIA proprietary drivers. You can run the following command to disable it in all profiles.sudo sh -c "echo 'ignore noroot' >> /etc/firejail/globals.local"@chiraag-nataraj commented on GitHub (May 6, 2018):
fwiw,
norootalso breaks Electron apps iirc, for reasons that aren't clear.[edit] No,
norootdoesn't break Electron apps!@smitsohu commented on GitHub (May 11, 2018):
@bmeh Can you confirm this is still an issue with Firejail 0.9.54?
@smitsohu commented on GitHub (May 24, 2018):
@bmeh Should be fixed in latest Firejail, see also related #1748. Closing the issue, feel free to reopen if you encounter the problem again. Thanks for the report!
@bmeh commented on GitHub (Sep 5, 2018):
@smitsohu Oh my mistake, I did not notice the mention. I am currently holding back version 0.9.54 for a reason I have forgotten, things work well with 0.9.52 without
noroot. When I get the time, and it will be available in the official packages for Arch Linux, I will upgrade to 0.9.56 and open a new issue if I still have issues like I did with 0.9.54 which is - if I remember correctly - not related tonoroot. It could have been fixed by now, so who knows. :)