On Wed, 1 Apr 2020, Sven Schreiber wrote:
Am 01.04.2020 um 16:45 schrieb Sven Schreiber:
> Am 01.04.20 um 16:29 schrieb Allin Cottrell:
>> Try looking at
>>
https://stackoverflow.com/questions/28953925/glib-gio-error-no-gsettings-...
>>
>>
> Thanks, certainly seems to be spot-on. So I guess one of the installer
> bundling shell scripts (only for the GTK3 case!) needs to be extended to
> copy those.
>
> |("...gschemas.compiled| file is under |YourApp/share/glib-2.0/schemas|,
> and that the |org.gtk.Settings.FileChooser.gschema.xml| is there as
> well....)
>
> I will test later
I copied from C:\msys64\mingw64\share\glib-2.0\schemas the files:
org.gtk.Settings.ColorChooser.gschema.xml
org.gtk.Settings.FileChooser.gschema.xml
gschemas.compiled
to C:\Program Files\gretl\share\glib-2.0\schemas
(after creating that dir)
and that solved the problem described above.
Ah, good! I'll update install-runtime-gtk3.sh.in accordingly, when I
get a chance.
Allin