linuxmint / xapp

Cross-desktop libraries and common resources
GNU Lesser General Public License v3.0
126 stars 44 forks source link

XApp-1.0.gir (and others).) doesn't have a package tag #141

Closed ItzSwirlz closed 3 years ago

ItzSwirlz commented 3 years ago

When generating rust bindings for XApp (not sure if I'll actually maintain it or if it's just for testing/fun), the 'gir' tool crashed. At near the top of the file there is no tag, and this actually applies to the Nemo gir, and the CinnamonDesktop one. There is some difference that is causing an issue generating these Girs.

This is what a tag should look like:

Ref: https://github.com/gtk-rs/gir/issues/1203