April 2, 2026
12:22 p.m.
From the specification at https://specifications.freedesktop.org/basedir/latest/ :
$XDG_DATA_HOME defines the base directory relative to which user-specific data files should be stored. If $XDG_DATA_HOME is either not set or empty, a default equal to $HOME/.local/share should be used.
So `$HOME/.local/share` shouldn't be hardcoded like that. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10543#note_134801