How to Enable Icons in Ubuntu Unity Menus & Buttons

Last updated: April 11, 2015

menu have icons, button have icons

Want to add icons in Ubuntu context menus, window menus and buttons? Well, it’s very easy because Ubuntu by default provides an option to enable / disable them.

All you need to do is follow the steps below. Works on Ubuntu 12.04, Ubuntu 12.10, Ubuntu 13.04, Ubuntu 13.10, Ubuntu 14.04 Unity Desktop.

First take a look at result:

Ubuntu menu and button have icons

Ubuntu menu and button have icons

Method 1: If you’re familiar with Linux commands, press Ctrl+Alt+T to open terminal and run commands below:

To enable menu have icons, run:

gsettings set org.gnome.desktop.interface menus-have-icons true

To enable button have icons, run:

gsettings set org.gnome.desktop.interface buttons-have-icons true

Replace the value true with false in previous commands to disable them again if you want.

Method 2: Need a graphical interface? Well, search for and install dconf editor or dconf-tools in Ubuntu Software Center.

Then open it from Unity Dash, navigate to org/gnome/desktop/interface. Check on the boxes after button-have-icons and menu-have-icons in right and that’s it.

enable menu have icons via dconf editor

enable menu have icons via dconf editor

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via [email protected] Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

2 responses to How to Enable Icons in Ubuntu Unity Menus & Buttons

  1. Actually the command for buttons is gsettings set org.gnome.desktop.interface buttons-have-icons true
    The key “button-have-icons” doesn’t exist

  2. It’s didn’t work for me, I have ubuntu 14.04. I followed all the steps and restarted the system, but this didn’t work.