https://bugs.winehq.org/show_bug.cgi?id=57610 --- Comment #2 from Austin English <austinenglish(a)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(a)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(a)debian:~$ wmctrl -a 0x5a00001 austin(a)debian:~$ wmctrl -a 0x5a00002 austin(a)debian:~$ wmctrl -a 0x5a00003 austin(a)debian:~$ wmctrl -a notepad.exe austin(a)debian:~$ wmctrl -a notepad austin(a)debian:~$ wmctrl -a "Untitled - Notepad" -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.