mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6465] flameshot: MESA: error: Failed to query drm device (intel/no3d) #3283
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#3283
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 @Dieterbe on GitHub (Sep 8, 2024).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6465
Description
flameshot doesn't seem to start under firejail. although i think it may create an invisible task applet icon which doesn't respond to clicks.
Steps to Reproduce
Behavior without a profile
now the app works fine. applet icon shows and responds and the app takes screenshots
Environment
I use arch, btw
firejail --version).was compiled (
git rev-parse HEAD).Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)Log
Output of
LC_ALL=C firejail --debug /path/to/program@rusty-snake commented on GitHub (Sep 8, 2024):
Related/Duplicated:
TL;DR:
ignore no3dI guess there was some recent mesa update breaking software fallback on iris systems.
@Dieterbe commented on GitHub (Sep 8, 2024):
bingo, added that in a new .config/firejail/flameshot.local file and that fixes it.
@kmk3 commented on GitHub (Sep 8, 2024):
@Dieterbe
As mentioned, this issue seems to affect multiple programs.
I'd expect most programs to just fallback to CPU rendering and work normally
when a GPU is not available.
Please consider reporting this to mesa and linking it here.