1

How to get rid of the text that appears at the bottom of all toolbar icons? It suddenly has shown up after a system crash although I didn't change anything and now I can't make it disappear:

enter image description here

I tried to set the following setting with dconf-editor:

org.gnome.desktop.interface toolbar-style

to the value ›text‹ and logged out and in, but didn't help at all. What to do?

UPDATE: The setting in gconf is correct as shown by the screenshot: enter image description here

user5950
  • 6,186

2 Answers2

2

Run the following command in terminal:

gsettings set org.gnome.desktop.interface toolbar-style 'icons'

The other valid values are: 'both', 'both-horiz', and 'text'.

The changes should be visible immediately, so you don't need any restart or re-login.

Radu Rădeanu
  • 169,590
0

I found out that this problem occurs when the Cinnamon ppa ppa:gwendal-lebihan-dev/cinnamon-stable is used. It is related with:

Nemo 2.0 does not render desktop correctly with Compiz

GTK2 applications are not themed correctly

Purging the ppa resolves all of those tree problems:

sudo ppa-purge ppa:gwendal-lebihan-dev/cinnamon-stable
user5950
  • 6,186