From 5f8e2b51bd8d42efa85eac8cc7908d719be54318 Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Sat, 27 Apr 2024 10:41:26 -0700
Subject: [PATCH] FAQ & OPTIONS: Haiku config file path
h/t Luc
---
docs/en/FAQ.txt | 23 ++++++++++++--
docs/en/OPTIONS.txt | 5 +++
docs/en/html/FAQ.html | 49 +++++++++++++++++++++-------
docs/en/html/OPTIONS.html | 10 ++++++
docs/es_ES.UTF-8/FAQ.txt | 23 ++++++++++++--
docs/es_ES.UTF-8/OPTIONS.txt | 5 +++
docs/es_ES.UTF-8/html/FAQ.html | 49 +++++++++++++++++++++-------
docs/es_ES.UTF-8/html/OPTIONS.html | 10 ++++++
docs/fr_FR.UTF-8/FAQ.txt | 28 +++++++++++++---
docs/fr_FR.UTF-8/OPTIONS.txt | 5 +++
docs/fr_FR.UTF-8/html/FAQ.html | 51 +++++++++++++++++++++++-------
docs/fr_FR.UTF-8/html/OPTIONS.html | 10 ++++++
docs/gl_ES.UTF-8/FAQ.txt | 27 +++++++++++++---
docs/gl_ES.UTF-8/OPTIONS.txt | 5 +++
docs/gl_ES.UTF-8/html/FAQ.html | 51 +++++++++++++++++++++++-------
docs/gl_ES.UTF-8/html/OPTIONS.html | 10 ++++++
docs/is_IS.UTF-8/FAQ.txt | 23 ++++++++++++--
docs/is_IS.UTF-8/OPTIONS.txt | 5 +++
docs/is_IS.UTF-8/html/FAQ.html | 49 +++++++++++++++++++++-------
docs/is_IS.UTF-8/html/OPTIONS.html | 10 ++++++
docs/ja_JP.UTF-8/FAQ.txt | 23 ++++++++++++--
docs/ja_JP.UTF-8/OPTIONS.txt | 5 +++
docs/ja_JP.UTF-8/html/FAQ.html | 49 +++++++++++++++++++++-------
docs/ja_JP.UTF-8/html/OPTIONS.html | 10 ++++++
docs/sq_AL.UTF-8/FAQ.txt | 23 ++++++++++++--
docs/sq_AL.UTF-8/OPTIONS.txt | 5 +++
docs/sq_AL.UTF-8/html/FAQ.html | 49 +++++++++++++++++++++-------
docs/sq_AL.UTF-8/html/OPTIONS.html | 10 ++++++
28 files changed, 520 insertions(+), 102 deletions(-)
diff --git a/docs/en/FAQ.txt b/docs/en/FAQ.txt
index ab4fa6655..cc9f85b41 100644
--- a/docs/en/FAQ.txt
+++ b/docs/en/FAQ.txt
@@ -4,7 +4,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
- April 7, 2024
+ April 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.
diff --git a/docs/en/OPTIONS.txt b/docs/en/OPTIONS.txt
index f9e7ed5fe..ddae7a154 100644
--- a/docs/en/OPTIONS.txt
+++ b/docs/en/OPTIONS.txt
@@ -87,6 +87,11 @@ at:
C:\Program Files\Tuxpaint
+Haiku Users
+
+The file you should create is called "tuxpaint.conf" and it should be placed in
+/boot/home/config/settings/TuxPaint
+
⚙ You can disable reading of this file altogether, leaving the settings as
defaults (which can then be overridden by your personal config. file and/or
command-line arguments) by using the command-line option "--nosysconfig".
diff --git a/docs/en/html/FAQ.html b/docs/en/html/FAQ.html
index 2a95df760..c9aa75473 100644
--- a/docs/en/html/FAQ.html
+++ b/docs/en/html/FAQ.html
@@ -25,7 +25,7 @@
- April 7, 2024
+ April 27, 2024
- Windows Vista, Windows 8, Windows 10, Windows 11
+ Windows Vista, Windows 8, Windows 10, Windows 11
In the user's "AppData" folder:
e.g., C:\Users\Username\AppData\Roaming\TuxPaint\saved
- macOS
+ macOS
In the user's "Application Support" folder:
e.g., /Users/Username/Library/Applicaton Support/TuxPaint/saved/
- Linux / Unix
+ Linux / Unix
@@ -692,13 +692,13 @@
-
- Windows
+ Windows
Under Windows, Tux Paint first examines the configuration file:
- tuxpaint.cfg
+ C:\Users\Username\AppData\Roaming\TuxPaint\tuxpaint.cfg
@@ -707,13 +707,31 @@
-
- macOS
+ macOS
-
+ 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.
-
- Unix and Linux
+ Linux / Unix
Under Unix and Linux, it first examines the system-wide configuration file, located here:
@@ -737,9 +755,18 @@
-
- Haiku
+ 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.
diff --git a/docs/en/html/OPTIONS.html b/docs/en/html/OPTIONS.html
index 4df36b944..8aa114171 100644
--- a/docs/en/html/OPTIONS.html
+++ b/docs/en/html/OPTIONS.html
@@ -240,6 +240,16 @@
+
+
+
+
+ The file you should create is called "tuxpaint.conf" and it should be placed in /boot/home/config/settings/TuxPaint
+
+
⚙ You can disable reading of this file altogether, leaving the settings as defaults (which can then be overridden by your personal config. file and/or command-line arguments) by using the command-line option "--nosysconfig".
diff --git a/docs/es_ES.UTF-8/FAQ.txt b/docs/es_ES.UTF-8/FAQ.txt
index 912edfd4e..5a52084fa 100644
--- a/docs/es_ES.UTF-8/FAQ.txt
+++ b/docs/es_ES.UTF-8/FAQ.txt
@@ -4,7 +4,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
- abril 7, 2024
+ abril 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.
diff --git a/docs/es_ES.UTF-8/OPTIONS.txt b/docs/es_ES.UTF-8/OPTIONS.txt
index 1b025095a..869499c54 100644
--- a/docs/es_ES.UTF-8/OPTIONS.txt
+++ b/docs/es_ES.UTF-8/OPTIONS.txt
@@ -87,6 +87,11 @@ at:
C:\Program Files\Tuxpaint
+Haiku Users
+
+The file you should create is called "tuxpaint.conf" and it should be placed in
+/boot/home/config/settings/TuxPaint
+
⚙ You can disable reading of this file altogether, leaving the settings as
defaults (which can then be overridden by your personal config. file and/or
command-line arguments) by using the command-line option "--nosysconfig".
diff --git a/docs/es_ES.UTF-8/html/FAQ.html b/docs/es_ES.UTF-8/html/FAQ.html
index 8d6964fd1..174fd2d46 100644
--- a/docs/es_ES.UTF-8/html/FAQ.html
+++ b/docs/es_ES.UTF-8/html/FAQ.html
@@ -25,7 +25,7 @@
- abril 7, 2024
+ abril 27, 2024
- Windows Vista, Windows 8, Windows 10, Windows 11
+ Windows Vista, Windows 8, Windows 10, Windows 11
In the user's "AppData" folder:
e.g., C:\Users\Username\AppData\Roaming\TuxPaint\saved
- macOS
+ macOS
In the user's "Application Support" folder:
e.g., /Users/Username/Library/Applicaton Support/TuxPaint/saved/
- Linux / Unix
+ Linux / Unix
@@ -692,13 +692,13 @@
-
- Windows
+ Windows
Under Windows, Tux Paint first examines the configuration file:
- tuxpaint.cfg
+ C:\Users\Username\AppData\Roaming\TuxPaint\tuxpaint.cfg
@@ -707,13 +707,31 @@
-
- macOS
+ macOS
-
+ 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.
-
- Unix and Linux
+ Linux / Unix
Under Unix and Linux, it first examines the system-wide configuration file, located here:
@@ -737,9 +755,18 @@
-
- Haiku
+ 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.
diff --git a/docs/es_ES.UTF-8/html/OPTIONS.html b/docs/es_ES.UTF-8/html/OPTIONS.html
index e223970fa..2c8f4434f 100644
--- a/docs/es_ES.UTF-8/html/OPTIONS.html
+++ b/docs/es_ES.UTF-8/html/OPTIONS.html
@@ -240,6 +240,16 @@
+
+
+
+
+ The file you should create is called "tuxpaint.conf" and it should be placed in /boot/home/config/settings/TuxPaint
+
+
⚙ You can disable reading of this file altogether, leaving the settings as defaults (which can then be overridden by your personal config. file and/or command-line arguments) by using the command-line option "--nosysconfig".
diff --git a/docs/fr_FR.UTF-8/FAQ.txt b/docs/fr_FR.UTF-8/FAQ.txt
index 28e052b0e..78538e8c4 100644
--- a/docs/fr_FR.UTF-8/FAQ.txt
+++ b/docs/fr_FR.UTF-8/FAQ.txt
@@ -4,7 +4,7 @@
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
https://tuxpaint.org/
- avril 7, 2024
+ avril 27, 2024
-------------------------------------------------------------------------------
+-----------------------------------+
@@ -606,16 +606,29 @@ Tux Paint utilise des options que je n'ai pas spécifiées !
+ Windows
- Sous Windows, Tux Paint examine d'abord le fichier de configuration :
+ Under Windows, Tux Paint first examines the configuration file:
- tuxpaint.cfg
+ C:\Users\Username\AppData\Roaming\TuxPaint\tuxpaint.cfg
Et finalement, toutes les options envoyées en tant qu'arguments de
ligne de commande sont utilisées.
+ macOS
- + Unix et Linux
+ Under macOS, it first examines the system-wide configuration file,
+ located here:
+
+ /Library/Application Support/TuxPaint/tuxpaint.cfg
+
+ Il examine ensuite le fichier de configuration personnel de
+ l'utilisateur :
+
+ /Users/Username/Library/Application Support/TuxPaint/tuxpaint.cfg
+
+ Et finalement, toutes les options envoyées en tant qu'arguments de
+ ligne de commande sont utilisées.
+
+ + Linux / Unix
Sous Unix et Linux, il examine d'abord le fichier de configuration à
l'échelle du système, situé ici :
@@ -632,6 +645,13 @@ Tux Paint utilise des options que je n'ai pas spécifiées !
+ Haiku
+ Under Haiku, Tux Paint first examines the configuration file:
+
+ /boot/home/config/settings/TuxPaint/tuxpaint.conf
+
+ Et finalement, toutes les options envoyées en tant qu'arguments de
+ ligne de commande sont utilisées.
+
Cela signifie que si quelque chose est défini dans un fichier de
configuration que vous ne souhaitez pas activer, vous devrez soit modifier
le fichier config. fichier (si vous le pouvez), ou changer l'option par le
diff --git a/docs/fr_FR.UTF-8/OPTIONS.txt b/docs/fr_FR.UTF-8/OPTIONS.txt
index 6273b58bf..615024d29 100644
--- a/docs/fr_FR.UTF-8/OPTIONS.txt
+++ b/docs/fr_FR.UTF-8/OPTIONS.txt
@@ -92,6 +92,11 @@ activés.) Il se trouve normalement ici :
C:\Program Files\Tuxpaint
+Haiku Users
+
+The file you should create is called "tuxpaint.conf" and it should be placed in
+/boot/home/config/settings/TuxPaint
+
⚙ Vous pouvez désactiver complètement la lecture de ce fichier, en laissant les
paramètres par défaut (qui peuvent ensuite être remplacés par votre fichier
config personnel et / ou vos arguments de ligne de commande) en utilisant
diff --git a/docs/fr_FR.UTF-8/html/FAQ.html b/docs/fr_FR.UTF-8/html/FAQ.html
index 44b7fb459..7841f6179 100644
--- a/docs/fr_FR.UTF-8/html/FAQ.html
+++ b/docs/fr_FR.UTF-8/html/FAQ.html
@@ -25,7 +25,7 @@
- avril 7, 2024
+ avril 27, 2024
- Windows Vista, Windows 8, Windows 10, Windows 11
+ Windows Vista, Windows 8, Windows 10, Windows 11
Dans le dossier "AppData" de l'utilisateur :
par ex.., C:\Users\Username\AppData\Roaming\TuxPaint\saved
- macOS
+ macOS
Dans le dossier "Application Support" de l'utilisateur :
par ex., /Users/Username/Library/Applicaton Support/TuxPaint/saved/
- Linux / Unix
+ Linux / Unix
@@ -693,13 +693,13 @@ cible "nosound". (c'est-à-dire, ne lancez pas "make nosound") Assu
-
- Windows
+ Windows
- Sous Windows, Tux Paint examine d'abord le fichier de configuration :
+ Under Windows, Tux Paint first examines the configuration file:
- tuxpaint.cfg
+ C:\Users\Username\AppData\Roaming\TuxPaint\tuxpaint.cfg
@@ -708,13 +708,31 @@ cible "nosound". (c'est-à-dire, ne lancez pas "make nosound") Assu
-
- macOS
+ macOS
-
+ Under macOS, it first examines the system-wide configuration file, located here:
+
+
+
+ /Library/Application Support/TuxPaint/tuxpaint.cfg
+
+
+
+
+ Il examine ensuite le fichier de configuration personnel de l'utilisateur :
+
+
+
+ /Users/Username/Library/Application Support/TuxPaint/tuxpaint.cfg
+
+
+
+
+ Et finalement, toutes les options envoyées en tant qu'arguments de ligne de commande sont utilisées.
-
- Unix et Linux
+ Linux / Unix
Sous Unix et Linux, il examine d'abord le fichier de configuration à l'échelle du système, situé ici :
@@ -738,9 +756,18 @@ cible "nosound". (c'est-à-dire, ne lancez pas "make nosound") Assu
-
- Haiku
+ Haiku
-
+ Under Haiku, Tux Paint first examines the configuration file:
+
+
+
+ /boot/home/config/settings/TuxPaint/tuxpaint.conf
+
+
+
+
+ Et finalement, toutes les options envoyées en tant qu'arguments de ligne de commande sont utilisées.
diff --git a/docs/fr_FR.UTF-8/html/OPTIONS.html b/docs/fr_FR.UTF-8/html/OPTIONS.html
index 2cd31bb2b..adaf88e6f 100644
--- a/docs/fr_FR.UTF-8/html/OPTIONS.html
+++ b/docs/fr_FR.UTF-8/html/OPTIONS.html
@@ -240,6 +240,16 @@
+
+
+
+
+ The file you should create is called "tuxpaint.conf" and it should be placed in /boot/home/config/settings/TuxPaint
+
+
⚙ Vous pouvez désactiver complètement la lecture de ce fichier, en laissant les paramètres par défaut (qui peuvent ensuite être remplacés par votre fichier config personnel et / ou vos arguments de ligne de commande) en utilisant l'option de ligne de commande "--nosysconfig".
diff --git a/docs/gl_ES.UTF-8/FAQ.txt b/docs/gl_ES.UTF-8/FAQ.txt
index 0409c5343..47ab74405 100644
--- a/docs/gl_ES.UTF-8/FAQ.txt
+++ b/docs/gl_ES.UTF-8/FAQ.txt
@@ -4,7 +4,7 @@
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/
- 7 de Abril de 2024
+ 27 de Abril de 2024
-------------------------------------------------------------------------------
+--------------------------------------------+
@@ -584,16 +584,28 @@ Tux Paint está a usar opcións que non especifiquei.
+ Windows
- En Windows, Tux Paint examina primeiro o ficheiro de configuración:
+ Under Windows, Tux Paint first examines the configuration file:
- tuxpaint.cfg
+ C:\Users\Username\AppData\Roaming\TuxPaint\tuxpaint.cfg
Finalmente, úsanse as opcións enviadas como argumentos da liña de
ordes.
+ macOS
- + Unix e Linux
+ Under macOS, it first examines the system-wide configuration file,
+ located here:
+
+ /Library/Application Support/TuxPaint/tuxpaint.cfg
+
+ A continuación, examina o ficheiro de configuración persoal do usuario:
+
+ /Users/Username/Library/Application Support/TuxPaint/tuxpaint.cfg
+
+ Finalmente, úsanse as opcións enviadas como argumentos da liña de
+ ordes.
+
+ + Linux / Unix
En Unix e Linux, primeiro examine o ficheiro de configuración de todo o
sistema, que se atopa aquí:
@@ -609,6 +621,13 @@ Tux Paint está a usar opcións que non especifiquei.
+ Haiku
+ Under Haiku, Tux Paint first examines the configuration file:
+
+ /boot/home/config/settings/TuxPaint/tuxpaint.conf
+
+ Finalmente, úsanse as opcións enviadas como argumentos da liña de
+ ordes.
+
Isto significa que se estabelece algo nun ficheiro de configuración que non
quere estabelecer, terá que cambiar o ficheiro de configuración (se pode)
ou anular a opción na liña de ordes.
diff --git a/docs/gl_ES.UTF-8/OPTIONS.txt b/docs/gl_ES.UTF-8/OPTIONS.txt
index ecdfd5d1d..dad602d9f 100644
--- a/docs/gl_ES.UTF-8/OPTIONS.txt
+++ b/docs/gl_ES.UTF-8/OPTIONS.txt
@@ -91,6 +91,11 @@ at:
C:\Program Files\Tuxpaint
+Haiku Users
+
+The file you should create is called "tuxpaint.conf" and it should be placed in
+/boot/home/config/settings/TuxPaint
+
⚙ You can disable reading of this file altogether, leaving the settings as
defaults (which can then be overridden by your personal config. file and/or
command-line arguments) by using the command-line option "--nosysconfig".
diff --git a/docs/gl_ES.UTF-8/html/FAQ.html b/docs/gl_ES.UTF-8/html/FAQ.html
index d56419264..96b1d061a 100644
--- a/docs/gl_ES.UTF-8/html/FAQ.html
+++ b/docs/gl_ES.UTF-8/html/FAQ.html
@@ -25,7 +25,7 @@
- 7 de Abril de 2024
+ 27 de Abril de 2024
- Windows Vista, Windows 8, Windows 10, Windows 11
+ Windows Vista, Windows 8, Windows 10, Windows 11
No cartafol «AppData» do usuario:
p. ex.: C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved
- macOS
+ macOS
No cartafol «Asistencia de aplicacións» do usuario::
e.g., /Users/nome de usuario/Library/Applicaton Support/TuxPaint/saved/
- Linux / Unix
+ Linux / Unix
@@ -692,13 +692,13 @@
-
- Windows
+ Windows
- En Windows, Tux Paint examina primeiro o ficheiro de configuración:
+ Under Windows, Tux Paint first examines the configuration file:
- tuxpaint.cfg
+ C:\Users\Username\AppData\Roaming\TuxPaint\tuxpaint.cfg
@@ -707,13 +707,31 @@
-
- macOS
+ macOS
-
+ Under macOS, it first examines the system-wide configuration file, located here:
+
+
+
+ /Library/Application Support/TuxPaint/tuxpaint.cfg
+
+
+
+
+ A continuación, examina o ficheiro de configuración persoal do usuario:
+
+
+
+ /Users/Username/Library/Application Support/TuxPaint/tuxpaint.cfg
+
+
+
+
+ Finalmente, úsanse as opcións enviadas como argumentos da liña de ordes.
-
- Unix e Linux
+ Linux / Unix
En Unix e Linux, primeiro examine o ficheiro de configuración de todo o sistema, que se atopa aquí:
@@ -737,9 +755,18 @@
-
- Haiku
+ Haiku
-
+ Under Haiku, Tux Paint first examines the configuration file:
+
+
+
+ /boot/home/config/settings/TuxPaint/tuxpaint.conf
+
+
+
+
+ Finalmente, úsanse as opcións enviadas como argumentos da liña de ordes.
diff --git a/docs/gl_ES.UTF-8/html/OPTIONS.html b/docs/gl_ES.UTF-8/html/OPTIONS.html
index f3d70ecff..891c64cc2 100644
--- a/docs/gl_ES.UTF-8/html/OPTIONS.html
+++ b/docs/gl_ES.UTF-8/html/OPTIONS.html
@@ -240,6 +240,16 @@
+
+
+
+
+ The file you should create is called "tuxpaint.conf" and it should be placed in /boot/home/config/settings/TuxPaint
+
+
⚙ You can disable reading of this file altogether, leaving the settings as defaults (which can then be overridden by your personal config. file and/or command-line arguments) by using the command-line option "--nosysconfig".
diff --git a/docs/is_IS.UTF-8/FAQ.txt b/docs/is_IS.UTF-8/FAQ.txt
index 2341516d6..a1a7e45ea 100644
--- a/docs/is_IS.UTF-8/FAQ.txt
+++ b/docs/is_IS.UTF-8/FAQ.txt
@@ -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.
diff --git a/docs/is_IS.UTF-8/OPTIONS.txt b/docs/is_IS.UTF-8/OPTIONS.txt
index c81a06eca..42991079b 100644
--- a/docs/is_IS.UTF-8/OPTIONS.txt
+++ b/docs/is_IS.UTF-8/OPTIONS.txt
@@ -87,6 +87,11 @@ at:
C:\Program Files\Tuxpaint
+Haiku Users
+
+The file you should create is called "tuxpaint.conf" and it should be placed in
+/boot/home/config/settings/TuxPaint
+
⚙ You can disable reading of this file altogether, leaving the settings as
defaults (which can then be overridden by your personal config. file and/or
command-line arguments) by using the command-line option "--nosysconfig".
diff --git a/docs/is_IS.UTF-8/html/FAQ.html b/docs/is_IS.UTF-8/html/FAQ.html
index e57e22e1b..3c0e7a045 100644
--- a/docs/is_IS.UTF-8/html/FAQ.html
+++ b/docs/is_IS.UTF-8/html/FAQ.html
@@ -25,7 +25,7 @@
- apríl 7, 2024
+ apríl 27, 2024
- Windows Vista, Windows 8, Windows 10, Windows 11
+ Windows Vista, Windows 8, Windows 10, Windows 11
In the user's "AppData" folder:
e.g., C:\Users\Username\AppData\Roaming\TuxPaint\saved
- macOS
+ macOS
In the user's "Application Support" folder:
e.g., /Users/Username/Library/Applicaton Support/TuxPaint/saved/
- Linux / Unix
+ Linux / Unix
@@ -692,13 +692,13 @@
-
- Windows
+ Windows
Under Windows, Tux Paint first examines the configuration file:
- tuxpaint.cfg
+ C:\Users\Username\AppData\Roaming\TuxPaint\tuxpaint.cfg
@@ -707,13 +707,31 @@
-
- macOS
+ macOS
-
+ 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.
-
- Unix and Linux
+ Linux / Unix
Under Unix and Linux, it first examines the system-wide configuration file, located here:
@@ -737,9 +755,18 @@
-
- Haiku
+ 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.
diff --git a/docs/is_IS.UTF-8/html/OPTIONS.html b/docs/is_IS.UTF-8/html/OPTIONS.html
index 98c814f66..55b7b2904 100644
--- a/docs/is_IS.UTF-8/html/OPTIONS.html
+++ b/docs/is_IS.UTF-8/html/OPTIONS.html
@@ -240,6 +240,16 @@
+
+
+
+
+ The file you should create is called "tuxpaint.conf" and it should be placed in /boot/home/config/settings/TuxPaint
+
+
⚙ You can disable reading of this file altogether, leaving the settings as defaults (which can then be overridden by your personal config. file and/or command-line arguments) by using the command-line option "--nosysconfig".
diff --git a/docs/ja_JP.UTF-8/FAQ.txt b/docs/ja_JP.UTF-8/FAQ.txt
index ec2855f5d..9f4057053 100644
--- a/docs/ja_JP.UTF-8/FAQ.txt
+++ b/docs/ja_JP.UTF-8/FAQ.txt
@@ -4,7 +4,7 @@
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/
- 2024年4月 7日
+ 2024年4月27日
-------------------------------------------------------------------------------
+------------------------------+
@@ -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.
diff --git a/docs/ja_JP.UTF-8/OPTIONS.txt b/docs/ja_JP.UTF-8/OPTIONS.txt
index 0ee8fa484..d2fa80fde 100644
--- a/docs/ja_JP.UTF-8/OPTIONS.txt
+++ b/docs/ja_JP.UTF-8/OPTIONS.txt
@@ -89,6 +89,11 @@ Roaming\TuxPaint\ 内に "tuxpaint.cfg" というファイル名で作成しま
C:\Program Files\Tuxpaint
+Haiku Users
+
+The file you should create is called "tuxpaint.conf" and it should be placed in
+/boot/home/config/settings/TuxPaint
+
⚙ コマンドラインオプション "--nosysconfig" 用いると、システム全体の設定ファイル
は無視され、ユーザー毎の設定ファイルやコマンドラインオプションによる変更のみが
反映されます。
diff --git a/docs/ja_JP.UTF-8/html/FAQ.html b/docs/ja_JP.UTF-8/html/FAQ.html
index dd248abe1..e21fc4fd9 100644
--- a/docs/ja_JP.UTF-8/html/FAQ.html
+++ b/docs/ja_JP.UTF-8/html/FAQ.html
@@ -25,7 +25,7 @@
- 2024年4月 7日
+ 2024年4月27日
- Windows Vista, Windows 8, Windows 10, Windows 11
+ Windows Vista, Windows 8, Windows 10, Windows 11
In the user's "AppData" folder:
e.g., C:\Users\Username\AppData\Roaming\TuxPaint\saved
- macOS
+ macOS
In the user's "Application Support" folder:
e.g., /Users/Username/Library/Applicaton Support/TuxPaint/saved/
- Linux / Unix
+ Linux / Unix
@@ -692,13 +692,13 @@
-
- Windows
+ Windows
Under Windows, Tux Paint first examines the configuration file:
- tuxpaint.cfg
+ C:\Users\Username\AppData\Roaming\TuxPaint\tuxpaint.cfg
@@ -707,13 +707,31 @@
-
- macOS
+ macOS
-
+ 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.
-
- Unix and Linux
+ Linux / Unix
Under Unix and Linux, it first examines the system-wide configuration file, located here:
@@ -737,9 +755,18 @@
-
- Haiku
+ 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.
diff --git a/docs/ja_JP.UTF-8/html/OPTIONS.html b/docs/ja_JP.UTF-8/html/OPTIONS.html
index 439b03fc9..3d3f7d056 100644
--- a/docs/ja_JP.UTF-8/html/OPTIONS.html
+++ b/docs/ja_JP.UTF-8/html/OPTIONS.html
@@ -240,6 +240,16 @@
+
+
+
+
+ The file you should create is called "tuxpaint.conf" and it should be placed in /boot/home/config/settings/TuxPaint
+
+
⚙ コマンドラインオプション "--nosysconfig" 用いると、システム全体の設定ファイルは無視され、ユーザー毎の設定ファイルやコマンドラインオプションによる変更のみが反映されます。
diff --git a/docs/sq_AL.UTF-8/FAQ.txt b/docs/sq_AL.UTF-8/FAQ.txt
index 470c1cca4..f0f52a692 100644
--- a/docs/sq_AL.UTF-8/FAQ.txt
+++ b/docs/sq_AL.UTF-8/FAQ.txt
@@ -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.
diff --git a/docs/sq_AL.UTF-8/OPTIONS.txt b/docs/sq_AL.UTF-8/OPTIONS.txt
index a0b2680b9..9eaf13ad7 100644
--- a/docs/sq_AL.UTF-8/OPTIONS.txt
+++ b/docs/sq_AL.UTF-8/OPTIONS.txt
@@ -88,6 +88,11 @@ at:
C:\Program Files\Tuxpaint
+Haiku Users
+
+The file you should create is called "tuxpaint.conf" and it should be placed in
+/boot/home/config/settings/TuxPaint
+
⚙ You can disable reading of this file altogether, leaving the settings as
defaults (which can then be overridden by your personal config. file and/or
command-line arguments) by using the command-line option "--nosysconfig".
diff --git a/docs/sq_AL.UTF-8/html/FAQ.html b/docs/sq_AL.UTF-8/html/FAQ.html
index 7cbfb0405..ef3602829 100644
--- a/docs/sq_AL.UTF-8/html/FAQ.html
+++ b/docs/sq_AL.UTF-8/html/FAQ.html
@@ -25,7 +25,7 @@
- 7 prill 2024
+ 27 prill 2024
- Windows Vista, Windows 8, Windows 10, Windows 11
+ Windows Vista, Windows 8, Windows 10, Windows 11
Te dosja “AppData” e përdoruesit:
p.sh., C:\Users\Emërpërdoruesi\AppData\Roaming\TuxPaint\saved
- macOS
+ macOS
Te dosja “Application Support” e përdoruesit:
p.sh., /Users/Emërpërdoruesi/Library/Applicaton Support/TuxPaint/saved/
- Linux / Unix
+ Linux / Unix
@@ -692,13 +692,13 @@
-
- Windows
+ Windows
Under Windows, Tux Paint first examines the configuration file:
- tuxpaint.cfg
+ C:\Users\Username\AppData\Roaming\TuxPaint\tuxpaint.cfg
@@ -707,13 +707,31 @@
-
- macOS
+ macOS
-
+ 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.
-
- Unix dhe Linux
+ Linux / Unix
Under Unix and Linux, it first examines the system-wide configuration file, located here:
@@ -737,9 +755,18 @@
-
- Haiku
+ 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.
diff --git a/docs/sq_AL.UTF-8/html/OPTIONS.html b/docs/sq_AL.UTF-8/html/OPTIONS.html
index 65f527959..fe081c089 100644
--- a/docs/sq_AL.UTF-8/html/OPTIONS.html
+++ b/docs/sq_AL.UTF-8/html/OPTIONS.html
@@ -240,6 +240,16 @@
+
+
+
+
+ The file you should create is called "tuxpaint.conf" and it should be placed in /boot/home/config/settings/TuxPaint
+
+
⚙ You can disable reading of this file altogether, leaving the settings as defaults (which can then be overridden by your personal config. file and/or command-line arguments) by using the command-line option "--nosysconfig".