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 651595 - plus and minus buttons read "add-toolbutton" and "remove-toolbutton"
plus and minus buttons read "add-toolbutton" and "remove-toolbutton"
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Keyboard
3.0.x
Other Linux
: Normal minor
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-05-31 23:39 UTC by Gordon Messmer
Modified: 2011-06-21 14:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gordon Messmer 2011-05-31 23:39:03 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.
Comment 1 Gordon Messmer 2011-05-31 23:56:18 UTC
Version: control-center-3.0.1.1-5.fc15.x86_64
Comment 2 Matthias Clasen 2011-06-01 21:29:42 UTC
what icon themes do you have installed and what is the current icon theme ?
Comment 3 Gordon Messmer 2011-06-01 22:54:57 UTC
$ 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?
Comment 4 Matthias Clasen 2011-06-03 13:22:05 UTC
can you try if 

gsettings set org.gnome.desktop.interface icon-theme 'gnome' 

makes things look right ?
Comment 5 Gordon Messmer 2011-06-03 14:52:39 UTC
$ 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.
Comment 6 Bastien Nocera 2011-06-21 14:45:56 UTC
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