mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6335] wine: chdir error in bazzite linux (ostree) #3246
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#3246
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 @Insem on GitHub (May 12, 2024).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6335
Description
I try to launch some games via firejail. It pretty works when I do
firejail --net=none --read-write=$HOME --noprofile wine "$EXENAME"But if i remove --noprofile flag and run
firejail --net=none --read-write=$HOME wine "$EXENAMEfirejail throws
Steps to Reproduce
Steps to reproduce the behavior
Environment
@rusty-snake commented on GitHub (May 12, 2024):
Unsupported OS.
https://github.com/netblue30/firejail/issues?q=is%3Aissue+silverblue+is%3Aclosed
@Insem commented on GitHub (May 14, 2024):
Thank you for soon answer. I'll keep it on mind. Could you tell me please is it a good idea to launch wine games throw firejail or it's potentially unstable? Maybe I need to use other sandboxes?
@rusty-snake commented on GitHub (May 16, 2024):
My experience is that package-manager + wine (+ firejail) is less stable than flatpak + bottles (graphical wine wrapper).