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 @@
|
|||
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.
|
||||
|
|
|
|||
|
|
@ -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".
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
April 7, 2024 </p>
|
||||
April 27, 2024 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -313,21 +313,21 @@
|
|||
|
||||
<dl>
|
||||
<dt>
|
||||
Windows Vista, Windows 8, Windows 10, Windows 11
|
||||
<cite>Windows Vista, Windows 8, Windows 10, Windows 11</cite>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
In the user's "AppData" folder:<br> e.g., <code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\saved</code> </dd>
|
||||
|
||||
<dt>
|
||||
macOS
|
||||
<cite>macOS</cite>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
In the user's "Application Support" folder:<br> e.g., <code>/Users/<i>Username</i>/Library/Applicaton Support/TuxPaint/saved/</code> </dd>
|
||||
|
||||
<dt>
|
||||
Linux / Unix
|
||||
<cite>Linux / Unix</cite>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
|
@ -692,13 +692,13 @@
|
|||
<ul>
|
||||
|
||||
<li>
|
||||
<i>Windows</i>
|
||||
<cite>Windows</cite>
|
||||
<p>
|
||||
Under Windows, Tux Paint first examines the configuration file: </p>
|
||||
|
||||
<blockquote>
|
||||
<p>
|
||||
<code>tuxpaint.cfg</code>
|
||||
<code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
|
|
@ -707,13 +707,31 @@
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<i>macOS</i>
|
||||
<cite>macOS</cite>
|
||||
<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>
|
||||
<i>Unix and Linux</i>
|
||||
<cite>Linux / Unix</cite>
|
||||
<p>
|
||||
Under Unix and Linux, it first examines the system-wide configuration file, located here: </p>
|
||||
|
||||
|
|
@ -737,9 +755,18 @@
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<i>Haiku</i>
|
||||
<cite>Haiku</cite>
|
||||
<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>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
|
|
@ -240,6 +240,16 @@
|
|||
</section><!-- H3: System-Wide Configuration File -->
|
||||
</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">
|
||||
<span title="Configuration option">⚙</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 -->
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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".
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
abril 7, 2024 </p>
|
||||
abril 27, 2024 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -313,21 +313,21 @@
|
|||
|
||||
<dl>
|
||||
<dt>
|
||||
Windows Vista, Windows 8, Windows 10, Windows 11
|
||||
<cite>Windows Vista, Windows 8, Windows 10, Windows 11</cite>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
In the user's "AppData" folder:<br> e.g., <code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\saved</code> </dd>
|
||||
|
||||
<dt>
|
||||
macOS
|
||||
<cite>macOS</cite>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
In the user's "Application Support" folder:<br> e.g., <code>/Users/<i>Username</i>/Library/Applicaton Support/TuxPaint/saved/</code> </dd>
|
||||
|
||||
<dt>
|
||||
Linux / Unix
|
||||
<cite>Linux / Unix</cite>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
|
@ -692,13 +692,13 @@
|
|||
<ul>
|
||||
|
||||
<li>
|
||||
<i>Windows</i>
|
||||
<cite>Windows</cite>
|
||||
<p>
|
||||
Under Windows, Tux Paint first examines the configuration file: </p>
|
||||
|
||||
<blockquote>
|
||||
<p>
|
||||
<code>tuxpaint.cfg</code>
|
||||
<code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
|
|
@ -707,13 +707,31 @@
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<i>macOS</i>
|
||||
<cite>macOS</cite>
|
||||
<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>
|
||||
<i>Unix and Linux</i>
|
||||
<cite>Linux / Unix</cite>
|
||||
<p>
|
||||
Under Unix and Linux, it first examines the system-wide configuration file, located here: </p>
|
||||
|
||||
|
|
@ -737,9 +755,18 @@
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<i>Haiku</i>
|
||||
<cite>Haiku</cite>
|
||||
<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>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
|
|
@ -240,6 +240,16 @@
|
|||
</section><!-- H3: System-Wide Configuration File -->
|
||||
</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">
|
||||
<span title="Configuration option">⚙</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 -->
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
avril 7, 2024 </p>
|
||||
avril 27, 2024 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -313,21 +313,21 @@
|
|||
|
||||
<dl>
|
||||
<dt>
|
||||
Windows Vista, Windows 8, Windows 10, Windows 11
|
||||
<cite>Windows Vista, Windows 8, Windows 10, Windows 11</cite>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Dans le dossier "AppData" de l'utilisateur :<br> par ex.., <code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\saved</code> </dd>
|
||||
|
||||
<dt>
|
||||
macOS
|
||||
<cite>macOS</cite>
|
||||
</dt>
|
||||
|
||||
<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>
|
||||
Linux / Unix
|
||||
<cite>Linux / Unix</cite>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
|
@ -693,13 +693,13 @@ cible "nosound". (c'est-à-dire, ne lancez pas "<code>make nosound</code>") Assu
|
|||
<ul>
|
||||
|
||||
<li>
|
||||
<i>Windows</i>
|
||||
<cite>Windows</cite>
|
||||
<p>
|
||||
Sous Windows, Tux Paint examine d'abord le fichier de configuration : </p>
|
||||
Under Windows, Tux Paint first examines the configuration file: </p>
|
||||
|
||||
<blockquote>
|
||||
<p>
|
||||
<code>tuxpaint.cfg</code>
|
||||
<code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
|
|
@ -708,13 +708,31 @@ cible "nosound". (c'est-à-dire, ne lancez pas "<code>make nosound</code>") Assu
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<i>macOS</i>
|
||||
<cite>macOS</cite>
|
||||
<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>
|
||||
<i>Unix et Linux</i>
|
||||
<cite>Linux / Unix</cite>
|
||||
<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>
|
||||
<i>Haiku</i>
|
||||
<cite>Haiku</cite>
|
||||
<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>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
|
|
@ -240,6 +240,16 @@
|
|||
</section><!-- H3: System-Wide Configuration File -->
|
||||
</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">
|
||||
<span title="Configuration option">⚙</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 -->
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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".
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
7 de Abril de 2024 </p>
|
||||
27 de Abril de 2024 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -313,21 +313,21 @@
|
|||
|
||||
<dl>
|
||||
<dt>
|
||||
Windows Vista, Windows 8, Windows 10, Windows 11
|
||||
<cite>Windows Vista, Windows 8, Windows 10, Windows 11</cite>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
No cartafol «AppData» do usuario:<br> p. ex.: <code>C:\Users\<i>nome de usuario</i>\AppData\Roaming\TuxPaint\saved</code> </dd>
|
||||
|
||||
<dt>
|
||||
macOS
|
||||
<cite>macOS</cite>
|
||||
</dt>
|
||||
|
||||
<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>
|
||||
Linux / Unix
|
||||
<cite>Linux / Unix</cite>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
|
@ -692,13 +692,13 @@
|
|||
<ul>
|
||||
|
||||
<li>
|
||||
<i>Windows</i>
|
||||
<cite>Windows</cite>
|
||||
<p>
|
||||
En Windows, Tux Paint examina primeiro o ficheiro de configuración: </p>
|
||||
Under Windows, Tux Paint first examines the configuration file: </p>
|
||||
|
||||
<blockquote>
|
||||
<p>
|
||||
<code>tuxpaint.cfg</code>
|
||||
<code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
|
|
@ -707,13 +707,31 @@
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<i>macOS</i>
|
||||
<cite>macOS</cite>
|
||||
<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>
|
||||
<i>Unix e Linux</i>
|
||||
<cite>Linux / Unix</cite>
|
||||
<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>
|
||||
<i>Haiku</i>
|
||||
<cite>Haiku</cite>
|
||||
<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>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
|
|
@ -240,6 +240,16 @@
|
|||
</section><!-- H3: System-Wide Configuration File -->
|
||||
</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">
|
||||
<span title="Configuration option">⚙</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 -->
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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".
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
apríl 7, 2024 </p>
|
||||
apríl 27, 2024 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -313,21 +313,21 @@
|
|||
|
||||
<dl>
|
||||
<dt>
|
||||
Windows Vista, Windows 8, Windows 10, Windows 11
|
||||
<cite>Windows Vista, Windows 8, Windows 10, Windows 11</cite>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
In the user's "AppData" folder:<br> e.g., <code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\saved</code> </dd>
|
||||
|
||||
<dt>
|
||||
macOS
|
||||
<cite>macOS</cite>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
In the user's "Application Support" folder:<br> e.g., <code>/Users/<i>Username</i>/Library/Applicaton Support/TuxPaint/saved/</code> </dd>
|
||||
|
||||
<dt>
|
||||
Linux / Unix
|
||||
<cite>Linux / Unix</cite>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
|
@ -692,13 +692,13 @@
|
|||
<ul>
|
||||
|
||||
<li>
|
||||
<i>Windows</i>
|
||||
<cite>Windows</cite>
|
||||
<p>
|
||||
Under Windows, Tux Paint first examines the configuration file: </p>
|
||||
|
||||
<blockquote>
|
||||
<p>
|
||||
<code>tuxpaint.cfg</code>
|
||||
<code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
|
|
@ -707,13 +707,31 @@
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<i>macOS</i>
|
||||
<cite>macOS</cite>
|
||||
<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>
|
||||
<i>Unix and Linux</i>
|
||||
<cite>Linux / Unix</cite>
|
||||
<p>
|
||||
Under Unix and Linux, it first examines the system-wide configuration file, located here: </p>
|
||||
|
||||
|
|
@ -737,9 +755,18 @@
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<i>Haiku</i>
|
||||
<cite>Haiku</cite>
|
||||
<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>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
|
|
@ -240,6 +240,16 @@
|
|||
</section><!-- H3: System-Wide Configuration File -->
|
||||
</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">
|
||||
<span title="Configuration option">⚙</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 -->
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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" 用いると、システム全体の設定ファイル
|
||||
は無視され、ユーザー毎の設定ファイルやコマンドラインオプションによる変更のみが
|
||||
反映されます。
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
2024年4月 7日 </p>
|
||||
2024年4月27日 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -313,21 +313,21 @@
|
|||
|
||||
<dl>
|
||||
<dt>
|
||||
Windows Vista, Windows 8, Windows 10, Windows 11
|
||||
<cite>Windows Vista, Windows 8, Windows 10, Windows 11</cite>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
In the user's "AppData" folder:<br> e.g., <code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\saved</code> </dd>
|
||||
|
||||
<dt>
|
||||
macOS
|
||||
<cite>macOS</cite>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
In the user's "Application Support" folder:<br> e.g., <code>/Users/<i>Username</i>/Library/Applicaton Support/TuxPaint/saved/</code> </dd>
|
||||
|
||||
<dt>
|
||||
Linux / Unix
|
||||
<cite>Linux / Unix</cite>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
|
@ -692,13 +692,13 @@
|
|||
<ul>
|
||||
|
||||
<li>
|
||||
<i>Windows</i>
|
||||
<cite>Windows</cite>
|
||||
<p>
|
||||
Under Windows, Tux Paint first examines the configuration file: </p>
|
||||
|
||||
<blockquote>
|
||||
<p>
|
||||
<code>tuxpaint.cfg</code>
|
||||
<code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
|
|
@ -707,13 +707,31 @@
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<i>macOS</i>
|
||||
<cite>macOS</cite>
|
||||
<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>
|
||||
<i>Unix and Linux</i>
|
||||
<cite>Linux / Unix</cite>
|
||||
<p>
|
||||
Under Unix and Linux, it first examines the system-wide configuration file, located here: </p>
|
||||
|
||||
|
|
@ -737,9 +755,18 @@
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<i>Haiku</i>
|
||||
<cite>Haiku</cite>
|
||||
<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>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
|
|
@ -240,6 +240,16 @@
|
|||
</section><!-- H3: System-Wide Configuration File -->
|
||||
</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">
|
||||
<span title="Configuration option">⚙</span> コマンドラインオプション "<code>--nosysconfig</code>" 用いると、システム全体の設定ファイルは無視され、ユーザー毎の設定ファイルやコマンドラインオプションによる変更のみが反映されます。 </p>
|
||||
</section><!-- H1: Configuration File -->
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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".
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
7 prill 2024 </p>
|
||||
27 prill 2024 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -313,21 +313,21 @@
|
|||
|
||||
<dl>
|
||||
<dt>
|
||||
Windows Vista, Windows 8, Windows 10, Windows 11
|
||||
<cite>Windows Vista, Windows 8, Windows 10, Windows 11</cite>
|
||||
</dt>
|
||||
|
||||
<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>
|
||||
macOS
|
||||
<cite>macOS</cite>
|
||||
</dt>
|
||||
|
||||
<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>
|
||||
Linux / Unix
|
||||
<cite>Linux / Unix</cite>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
|
@ -692,13 +692,13 @@
|
|||
<ul>
|
||||
|
||||
<li>
|
||||
<i>Windows</i>
|
||||
<cite>Windows</cite>
|
||||
<p>
|
||||
Under Windows, Tux Paint first examines the configuration file: </p>
|
||||
|
||||
<blockquote>
|
||||
<p>
|
||||
<code>tuxpaint.cfg</code>
|
||||
<code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
|
|
@ -707,13 +707,31 @@
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<i>macOS</i>
|
||||
<cite>macOS</cite>
|
||||
<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>
|
||||
<i>Unix dhe Linux</i>
|
||||
<cite>Linux / Unix</cite>
|
||||
<p>
|
||||
Under Unix and Linux, it first examines the system-wide configuration file, located here: </p>
|
||||
|
||||
|
|
@ -737,9 +755,18 @@
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<i>Haiku</i>
|
||||
<cite>Haiku</cite>
|
||||
<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>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
|
|
@ -240,6 +240,16 @@
|
|||
</section><!-- H3: System-Wide Configuration File -->
|
||||
</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">
|
||||
<span title="Configuration option">⚙</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 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue