mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2859] Problem with Spotify #1783
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#1783
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 @stastnypremysl on GitHub (Jul 15, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2859
When I try to run Spotify, I get this error:
What does it mean please? How can I fix it?
@smitsohu commented on GitHub (Jul 15, 2019):
Can you post the output of
ls -ld /opt /srv?@stastnypremysl commented on GitHub (Jul 15, 2019):
@SkewedZeppelin commented on GitHub (Jul 15, 2019):
@stastnypremysl distro? firejail version?
@stastnypremysl commented on GitHub (Jul 15, 2019):
Debian GNU/Linux 10 (buster)
firejail version 0.9.58.2
Thank you for you help.
On Mon, Jul 15, 2019 at 01:37:32PM -0700, SkewedZeppelin wrote:
@smitsohu commented on GitHub (Jul 16, 2019):
This error is caused by
private-optexpecting an /opt directory.So you have a choice: Either create a new /opt directory, or create an /etc/firejail/globals.local file and put
ignore private-optinside.@stastnypremysl commented on GitHub (Jul 16, 2019):
Thanks. I created a new opt folder and everything is fine.
Isn't that bug by the way? Firejail shouldn't rely on existance of this folder, because it can be deleted any time by dpkg.
On Tue, Jul 16, 2019 at 12:17:54AM -0700, smitsohu wrote:
@smitsohu commented on GitHub (Jul 16, 2019):
Fixed!