mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4363] minecraft-launcher not running with firejail #2635
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#2635
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 19, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4363
Running 0.9.64.4 in Manjaro
When I run firejail minecraft-launcher , it opens the updater and says it is inspecting the current version and preparing to update but then proceeds to shut down
firejail --noprofile minecraft-launcher works
@rusty-snake commented on GitHub (Jun 19, 2021):
Is anything is the syslog? Did you made any modifications to it's profile/.locals? Are there any relevant messages if you run it from a terminal?
@ghost commented on GitHub (Jun 19, 2021):
AVC apparmor="DENIED" operation="exec" profile="firejail-default" name="/home/(username)/.minecraft/launcher/minecraft-launcher" pid=3229 comm="minecraft-launc" requested_mask="x" denied_mask="x" fsuid=1000 ouid=1000
audit: type=1400 audit(1624124805.579:141): apparmor="DENIED" operation="exec" profile="firejail-default" name="/home/(username)/.minecraft/launcher/minecraft-launcher" pid=4205 comm="minecraft-launc" requested_mask="x" denied_mask="x" fsuid=1000 ouid=1000
qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22070, resource id: 79691779, major code: 15 (QueryTree), minor code: 0
Didn't modify the profile
When I run it from the terminal, it runs into this error:
Theme parsing error: gtk.css:73:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn't be used anymore. It will be removed in a future version
and then tries to update PistonComponent and then does a bunch of stuff with Sha1Cacher.cpp and NetQueue. After piston updates, NetQueue shut downs and it tries to start the launcher, but then it reads "Starting the sub-process failed: Permission denied" and fails to launch the launcher. In the next line it reads "No writable bootstrap found in game directory."
@rusty-snake commented on GitHub (Jun 19, 2021):
minecraft-launcher.profile already contains
ignore noexec ${HOME}but it also containsapparmorwhich makes${HOME}noexectoo.