GNOME Bugzilla – Bug 362884
Desktop Background settings dialog ignores gtk-button-images option in ~/.gtkrc-2.0
Last modified: 2006-10-31 10:47:20 UTC
Please describe the problem: I have the following one line in my ~/.gtkrc-2.0 file: gtk-button-images=0 This is supposed to disable the icons for buttons in gtk apps. However, this does not happen. I have tried restarting the computer and yet this setting does not take effect. The icons to the left of "Finish" are still displayed (please see screenshot). So the Desktop Background settings dialog seems to ignore the option in gtkrc-2.0 Steps to reproduce: 1. Add a line in ~/.gtkrc-2.0 file: gtk-button-images=0 2. Open the Desktop Background settings preferences window Expected results: The button icons should not be visible. Does this happen every time? Yes. Note: Initially observed on an updated Ubuntu Edgy beta installation
Created attachment 74879 [details] desktop background settings preferences window
This is a problem in GTK+, not the background capplet. GTK+ doesn't know how to disable icons in buttons that aren't stock buttons it seems. The widget structure should be the same though.
marking as duplicate of bug #362870 *** This bug has been marked as a duplicate of 362870 ***