https://bugs.winehq.org/show_bug.cgi?id=34631
--- Comment #38 from Clocks doomsdayrs@gmail.com --- (In reply to Jactry Zeng from comment #37)
(In reply to Clocks from comment #36)
If DingTalk, WeChat, and other shadow-windowed applications are run via wayland, all UI elements are completely inaccessible.
This sounds like an issue of the wayland driver.
Hardly, this specifically is an application issue.
These programs expect to be able to shadow a window on Windows. X11 had support for this use case.
Wayland does not support this use case. It is quite impossible for Wayland to ever support this use case, and it likely never will be supported.
Thus the only options are.
1. The developers of the application fix the issue by allowing the shadow to be disabled. 2. Wine to explicitly deny the application the ability to do a shadow.
We have control over the second option. Thus should advocate for the second option. Which is known to solve the issue.