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 362880 - Assistive Technologies dialog ignores gtk-button-images option in ~/.gtkrc-2.0
Assistive Technologies dialog ignores gtk-button-images option in ~/.gtkrc-2.0
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: [obsolete] Assistive Technology Preferences
2.16.x
Other All
: Normal minor
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-17 15:13 UTC by Carthik Sharma
Modified: 2007-05-05 11:13 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Carthik Sharma 2006-10-17 15:13:50 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 "Start" and "Settings" are still displayed.
So the assistive technologies 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 Assistive Technologies 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
Comment 1 Thomas Wood 2007-02-10 18:45:24 UTC
I suspect this is a problem with the glade interface file, since glade does not appear to support this option for custom buttons.
Comment 2 Jens Granseuer 2007-05-05 11:13:49 UTC
2007-05-05  Jens Granseuer  <jensgr@gmx.net>
        
        * at-enable-dialog.glade:
        * main.c: (create_dialog): set button images via code instead of
        relying on glade, so they respect the gtk-button-images xsetting
        (closes bug #362880)