GNOME Bugzilla – Bug 651595
plus and minus buttons read "add-toolbutton" and "remove-toolbutton"
Last modified: 2011-06-21 14:45:56 UTC
In the Shortcuts tab of the Keyboard control, the buttons below the list on the right read "add-toolbutton" and "remove-toolbutton", which is inconsistent with most other controls. I believe these buttons should be unlabelled.
Version: control-center-3.0.1.1-5.fc15.x86_64
what icon themes do you have installed and what is the current icon theme ?
$ rpm -qa '*icon-theme*' hicolor-icon-theme-0.12-3.fc15.noarch gnome-icon-theme-legacy-3.0.0-2.fc15.noarch fedora-icon-theme-1.0.0-11.fc15.noarch gnome-icon-theme-3.0.0-2.fc15.noarch gnome-icon-theme-extras-3.0.0-2.fc15.noarch gnome-icon-theme-symbolic-3.0.0-2.fc15.noarch $ ls -1 /usr/share/icons/ Adwaita/ Bluecurve/ Crux/ default/ Fedora/ gnome/ hicolor/ HighContrast/ HighContrastInverse/ HighContrastLargePrint/ HighContrastLargePrintInverse/ locolor/ LowContrast/ Mist/ oxygen/ I believe the current theme is "fedora" inherited from a previous install. Does GNOME 3 provide a means of changing that?
can you try if gsettings set org.gnome.desktop.interface icon-theme 'gnome' makes things look right ?
$ gsettings get org.gnome.desktop.interface icon-theme 'gnome' Apparently I was wrong; the icon set was already 'gnome'. I had seen Fedora listed as the icon set in gnome-tweak-tool, since I wasn't sure where else to look.
Just run: gsettings set org.gnome.desktop.interface toolbar-style both-horiz Should fix your problem. commit 4623be9c947e3a32ebda899ed390470ac11c854b Author: Bastien Nocera <hadess@hadess.net> Date: Tue Jun 21 15:45:33 2011 +0100 keyboard: Force "icons" toolbar style https://bugzilla.gnome.org/show_bug.cgi?id=651595