31 Dec
2025
31 Dec
'25
1:51 p.m.
**Requires https://gitlab.winehq.org/wine/wine/-/merge_requests/9832 to be merged first** before this PR: if you launch an app that has a different width than height (non-square), wine will refuse to launch the app ``` [destroyed object]: error 1: Icon buffer is not a square ``` this PR fixes that by centering the original icon onto a square icon buffer -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9842