Gsettings key can be written: changes are detected with gsettings monitor
command, and the values are presents in the Windows Registery 'under
HKEY_USERS\S-1-5-21-606747145-507921405-854245398-500\Software\GSettings\sampleapp\message:
"TEST GSETTING STRING VALUE"'
However at load time the default Gsetting value is loaded from the
gschemas.compile file.
Os is Windows XP, packages are up to date and the settings with the same
test application (https://github.com/odrevet/gtk-sample-app) run fine under
linux.
Edit: Settings are read when there is a "changed" signal emit
::::C
static void m_settings_changed(GSettings settings,
gchar key,
gpointer user_data)
{
}
Hi !
I am using GLIB2 (
https://github.com/msys2/MINGW-packages/tree/master/mingw-w64-glib2)
GSettings to save and load settings for my GTK applications.
Gsettings key can be written: changes are detected with
gsettings monitorcommand, and the values are presents in the Windows Registery 'under
HKEY_USERS\S-1-5-21-606747145-507921405-854245398-500\Software\GSettings\sampleapp\message:
"TEST GSETTING STRING VALUE"'
However at load time the default Gsetting value is loaded from the
gschemas.compile file.
Os is Windows XP, packages are up to date and the settings with the same
test application (https://github.com/odrevet/gtk-sample-app) run fine under
linux.
Edit: Settings are read when there is a "changed" signal emit
::::C
static void m_settings_changed(GSettings settings,
gchar key,
gpointer user_data)
{
}
int main(int argc, char **argv)
{
...
}
~~~~~~
May somebody please check if this bug is reproductible on your config ? Thanks
Last edit: DREVET Olivier 2015-08-17