Bug 1336958

Summary: glib-compile-schemas path deprecated
Product: [Fedora] Fedora Reporter: RenĂ© Genz <liebundartig>
Component: ibusAssignee: fujiwara <tfujiwar>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 24CC: i18n-bugs, shawn.p.huang, smaitra, tfujiwar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-18 02:34:06 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description René Genz 2016-05-17 21:44:32 UTC
Description of problem:
Deprecated path in glib-schema is used.

Another application executes `glib-compile-schemas during` installation, f.e. entangle.
Warning messages are printed but they are related to other applications.

Version-Release number of selected component (if applicable):
ibus-1.5.13-1.fc24.x86_64

How reproducible:
100%

Steps to Reproduce:
1. su -c 'dnf install -y ibus'
2. su -c 'glib-compile-schemas /usr/share/glib-2.0/schemas'

Actual results:
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.

Expected results:
No warning message.

Comment 1 fujiwara 2016-05-18 02:34:06 UTC
The migration from dconf to gsettings depends on a gsettings feature:
https://bugzilla.gnome.org/show_bug.cgi?id=622126

We won't fix this issue until we don't support the back compatibility of the paths.
It has already been filed in upstream.

https://github.com/ibus/ibus/issues/1529