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 694808 - Always specify a file name for the org.gnome.shell.overrides schema
Always specify a file name for the org.gnome.shell.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: 2013-02-27 18:23 UTC by Rui Matos
Modified: 2013-03-15 18:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Always specify a file name for the org.gnome.shell.overrides schema (3.92 KB, patch)
2013-02-27 18:24 UTC, Rui Matos
committed Details | Review

Description Rui Matos 2013-02-27 18:23:59 UTC
See patch. g-t-t wouldn't run under gnome-shell in classic mode.
Comment 1 Rui Matos 2013-02-27 18:24:01 UTC
Created attachment 237553 [details] [review]
Always specify a file name for the org.gnome.shell.overrides schema

We were only doing it for the ShowWindowButtons tweak which means the
schema would get cached and thus would succeed later by chance.

This breaks if gnome-shell is running in 'classic' mode since then we
use another schema for the ShowWindowButtons tweak and thus won't be
able to load org.gnome.shell.overrides later.
Comment 2 John Stowers 2013-03-15 07:54:48 UTC
Review of attachment 237553 [details] [review]:

ok
Comment 3 Rui Matos 2013-03-15 18:44:39 UTC
Attachment 237553 [details] pushed as b0a829d - Always specify a file name for the org.gnome.shell.overrides schema