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. Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ 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: 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. Finally, any options sent as command-line arguments are used.
+ macOS + 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 Under Unix and Linux, it first examines the system-wide configuration
file, located here: file, located here:
@ -580,6 +591,12 @@ Tux Paint is using options I didn't specify!
+ 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.
This means that if anything is set in a configuration file that you don't 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 want set, you'll need to either change the config. file (if you can), or
override the option on the command-line. override the option on the command-line.

View file

@ -87,6 +87,11 @@ at:
C:\Program Files\Tuxpaint 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 ⚙ 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 defaults (which can then be overridden by your personal config. file and/or
command-line arguments) by using the command-line option "--nosysconfig". command-line arguments) by using the command-line option "--nosysconfig".

View file

@ -25,7 +25,7 @@
</p> </p>
<p> <p>
April 7, 2024 </p> April 27, 2024 </p>
</center> </center>
<hr size="2" <hr size="2"
@ -313,21 +313,21 @@
<dl> <dl>
<dt> <dt>
Windows Vista, Windows 8, Windows 10, Windows 11 <cite>Windows Vista, Windows 8, Windows 10, Windows 11</cite>
</dt> </dt>
<dd> <dd>
In the user's "AppData" folder:<br> e.g., <code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\saved</code> </dd> In the user's "AppData" folder:<br> e.g., <code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\saved</code> </dd>
<dt> <dt>
macOS <cite>macOS</cite>
</dt> </dt>
<dd> <dd>
In the user's "Application Support" folder:<br> e.g., <code>/Users/<i>Username</i>/Library/Applicaton Support/TuxPaint/saved/</code> </dd> In the user's "Application Support" folder:<br> e.g., <code>/Users/<i>Username</i>/Library/Applicaton Support/TuxPaint/saved/</code> </dd>
<dt> <dt>
Linux / Unix <cite>Linux / Unix</cite>
</dt> </dt>
<dd> <dd>
@ -692,13 +692,13 @@
<ul> <ul>
<li> <li>
<i>Windows</i> <cite>Windows</cite>
<p> <p>
Under Windows, Tux Paint first examines the configuration file: </p> Under Windows, Tux Paint first examines the configuration file: </p>
<blockquote> <blockquote>
<p> <p>
<code>tuxpaint.cfg</code> <code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
</p> </p>
</blockquote> </blockquote>
@ -707,13 +707,31 @@
</li> </li>
<li> <li>
<i>macOS</i> <cite>macOS</cite>
<p> <p>
</p> Under macOS, it first examines the system-wide configuration file, located here: </p>
<blockquote>
<p>
<code>/Library/Application Support/TuxPaint/tuxpaint.cfg</code>
</p>
</blockquote>
<p>
It then examines the user's personal configuration file: </p>
<blockquote>
<p>
<code>/Users/<i>Username</i>/Library/Application Support/TuxPaint/tuxpaint.cfg</code>
</p>
</blockquote>
<p>
Finally, any options sent as command-line arguments are used. </p>
</li> </li>
<li> <li>
<i>Unix and Linux</i> <cite>Linux / Unix</cite>
<p> <p>
Under Unix and Linux, it first examines the system-wide configuration file, located here: </p> Under Unix and Linux, it first examines the system-wide configuration file, located here: </p>
@ -737,9 +755,18 @@
</li> </li>
<li> <li>
<i>Haiku</i> <cite>Haiku</cite>
<p> <p>
</p> Under Haiku, Tux Paint first examines the configuration file: </p>
<blockquote>
<p>
<code>/boot/home/config/settings/TuxPaint/tuxpaint.conf</code>
</p>
</blockquote>
<p>
Finally, any options sent as command-line arguments are used. </p>
</li> </li>
</ul> </ul>

View file

@ -240,6 +240,16 @@
</section><!-- H3: System-Wide Configuration File --> </section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: Windows Users --> </section><!-- H2: Windows Users -->
<section class="indent"><!-- H2: Haiku Users -->
<header>
<h2>
Haiku Users </h2>
</header>
<p>
The file you should create is called "<code><b>tuxpaint.conf</b></code>" and it should be placed in <code>/boot/home/config/settings/TuxPaint</code> </p>
</section><!-- H2: Haiku Users -->
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</span> 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 "<code>--nosysconfig</code>". </p> <span title="Configuration option">&#9881;</span> 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 "<code>--nosysconfig</code>". </p>
</section><!-- H1: Configuration File --> </section><!-- H1: Configuration File -->

View file

@ -4,7 +4,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt. Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ 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: 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. Finally, any options sent as command-line arguments are used.
+ macOS + 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 Under Unix and Linux, it first examines the system-wide configuration
file, located here: file, located here:
@ -580,6 +591,12 @@ Tux Paint is using options I didn't specify!
+ 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.
This means that if anything is set in a configuration file that you don't 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 want set, you'll need to either change the config. file (if you can), or
override the option on the command-line. override the option on the command-line.

View file

@ -87,6 +87,11 @@ at:
C:\Program Files\Tuxpaint 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 ⚙ 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 defaults (which can then be overridden by your personal config. file and/or
command-line arguments) by using the command-line option "--nosysconfig". command-line arguments) by using the command-line option "--nosysconfig".

View file

@ -25,7 +25,7 @@
</p> </p>
<p> <p>
abril 7, 2024 </p> abril 27, 2024 </p>
</center> </center>
<hr size="2" <hr size="2"
@ -313,21 +313,21 @@
<dl> <dl>
<dt> <dt>
Windows Vista, Windows 8, Windows 10, Windows 11 <cite>Windows Vista, Windows 8, Windows 10, Windows 11</cite>
</dt> </dt>
<dd> <dd>
In the user's "AppData" folder:<br> e.g., <code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\saved</code> </dd> In the user's "AppData" folder:<br> e.g., <code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\saved</code> </dd>
<dt> <dt>
macOS <cite>macOS</cite>
</dt> </dt>
<dd> <dd>
In the user's "Application Support" folder:<br> e.g., <code>/Users/<i>Username</i>/Library/Applicaton Support/TuxPaint/saved/</code> </dd> In the user's "Application Support" folder:<br> e.g., <code>/Users/<i>Username</i>/Library/Applicaton Support/TuxPaint/saved/</code> </dd>
<dt> <dt>
Linux / Unix <cite>Linux / Unix</cite>
</dt> </dt>
<dd> <dd>
@ -692,13 +692,13 @@
<ul> <ul>
<li> <li>
<i>Windows</i> <cite>Windows</cite>
<p> <p>
Under Windows, Tux Paint first examines the configuration file: </p> Under Windows, Tux Paint first examines the configuration file: </p>
<blockquote> <blockquote>
<p> <p>
<code>tuxpaint.cfg</code> <code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
</p> </p>
</blockquote> </blockquote>
@ -707,13 +707,31 @@
</li> </li>
<li> <li>
<i>macOS</i> <cite>macOS</cite>
<p> <p>
</p> Under macOS, it first examines the system-wide configuration file, located here: </p>
<blockquote>
<p>
<code>/Library/Application Support/TuxPaint/tuxpaint.cfg</code>
</p>
</blockquote>
<p>
It then examines the user's personal configuration file: </p>
<blockquote>
<p>
<code>/Users/<i>Username</i>/Library/Application Support/TuxPaint/tuxpaint.cfg</code>
</p>
</blockquote>
<p>
Finally, any options sent as command-line arguments are used. </p>
</li> </li>
<li> <li>
<i>Unix and Linux</i> <cite>Linux / Unix</cite>
<p> <p>
Under Unix and Linux, it first examines the system-wide configuration file, located here: </p> Under Unix and Linux, it first examines the system-wide configuration file, located here: </p>
@ -737,9 +755,18 @@
</li> </li>
<li> <li>
<i>Haiku</i> <cite>Haiku</cite>
<p> <p>
</p> Under Haiku, Tux Paint first examines the configuration file: </p>
<blockquote>
<p>
<code>/boot/home/config/settings/TuxPaint/tuxpaint.conf</code>
</p>
</blockquote>
<p>
Finally, any options sent as command-line arguments are used. </p>
</li> </li>
</ul> </ul>

View file

@ -240,6 +240,16 @@
</section><!-- H3: System-Wide Configuration File --> </section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: Windows Users --> </section><!-- H2: Windows Users -->
<section class="indent"><!-- H2: Haiku Users -->
<header>
<h2>
Haiku Users </h2>
</header>
<p>
The file you should create is called "<code><b>tuxpaint.conf</b></code>" and it should be placed in <code>/boot/home/config/settings/TuxPaint</code> </p>
</section><!-- H2: Haiku Users -->
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</span> 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 "<code>--nosysconfig</code>". </p> <span title="Configuration option">&#9881;</span> 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 "<code>--nosysconfig</code>". </p>
</section><!-- H1: Configuration File --> </section><!-- H1: Configuration File -->

View file

@ -4,7 +4,7 @@
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt. Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
https://tuxpaint.org/ 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 + 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 Et finalement, toutes les options envoyées en tant qu'arguments de
ligne de commande sont utilisées. ligne de commande sont utilisées.
+ macOS + 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 à Sous Unix et Linux, il examine d'abord le fichier de configuration à
l'échelle du système, situé ici : 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 + 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 Cela signifie que si quelque chose est défini dans un fichier de
configuration que vous ne souhaitez pas activer, vous devrez soit modifier 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 le fichier config. fichier (si vous le pouvez), ou changer l'option par le

View file

@ -92,6 +92,11 @@ activés.) Il se trouve normalement ici :
C:\Program Files\Tuxpaint 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 ⚙ 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 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 config personnel et / ou vos arguments de ligne de commande) en utilisant

View file

@ -25,7 +25,7 @@
</p> </p>
<p> <p>
avril 7, 2024 </p> avril 27, 2024 </p>
</center> </center>
<hr size="2" <hr size="2"
@ -313,21 +313,21 @@
<dl> <dl>
<dt> <dt>
Windows Vista, Windows 8, Windows 10, Windows 11 <cite>Windows Vista, Windows 8, Windows 10, Windows 11</cite>
</dt> </dt>
<dd> <dd>
Dans le dossier "AppData" de l'utilisateur :<br> par ex.., <code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\saved</code> </dd> Dans le dossier "AppData" de l'utilisateur :<br> par ex.., <code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\saved</code> </dd>
<dt> <dt>
macOS <cite>macOS</cite>
</dt> </dt>
<dd> <dd>
Dans le dossier "Application Support" de l'utilisateur :<br> par ex., <code>/Users/<i>Username</i>/Library/Applicaton Support/TuxPaint/saved/</code> </dd> Dans le dossier "Application Support" de l'utilisateur :<br> par ex., <code>/Users/<i>Username</i>/Library/Applicaton Support/TuxPaint/saved/</code> </dd>
<dt> <dt>
Linux / Unix <cite>Linux / Unix</cite>
</dt> </dt>
<dd> <dd>
@ -693,13 +693,13 @@ cible "nosound". (c'est-à-dire, ne lancez pas "<code>make nosound</code>") Assu
<ul> <ul>
<li> <li>
<i>Windows</i> <cite>Windows</cite>
<p> <p>
Sous Windows, Tux Paint examine d'abord le fichier de configuration : </p> Under Windows, Tux Paint first examines the configuration file: </p>
<blockquote> <blockquote>
<p> <p>
<code>tuxpaint.cfg</code> <code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
</p> </p>
</blockquote> </blockquote>
@ -708,13 +708,31 @@ cible "nosound". (c'est-à-dire, ne lancez pas "<code>make nosound</code>") Assu
</li> </li>
<li> <li>
<i>macOS</i> <cite>macOS</cite>
<p> <p>
</p> Under macOS, it first examines the system-wide configuration file, located here: </p>
<blockquote>
<p>
<code>/Library/Application Support/TuxPaint/tuxpaint.cfg</code>
</p>
</blockquote>
<p>
Il examine ensuite le fichier de configuration personnel de l'utilisateur : </p>
<blockquote>
<p>
<code>/Users/<i>Username</i>/Library/Application Support/TuxPaint/tuxpaint.cfg</code>
</p>
</blockquote>
<p>
Et finalement, toutes les options envoyées en tant qu'arguments de ligne de commande sont utilisées. </p>
</li> </li>
<li> <li>
<i>Unix et Linux</i> <cite>Linux / Unix</cite>
<p> <p>
Sous Unix et Linux, il examine d'abord le fichier de configuration à l'échelle du système, situé ici : </p> Sous Unix et Linux, il examine d'abord le fichier de configuration à l'échelle du système, situé ici : </p>
@ -738,9 +756,18 @@ cible "nosound". (c'est-à-dire, ne lancez pas "<code>make nosound</code>") Assu
</li> </li>
<li> <li>
<i>Haiku</i> <cite>Haiku</cite>
<p> <p>
</p> Under Haiku, Tux Paint first examines the configuration file: </p>
<blockquote>
<p>
<code>/boot/home/config/settings/TuxPaint/tuxpaint.conf</code>
</p>
</blockquote>
<p>
Et finalement, toutes les options envoyées en tant qu'arguments de ligne de commande sont utilisées. </p>
</li> </li>
</ul> </ul>

View file

@ -240,6 +240,16 @@
</section><!-- H3: System-Wide Configuration File --> </section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: Windows Users --> </section><!-- H2: Windows Users -->
<section class="indent"><!-- H2: Haiku Users -->
<header>
<h2>
Haiku Users </h2>
</header>
<p>
The file you should create is called "<code><b>tuxpaint.conf</b></code>" and it should be placed in <code>/boot/home/config/settings/TuxPaint</code> </p>
</section><!-- H2: Haiku Users -->
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</span> 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 "<code>--nosysconfig</code>". </p> <span title="Configuration option">&#9881;</span> 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 "<code>--nosysconfig</code>". </p>
</section><!-- H1: Configuration File --> </section><!-- H1: Configuration File -->

View file

@ -4,7 +4,7 @@
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt. Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/ 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 + 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 Finalmente, úsanse as opcións enviadas como argumentos da liña de
ordes. ordes.
+ macOS + 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 En Unix e Linux, primeiro examine o ficheiro de configuración de todo o
sistema, que se atopa aquí: sistema, que se atopa aquí:
@ -609,6 +621,13 @@ Tux Paint está a usar opcións que non especifiquei.
+ 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.
Isto significa que se estabelece algo nun ficheiro de configuración que non 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) quere estabelecer, terá que cambiar o ficheiro de configuración (se pode)
ou anular a opción na liña de ordes. ou anular a opción na liña de ordes.

View file

@ -91,6 +91,11 @@ at:
C:\Program Files\Tuxpaint 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 ⚙ 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 defaults (which can then be overridden by your personal config. file and/or
command-line arguments) by using the command-line option "--nosysconfig". command-line arguments) by using the command-line option "--nosysconfig".

View file

@ -25,7 +25,7 @@
</p> </p>
<p> <p>
7 de Abril de 2024 </p> 27 de Abril de 2024 </p>
</center> </center>
<hr size="2" <hr size="2"
@ -313,21 +313,21 @@
<dl> <dl>
<dt> <dt>
Windows Vista, Windows 8, Windows 10, Windows 11 <cite>Windows Vista, Windows 8, Windows 10, Windows 11</cite>
</dt> </dt>
<dd> <dd>
No cartafol «AppData» do usuario:<br> p. ex.: <code>C:\Users\<i>nome de usuario</i>\AppData\Roaming\TuxPaint\saved</code> </dd> No cartafol «AppData» do usuario:<br> p. ex.: <code>C:\Users\<i>nome de usuario</i>\AppData\Roaming\TuxPaint\saved</code> </dd>
<dt> <dt>
macOS <cite>macOS</cite>
</dt> </dt>
<dd> <dd>
No cartafol «Asistencia de aplicacións» do usuario::<br> e.g., <code>/Users/<i>nome de usuario</i>/Library/Applicaton Support/TuxPaint/saved/</code> </dd> No cartafol «Asistencia de aplicacións» do usuario::<br> e.g., <code>/Users/<i>nome de usuario</i>/Library/Applicaton Support/TuxPaint/saved/</code> </dd>
<dt> <dt>
Linux / Unix <cite>Linux / Unix</cite>
</dt> </dt>
<dd> <dd>
@ -692,13 +692,13 @@
<ul> <ul>
<li> <li>
<i>Windows</i> <cite>Windows</cite>
<p> <p>
En Windows, Tux Paint examina primeiro o ficheiro de configuración: </p> Under Windows, Tux Paint first examines the configuration file: </p>
<blockquote> <blockquote>
<p> <p>
<code>tuxpaint.cfg</code> <code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
</p> </p>
</blockquote> </blockquote>
@ -707,13 +707,31 @@
</li> </li>
<li> <li>
<i>macOS</i> <cite>macOS</cite>
<p> <p>
</p> Under macOS, it first examines the system-wide configuration file, located here: </p>
<blockquote>
<p>
<code>/Library/Application Support/TuxPaint/tuxpaint.cfg</code>
</p>
</blockquote>
<p>
A continuación, examina o ficheiro de configuración persoal do usuario: </p>
<blockquote>
<p>
<code>/Users/<i>Username</i>/Library/Application Support/TuxPaint/tuxpaint.cfg</code>
</p>
</blockquote>
<p>
Finalmente, úsanse as opcións enviadas como argumentos da liña de ordes. </p>
</li> </li>
<li> <li>
<i>Unix e Linux</i> <cite>Linux / Unix</cite>
<p> <p>
En Unix e Linux, primeiro examine o ficheiro de configuración de todo o sistema, que se atopa aquí: </p> En Unix e Linux, primeiro examine o ficheiro de configuración de todo o sistema, que se atopa aquí: </p>
@ -737,9 +755,18 @@
</li> </li>
<li> <li>
<i>Haiku</i> <cite>Haiku</cite>
<p> <p>
</p> Under Haiku, Tux Paint first examines the configuration file: </p>
<blockquote>
<p>
<code>/boot/home/config/settings/TuxPaint/tuxpaint.conf</code>
</p>
</blockquote>
<p>
Finalmente, úsanse as opcións enviadas como argumentos da liña de ordes. </p>
</li> </li>
</ul> </ul>

View file

@ -240,6 +240,16 @@
</section><!-- H3: System-Wide Configuration File --> </section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: Windows Users --> </section><!-- H2: Windows Users -->
<section class="indent"><!-- H2: Haiku Users -->
<header>
<h2>
Haiku Users </h2>
</header>
<p>
The file you should create is called "<code><b>tuxpaint.conf</b></code>" and it should be placed in <code>/boot/home/config/settings/TuxPaint</code> </p>
</section><!-- H2: Haiku Users -->
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</span> 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 "<code>--nosysconfig</code>". </p> <span title="Configuration option">&#9881;</span> 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 "<code>--nosysconfig</code>". </p>
</section><!-- H1: Configuration File --> </section><!-- H1: Configuration File -->

View file

@ -4,7 +4,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt. Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ 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: 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. Finally, any options sent as command-line arguments are used.
+ macOS + 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 Under Unix and Linux, it first examines the system-wide configuration
file, located here: file, located here:
@ -580,6 +591,12 @@ Tux Paint is using options I didn't specify!
+ 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.
This means that if anything is set in a configuration file that you don't 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 want set, you'll need to either change the config. file (if you can), or
override the option on the command-line. override the option on the command-line.

View file

@ -87,6 +87,11 @@ at:
C:\Program Files\Tuxpaint 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 ⚙ 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 defaults (which can then be overridden by your personal config. file and/or
command-line arguments) by using the command-line option "--nosysconfig". command-line arguments) by using the command-line option "--nosysconfig".

View file

@ -25,7 +25,7 @@
</p> </p>
<p> <p>
apríl 7, 2024 </p> apríl 27, 2024 </p>
</center> </center>
<hr size="2" <hr size="2"
@ -313,21 +313,21 @@
<dl> <dl>
<dt> <dt>
Windows Vista, Windows 8, Windows 10, Windows 11 <cite>Windows Vista, Windows 8, Windows 10, Windows 11</cite>
</dt> </dt>
<dd> <dd>
In the user's "AppData" folder:<br> e.g., <code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\saved</code> </dd> In the user's "AppData" folder:<br> e.g., <code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\saved</code> </dd>
<dt> <dt>
macOS <cite>macOS</cite>
</dt> </dt>
<dd> <dd>
In the user's "Application Support" folder:<br> e.g., <code>/Users/<i>Username</i>/Library/Applicaton Support/TuxPaint/saved/</code> </dd> In the user's "Application Support" folder:<br> e.g., <code>/Users/<i>Username</i>/Library/Applicaton Support/TuxPaint/saved/</code> </dd>
<dt> <dt>
Linux / Unix <cite>Linux / Unix</cite>
</dt> </dt>
<dd> <dd>
@ -692,13 +692,13 @@
<ul> <ul>
<li> <li>
<i>Windows</i> <cite>Windows</cite>
<p> <p>
Under Windows, Tux Paint first examines the configuration file: </p> Under Windows, Tux Paint first examines the configuration file: </p>
<blockquote> <blockquote>
<p> <p>
<code>tuxpaint.cfg</code> <code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
</p> </p>
</blockquote> </blockquote>
@ -707,13 +707,31 @@
</li> </li>
<li> <li>
<i>macOS</i> <cite>macOS</cite>
<p> <p>
</p> Under macOS, it first examines the system-wide configuration file, located here: </p>
<blockquote>
<p>
<code>/Library/Application Support/TuxPaint/tuxpaint.cfg</code>
</p>
</blockquote>
<p>
It then examines the user's personal configuration file: </p>
<blockquote>
<p>
<code>/Users/<i>Username</i>/Library/Application Support/TuxPaint/tuxpaint.cfg</code>
</p>
</blockquote>
<p>
Finally, any options sent as command-line arguments are used. </p>
</li> </li>
<li> <li>
<i>Unix and Linux</i> <cite>Linux / Unix</cite>
<p> <p>
Under Unix and Linux, it first examines the system-wide configuration file, located here: </p> Under Unix and Linux, it first examines the system-wide configuration file, located here: </p>
@ -737,9 +755,18 @@
</li> </li>
<li> <li>
<i>Haiku</i> <cite>Haiku</cite>
<p> <p>
</p> Under Haiku, Tux Paint first examines the configuration file: </p>
<blockquote>
<p>
<code>/boot/home/config/settings/TuxPaint/tuxpaint.conf</code>
</p>
</blockquote>
<p>
Finally, any options sent as command-line arguments are used. </p>
</li> </li>
</ul> </ul>

View file

@ -240,6 +240,16 @@
</section><!-- H3: System-Wide Configuration File --> </section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: Windows Users --> </section><!-- H2: Windows Users -->
<section class="indent"><!-- H2: Haiku Users -->
<header>
<h2>
Haiku Users </h2>
</header>
<p>
The file you should create is called "<code><b>tuxpaint.conf</b></code>" and it should be placed in <code>/boot/home/config/settings/TuxPaint</code> </p>
</section><!-- H2: Haiku Users -->
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</span> 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 "<code>--nosysconfig</code>". </p> <span title="Configuration option">&#9881;</span> 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 "<code>--nosysconfig</code>". </p>
</section><!-- H1: Configuration File --> </section><!-- H1: Configuration File -->

View file

@ -4,7 +4,7 @@
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照. Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/ 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: 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. Finally, any options sent as command-line arguments are used.
+ macOS + 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 Under Unix and Linux, it first examines the system-wide configuration
file, located here: file, located here:
@ -580,6 +591,12 @@ Tux Paint is using options I didn't specify!
+ 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.
This means that if anything is set in a configuration file that you don't 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 want set, you'll need to either change the config. file (if you can), or
override the option on the command-line. override the option on the command-line.

View file

@ -89,6 +89,11 @@ Roaming\TuxPaint\ 内に "tuxpaint.cfg" というファイル名で作成しま
C:\Program Files\Tuxpaint 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" 用いると、システム全体の設定ファイル ⚙ コマンドラインオプション "--nosysconfig" 用いると、システム全体の設定ファイル
は無視され、ユーザー毎の設定ファイルやコマンドラインオプションによる変更のみが は無視され、ユーザー毎の設定ファイルやコマンドラインオプションによる変更のみが
反映されます。 反映されます。

View file

@ -25,7 +25,7 @@
</p> </p>
<p> <p>
2024年4月 7日 </p> 2024年4月27日 </p>
</center> </center>
<hr size="2" <hr size="2"
@ -313,21 +313,21 @@
<dl> <dl>
<dt> <dt>
Windows Vista, Windows 8, Windows 10, Windows 11 <cite>Windows Vista, Windows 8, Windows 10, Windows 11</cite>
</dt> </dt>
<dd> <dd>
In the user's "AppData" folder:<br> e.g., <code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\saved</code> </dd> In the user's "AppData" folder:<br> e.g., <code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\saved</code> </dd>
<dt> <dt>
macOS <cite>macOS</cite>
</dt> </dt>
<dd> <dd>
In the user's "Application Support" folder:<br> e.g., <code>/Users/<i>Username</i>/Library/Applicaton Support/TuxPaint/saved/</code> </dd> In the user's "Application Support" folder:<br> e.g., <code>/Users/<i>Username</i>/Library/Applicaton Support/TuxPaint/saved/</code> </dd>
<dt> <dt>
Linux / Unix <cite>Linux / Unix</cite>
</dt> </dt>
<dd> <dd>
@ -692,13 +692,13 @@
<ul> <ul>
<li> <li>
<i>Windows</i> <cite>Windows</cite>
<p> <p>
Under Windows, Tux Paint first examines the configuration file: </p> Under Windows, Tux Paint first examines the configuration file: </p>
<blockquote> <blockquote>
<p> <p>
<code>tuxpaint.cfg</code> <code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
</p> </p>
</blockquote> </blockquote>
@ -707,13 +707,31 @@
</li> </li>
<li> <li>
<i>macOS</i> <cite>macOS</cite>
<p> <p>
</p> Under macOS, it first examines the system-wide configuration file, located here: </p>
<blockquote>
<p>
<code>/Library/Application Support/TuxPaint/tuxpaint.cfg</code>
</p>
</blockquote>
<p>
It then examines the user's personal configuration file: </p>
<blockquote>
<p>
<code>/Users/<i>Username</i>/Library/Application Support/TuxPaint/tuxpaint.cfg</code>
</p>
</blockquote>
<p>
Finally, any options sent as command-line arguments are used. </p>
</li> </li>
<li> <li>
<i>Unix and Linux</i> <cite>Linux / Unix</cite>
<p> <p>
Under Unix and Linux, it first examines the system-wide configuration file, located here: </p> Under Unix and Linux, it first examines the system-wide configuration file, located here: </p>
@ -737,9 +755,18 @@
</li> </li>
<li> <li>
<i>Haiku</i> <cite>Haiku</cite>
<p> <p>
</p> Under Haiku, Tux Paint first examines the configuration file: </p>
<blockquote>
<p>
<code>/boot/home/config/settings/TuxPaint/tuxpaint.conf</code>
</p>
</blockquote>
<p>
Finally, any options sent as command-line arguments are used. </p>
</li> </li>
</ul> </ul>

View file

@ -240,6 +240,16 @@
</section><!-- H3: System-Wide Configuration File --> </section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: Windows Users --> </section><!-- H2: Windows Users -->
<section class="indent"><!-- H2: Haiku Users -->
<header>
<h2>
Haiku Users </h2>
</header>
<p>
The file you should create is called "<code><b>tuxpaint.conf</b></code>" and it should be placed in <code>/boot/home/config/settings/TuxPaint</code> </p>
</section><!-- H2: Haiku Users -->
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</span> コマンドラインオプション "<code>--nosysconfig</code>" 用いると、システム全体の設定ファイルは無視され、ユーザー毎の設定ファイルやコマンドラインオプションによる変更のみが反映されます。 </p> <span title="Configuration option">&#9881;</span> コマンドラインオプション "<code>--nosysconfig</code>" 用いると、システム全体の設定ファイルは無視され、ユーザー毎の設定ファイルやコマンドラインオプションによる変更のみが反映されます。 </p>
</section><!-- H1: Configuration File --> </section><!-- H1: Configuration File -->

View file

@ -4,7 +4,7 @@
Të drejta kopjimi © 2002-2024 nga kontribues të ndryshëm; shihni AUTHORS.txt. Të drejta kopjimi © 2002-2024 nga kontribues të ndryshëm; shihni AUTHORS.txt.
https://tuxpaint.org/ 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: 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. Finally, any options sent as command-line arguments are used.
+ macOS + 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 Under Unix and Linux, it first examines the system-wide configuration
file, located here: file, located here:
@ -605,6 +616,12 @@ Tux Paint is using options I didn't specify!
+ 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.
This means that if anything is set in a configuration file that you don't 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 want set, you'll need to either change the config. file (if you can), or
override the option on the command-line. override the option on the command-line.

View file

@ -88,6 +88,11 @@ at:
C:\Program Files\Tuxpaint 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 ⚙ 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 defaults (which can then be overridden by your personal config. file and/or
command-line arguments) by using the command-line option "--nosysconfig". command-line arguments) by using the command-line option "--nosysconfig".

View file

@ -25,7 +25,7 @@
</p> </p>
<p> <p>
7 prill 2024 </p> 27 prill 2024 </p>
</center> </center>
<hr size="2" <hr size="2"
@ -313,21 +313,21 @@
<dl> <dl>
<dt> <dt>
Windows Vista, Windows 8, Windows 10, Windows 11 <cite>Windows Vista, Windows 8, Windows 10, Windows 11</cite>
</dt> </dt>
<dd> <dd>
Te dosja “AppData” e përdoruesit:<br> p.sh., <code>C:\Users\<i>Emërpërdoruesi</i>\AppData\Roaming\TuxPaint\saved</code> </dd> Te dosja “AppData” e përdoruesit:<br> p.sh., <code>C:\Users\<i>Emërpërdoruesi</i>\AppData\Roaming\TuxPaint\saved</code> </dd>
<dt> <dt>
macOS <cite>macOS</cite>
</dt> </dt>
<dd> <dd>
Te dosja “Application Support” e përdoruesit:<br> p.sh., <code>/Users/<i>Emërpërdoruesi</i>/Library/Applicaton Support/TuxPaint/saved/</code> </dd> Te dosja “Application Support” e përdoruesit:<br> p.sh., <code>/Users/<i>Emërpërdoruesi</i>/Library/Applicaton Support/TuxPaint/saved/</code> </dd>
<dt> <dt>
Linux / Unix <cite>Linux / Unix</cite>
</dt> </dt>
<dd> <dd>
@ -692,13 +692,13 @@
<ul> <ul>
<li> <li>
<i>Windows</i> <cite>Windows</cite>
<p> <p>
Under Windows, Tux Paint first examines the configuration file: </p> Under Windows, Tux Paint first examines the configuration file: </p>
<blockquote> <blockquote>
<p> <p>
<code>tuxpaint.cfg</code> <code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
</p> </p>
</blockquote> </blockquote>
@ -707,13 +707,31 @@
</li> </li>
<li> <li>
<i>macOS</i> <cite>macOS</cite>
<p> <p>
</p> Under macOS, it first examines the system-wide configuration file, located here: </p>
<blockquote>
<p>
<code>/Library/Application Support/TuxPaint/tuxpaint.cfg</code>
</p>
</blockquote>
<p>
Mandej ekzaminon kartelën e formësimit personal të përdoruesit: </p>
<blockquote>
<p>
<code>/Users/<i>Username</i>/Library/Application Support/TuxPaint/tuxpaint.cfg</code>
</p>
</blockquote>
<p>
Finally, any options sent as command-line arguments are used. </p>
</li> </li>
<li> <li>
<i>Unix dhe Linux</i> <cite>Linux / Unix</cite>
<p> <p>
Under Unix and Linux, it first examines the system-wide configuration file, located here: </p> Under Unix and Linux, it first examines the system-wide configuration file, located here: </p>
@ -737,9 +755,18 @@
</li> </li>
<li> <li>
<i>Haiku</i> <cite>Haiku</cite>
<p> <p>
</p> Under Haiku, Tux Paint first examines the configuration file: </p>
<blockquote>
<p>
<code>/boot/home/config/settings/TuxPaint/tuxpaint.conf</code>
</p>
</blockquote>
<p>
Finally, any options sent as command-line arguments are used. </p>
</li> </li>
</ul> </ul>

View file

@ -240,6 +240,16 @@
</section><!-- H3: System-Wide Configuration File --> </section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: Windows Users --> </section><!-- H2: Windows Users -->
<section class="indent"><!-- H2: Haiku Users -->
<header>
<h2>
Haiku Users </h2>
</header>
<p>
The file you should create is called "<code><b>tuxpaint.conf</b></code>" and it should be placed in <code>/boot/home/config/settings/TuxPaint</code> </p>
</section><!-- H2: Haiku Users -->
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</span> 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 "<code>--nosysconfig</code>". </p> <span title="Configuration option">&#9881;</span> 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 "<code>--nosysconfig</code>". </p>
</section><!-- H1: Configuration File --> </section><!-- H1: Configuration File -->