FAQ & OPTIONS: Haiku config file path

h/t Luc
This commit is contained in:
Bill Kendrick 2024-04-27 10:41:26 -07:00
parent 6554ac644a
commit 5f8e2b51bd
28 changed files with 520 additions and 102 deletions

View file

@ -4,7 +4,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
apríl 7, 2024
apríl 27, 2024
-------------------------------------------------------------------------------
+------------------------------+
@ -559,13 +559,24 @@ Tux Paint is using options I didn't specify!
Under Windows, Tux Paint first examines the configuration file:
tuxpaint.cfg
C:\Users\Username\AppData\Roaming\TuxPaint\tuxpaint.cfg
Finally, any options sent as command-line arguments are used.
+ macOS
+ Unix and Linux
Under macOS, it first examines the system-wide configuration file,
located here:
/Library/Application Support/TuxPaint/tuxpaint.cfg
It then examines the user's personal configuration file:
/Users/Username/Library/Application Support/TuxPaint/tuxpaint.cfg
Finally, any options sent as command-line arguments are used.
+ Linux / Unix
Under Unix and Linux, it first examines the system-wide configuration
file, located here:
@ -580,6 +591,12 @@ Tux Paint is using options I didn't specify!
+ Haiku
Under Haiku, Tux Paint first examines the configuration file:
/boot/home/config/settings/TuxPaint/tuxpaint.conf
Finally, any options sent as command-line arguments are used.
This means that if anything is set in a configuration file that you don't
want set, you'll need to either change the config. file (if you can), or
override the option on the command-line.