Comment 18 for bug 883618

Revision history for this message
Hunter Wall (wtechboy18) wrote :

I experienced this bug on 11.10 -> 12.04 using 1:0.152.25.9, and got spammed to heck by this message. Found a decent solution though: did
ps aux | grep "xdg"
and found this:
root 16097 0.0 0.0 1916 440 pts/20 S+ 15:08 0:00 /bin/sh -c while true; do /usr/bin/xdg-screensaver reset; sleep 30; done
in the output. Killed that process, nothing further.
Thought that future users might find this useful.