rodlie/cyan

cyan Plugin under linux/ubuntu not in menu

Opened this issue · 3 comments

I tried everything, but I can't get a cyan Menu icon in Gimp running on linux/ubuntu. I copy the cyan files in "/.config/GIMP/2.10/plug-ins" and in "usr/lib/gimp/2.0/pug-ins" but there's no effect
I use GIMP 2.10.30 and the cyan Version is 1.2.0

And what is your python version? Test with the one given in the plugin

python --version

Mine is 3.11 and the plugin seems to be written for python2. Try to change the shebang line to this

#!/usr/bin/env python2

if your system still supports it. Test with

python2 --version

Last time I checked Ubuntu ship broken Python integration in GIMP.

Also note that latest version of Cyan is 1.2.4 (https://github.com/rodlie/cyan/releases/tag/1.2.4).

Thanks for your help. I can try it later and will give you a response