GNOME Bugzilla – Bug 793721
xsettings: Don't export settings which GTK+ ignores
Last modified: 2018-02-27 15:36:09 UTC
.
Created attachment 368766 [details] [review] xsettings: Don't export settings which GTK+ ignores The backing GSettings don't exist anymore either. See https://bugzilla.gnome.org/show_bug.cgi?id=793720
Created attachment 368771 [details] [review] xsettings: Remove unused constants Those constants should have been removed along with the code that used them in 8a51cd0.
Created attachment 368772 [details] [review] xsettings: Hardcode GTK+ 3.x deprecated settings As GTK+ 3.x ignores the values of those settings and the backing GSettings don't exist anymore either, hard-code those XSettings for the benefit of GTK+ 2.x, and other toolkits that might consume those. See https://bugzilla.gnome.org/show_bug.cgi?id=793720
Attachment 368771 [details] pushed as b2a9984 - xsettings: Remove unused constants Attachment 368772 [details] pushed as 7100dbb - xsettings: Hardcode GTK+ 3.x deprecated settings