Closed
Description
Preflight Checklist
- I have read the Contributing Guidelines for this project.
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue tracker for a bug report that matches the one I want to file, without success.
Electron Version
32.1.0
What operating system(s) are you using?
Other Linux
Operating System Version
Archlinux (and others)
What arch are you using?
x64
Last Known Working Electron version
32.0.2
Expected Behavior
Selecting a file or folder should use the GTK portals to read and write
Actual Behavior
The GTK portal is not used but the generic filechooser inside the flatpak application is opened without read/write access to any file on the host.
Testcase Gist URL
No response
Additional Information
This came up in flathub/org.signal.Signal#719 where we found that starting from Electron 32, the portals are not used anymore.
Sadly, I'm not skilled enough with Electron, packaging, or Flatpak to provide a standalone testcase.