Skip to content

general: Use GtkFileDialog, add "Open With" action

This adds a couple of small fixes to Symbolic Preview:

  • Use Gtk.FileDialog in new_project dialog. It still needs some design as it currently now shows the path provided by the portal instead of the real one.
  • Add an "Open With" action, which allows the user to easily open the icon/icon set with a program to edit the file. Closes #9 (closed)
  • Fixes a bug in which Symbolic Preview's windows would remain hidden when the file was opened from a File Explorer. Closes #46 (closed)

Also, I've barely written any Rust ever, so the code might have room for improvement. Let me know if that's the case and I will make the changes 😄

Merge request reports