Comment 13 for bug 282324

Revision history for this message
joachim (joachim-mailshack) wrote :

This bug really annoyed me. Have an EEE pc 701 and like to enjoy Intrepid without these distractions. Here is my quick solution for now:

In the terminal, type:

sudo gedit /usr/lib/hal/scripts/linux/hal-system-power-suspend-linux

Scroll to the bottom of the script. Before 'exit $RET' add these lines:

# Reinit compiz to get rid of icon junk...
sleep 8
compiz --replace &

Remember to remove these lines as soon as this bug is fixed. Hope this works for other Ubuntu users. Cheers and thanks again to the developers doing all the hard work!