On 11/27/2012 04:58 PM, Armin K. wrote:
> On 11/27/2012 09:37 AM, Kenno Han wrote:
>> I have bluefish in my system, it seems to run perfectly until I actually
>> use it.
>> When I am trying to save a document, it closes itself (without saving).
>> Then I look into the X log and found this error message everytime that
>> happens:
>> Glib-GIO-ERROR **: No GSettings schemas are installed on the system
>>
>> Anyone got an idea?
>>
>
> That is pretty interesting. Bluefish by itself does not use or install
> glib schema files. I wonder why are you getting that. My first doubt is
> that newer GTK+ needs GSettings for remembering last dir used or such.
> You can try installing gsettings-desktop-schemas since it provides
> various schemas for gnome desktop (and possibly GTK+3 if that's the case).
>

Or, if you used DESTDIR install method, you might need to compile schema 
files manualy since GTK+3 installs 3 schemas and your GLib doesn't 
register any of them.

Run glib-compile-schemas /usr/share/glib-2.0/schemas if that's the case.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to