FAQ & OPTIONS: Haiku config file path
h/t Luc
This commit is contained in:
parent
6554ac644a
commit
5f8e2b51bd
28 changed files with 520 additions and 102 deletions
|
|
@ -4,7 +4,7 @@
|
|||
Të drejta kopjimi © 2002-2024 nga kontribues të ndryshëm; shihni AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
7 prill 2024
|
||||
27 prill 2024
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
+-------------------------------------------+
|
||||
|
|
@ -584,13 +584,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 dhe Linux
|
||||
Under macOS, it first examines the system-wide configuration file,
|
||||
located here:
|
||||
|
||||
/Library/Application Support/TuxPaint/tuxpaint.cfg
|
||||
|
||||
Mandej ekzaminon kartelën e formësimit personal të përdoruesit:
|
||||
|
||||
/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:
|
||||
|
|
@ -605,6 +616,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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue