-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
firefox: cannot open file chooser with "Save Page As..." #6563
Comments
The name should be |
Thanks for the quick reply. I found that adding just "org.freedesktop.portal.Documents" did not work. After some more debug, I found that it also required "org.freedesktop.portal.Desktop" to be included, which is commented in firefox-common.profile to indicate that it is needed for "sceensharing under Wayland", so perhaps the comment could be changed to say that it may also be needed for file saving to work under FF133. |
Does it work with firejail-git? Also can you try the following and post the result? |
I pulled master from github and that version does not work out of the box. I have attached four files, two with the output from the comment you listed and two from when I ran with the command '/usr/local/bin/firejail --dbus-user=filter --dbus-user.log --dbus-log=xxx.dbus firefox'. The two that have 'noDesktop' in the name are run from the git firejail as is, and the file chooser popup never came up. The two that have 'withDesktop' in the name were run with the line "dbus-user.talk org.freedesktop.portal.Desktop" added to my 'firefox.local' file and worked as expected |
Description
Just updated to Firefox 133.0 and 'Save Page As...' no longer works.
Steps to Reproduce
Expected behavior
A File Chooser dialog should open
Actual behavior
No File Chooser dialog opens
Behavior without a profile
Firefox works as expected
Additional context
Prior to Firefox v133.0 this was not a problem so it is definitely something that has changed.
I was able to fix the problem by adding:
dbus-user.talk org.freedesktop.portal.*
to my firefox.local file but this may not be the optimal fix.
I tried:
dbus-user.talk org.freedesktop.portal.FileChooser.*
which appeared to me to be the actual interface being used but this did not work.
Environment
Checklist
/usr/bin/vlc
) "fixes" it).https://github.com/netblue30/firejail/issues/1139
)browser-allow-drm yes
/browser-disable-u2f no
infirejail.config
to allow DRM/U2F in browsers.--profile=PROFILENAME
to set the right profile. (Only relevant for AppImages)Log
The text was updated successfully, but these errors were encountered: