respects the freedesktop schema

This commit is contained in:
Héctor H. Louzao Pozueco 2022-10-03 13:13:20 +02:00
parent ecf4b1f1f3
commit 568866cee4
No known key found for this signature in database
GPG key ID: 09886C04FC45B663

View file

@ -34,12 +34,15 @@ section wine prefix.
[[wine-desktop-files]]
== Wine desktop files
Where Wine stored gnome _.desktop_ files?
https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html#variables[_Wine_ respect The XDG Base Directory Specification which is
based on the following concepts]
There are stored in:
```
/home/$USER/.local/share/applications/wine
$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.
```
[[gui-configuration-register]]