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 748987 - GtkSettings: Allow the user to override values
GtkSettings: Allow the user to override values
Status: RESOLVED WONTFIX
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on: 748985
Blocks:
 
 
Reported: 2015-05-06 03:01 UTC by Garrett Regier
Modified: 2015-07-26 05:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GtkSettings: Allow the user to override values (3.73 KB, patch)
2015-05-06 03:03 UTC, Garrett Regier
none Details | Review

Description Garrett Regier 2015-05-06 03:01:06 UTC
At times the user/developer wants to override various values. Currently the user's ~/.config/gtk-3.0/settings.ini and environment variables can be overridden by XSettings and the application.

Note: This builds on Bug 748985 to make GTK_THEME override applications which set a custom value. Which actually brings back the full behavior prior to Bug 748985 as GTK_THEME was not application overridable.
Comment 1 Garrett Regier 2015-05-06 03:03:15 UTC
Created attachment 302952 [details] [review]
GtkSettings: Allow the user to override values
Comment 2 Matthias Clasen 2015-05-06 03:28:09 UTC
Yeah, I've seen this coming when I looked at the previous patch :-(
Don't want it
Comment 3 Matthias Clasen 2015-05-06 03:29:06 UTC
Users can use the control-center / desktop settings for this. Developers can use GtkInspector