Comment 7 for bug 136529

Revision history for this message
David MarĂ­n (davefx) wrote :

In my system I had the same problem. The problem was caused because an upgrade had revoked public write permission to my /tmp directory.

I fixed it with: sudo chmod a+w /tmp; sudo chmod o+t /tmp