You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I’ve noticed that you use hard-coded paths to $HOME/.local/share/winapps, $HOME/.config/winapps etc.. Can you maybe change those to ${XDG_DATA_HOME:-"$HOME/.local/share"}/winapps, ${XDG_CONFIG_HOME:-"$HOME/.config"}/winapps etc. to conform to the XDG Base Directory Specification? See https://specifications.freedesktop.org/basedir-spec/latest/.
The text was updated successfully, but these errors were encountered:
Hi, I’ve noticed that you use hard-coded paths to
$HOME/.local/share/winapps
,$HOME/.config/winapps
etc.. Can you maybe change those to${XDG_DATA_HOME:-"$HOME/.local/share"}/winapps
,${XDG_CONFIG_HOME:-"$HOME/.config"}/winapps
etc. to conform to the XDG Base Directory Specification? See https://specifications.freedesktop.org/basedir-spec/latest/.The text was updated successfully, but these errors were encountered: