GtkD "No GSettings schemas installed"

Mike Wey mike-wey at example.com
Sun Apr 14 06:35:39 PDT 2013


On 04/13/2013 07:00 AM, Josh wrote:
> On Wednesday, 10 April 2013 at 20:17:36 UTC, Mike Wey wrote:
>> On 04/10/2013 03:20 PM, Josh wrote:
>>>
>>> After trying to compile in 64 bit and failing, I've given up and just
>>> used 32 bit. So now I have GTK-Runtime 3.6.1 32 bit, GtkD 2.1.1 and DMD
>>> 2.062. My program is still giving the no schemas error, and trying to
>>> compile the schemas gives the same warnings as before. Any more ideas?
>>>
>>> Thanks,
>>> Josh
>>
>> Try running the following commands in the windows console:
>>
>> gsettings list-schemas
>> gsettings list-relocatable-schemas
>>
>> They should output a list of installed schemas.
>
> C:\Program Files (x86)\Gtk-Runtime\bin>gsettings list-schemas
> org.gnome.desktop.background
> org.gnome.desktop.sound
> org.gnome.desktop.default-applications.office
> org.gnome.system.proxy.ftp
> org.gnome.desktop.a11y.magnifier
> org.gnome.desktop.default-applications.office.calendar
> org.gnome.system.proxy.socks
> org.gnome.desktop.default-applications
> org.gnome.system.proxy
> org.gnome.desktop.media-handling
> org.gnome.system.proxy.https
> org.gnome.desktop.screensaver
> org.gnome.desktop.thumbnailers
> org.gnome.desktop.default-applications.terminal
> org.gnome.desktop.a11y.mouse
> org.gnome.desktop.a11y.applications
> org.gnome.desktop.a11y.keyboard
> org.gnome.desktop.lockdown
> org.gtk.Demo
> org.gnome.desktop.interface
> org.gnome.desktop.default-applications.office.tasks
> org.gnome.desktop.session
> org.gnome.system.proxy.http
> org.gnome.desktop.thumbnail-cache
>
> C:\Program Files (x86)\Gtk-Runtime\bin>gsettings list-relocatable-schemas
> org.gtk.Settings.ColorChooser
> org.gtk.Settings.FileChooser
>
> Thanks so much for all your help so far Mike.
>
> Josh

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.

-- 
Mike Wey


More information about the Digitalmars-d-learn mailing list