mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3449] Consider adding "Allow Python" to Steam.profile so Blender runs #2167
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#2167
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 @ghost on GitHub (Jun 4, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3449
EDIT: Didn't really solve the problem, and there are already two identical lines in the profile.
I'll just use Blender without Steam until I find out more about this issue.
Hi there!
Let me apologize for the simple bug report. I'm a 3D artist who uses Blender via Steam on Linux and I don't have much time to go deep into this, but I believe there's no real need to do so. Here's why:
Steam just updated Blender to version 2.83, which was freezing my laptop then proceeding to crash itself (Blender). After a bit of experimentation, I found that Blender works fine with the default profile, so there could be something going on with the Steam profile.
The solution was simple, add the following two lines to Steam.profile:
These lines are in Blender's default profile, and they allow the program's addons to run (which AFAIK are all in Python).
Since Blender is an official product on Steam and is used by many people on Steam's community, I think it makes sense to add these two lines for the Steam.profile file.
Cheers!
@rusty-snake commented on GitHub (Jun 4, 2020):
Hi, what is your firejail version? Can you create
~/.config/firejail/steam.localwith this content:If you use firejail <0.9.63 remove the
whitelist ${HOME}/.config/blender.@ghost commented on GitHub (Jun 4, 2020):
Hi! I'm using 0.9.62-3.
If I create that file, Steam doesn't start.
EDIT: I removed the line anyway and Steam now starts. Let's see what happens.
EDIT2: Still freezing and crashing.
@ghost commented on GitHub (Jun 4, 2020):
I'd like to apologize for wasting everybody's time with this issue. It seems it's a Blender problem.
I tried a new download of the 2.83 build, ran it without firejail, and the problem happened as well but just took longer to happen.
I'll contact Blender's developers to see what's going on.
Thanks rusty-snake for trying to help.