Sync docs after various doc source updates

...mostly in terms of modularizing how various file
and directory (folder) paths are shown (for consistency in
both name and styling); add some missing paths (e.g., where
does Tux Paint save drawings on Haiku?)
This commit is contained in:
Bill Kendrick 2024-04-27 12:42:55 -07:00
parent 9c2a75455d
commit e268b598ff
71 changed files with 1074 additions and 873 deletions

View file

@ -1136,17 +1136,19 @@ Save Printer Configuration
If you do not override it, the default location is:
o Linux & Unix — Under a hidden directory named ".tuxpaint" in your
home directory (aka "~" or "$HOME")
Example: /home/username/.tuxpaint/saved/
o Windows — Inside a folder named "TuxPaint" in your "Application
Data" folder.
Example: C:\Documents and Settings\Username\Application Data\
TuxPaint\saved\
o macOS — Inside a folder named "TuxPaint" in your "Application
Support" folder.
Example: /Users/Username/Library/Application Support/TuxPaint/saved
/
Linux / Unix
Under a hidden directory in your home directory:
/home/username/.tuxpaint/saved/
Windows
C:\Users\username\AppData\Roaming\TuxPaint\saved\
macOS
/Users/username/Library/Application Support/TuxPaint/saved/
Haiku
/boot/home/config/settings/TuxPaint/saved/
💡 Note: When specifying a Windows drive (e.g., "H:\"), you must also
specify a subdirectory.