Results 1 to 6 of 6

Thread: Resynthesizer plug-in for Gimp 2.10.18 not working properly

  1. #1
    Join Date
    Nov 2004
    Beans
    139
    Distro
    Ubuntu Mate 22.04 Jammy Jellyfish

    Resynthesizer plug-in for Gimp 2.10.18 not working properly

    Hi all,

    a few weeks ago, I found the resynthesizer plug-in for Gimp 2.10 & installed it according to this threat, but I cannot a) create textures, or b) perform 'Heal selection'. Filters > Map > Resynthesize is there alright, but Filters > Enhance > Heal selection isn't there.

    My Gimp plug-ins folder looks like this:

    https://claus-cyrny.net/wordpress/wp...2-19-46-09.png

    What can I do to make this plug-in work, particularly for creating near-linear textures.

    TIA,

    Claus

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

    Re: Resynthesizer plug-in for Gimp 2.10.18 not working properly

    Are you running the repository version of Gimp or the snap?
    Let's see the output of snap list in terminal.

    If using the snap I'm afraid snap sandboxing means that plugins (all of them I believe) will be blocked and not work.
    You can have both the snap and the repository version installed at the same time so if you currently have the snap, now install from the repos with sudo apt install gimp and se if that solves your problem.

  3. #3
    Join Date
    Nov 2004
    Beans
    139
    Distro
    Ubuntu Mate 22.04 Jammy Jellyfish

    Re: Resynthesizer plug-in for Gimp 2.10.18 not working properly

    Hi,

    I don't have the snap version installed, just the "normal" version in the repos.

    Claus

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

    Re: Resynthesizer plug-in for Gimp 2.10.18 not working properly

    Ah well; there goes my best, and I'm afraid, my only idea for a solution.

    I don't use gimp enough to have any plugins added, just the basic application, so I will have to leave this to others to hopefully help you better than I am able to.

  5. #5
    Join Date
    Jul 2009
    Location
    Hippiesoldierstan Norwich
    Beans
    2,326
    Distro
    Lubuntu 22.04 Jammy Jellyfish

    Re: Resynthesizer plug-in for Gimp 2.10.18 not working properly

    ok Claus never heard about resynthesizer so thanx really cool tool and will use it


    here is a great video for the guys who want to find out how to use it




    So first of all I replicated what you said you did:


    regular 2.10.18 for 20.04


    and installed the plugins you linked to ~/.config/GIMP/2.10/plug-ins


    THis is what i got confirming there is a kink in python working with this version of gimp as is:


    =======


    So read around and there is AN EASY FIX:




    Code:
    sudo apt install python-cairo python-gobject-2
    [I already had that it said you may need it]

    In terminal:

    Code:
    wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-gtk2_2.24.0-6_amd64.deb
    wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gimp/gimp-python_2.10.8-2_amd64.deb

    THEN:

    Code:
    sudo dpkg -i python-gtk2_2.24.0-6_amd64.deb
    sudo dpkg -i gimp-python_2.10.8-2_amd64.deb



    And then:






    Hope it sorts out your problem ....
    Last edited by shantiq; August 14th, 2020 at 02:50 PM. Reason: Remembered to use [NOPARSE]
    Linux is Latin for off-the-beaten-track
    what I like MOST about our Ubuntu ... The Community ie 50 brains are better than one
    Playing with Slackware too now ...
    ShanArt

  6. #6
    Join Date
    Nov 2004
    Beans
    139
    Distro
    Ubuntu Mate 22.04 Jammy Jellyfish

    Re: Resynthesizer plug-in for Gimp 2.10.18 not working properly

    Quote Originally Posted by shantiq View Post
    ok Claus never heard about resynthesizer so thanx really cool tool and will use it ...
    Hope it sorts out your problem ....
    Hi,

    thanks a lot. Now the plug-in is there where it's supposed to be (Filters > Enhance > Heal selection...).

    Greetings,

    Claus

    P. S.: With 'Heal Selection...' one not only can remove objects, it is also possible to create so-called near-linear textures. They have much more variety than tiling textures; they don't look so uniform.
    Last edited by claus; August 14th, 2020 at 05:47 PM.

Tags for this Thread

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
  •