Seeker04 / plwm

An X11 window manager written in Prolog
MIT License
1 stars 0 forks source link

Cannot reopen Gimp's color picker dialog #53

Open Seeker04 opened 3 months ago

Seeker04 commented 3 months ago

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:

$ xdotool search --name "Change Foreground Color" getwindowgeometry
Window 20974098
  Position: 0,0 (screen: 0)
  Geometry: 433x352

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.