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

Deprecated commands in plugin-heal-transparency.py #6

Closed
ghost opened this issue Mar 21, 2012 · 2 comments
Closed

Deprecated commands in plugin-heal-transparency.py #6

ghost opened this issue Mar 21, 2012 · 2 comments

Comments

@ghost
Copy link

ghost commented Mar 21, 2012

Using Partha's build of GIMP 2.7.5 and 2.7.6 I get the following warnings when using the Heal transparency plug-in.

WARNING: Plug-In "plugin-heal-transparency.py" ... called deprecated procedure 'gimp-selection-layer-alpha'. It should call 'gimp-image-select-item' instead!

WARNING: Plug-In "plugin-heal-transparency.py" ... called deprecated procedure 'gimp-selection-load'. It should call 'gimp-image-select-item' instead!

At present this is merely an annoyance since the plug-in still functions, but in the long run those functions will probably disappear and leave this plug-in nonfunctional.

@bootchk
Copy link
Owner

bootchk commented Mar 21, 2012

How much of an annoyance? Does it open an alert dialog? If so, I think there is a workaround, to start gimp from a terminal so that such warnings go to the terminal instead of a GUI dialog. Or there is some environment variable you can set to suppress this. Sorry, I can't remember the details. If it doesn't open a dialog, I'm sorry, its not a high priority for me. I would be glad to merge any patches you submit. When it does become more than an annoyance, I plan to fix it.

@ghost
Copy link
Author

ghost commented Mar 21, 2012

Yeah, it opens an alert dialog. It's not modal, though, so you can ignore it easily enough.

I tried to figure out how to repair the offending functions myself since I'm familiar enough with Python to know which way is up but GIMP's technical documentation is horrific.

@ghost ghost closed this as completed Mar 22, 2012
This issue was closed.
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

1 participant