Bug 755369
| Summary: | CRITICAL: Error parsing schema org.gnome.shell | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | barsnick | ||||
| Component: | gnome-tweak-tool | Assignee: | Michel Lind <michel> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 16 | CC: | andrew.kavalov, michel, stsp2 | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | gnome-tweak-tool-3.2.2-1.fc16 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-01-22 22:56:12 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Same here. uname -a Linux armat1.home 3.1.2-1.fc16.x86_64 #1 SMP Tue Nov 22 09:00:57 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux gnome-shell --version GNOME Shell 3.2.1 Created attachment 550951 [details]
the fix
The problem is that the org.gnome.shell.gschema.xml
contains elements with an empty summary:
---
<key type="i" name="saved-im-presence">
<default>1</default>
<summary/>
---
while gsettings.py contains this:
---
#summary is compulsory, description is optional
---
which is not the case.
The fix is attached.
Thanks alot gnome-tweak-tool-3.2.2-1.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/gnome-tweak-tool-3.2.2-1.fc16 Package gnome-tweak-tool-3.2.2-1.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing gnome-tweak-tool-3.2.2-1.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-0780/gnome-tweak-tool-3.2.2-1.fc16 then log in and leave karma (feedback). gnome-tweak-tool-3.2.2-1.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: I get this in the shell when calling gnome-tweak-tool: CRITICAL: Error parsing schema org.gnome.shell (/usr/share/glib-2.0/schemas/org.gnome.shell.gschema.xml) Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/gtweak/gsettings.py", line 45 in __init__ summary = key.getElementsByTagName("summary")[0].childNodes[0].data IndexError: list index out of range (gnome-tweak-tool:15057): Gtk-CRITICAL **: gtk_widget_get_preferred_height_for_width: assertion `width >= 0' failed (gnome-tweak-tool:15057): Gtk-CRITICAL **: gtk_widget_get_preferred_height_for_width: assertion `width >= 0' failed [Those last lines show up identically 15 times.] Version-Release number of selected component (if applicable): 3.2.1-1.fc16 (updates-testing) 3.2.0-1.fc16 How reproducible: always Steps to Reproduce: 1. call gnome-tweak-tool from terminal Actual results: See messages above. (Everything else seems to work.) Expected results: No error messages. Additional info: Reported upstream as https://bugzilla.gnome.org/show_bug.cgi?id=664361 Duplicate of https://bugzilla.gnome.org/show_bug.cgi?id=663695 gnome-tweak-tool 3.2.2 was released to resolve this. See bug #755182