1

I have viber icon in my left-top cornet. There is solution how to fix it - How to move viber notification icon to the right position in 14.10? But when I run

sudo apt-get update

I get errors:

Err http://ppa.launchpad.net trusty/main amd64 Packages                 
404  Not Found
Hit http://us.archive.ubuntu.com precise-updates/main Sources
Err http://ppa.launchpad.net trusty/main i386 Packages              
404  Not Found
W: Failed to fetch http://ppa.launchpad.net/gurqn/systray-utopic/ubuntu/dists/trusty/main/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/gurqn/systray-utopic/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.

I've ubuntu 14.04. How can I fix it?

Also I've tryed this:

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

But icon in the same place.

Max Husiv
  • 141

1 Answers1

0

You added a 14.10 PPA to 14.04 - so first remove it:

sudo apt-add-repository --remove ppa:gurqn/systray-utopic

Now add the 14.04 PPA :

sudo apt-add-repository ppa:gurqn/systray-trusty
sudo apt-get update
sudo apt-get upgrade 
cl-netbox
  • 31,163
  • 7
  • 94
  • 131
Ravan
  • 9,379