2

The driver for my HP printer has installed an indicator in the panel. I have two problems with it.

First, its design doesn't fit that of the panel, so it looks ugly.

Second, it's not very consistent on when it's showed in the panel; it first shows at startup, but if I close the application the indicator disappears. And if I open it again, it appears briefly and then it gets removed automatically.

I would like to not have to close it manually every time for it to disappear. And I would like it even better, if I didn't see it at all.

Any help with for configuring this indicator will be greatly appreciated. Have a nice day.

Diego-MX
  • 608

2 Answers2

2

Start by clicking on it and choose Settings.

Then check Always Hide and you're done.

enter image description here

Cornelius
  • 9,653
1

Good news is : you can uninstall that indicator.

I think the package you need to remove is indicator-printers :

sudo apt-get remove indicator-printers

Then just reboot or reload your session and you're good to go.


To remove other indicators, check which are installed with :

dpkg -l | grep indicator

And you can sudo apt-get remove packagename the one you don't want. Reinstalling them is easy, just do sudo apt-get install packagename. Don't forget to reboot or reload after installing/uninstalling an indicator.

There was no bad news :)

MrVaykadji
  • 5,965