akiraux / Akira

Native Linux App for UI and UX Design built in Vala and GTK
GNU General Public License v3.0
5.24k stars 202 forks source link

Reimplement Save and Load file #732

Open Alecaddd opened 1 year ago

Alecaddd commented 1 year ago

Now that we switched to the main branch, in order to create a new Flatpak and elementaryOS release, we need to make sure the saving and loading of files works as expected. Right now it just crashes, but it shouldn't be too difficult to make it work again as all the methods are in place.

mbfraga commented 1 year ago

Reasons for assertions atm:

  1. "rect" should be changed to "rectangle" in JsonDeserializer.vala
  2. serialization/deserialization for path was never implemented.