GeopJr / Collision

Check hashes for your files - A GUI tool to generate, compare and verify MD5, SHA-1, SHA-256, SHA-512, Blake3, CRC32 & Adler32 hashes.
https://collision.geopjr.dev
BSD 2-Clause "Simplified" License
143 stars 15 forks source link

feat: gschema #111

Closed GeopJr closed 2 years ago

GeopJr commented 2 years ago

for window settings (width, height, maximized)

Package maintainers

If you depend on the Makefile you probably have nothing more to do. If not, you now have to install a gschema and compile them (see Makefile). If for some reason you don't want to deal with it, you can just pass -Ddisable_gschema during compile-time (Collision will work as expected, it just won't have any of the functions that depend on it (remembering window size and whether it is maximized))

Developers & Testers

Non-flatpak

On dev/debug mode gschema is disabled by default. You can force enable it by passing -Denable_gschema during compile-time, however you are also going to need to install the gschema (the errors will let you know).

Flatpak

Nothing to do, gschema is enabled & installed.