https://bugs.winehq.org/show_bug.cgi?id=57610
--- Comment #2 from Austin English austinenglish@gmail.com --- (In reply to Rafał Mużyło from comment #1)
So, a semi-standard question: is the window not getting created or just not being made visible, i.e. does xprop/xwininfo list the window and if so, is wmctrl able to force it to show up ?
I'm not very familiar with those tools..That said, xwinfo does list the window:
austin@debian:~$ xwininfo -tree -root | grep -i notepad 0x5a00001 "Untitled - Notepad": ("notepad.exe" "notepad.exe") 1018x735+1924+61 +1924+61 0x5a00003 (has no name): ("notepad.exe" "notepad.exe") 1x1+0+0 +0+0 0x5a00002 "Default IME": ("notepad.exe" "notepad.exe") 1x1+0+0 +0+0
I'm not sure how to use wmctrl. I tried a few things, but none of them made the window show: austin@debian:~$ wmctrl -a 0x5a00001 austin@debian:~$ wmctrl -a 0x5a00002 austin@debian:~$ wmctrl -a 0x5a00003 austin@debian:~$ wmctrl -a notepad.exe austin@debian:~$ wmctrl -a notepad austin@debian:~$ wmctrl -a "Untitled - Notepad"