mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1768] Spotify on Gentoo fails to open #1200
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#1200
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 @brakenow on GitHub (Feb 7, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1768
Works fine without Firejail.
Reading profile /etc/firejail/spotify.profile
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-devel.inc
Reading profile /etc/firejail/disable-passwdmgr.inc
Reading profile /etc/firejail/disable-programs.inc
Reading profile /etc/firejail/whitelist-common.inc
Parent pid 11875, child pid 11879
Child process initialized in 38.49 ms
/opt/spotify/spotify-client/spotify: error while loading shared libraries: libatomic.so.1: cannot open shared object file: No such file or directory
@SkewedZeppelin commented on GitHub (Feb 8, 2018):
Does commenting out
private-optin/etc/firejail/spotify.profilefix it? If not can you comment out the other options and see if any of them fix it?@brakenow commented on GitHub (Feb 8, 2018):
Thanks, but there is no 'private-opt' in the profile. Could try commenting out on random yes.
@brakenow commented on GitHub (Feb 8, 2018):
Got it to work by commenting out 'private-etc fonts,machine-id,pulse,resolv.conf'.
@smitsohu commented on GitHub (Mar 6, 2018):
@brakenow Could you please try if adding
ld.so.cacheto the private-etc line fixes your issue?@okcomputerik commented on GitHub (Mar 11, 2018):
I had a similar issue on Korora 26, but only when running Spotify with the --private option (in normal mode, i.e. firejail spotify, it would run fine). I commented out "private-etc fonts,machine-id,pulse,resolv.conf" as suggested by brakenow and "firejail --private spotify" worked again.
@smitsohu adding ld.so.cache to private-etc didn't help in my case. Just so you know.... Do let me know if you would like me to try out other stuff...
Thanks!
@smitsohu commented on GitHub (Mar 12, 2018):
@okcomputerik to find out which directories are accessed below /etc, just run
firejail --build spotify, play some time with it and then exit spotify again (firejail version 0.9.52 or more recent).It will provide a good starting point for looking further.
@brakenow commented on GitHub (Mar 12, 2018):
Thank you smitsohu!
'private-etc fonts,machine-id,pulse,resolv.conf,ld.so.cache' solved it. :-D