Unfortunately, I am using Windows (Windows7 x64). With MinGW compiler in Code::Blocks and GTK+3.6.4. I compiled manually all the schemas from glib.
When I use File Chooser dialogue / colorpicker - it doesn't matter,
I am getting the following error:
GLib-GIO-ERROR**: No GSettings schemas are installed on the system
and the program terminates.
What do I have to do to fix this?
XDG_DATA_DIR
and the value ofD:\apps\gtk\share\glib-2.0\schemas
Also I am aiming to compile my programs statically. – Pursuance