Changes between Version 1 and Version 2 of MovedToGitHub/EnvironmentVariables
- Timestamp:
- Nov 16, 2008, 4:23:21 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MovedToGitHub/EnvironmentVariables
v1 v2 19 19 == Standard Variables Used By Transmission == 20 20 21 * If {{{TRANSMISSION_WEB_HOME}}} is ''not'' set, non-Mac platforms will look for the Web UI's files in '''XDG_DATA_HOME''' and in the directories in '''XDG_DATA_DIRS''' as described in [http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html#variables the XDG Base Directory Specification]. If {{{XDG_DATA_HOME}}} is not set, its default value is{{{$HOME/.local/share/}}}.21 * If {{{TRANSMISSION_WEB_HOME}}} is ''not'' set, non-Mac platforms will look for the Web UI's files in '''XDG_DATA_HOME''' and in '''XDG_DATA_DIRS''' as described in [http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html#variables the XDG Base Directory Specification]. {{{XDG_DATA_HOME}}} has a default value of {{{$HOME/.local/share/}}}. 22 22 23 * If {{{TRANSMISSION_HOME}}} is ''not'' set, Unix-based versions of Transmission will look for their settings in $'''XDG_CONFIG_HOME'''/transmission/. If XDG_CONFIG_HOME is not set, its default value is{{{$HOME/.config/}}}.23 * If {{{TRANSMISSION_HOME}}} is ''not'' set, Unix-based versions of Transmission will look for their settings in $'''XDG_CONFIG_HOME'''/transmission/. XDG_CONFIG_HOME has a default value of {{{$HOME/.config/}}}. 24 24 25 25 * If '''HOME''' is set, it's used in three ways: 26 26 1. by the {{{XDG}}} variables, as described above 27 27 2. If {{{TRANSMISSION_HOME}}} is ''not'' set, Mac-based versions of Transmission will look for their settings in {{{$HOME/Library/Application Support/Transmission}}} 28 3. ''$HOME/Downloads''is the default download directory.28 3. {{{$HOME/Downloads}}} is the default download directory.