My firefox is not saving downloads. The download location is simply ~/Downloads and chrome for instance happily saves in there. Oddly, if I "download" a PDF from google drive, the firefox sprouts a new tab and shows me the downloaded PDF. But anything else doesn't seem to work. This even extends to "print to file" - it offers the "save as pdf" option but then does not go any further when pressing the "Save" button.
It is also not letting me upload files, e.g. attachments for webmail.
The "about firefox" info says version 111.0 (64-bit), Mozilla Firefox Snap for Ubuntu, canonical-002-1.0
This is on Ubuntu 22.04.2 LTS, 64-bit, with GNOME 42.5
Thanks for suggestions so far. I have tried:
uninstalling firefox using apt and snap:
sudo apt remove firefox; sudo snap remove firefox; rm -rf ~/.mozilla ~/snap/firefox. Then I installed fresh withsudo snap install firefoxrefreshing Firefox
verifying the snap connections, with
snap connections | grep -e home -e "personal-files" -e "removable-media"which all seemed in order, givinghome firefox:home :home,personal-files firefox:dot-mozilla-firefox :personal-files, andremovable-media firefox:removable-media :removable-mediausing Private Browsing
Still no good. Any other ideas?