Bruce Dubbs wrote:

OK, I got it working.  I reinstalled gsettings-desktop-schemas.  What I
had done was respond to some warnings when I ran glib-compile-schemas. For
example:

warning: Schema 'org.gnome.system.proxy.https' has path
'/system/proxy/https/'.  Paths starting with '/apps/', '/desktop/' or
'/system/' are deprecated.

So I had deleted org.gnome.system.proxy.gschema.xml to get rid of the
warning.

Checking the web, it seems that others just ignore the warnings.  For
instance: https://bugzilla.redhat.com/show_bug.cgi?id=814053

It turns out that fixing the warnings is not hard. I wonder why upstream has not done it.

sed -i -r 's:"(/system):"/org/gnome\1:'  \
          /usr/share/glib-2.0/schemas/*system*

Should we add it to the book?

  -- Bruce


--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to