1

I installed viber in ubuntu 14.04, and it had notification icon position problem, which could be fixed by doing this. But after upgrade, icon moved back to the original position, and I cannot move it back by fllowing these instructions. Is there a solution for 14.10? Thanks!

Dusan Milosevic
  • 1,952
  • 6
  • 27
  • 48

1 Answers1

1

I had the same issue and decided to test using the method the worked with 14.04 with changing "trusty" to "utopic" and it worked. I'm not sure if this is a permanent fix as I have not been using this for more than a day.

sudo apt-add-repository ppa:gurqn/systray-utopic
sudo apt-get update
sudo apt-get upgrade

After complete log out and log back in and the icon should move to the right. Hopefully this works for you.

Marty
  • 26