flathub / org.fritzing.Fritzing

https://flathub.org/apps/details/org.fritzing.Fritzing
1 stars 4 forks source link

Open dialog appears behind the Fritzing window #5

Open bastianilso opened 5 years ago

bastianilso commented 5 years ago

When I press "Files -> Open.." the open dialog appears behind the Fritzing window instead of in front of it.

mMerlin commented 5 years ago

What environment are you running? I saw that on Fedora 27, but on Fedora 29 the dialog opened on top. I think it is an issue with the host environment, not the application.

bastianilso commented 5 years ago

I was running Arch Linux. I just tested on Fedora 29 too and the dialog opened on top.

I wonder how can this be an issue with the host environment when Fritzing is flatpak'ed? Is it because the gtk file portal I had installed is out of date maybe?

gasinvein commented 5 years ago

Yes, it's likely to be caused by host environment, specifically xdg-desktop-portal-gtk. App inside the sandbox talks to the portal over dbus to explicitly gain access to host files and other features, so the filepicker window opens "outside" the sandbox.