After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 507119 - Filter Round Corners will only work once
Filter Round Corners will only work once
Status: RESOLVED DUPLICATE of bug 517683
Product: GIMP
Classification: Other
Component: Script-Fu
2.4.x
Other All
: Normal normal
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2008-01-03 21:41 UTC by Christoph
Modified: 2008-10-30 20:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christoph 2008-01-03 21:41:04 UTC
In Gimp 2.4.3 on a Mac and Gimp 2.4.2 on Windows you can only apply the Filter Decors -> round corners once.

When you want to another picture (without quiting gimp) the filter is grayed out and cannot be started for a second time.

If you do Extras | Script-Fu | Refresh the Filter will work again.

Maybe this thread might also help you:
http://www.wilber-loves-apple.org/topic.php?id=127&replies=9
Comment 1 Sven Neumann 2008-01-04 00:44:54 UTC
I can reproduce this problem.
Comment 2 Kevin Cozens 2008-01-04 21:03:43 UTC
I can't reproduce the problem in GIMP 2.4.3 or SVN. I loaded several RGB images then ran the rounded script against each image one after the other by picking the script from the Image menu. The menu item was never grayed out.
Comment 3 Sven Neumann 2008-01-04 22:19:27 UTC
I can reproduce it with GIMP from trunk. Open a new default RGB image without alpha channel. Then run the "Filters->Decor->Round Corners" script with the default options. This will create a new image. Then try to run the "Round Corners" script again from the original image. The menu entry is insensitive. On a new image, it will work, but not when I try to run it again on the original image.
Comment 4 Kevin Cozens 2008-01-05 06:00:05 UTC
Since my original comment, I have noticed a problem with grayed out menu items. The problem has nothing to do with the running of scripts. It has something to do with the images that are loaded.

Start 2.4.3 or SVN GIMP and load the standard lena.png image. Look at the <Image>Filters->Decor menu and see that Round Corners, Slide, Stencil Carve, and Stencil Chrome are all grayed out. Select Script-Fu->Refresh Scripts and all four items are no longer grayed out.

If I start SVN GIMP and load an JPG image from a digital camera the Stencil Carve and Stencil Chrome scripts are grayed out but Round Corners, and Slide are not. Once again, I select Script-Fu->Refresh Scripts and all four items are no longer grayed out.

I never ran the scripts before noticing the grayed out menu items. Once I refreshed the scripts I could run (for example) Round Corners on the same image multiple times without the menu item graying out.
Comment 5 Sven Neumann 2008-01-06 00:17:16 UTC
Not very surprising since the 'Stencil Carve' and 'Stencil Chrome' scripts only work on grayscale layers without an alpha channel. If these scripts are not grayed out in the menu of an RGB image after running 'Refresh Scripts' then that is a bug.
Comment 6 Sven Neumann 2008-02-25 08:34:19 UTC
This was fixed with the changes done for bug #517683. Actually these two bugs are about the same issue. Closing this one as a duplicate.

*** This bug has been marked as a duplicate of 517683 ***