You are not logged in.
I'm running GNOME 2.30 with Firefox 3.6.3.
I have set: gtk-button-images = 0 in .gtkrc-2.0 (although I think it might be deprecated), as well as setting buttons_have_icons to false in gconf under /apps/desktop/gnome/interface.
All other programs have icon-free buttons, but Firefox insists:
[img]redacted[/img]
Is there something I'm missing?
Last edited by jasonwryan (2013-03-17 23:23:30)
Offline
I'm pretty sure it depends on gtk theme. Change your gtk theme to one which has no icons on menus/buttons.
Offline
I'm not so sure ... I've tried all of the ~25 GTK themes I have installed, and they all still have icons, but only in Firefox. All (most?) other GTK apps I've tried removed the button icons.
I'm in Xfce now, and the situation is the same. Look at the "Close" buttons in both sceens:
So maybe this is a Firefox issue?
Last edited by MkFly (2010-05-29 02:52:12)
Offline
Offline
Hm, what if you put this in your gtkrc?
I already have that in there, except that I use 16 instead of 12. Although I did try yours verbatim, but the icons are still there.
Offline
Add the following to your ~/.mozilla/firefox/profile/chrome/userChrome.css
/* Disable button icons. */
.button-box .button-icon {
display: none;
}PS. DOM Inspector is your friend.
![]()
Last edited by N30N (2010-05-31 18:00:03)
Offline
PS. DOM Inspector is for friend.
Of course! I don't know how I forgot about DOM Inspector. I kept trying to do this via GTK, when I could have done this your way and been done in seconds. Thank you, they're finally gone now.
Still though, I wonder why Firefox ignores my preferences. ![]()
Last edited by MkFly (2010-05-31 16:36:57)
Offline
Still though, I wonder why Firefox ignores my preferences.
Firefox is just that way, using GTK+ in some areas but not others. For example, tabs will be styled according to your GTK+ theme, but not on mouseover.
Offline
^ And the reason for that is Firefox is a XUL app not GTK (although it does a good job of imitating GTK).
Offline