rcspam
rcspam
Hi @fossfreedom, Cool indicator ! Have you update indicator-sysmonitor to awser to this issue ? Thanks
Ok ! thank you and sorry to not have possibility to help !
Ubuntu 16.04 - Python 2.7.12 and python 3.5.2
If i pass a ``` 'env PYTHONPATH='/tmp/.gimp-appimage/lib/gimp/2.0/python' ``` to the appimage, it doesn't crash but it doesn't care about the pyplug...
Yes, this one installed in ```$HOME/.config```... They are copied automatically by gimp-2.10. All this python plugins worked well on 2.9.... Is it possible that old py plugins with "register()" not...
As an example, this one ```octavesimple.py``` create this issue.. ``` #!/usr/bin/env python from gimpfu import * def SimpleOctaveSharpening(img, drw): radius = 0.5 amount = 5.0 opacity = 100.0 threshold =...
After remove the ```~/.config/GIMP-AppImageI``` and the first run i have to remove all the plug-ins with this kind of ```register() ``` from the local plug-ins folder (these ones are copied...
Oh yes... thats ok for me, Just a little ```sed -i 's#/usr/bin/env python#python#g' *.py``` in the directory after copy all old py-plugs is sufficient.. Thanks. It it possible to launch...
No change, the setup is the same as rakkarack !! I think, i hope it's right, in rakarrack a part of the signal doen't pass by the effects, it is...
No, 100% Fx in rkrk let pass a part without latency !!