mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-04 08:21:17 -05:00
43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
// Status=review
|
|
|
|
A few _WSJT-X_ features behave differently in Windows, Linux, or OS X,
|
|
or may not be relevant to all operating platforms.
|
|
|
|
=== File locations
|
|
|
|
* *Windows*
|
|
|
|
- *Settings:* %LOCALAPPDATA%\WSJT-X\WSJT-X.ini
|
|
- *Log directory:* %LOCALAPPDATA%\WSJT-X\
|
|
- *Default save directory:* %LOCALAPPDATA%\WSJT-X\save\
|
|
|
|
* *Windows, when using "--rig-name=xxx"*
|
|
|
|
- *Settings:* %LOCALAPPDATA%\WSJT-X - xxx\WSJT-X - xxx.ini
|
|
- *Log directory:* %LOCALAPPDATA%\WSJT-X - xxx\
|
|
- *Default save directory:* %LOCALAPPDATA%\WSJT-X - xxx\save\
|
|
|
|
* *Linux*
|
|
|
|
- *Settings:* ~/.config/WSJT-X.ini
|
|
- *Log directory:* ~/.local/share/WSJT-X/
|
|
- *Default save directory:* ~/.local/share/WSJT-X/save/
|
|
|
|
* *Linux, when using "--rig-name=xxx"*
|
|
|
|
- *Settings:* ~/.config/WSJT-X - xxx.ini
|
|
- *Log directory:* ~/.local/share/WSJT-X - xxx/
|
|
- *Default save directory:* ~/.local/share/WSJT-X - xxx/save/
|
|
|
|
* *Macintosh*
|
|
|
|
- *Settings:* ~/Library/Preferences/WSJT-X.ini
|
|
- *Log directory:* ~/Library/Application Support/WSJT-X/
|
|
- *Default save directory:* ~/Library/Application Support/WSJT-X/save/
|
|
|
|
* *Macintosh, when using "--rig-name=xxx"*
|
|
|
|
- *Settings:* ~/Library/Preferences/WSJT-X - xxx.ini
|
|
- *Log directory:* ~/Library/Application Support/WSJT-X - xxx/
|
|
- *Default save directory:* ~/Library/Application Support/WSJT-X - xxx/save/
|