mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3407] Firefox save file dialog not showing #2141
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#2141
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 @rr4444 on GitHub (May 7, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3407
Hi, all used to be well, but at some point file dialogs for saving downlaods, etc. no longer come and nothing can be saved on update. Presumably something changed. I am running KDE Neon, which is basically KDE team curated Plasma on Ubuntu 18.04
STOUT on firefox shows:
(firefox:9): Gtk-WARNING **: 16:39:45.695: Can't open portal file chooser: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Portal operation not allowed: Unable to open /proc/11862/rootout of curiosity, it might be relevant that stout also shows:
(firefox:9): Gtk-CRITICAL **: 16:41:04.624: gtk_widget_get_window: assertion 'GTK_IS_WIDGET (widget)' failedsyslog shows:
@rusty-snake commented on GitHub (May 7, 2020):
To allow freedesktop portal access, you need to allow dbus (
ignore nodbus) and IIRC noroot (ignore noroot). Alternative you could try tormenv GTK_USE_PORTAL.@rr4444 commented on GitHub (May 7, 2020):
Thanks, much appreciated. Sorry, I am fairly new to firejail. I can dig, but to direction my digging, are you talking about the config for the firejail 'container' that firefox is run in?
Is it surprising that this is suddenly an issue and wasn't? (stupid question, unless it isn't!)
@rusty-snake commented on GitHub (May 7, 2020):
don't worry
Yes, the easiest way is to create a file called
firefox.localin~/.config/firejailand add thereThis will no longer work with firejail>=0.9.63, due to changes in the dbus handling of firejail
Likely that an update set
GTK_USE_PORTAL=1as default.@rr4444 commented on GitHub (May 9, 2020):
Many thanks - much appreciated