GtkD "No GSettings schemas installed"

Josh moonburntm at gmail.com
Mon Apr 15 08:45:14 PDT 2013


On Sunday, 14 April 2013 at 13:34:07 UTC, Mike Wey wrote:
> 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.

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


More information about the Digitalmars-d-learn mailing list