gimp-image-labeling-toolbox icon indicating copy to clipboard operation
gimp-image-labeling-toolbox copied to clipboard

Permission denied

Open TimDNN opened this issue 6 years ago • 2 comments

Hey, its a good idea to use Gimp as a labeling tool, but unfortunately i can't get it running.

I installed everything u required, python 2.7, Gimp 2.8, and the pip packages on a 64 bit ubuntu 16.04. When I start gimp from the console I get this error. Can u help me with that?

(gimp:22784): GEGL-gegl-operation.c-WARNING **: Cannot change name of operation class 0x332C9A0 from "gimp:point-layer-mode" to "gimp:anti-erase-mode" GIMP-Error: Unable to run plug-in "gimp-image-labeling-toolbox" (/home/deriedti/.gimp-2.8/plug-ins/gimp-image-labeling-toolbox)

Failed to execute child process "/home/deriedti/.gimp-2.8/plug-ins/gimp-image-labeling-toolbox" (Permission denied)

TimDNN avatar Nov 19 '18 14:11 TimDNN

Did you give executable permissions to the Python script label-toolbox.py? it's mentioned in the Installation section of the README.

vietjtnguyen avatar Dec 28 '18 22:12 vietjtnguyen

That was not the problem for me. Gimp thinks the directory cloned from git is a plugin itself and tries to execute it apparently. Simply move the directory somewhere outside and create the symbolic links appropriately.

ptoews avatar Jan 19 '20 18:01 ptoews