The Foggify filter passes its turbulence setting to the the Plasma
filter. However the Plasma filter can only accept turbulence >=0.1

It can be fixed by changing line 69 in file /usr/lib/gimp/2.0/plug-
ins/foggify.py from:

    (PF_SLIDER, "turbulence", _("_Turbulence"), 1.0, (0, 10, 0.1)),

to this:

    (PF_SLIDER, "turbulence", _("_Turbulence"), 1.0, (0.1, 10, 0.1)),

-- 
foggify.py crashed with RuntimeError in foggify()
https://bugs.launchpad.net/bugs/357825
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to