GtkD "No GSettings schemas installed"

QAston qaston at gmail.com
Sun Apr 28 07:32:25 PDT 2013


On Monday, 15 April 2013 at 18:10:00 UTC, Mike Wey wrote:
> On 04/15/2013 05:45 PM, Josh wrote:
>> On Sunday, 14 April 2013 at 13:34:07 UTC, Mike Wey wrote:
>>>
>>> So it looks like the shemas are installed properly.
>>>
>>> You could try running the gsettings app from a different 
>>> location than
>>> where it's located, it should be in your path.
>>> If it doesn't give the same output then there may be a 
>>> problem with
>>> how the path is setup.
>>>
>>> If it gives the same output then i have no idea what else 
>>> could be
>>> going on.
>>
>> Yeah, it gives the same output when I run it from somewhere 
>> else. Guess
>> I'm back to where I started. Thanks for all your help though 
>> Mike.
>>
>> Josh
>
> Could you post the output of the following gtkD app:
>
> import glib.Util;
> import std.stdio;
>
> void main()
> {
> 	writeln(Util.getSystemDataDirs());
> }

I have the same problem as Josh, your code prints:
["C:\\ProgramData", "C:\\Users\\Public\\Documents", "C:\\Program 
Files (x86)\\GtkSharp\\2.12\\share", "[app location here]\\share"]


More information about the Digitalmars-d-learn mailing list