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 firefox
refreshing 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-media
using Private Browsing
Still no good. Any other ideas?
$HOME
directory, so it should not have any problems saving into~/Downloads
, but it ___will___ have problems saving into/tmp
. BTW, you question is not clear: You say you uninstalled Firefox, but still using its snap version. – FedKad Mar 17 '23 at 09:43$HOME/Downloads
, still no use. Yes, to try to have a clean start I didsudo apt remove firefox
andsudo snap remove firefox
as well asrm -rf ~.mozilla $HOME/snap/firefox
. Then I installed withsudo snap install firefox
– Mr Felix U Mar 17 '23 at 09:52snap connections | grep -e home -e "personal-files" -e "removable-media"
– Diogo Constantino Mar 17 '23 at 10:35home firefox:home :home
,personal-files firefox:dot-mozilla-firefox :personal-files
, andremovable-media firefox:removable-media :removable-media
– Mr Felix U Mar 17 '23 at 10:55/var/log/syslog
? Or firefox logs (don't know where they are, maybe~/.mozilla/firefox/
, or somewhere under/var/log/
)? – GChuf Apr 15 '23 at 15:52sudo apt dist-upgrade
andsudo snap refresh
. Bad news is I can't tell why it happened or help anyone else who experiences this. – Mr Felix U Apr 24 '23 at 06:37