phastmike / tags

A simple text tagger
Other
16 stars 0 forks source link

Gtk.FileChooserDialog deprecated #37

Closed phastmike closed 10 months ago

phastmike commented 1 year ago

Gtk.FileChooserDialog was deprecated in version 4.10.

phastmike commented 1 year ago

Been testing (FileDialog branch) and the methods @ FileDialog.set_initial_folder / set_initial_file arenot working. Upon presenting the dialog, the Recent files always comes up, even after adding an initial folder from last_file or the last_file itself. :/ Bummer. Will need to stick with the deprecated widgets until they fix this.

phastmike commented 1 year ago

Issue opened on gnome gitlab:

https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/issues/84

phastmike commented 1 year ago

It seems related to the portal not using folder/file information on open dialog, on save it works as expected

xdg-desktop-portal-gnome

phastmike commented 12 months ago

Issue seems solved, tested in Fedora 39 - Kernel 6.5.11-300.fc39.x86_64

Can proceed with migration