2

Hey guys,

I just installed Ubuntu 13.10 on my Asus U46E-BAL6 laptop.

There are a few icons in the tray up top that I dont use, and I was wondering how I could remove them.

For example, I never need to use the mail icon or keyboard icon.

Any ideas?

Jorge Castro
  • 71,754
RyanNHG
  • 159

2 Answers2

7

I know you can remove the keyboard icon by going to System Settings | Text Entry , then unchecking show current input source in the menu bar (checkbox in the bottom left).

As for mail, see scouser73's answer.

Novine
  • 604
  • 3
  • 7
5

To remove the Mail icon, open the Terminal, and copy & paste the command:

sudo apt-get autoremove indicator-messages

Now press Enter and enter your password, then press Enter once again

Now you need to restart lightdm with the following command in the Terminal

sudo restart lightdm

Press Enter and enter your password then press Enter, lightdm will flash and the Mail icon will no longer show.

As for the Keyboard icon, follow the answer given by Novine.

scouser73
  • 4,334