Gimp-Forum.net
GEGL Operation Window Fails - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: Installation and usage (https://www.gimp-forum.net/Forum-Installation-and-usage)
+---- Forum: Windows (https://www.gimp-forum.net/Forum-Windows)
+---- Thread: GEGL Operation Window Fails (/Thread-GEGL-Operation-Window-Fails)



GEGL Operation Window Fails - gasMask - 08-15-2021

Hi,

I'm running GIMP 2.10.24 (revision 3) on Windows 10, and the GELG Operation dialog fails during its opening process.

The dialog has focus after I try to open it, but it's window never appears.

Any ideas on how to fix this? I haven't noticed any other problems with the interface.

Thanks for any ideas,
Charles


RE: GEGL Operation Window Fails - Ofnuts - 08-15-2021

(08-15-2021, 03:44 PM)gasMask Wrote: Hi,

I'm running GIMP 2.10.24 (revision 3) on Windows 10, and the GELG Operation dialog fails during its opening process.

The dialog has focus after I try to open it, but it's window never appears.

Any ideas on how to fix this? I haven't noticed any other problems with the interface.

Thanks for any ideas,
Charles

Possibly hidden behind another window? Or showing up off screen? Find your Gimp profile, open the sessionrc file in it with a text editor, and look for:

Code:
(session-info "toplevel"
    (factory-entry "gimp-gegl-tool-dialog")
    (position 815 61))

Are the values in "position" coherent with your screen size?


RE: GEGL Operation Window Fails - gasMask - 08-16-2021

I found the sessionrc file, and in the file, there was no position entry for the GEGL operation window, so I copied your code into the text file placing the code snippet at the bottom of the position list.

Then I opened GIMP and tried to open the GEGL window, but still nothing. I shutdown GIMP and restarted it. This time I opened an image and tried to open the GEGL operations dialog, and behold, the window appeared! So, problem solved!

Thank you,
Charles


RE: GEGL Operation Window Fails - rich2005 - 08-16-2021

Yep, same here in linux. Tools -> GEGL Operation only shows with an open image.
...bug...should be greyed out as with other GEGL filters.