xhorak / firefox-devedition-flatpak

Flatpak manifest and patches to build Firefox
https://firefox-flatpak.mojefedora.cz/
68 stars 28 forks source link

Hang on Save As dialog when renaming the file #128

Closed jgarciao closed 5 years ago

jgarciao commented 5 years ago

I use Firefox Nightly daily and it works very well except for this issue that annoys me a lot: when I want to save a file, if I change the filename, the Save As dialog gets hung and I have to close or kill the browser and start over.

It also happens when saving a screenshot

Steps to reproduce it:

About my setup

rugk commented 5 years ago

Save As dialog opens

It's likely your browser config, because in my case/by default the Firefox screenshots tool just automatically saves it in the Downloads dir. (no "save as" opens)

But you can obviously e.g. just right-click on an image and choose "save as" on a website.


I could not reproduce your issue.

In general the issue seems to be one in flatpak, respectively in their desktop portals. But anyway, given that your flatpak version is a little outdated (I have 1.4.2 here) and maybe your desktop environment too (that would be good to know), I guess it is already fixed or so.

At least it does not belong here…

jgarciao commented 5 years ago

You were right. The error was on my side. I fixed it running this command:

flatpak permission-reset org.mozilla.FirefoxNightly

Thanks!