mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6744] simple-scan: cannot open "save file" dialog #3355
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#3355
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 @Markus-N on GitHub (May 7, 2025).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6744
Description
I'm using firejail on Arch Linux with XFCE desktop. When starting simple-scan via firejail, I can not save the scanned documents, the "save file" dialog does not even open. Running simple-scan directly works fine.
Steps to Reproduce
Steps to reproduce the behavior
LC_ALL=C firejail /path/to/program(LC_ALL=Cto get a consistent output in English that can be understood by everybody)Expected behavior
The "Save file" dialog should open.
Actual behavior
When I click on the "Export" button, nothing happens.
Behavior without a profile
What changed calling
LC_ALL=C firejail --noprofile /path/to/programin a terminal?Works normally.
Additional context
Any other detail that may help to understand/debug the problem
As I'm using simple-scan rarely, I can not tell when the problem was introduced. What I know is: Maybe it never would have worked with firejail, but was not included in
/etc/firejail/firecfg.configuntil recently.Environment
uname -srm):Linux TuxServer 6.12.23-1-lts #1 SMP PREEMPT_DYNAMIC Thu, 10 Apr 2025 13:28:36 +0000 x86_64 GNU/Linux
Arch Linux
simple-scan 48.1-1
firejail --version):firejail version 0.9.74
was compiled (
git rev-parse HEAD):N/A
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 /path/to/programOutput of
LC_ALL=C firejail --debug /path/to/programgist
@JacobHenner commented on GitHub (Oct 21, 2025):
I can reproduce this issue as well, Arch Linux with GNOME.
@kmk3 commented on GitHub (Oct 23, 2025):
It looks like it was included in firecfg.config on commit
bc257b6a4("addedakregator, kcalc and ktorrent profiles", 2017-04-24), so not exactly recently.
What happens in 0.9.76?
What happens with the following in simple-scan.local?
For debugging, try commenting lines in the profile until it works to find out
which lines are causing problems and then post them in here.