How to store settings in GTK applications?

Currently, I’m using SQLite everywhere and thoughts, maybe some native tools available in GNOME ecosystem?

I mean save widget settings on application close and restore them on launch, maybe some user choices/customization - strings, boolean and other values in same location

If you’re storing settings, then use GSettings.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.