Fernando de Oliveira wrote:
Em 12-01-2016 15:40, Bruce Dubbs escreveu:
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?

Don't know how. Have:

{{{
Out 26 org.gnome.system.locale.gschema.xml
Out 26 org.gnome.system.proxy.gschema.xml
Out 26 org.gnome.system.location.gschema.xml
Nov 14 org.gnome.gnome-system-monitor.gschema.xml
Nov 14 org.gnome.gnome-system-monitor.enums.xml
Nov 15 org.gnome.system.smb.gschema.xml
Nov 15 org.gnome.system.gvfs.enums.xml
Nov 15 org.gnome.system.dns_sd.gschema.xml
}}}

This means that different packages installed them.

Yes, but the only ones that are incorrect are installed by desktop-file-utils. Specifically proxy and locale.

  -- 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