Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings for using deprecated gconf schemas #42

Closed
vaijab opened this issue Jan 21, 2016 · 7 comments
Closed

Warnings for using deprecated gconf schemas #42

vaijab opened this issue Jan 21, 2016 · 7 comments

Comments

@vaijab
Copy link

vaijab commented Jan 21, 2016

Running transaction
  Installing  : terminix-0.38.0-1.1.x86_64                                                                                    1/1 
warning: Schema 'org.freedesktop.Telepathy.Logger' has path '/apps/telepathy-logger/'.  Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.freedesktop.ibus' has path '/desktop/ibus/'.  Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.freedesktop.ibus.general' has path '/desktop/ibus/general/'.  Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.freedesktop.ibus.general.hotkey' has path '/desktop/ibus/general/hotkey/'.  Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.freedesktop.ibus.panel' has path '/desktop/ibus/panel/'.  Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.crypto.cache' has path '/desktop/gnome/crypto/cache/'.  Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.crypto.pgp' has path '/desktop/gnome/crypto/pgp/'.  Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.seahorse' has path '/apps/seahorse/'.  Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.seahorse.manager' has path '/apps/seahorse/listing/'.  Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.seahorse.recipients' has path '/apps/seahorse/recipients/'.  Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.system.locale' has path '/system/locale/'.  Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.system.proxy' has path '/system/proxy/'.  Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.system.proxy.http' has path '/system/proxy/http/'.  Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.system.proxy.https' has path '/system/proxy/https/'.  Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.system.proxy.ftp' has path '/system/proxy/ftp/'.  Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.system.proxy.socks' has path '/system/proxy/socks/'.  Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
  Verifying   : terminix-0.38.0-1.1.x86_64                                                                                    1/1 

Installed:
  terminix.x86_64 0.38.0-1.1                                                                                                      
@vaijab
Copy link
Author

vaijab commented Jan 21, 2016

This happens on Fedora 23. Gnome 3.18.

@gnunn1
Copy link
Owner

gnunn1 commented Jan 21, 2016

At first glance, nothing to do with Terminix, when you compile the schemas it compiles all of the various schemas in that directory some of which trigger this warning. Having said that, it appears that in fedora they tend to re-direct the schema compilation to /dev/null to swallow these warnings, Ill need to think about it some more.

https://lists.fedoraproject.org/pipermail/test/2012-April/107426.html

@vaijab
Copy link
Author

vaijab commented Jan 21, 2016

Gotcha. I just used the RPM from opensuse repo.

Btw, I am glad someone is actually doing a proper gtk3 native terminal with split panes. Keep it up. I will try to keep up with bugfixes and new releases and do some testing.

@gnunn1
Copy link
Owner

gnunn1 commented Jan 22, 2016

I'm sending the results of glib-compile-schema to /dev/null, please try the new 0.40 RPM when it is finished building and if it fixes it for you close this issue.

@vaijab
Copy link
Author

vaijab commented Jan 22, 2016

This seems to have been fixed. Thanks.

@green4ao
Copy link

Same here in Solus OS

@jamboNum5
Copy link

jamboNum5 commented Aug 24, 2018

Not completely related, but I had a problem when using the glib-compile-schemas and gsettings commands where being executed and creating the same errors. This was down to duplicate binaries in a conda installation overriding the system versions of glib-compile-schemas and gsettings.

Run which glib-compile-schema may help you verify which version is default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants