Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cyan Plugin under linux/ubuntu not in menu #113

Open
Hinkel2712 opened this issue Feb 24, 2024 · 3 comments
Open

cyan Plugin under linux/ubuntu not in menu #113

Hinkel2712 opened this issue Feb 24, 2024 · 3 comments

Comments

@Hinkel2712
Copy link

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

@kolewu
Copy link

kolewu commented Mar 16, 2024

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

@rodlie
Copy link
Owner

rodlie commented Mar 16, 2024

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).

@Hinkel2712
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants