Results 1 to 5 of 5

Thread: Trying to save a watermark brush in Gimp

  1. #1
    Join Date
    Nov 2010
    Location
    Canada
    Beans
    11
    Distro
    Ubuntu 11.04 Natty Narwhal

    Trying to save a watermark brush in Gimp

    I have been trying to save a watermark brush in Gimp. I have created the image, but all the tutorials are instructing me to save it in my Brushes folder, but not telling me how to find said folder, or the user is on a PC which does not help me...I really need a step by step on how to find this. Please.

  2. #2
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Trying to save a watermark brush in Gimp

    All the brushes seem to be either in the hidden folder .gimp in your home, or in a variety of /usr/share/gimp/2.0/brushes and other folders in /usr/share.

    Run the command
    Code:
    locate -i brushes | grep gimp
    and you will see where they all are. However, I have no idea how you actually save an image as a brush, so will leave you to search that for yourself.

  3. #3
    Join Date
    Nov 2010
    Location
    Canada
    Beans
    11
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Trying to save a watermark brush in Gimp

    Thanks for the help...I will investigate more tonight. I have a good idea of how to save them, it's just finding the folder seems to be a problem.

  4. #4
    Join Date
    Nov 2010
    Location
    Canada
    Beans
    11
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Trying to save a watermark brush in Gimp

    Ok that helped me find the file to save the new brush in. But now it is not allowing me to do so:

    Saving '/usr/share/gimp/2.0/brushes/bds.gbr' failed:

    Could not open '/usr/share/gimp/2.0/brushes/bds.gbr' for writing: Permission denied


    It's my computer, I or my partner installed Gimp, when I go to change the folder's Permissions it says I am not the owner or whatever and that I am not allowed to (!)

    Any ideas?

  5. #5
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Trying to save a watermark brush in Gimp

    If you are sure that is where the file should go you will need to save it somewhere in your /home and then copy it with
    Code:
    sudo cp /path/to/bds.gbr /usr/share/gimp/2.0/brushes/
    You can not save anything to system folders in the root filesystem as an ordinary user unless you use sudo to raise your permissions temporarily.

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
  •