Results 1 to 3 of 3

Thread: GIMP can't write thumbnails due to permission problem

  1. #1
    Join Date
    Nov 2006
    Location
    North Carolina, USA
    Beans
    138
    Distro
    Ubuntu

    GIMP can't write thumbnails due to permission problem

    I deleted all of the contents of the my .thumbnails folder (due to some poorly-organized torrenting, I couldn't log into X, and had to find something of significant size to delete from the recovery console). Now, GIMP can't make thumbnails, and so when I open gimp, I get an error message:
    Failed to open '/home/merrillj/.thumbnails/normal/gimp-thumb-3610-c672ef4f' for writing: Permission denied
    How might I fix this?

  2. #2
    Join Date
    Jun 2007
    Beans
    11
    Distro
    Ubuntu 6.10 Edgy

    Re: GIMP can't write thumbnails due to permission problem

    Give write permission to the owner of the .thumbnails and all lower directories/files.

    Code:
    chmod -R u+w /home/merrillj/.thumbnails
    Make sure you're running Gimp as yourself ( I assume 'merrillj'. )

  3. #3
    Join Date
    Nov 2006
    Location
    North Carolina, USA
    Beans
    138
    Distro
    Ubuntu

    Re: GIMP can't write thumbnails due to permission problem

    that worked, thank you

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •