Gimp's color picker dialog opens for the first time properly. However, if I click "OK" or "Cancel", it disappears but remains as an existing window. xdotool even reports the same geometry for it:
At this point, the color picker cannot be accessed, because the window is completely invisible and Gimp does not open a new instance next to this existing one.
First, it should be checked whether other window managers destroy the dialog upon clicking "OK"/"Cancel" or not.
Note: if the "phantom window" is destroyed (e.g. by selecting it with menu:goto_window/1 and close_focused/0), then it closes the whole Gimp.
Gimp's color picker dialog opens for the first time properly. However, if I click "OK" or "Cancel", it disappears but remains as an existing window. xdotool even reports the same geometry for it:
At this point, the color picker cannot be accessed, because the window is completely invisible and Gimp does not open a new instance next to this existing one.
First, it should be checked whether other window managers destroy the dialog upon clicking "OK"/"Cancel" or not.
Note: if the "phantom window" is destroyed (e.g. by selecting it with
menu:goto_window/1
andclose_focused/0
), then it closes the whole Gimp.