Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 636013 Details for
Bug 855612
[abrt] gnome-tweak-tool-3.4.0.1-2.fc17: gsettings.py:122:schema_get_summary:KeyError: 'theme'
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to gsettings to print out the incomplete schema causing the crash
gsettings.patch (text/plain), 577 bytes, created by
Michel Alexandre Salim
on 2012-10-31 10:45:08 UTC
(
hide
)
Description:
Patch to gsettings to print out the incomplete schema causing the crash
Filename:
MIME Type:
Creator:
Michel Alexandre Salim
Created:
2012-10-31 10:45:08 UTC
Size:
577 bytes
patch
obsolete
>diff --git a/gtweak/gsettings.py b/gtweak/gsettings.py >index 2739d6a..99e203e 100644 >--- a/gtweak/gsettings.py >+++ b/gtweak/gsettings.py >@@ -119,6 +119,10 @@ class GSettingsSetting(Gio.Settings): > return variant.get_type_string() == "as" > > def schema_get_summary(self, key): >+ if not self._schema._schema.has_key(key): >+ print "DEBUG --- schema %s has no key %s !!!" % (self._schema, key) >+ import sys >+ sys.exit(1) > return self._schema._schema[key]["summary"] > > def schema_get_description(self, key):
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 855612
:
611183
| 636013