Aug. 20, 2026
11:20 p.m.
Refactored to include the default prefix of `/usr/local/share` from configure. Declaring `WCHAR data_dirs[]` fixed this anyway. Left in as a fallback. Package managers may add/remove packages from `/usr/share/wine`, so `/usr/local/share/wine` is very handy (particularly when bisecting). The TRACEs helped a lot here, so left some behind. Symptom: Wine would insist that packages I downloaded manually to `/usr/local/share/wine/mono` had to be downloaded again (to `~/.cache`). The new Mono package is not ready/installed locally at time of writing. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11723