[Bug 357825] Re: foggify.py crashed with RuntimeError in foggify()

2010-04-06 Thread Pedro Villavicencio
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!.

** Changed in: gimp (Ubuntu)
   Status: Incomplete = Invalid

-- 
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


[Bug 357825] Re: foggify.py crashed with RuntimeError in foggify()

2010-03-06 Thread Ted
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue that you reported is one that should be
reproducible with the live environment of the Desktop CD of the
development release - Lucid Lynx. It would help us greatly if you could
test with it so we can work on getting it fixed in the next release of
Ubuntu. You can find out more about the development release at
http://www.ubuntu.com/testing/ . Thanks again and we appreciate your
help.

** Changed in: gimp (Ubuntu)
   Status: New = Incomplete

-- 
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


[Bug 357825] Re: foggify.py crashed with RuntimeError in foggify()

2009-10-03 Thread Dave Jeffery
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


[Bug 357825] Re: foggify.py crashed with RuntimeError in foggify()

2009-08-03 Thread Pedro Villavicencio
** Visibility changed to: Public

-- 
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