mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #7035] flameshot: Access error: uid 1000, last mount name:/ dir:/run/user/1000/gvfs type:fuse.gvfsd-fuse - invalid whitelist mount #3460
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#3460
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 (Jan 19, 2026).
Original GitHub issue: https://github.com/netblue30/firejail/issues/7035
Description
Hello, this is a continuation from #7006
Flameshot seems to run fine overall, except i see errors in the journal
(and also this seems to cause a restart)
Steps to Reproduce
when i run it manually, it seems to work fine. see below. perhaps because the system was up for a while and the issue only occurs earlier on during the startup?
this is how it is launched during startup:
Expected behavior
no errors in journal, no restart
Actual behavior
first run works without errors
Behavior without a profile
What changed calling
LC_ALL=C firejail --noprofile /path/to/programin aterminal?
seems to work fine too
Additional context
this was originally thought to be a flatpak problem, but i'm quite sure i don't use flatpak. it's installed, but not running
i do have a small flameshot.local but seems to only include unrelated configuration:
Environment
Checklist
firejail /usr/bin/vlcinstead offirejail vlc; seehttps://github.com/netblue30/firejail/issues/2877)/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 /path/to/programOutput of
LC_ALL=C firejail --debug /path/to/programfjdebug.txt
@Dieterbe commented on GitHub (Jan 19, 2026):
note, i don't have globals.local.
i have now also tried it by taking out my custom .config/firejail/flameshot.local
this caused the next boot to be fine, and a subsequent one to fail the same way (see below), and just like before, once the system is up, any further flameshot restarts work fine.
@Dieterbe commented on GitHub (Jan 19, 2026):
I can confirm that when I change the systemd unit to call /usr/bin/flameshot directly (without firejail) it also works fine (tried about 6 boots)
@netblue30 commented on GitHub (Jan 23, 2026):
I'll mark it as a bug for now, thanks!