After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 754132 - Avoid GSettings aborting when missing classic overrides schema
Avoid GSettings aborting when missing classic overrides schema
Status: RESOLVED FIXED
Product: gnome-tweak-tool
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME Tweak Tool maintainer(s)
GNOME Tweak Tool maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-08-26 15:59 UTC by Rui Matos
Modified: 2015-08-28 12:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Avoid GSettings aborting when missing classic overrides schema (1.32 KB, patch)
2015-08-26 15:59 UTC, Rui Matos
committed Details | Review

Description Rui Matos 2015-08-26 15:59:48 UTC
We must go through our GSettingsSetting class instead of creating a
GSettings instance otherwise if the classic overrides schema isn't
installed GSetting will abort us.
Comment 1 Rui Matos 2015-08-26 15:59:53 UTC
Created attachment 310042 [details] [review]
Avoid GSettings aborting when missing classic overrides schema
Comment 2 Rui Matos 2015-08-28 12:26:37 UTC
Attachment 310042 [details] pushed as de3ff6c - Avoid GSettings aborting when missing classic overrides schema