26

This question is basically the same question as Annoying Viber notification, but the guy there didn't get any answer.

So I am also posting it as I couldn't find any answer anywhere.

enter image description here

As you can see there is a very annoying icon of viber on the top left, that is on top of the exit symbol "x" of the other applications. Is it possible to remove that thing completely, or to move it at the place where the skype or the dropbox is?

I have Ubuntu 14.04 Desktop edition installed.

Jim Blum
  • 1,407
  • 4
  • 19
  • 24

2 Answers2

25

This has already been fixed, Install the following wrapper via PPA:

sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install viberwrapper-indicator

Alternatively download the deb file, and install it manually:

After installation it will look like you want it:

enter image description here

Source:

Related Pages:

blade19899
  • 26,704
  • This app is good, especially because the indicator is colorless; but it prevents Viber to remember last opened conversation. – AliNajafies Dec 09 '14 at 23:30
  • Thanks @blade19899. However, when I start viberwrapper, both viberwrapper'ss AND viber's icons show, with the viber's icon being at the left top corner again... So this does not work for me at all. Do you know why is that, or how I can fix that? – Jim Blum May 31 '15 at 08:36
19

To put in the right position:

sudo apt-add-repository ppa:gurqn/systray-$(lsb_release -sc)
sudo apt-get update
sudo apt-get upgrade

Log out and log in.
And it's working.

Tim
  • 32,861
  • 27
  • 118
  • 178