cvfosammmm / Setzer

LaTeX editor written in Python with Gtk
https://www.cvfosammmm.org/setzer/
Other
388 stars 34 forks source link

Move to `FileChooserNative` #318

Closed oscfdezdz closed 1 year ago

oscfdezdz commented 1 year ago

Enables Flatpak users to see the dialog of their desktop environment.

Changes the responses to the ones in this dialog which are REPONSE_ACCEPT and RESPONSE_CANCEL.

It also cleans up the code for the suggested action that is in the hands of the platform. The GTK/GNOME file selector has open as the suggested action, for example.

oscfdezdz commented 1 year ago

Rebased on top of latest changes and updated commit message with more information.

cvfosammmm commented 1 year ago

I'm not sure if that's an improvement. Maybe you can open an issue first, so we can discuss it. It's always good to open an issue first btw.