Comment 12 for bug 778414

Revision history for this message
Andrew Laughton (laughton-andrew) wrote :

Thank you.
$ sudo gimp
Worked for me as well.

$ sudo mv /root/.gimp-2.6 /home/MY_USERNAME/.gimp-2.6
was OK

andrew@venus:~$ sudo chown andrew:andrew/.gimp-2.6 -R
chown: missing operand after `andrew:andrew/.gimp-2.6'

Had above errors, tried
$ sudo chown andrew:andrew /home/andrew/.gimp-2.6 -R
which worked OK

Gimp now works for me as well. Thank you.