Hi, Stephan Menzel <stephan42@xxxxxxxxxxxxxxx> writes: > to run two gimps at the same time now. The old one to do refocus and > the new one for everything else. It's consuming lots of memory too > so I would really like to see refocus working with 2.0. Any ideas or > hints what to do or check next? Hoping it is alright for Ernst I > include the src/Makefile and both sources. Thanks a lot! Including the Makefile is not really helpful since noone wants to read an automatically generated Makefile. It's Makefile.am that you should show us. I suggest you use ldd to check what libraries the plug-in executables are linked to at run-time. That might give you a hint on what's going wrong. Sven