mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2292] Spotify doesn't launch on Arch Linux #1529
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#1529
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 @Algebro7 on GitHub (Dec 6, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2292
I'm using the
spotifypackage from the AUR with firejail, no customizations to the firejail profile and I'm getting the following error:I tried whitelisting
/usr/share/spotifybut that didn't make any difference. Is there something special I need to do to make this work with the AUR package?@polyzen commented on GitHub (Dec 6, 2018):
How'd you install Spotify? Works here with the
spotify-stableAUR package.@Algebro7 commented on GitHub (Dec 7, 2018):
Thanks a bunch for the information--I switched to
spotify-stableand it's working now.@Fred-Barclay commented on GitHub (Dec 8, 2018):
In case we see this later -- what version of firejail are you using? I'm using the latest build from git (0.9.57) and
firejail spotifyworks without errors (and I have the ordinary spotify package from the AUR, not spotify-stable).Thanks!
@polyzen commented on GitHub (Dec 8, 2018):
On December 8, 2018 12:50:22 PM EST, Fred Barclay notifications@github.com wrote:
Seems like they used a different install method.
--
Best,
polyzen
@Algebro7 commented on GitHub (Dec 8, 2018):
I was using the regular
spotifypackage as well asfirejail-apparmor, both from AUR. Looks like firejail version 0.9.56. It is possible the spotify installation got messed up over time as I recall there being some issues withffmpegawhile back that I had to manually resolve.@Fred-Barclay commented on GitHub (Dec 8, 2018):
Thanks! As an uneducated guess I'd suspect some incompatibility with
firejail-apparmor. ;)@Vincent43 commented on GitHub (Dec 8, 2018):
When spotify is used with
--apparmoroption, you need to add/usr/share/spotify/** ix,rule in/etc/apparmor.d/local/firejail-local.spotify-stableisn't affected by this as it installs binary under/opt/spotifyinstead of/usr/share/spotify.apparmorisn't enabled by default in spotify profile so you had to explicitly enable it somewhere.