Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Save as not working

  • 2 个回答
  • 1 人有此问题
  • 2 次查看
  • 最后回复者为 elicoten

more options

I used to be able to right click an image and select save as, but now when I right click and select save as I do not get the menu to save in a location on my pc.

Also firebox will not download any files, and also when using my web site's Upload or download a file, this does not work anymore.

They used to work, but I have to use chromium browser to do things in.

Also Firefox will export any files or even my bookmarks.

Been happening for around five weeks now and is impeding my work flow enormously.

Please held.

I have tried all the fixes I can find online without success.

Regards James

Ps even here where it says add images (optional) it will not open a box to browse my files.

I used to be able to right click an image and select save as, but now when I right click and select save as I do not get the menu to save in a location on my pc. Also firebox will not download any files, and also when using my web site's Upload or download a file, this does not work anymore. They used to work, but I have to use chromium browser to do things in. Also Firefox will export any files or even my bookmarks. Been happening for around five weeks now and is impeding my work flow enormously. Please held. I have tried all the fixes I can find online without success. Regards James Ps even here where it says add images (optional) it will not open a box to browse my files.

所有回复 (2)

more options

On Linux this can be an issue with "xdg-desktop-portal" and you may have to install some packages like xdg-desktop-portal and xdg-desktop-portal-gtk. Whether to use gtk portal for the file picker. 0:never 1:always 2:auto (true for flatpak or GTK_USE_PORTAL=1, false otherwise)

more options

Thanks for this. I had the same problem with the snap (default) build of Firefox 118 on Ubuntu 22.04.3 seemed to be after the system had been up for an extended period (a couple of weeks).

When trying the commands suggested in another post to install the xdg-desktop-portal packages, apt reports that: xdg-desktop-portal-gtk is already the newest version (1.14.0-1build1). xdg-desktop-portal-gtk set to manually installed. xdg-desktop-portal is already the newest version (1.14.4-1ubuntu2~22.04.1). xdg-desktop-portal set to manually installed.

One workaround was to change the preferences using about:config set widget.use-xdg-desktop-portal.file-picker = 0

The other thing that fixed it was sudo service dbus restart but this is almost as disruptive as rebooting as it does seem to kill the gnome session with it and practically all open applications. Also be aware that if restarting Dbus there's a period of time where the screen may be blank, for me it was a few minutes but I have a slow computer. Also networking didn't restart automatically so I had to do a sudo systemctl restart NetworkManager afterwards to get WiFi back.

由elicoten于修改