Comment 1 for bug 558545

Revision history for this message
Robert Dyer (psybers) wrote :

We need much more info.

First, always report the version of Ubuntu (or whatever OS) you are running.

What version of Docky is it. How was it installed (Lucid repo? PPA? source?)?

Start it from a terminal with '--debug' and paste any output here.

Also, if it seems frozen, then open a second terminal and do:

  kill -SIGQUIT $(ps x|grep Docky.exe|grep -v grep|awk '{ print $1; }')

This should dump some additional output to the *first* terminal. We need that as well.