2

I use the latest Docky for Ubuntu 12.04 Precise. Sometimes it gives me this error:

enter image description here

I think it happens when I try to edit the Main Menu and use Synaptic. I'm not sure. Docky is set up to be hidden on a window doge.

Please give me a patch or a stable version of Docky. Thanks!

Eliah Kagan
  • 117,780
Naveen
  • 9,365
  • 11
  • 43
  • 70

1 Answers1

3

The latest stable package of Docky is already available at ppa:docky-core/stable. I'd recommend the following (because, maybe the package was corrupted):

  • Remove existing Docky.
  • Add the stable PPA
  • Update software list
  • Install Docky from the PPA

    sudo add-apt-repository ppa:docky-core
    sudo apt-get remove docky
    sudo apt-get update && sudo apt-get install docky
    
jokerdino
  • 41,320
Zignd
  • 10,812