06-01-2020, 12:42 PM
yes, I assumed that. disabled that now this
looks like it should be libgimp-2.0.so.0
Code:
Querying plug-in: '/home/rich/gimp210/plugin-test/fu-python-gegl_ops_test.py'
Traceback (most recent call last):
File "/home/rich/gimp210/plugin-test/fu-python-gegl_ops_test.py", line 20, in <module>
gimp = load_library ('libgimp-2.0')
File "/home/rich/gimp210/plugin-test/fu-python-gegl_ops_test.py", line 17, in load_library
return CDLL (library_name)
File "/usr/lib/python2.7/ctypes/__init__.py", line 366, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libgimp-2.0.so: cannot open shared object file: No such file or directory
looks like it should be libgimp-2.0.so.0