Hi, I've recently been experimenting with GtkSharp from NuGet, very good job btw
I think the NuGet versions which are GTK3 are based on this source code fork
I've been using Glade installed via MSYS2 to design forms then load them up in .Net under windows
but one thing I have noticed is that with the FileChooserButton while this works fine in the latest glade (3.19.0 run via msys)
This seems to generate a "No GSettings schemas are installed on the system" when clicked from a .Net app
(for info I've using Windows 10 / Visual Studio 2015)
From what I can gather glib is having problems finding the schema files which for MSYS2 are located under
C:\msys64\mingw64\share\glib-2.0\schemas
I've tried copying the files into various sub-directories under the path of where the .Net app is located but without much luck
(such as exedir\share\glib-2.0\schemas) I've also tried setting the XDG_DATA_DIR enviroment variable to the location (also doesn't work)
any ideas on what the search path might be, or how to get it to locate the schema files?
Hi, I've recently been experimenting with GtkSharp from NuGet, very good job btw
I think the NuGet versions which are GTK3 are based on this source code fork
I've been using Glade installed via MSYS2 to design forms then load them up in .Net under windows
but one thing I have noticed is that with the FileChooserButton while this works fine in the latest glade (3.19.0 run via msys)
This seems to generate a "No GSettings schemas are installed on the system" when clicked from a .Net app
(for info I've using Windows 10 / Visual Studio 2015)
From what I can gather glib is having problems finding the schema files which for MSYS2 are located under
C:\msys64\mingw64\share\glib-2.0\schemas
I've tried copying the files into various sub-directories under the path of where the .Net app is located but without much luck
(such as exedir\share\glib-2.0\schemas) I've also tried setting the XDG_DATA_DIR enviroment variable to the location (also doesn't work)
any ideas on what the search path might be, or how to get it to locate the schema files?