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());
}

--
Mike Wey

Reply via email to