May 5, 2026
4:37 p.m.
This commit allows the user to optionally set the WM_CLASS by setting an environment variable WINEWMCLASS with the aim of allowing him to ensure desktop environments can correctly identify wine windows, unfortunately the executable filename isn't always sufficient as some programs share a common executable name. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50095 Signed-off-by: Nicholas Little <nicholas.john.little@gmail.com> -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10823