Results 1 to 6 of 6

Thread: no python-fu menu in gimp

  1. #1
    Join Date
    Oct 2007
    Beans
    176
    Distro
    Lubuntu 22.04 Jammy Jellyfish

    no python-fu menu in gimp

    I'm trying to write a gimp plugin in python.
    There is supposed to be a Filters/Python fu menu but I don't have that.
    lubuntu x86_64 desktop and also ubuntu-server on a raspberry pi

  2. #2
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,616
    Distro
    Ubuntu

    Re: no python-fu menu in gimp

    What version of Lubuntu, and what version of gimp?
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  3. #3
    Join Date
    Oct 2007
    Beans
    176
    Distro
    Lubuntu 22.04 Jammy Jellyfish

    Re: no python-fu menu in gimp

    lubuntu 20.10
    GIMP 2.10.18
    lubuntu x86_64 desktop and also ubuntu-server on a raspberry pi

  4. #4
    Join Date
    Oct 2007
    Beans
    176
    Distro
    Lubuntu 22.04 Jammy Jellyfish

    Re: no python-fu menu in gimp

    lubuntu 20.10
    GIMP 2.10.18

    I think it is a Python3 thing but I don't know why it still should be.
    https://discuss.pixls.us/t/gimp-pyth...20-04/17769/10
    lubuntu x86_64 desktop and also ubuntu-server on a raspberry pi

  5. #5
    Join Date
    Oct 2007
    Beans
    176
    Distro
    Lubuntu 22.04 Jammy Jellyfish

    Re: no python-fu menu in gimp

    Does anyone know why I'm missing the python-fu menu?
    lubuntu x86_64 desktop and also ubuntu-server on a raspberry pi

  6. #6
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,616
    Distro
    Ubuntu

    Re: no python-fu menu in gimp

    I've come to realize I have not used the apt version of gimp for sometime, and have installed either the snap or flatpak versions.
    Both of which have the python-fu option.
    I guess a 3rd option is the appimage option, but I've never used that one.

    In terms of the apt version you might look into the franken-fix posted here:
    https://bugs.launchpad.net/ubuntu/+s...684/comments/3
    from this report: https://bugs.launchpad.net/ubuntu/+s...p/+bug/1881684


    That said, you might look at the alternatives,

    If you want to try the snap version just install it like
    Code:
    snap install gimp
    If you want to try the flatpak version look over this:
    https://flathub.org/apps/details/org.gimp.GIMP
    Follow the flatpak setup guide here: https://flatpak.org/setup/Ubuntu/

    Or if you want to see what appimage is about look here: https://appimage.github.io/GIMP/

    And there are probably other options too, but these are the more known and common options.

    Hope it helps.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

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
  •