18

Can I somehow put Viber notification icon on top of the Unity panel (near Dropbox and others)?! It's pretty ugly to stay in top left corner...

6 Answers6

19

Solution - use Viber wrapper to launch the program

To fix this, you need to install Viber Indicator package, which is a wrapper for Viber.

Once it's installed, use viberwrapper-indicator (showing gray icon in the notification area) instead of viber (which shows the purple icon).

You may also later add viberwrapper-indicator to startup programms.

Installation

Here's how to install the indicator 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 the download of the .deb file: sudo dpkg -i viberwrapper-indicator_0.1.1-git20150611-webupd8-0_amd64.deb

After installation it will look like you - and others would - want it:

enter image description here

Note the new icon in the notification area.

Sources

Related Pages:

takeshin
  • 2,932
blade19899
  • 26,994
8

you can do it by :

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

Log out and Log in.

αғsнιη
  • 36,350
Ruben Carneiro
  • 354
  • 4
  • 5
0

This github project https://github.com/karas84/viberwrapper-indicator worked for me.

umpirsky
  • 3,852
0

Aside from this Viber Wrapper, I think is possible with dconf-tools to change whitelist applications to ['all'].

Chris
  • 131
0

Run Viber with StartMinimized parameter.

/opt/viber/Viber StartMinimized
Eric Carvalho
  • 55,453
Gix
  • 11
  • 2
0

I've just upgraded Viber on my Ubuntu 14.04 LTS to the latest version:

dpkg -s viber
Package: viber
Status: install ok installed
Priority: extra
Section: non-free/net
Installed-Size: 350908
Maintainer: Viber Media Inc <support@viber.com>
Architecture: amd64
Version: 6.0.1.5

And the icon appears in the right place:

enter image description here

Congrats!