Comment 1 for bug 552152

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

You need to give us a trace:

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

This will dump the trace onto Docky's terminal. So you can either start Docky from a terminal (and the trace will show up there) or figure out where Docky sent its output (usually ~/.xsession-errors) if you did not start it from a terminal.