Sync docs after OPTIONS update re: cfg files

This commit is contained in:
Bill Kendrick 2023-02-19 03:26:13 -08:00
parent e67390cac1
commit 337eccbee8
10 changed files with 259 additions and 151 deletions

View file

@ -6,7 +6,7 @@ Options Documentation
Copyright © 2002-2023 by various contributors; see AUTHORS.txt. Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
January 2, 2023 February 19, 2023
+---------------------------------------------+ +---------------------------------------------+
|Table of Contents | |Table of Contents |
@ -54,16 +54,11 @@ Linux and Unix Users
System-Wide Configuration File System-Wide Configuration File
Before this file is read, a system-wide configuration file is read. (By Before this file is read, a system-wide configuration file is read. (By
default, this configuration has no settings enabled.) It is located at: default, this configuration has no settings enabled.) It is normally
located at:
/etc/tuxpaint/tuxpaint.conf /etc/tuxpaint/tuxpaint.conf
You can disable reading of this file altogether, leaving the settings as
defaults (which can then be overridden by your ".tuxpaintrc" file and/or
command-line arguments) by using the command-line option:
--nosysconfig
macOS Users macOS Users
The file you should create is called "tuxpaint.cfg" and it should be The file you should create is called "tuxpaint.cfg" and it should be
@ -73,18 +68,33 @@ macOS Users
System-Wide Configuration File System-Wide Configuration File
Before this file is read, a system-wide configuration file is read. (By Before this file is read, a system-wide configuration file is read. (By
default, this configuration has no settings enabled.) It is located at: default, this configuration has no settings enabled.) It is normally
located at:
/Library/Application Support/TuxPaint/tuxpaint.cfg /Library/Application Support/TuxPaint/tuxpaint.cfg
Windows Users Windows Users
The file you should create is called "tuxpaint.cfg" and it should be The file you should create is called "tuxpaint.cfg" and it should be
placed in Tux Paint's folder. placed in in your personal AppData folder:
C:\Users\username\AppData\Roaming\TuxPaint\
You can use NotePad or WordPad to create this file. Be sure to save it as You can use NotePad or WordPad to create this file. Be sure to save it as
Plain Text, and make sure the filename doesn't have ".txt" at the end... Plain Text, and make sure the filename doesn't have ".txt" at the end...
System-Wide Configuration File
Before this file is read, a system-wide configuration file is read. (By
default, this configuration has no settings enabled.) It is normally
located at:
C:\Program Files\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".
Available Options Available Options
The following settings can be set in the configuration file. (Command-line The following settings can be set in the configuration file. (Command-line

View file

@ -102,7 +102,7 @@
</p> </p>
<p> <p>
January 2, 2023 </p> February 19, 2023 </p>
</center> </center>
</header> </header>
@ -179,22 +179,15 @@
</header> </header>
<p> <p>
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is located at: </p> Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at: </p>
<blockquote> <blockquote>
<code>/etc/tuxpaint/tuxpaint.conf</code> <code>/etc/tuxpaint/tuxpaint.conf</code>
</blockquote> </blockquote>
<p>
You can disable reading of this file altogether, leaving the settings as defaults (which can then be overridden by your "<code>.tuxpaintrc</code>" file and/or command-line arguments) by using the command-line option: </p>
<blockquote>
<code>--nosysconfig</code>
</blockquote>
</section><!-- H3: System-Wide Configuration File --> </section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: Linux and Unix Users --> </section><!-- H2: Linux and Unix Users -->
<section><!-- H2: macOS Users --> <section class="indent"><!-- H2: macOS Users -->
<header> <header>
<h2> <h2>
macOS Users </h2> macOS Users </h2>
@ -210,7 +203,7 @@
</header> </header>
<p> <p>
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is located at: </p> Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at: </p>
<blockquote> <blockquote>
<code>/Library/Application Support/TuxPaint/tuxpaint.cfg</code> <code>/Library/Application Support/TuxPaint/tuxpaint.cfg</code>
@ -218,19 +211,38 @@
</section><!-- H3: System-Wide Configuration File --> </section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: macOS Users --> </section><!-- H2: macOS Users -->
<section><!-- H2: Windows Users --> <section class="indent"><!-- H2: Windows Users -->
<header> <header>
<h2> <h2>
Windows Users </h2> Windows Users </h2>
</header> </header>
<p> <p>
The file you should create is called "<code><b>tuxpaint.cfg</b></code>" and it should be placed in Tux Paint's folder. </p> The file you should create is called "<code><b>tuxpaint.cfg</b></code>" and it should be placed in in your personal AppData folder: <code>C:\Users\username\AppData\Roaming\TuxPaint\</code> </p>
<p> <p>
You can use NotePad or WordPad to create this file. Be sure to save it as Plain Text, and make sure the filename doesn't have ".txt" at the end... </p> You can use NotePad or WordPad to create this file. Be sure to save it as Plain Text, and make sure the filename doesn't have ".txt" at the end... </p>
</section><!-- H2: macOS Users -->
</section> <section class="indent"><!-- H3: System-Wide Configuration File -->
<header>
<h3>
System-Wide Configuration File </h3>
</header>
<p>
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at: </p>
<blockquote>
<code>C:\Program Files\Tuxpaint</code>
</blockquote>
</p>
</section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: Windows Users -->
<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>
</section><!-- H1: Configuration File -->
<section class="outer"><!-- H1: Available Options --> <section class="outer"><!-- H1: Available Options -->
<div class="keeptogether"> <div class="keeptogether">
@ -2256,7 +2268,7 @@
</section> </section>
</section><!-- H1: Available Options --> </section><!-- H1: Available Options -->
<section><!-- H1: Overriding System Config. Options --> <section class="outer"><!-- H1: Overriding System Config. Options -->
<header> <header>
<h1 id="overriding"> <h1 id="overriding">
Overriding System Config. Options </h1> Overriding System Config. Options </h1>
@ -2286,7 +2298,7 @@
</blockquote> </blockquote>
</section><!-- H1: Overriding System Config. Options --> </section><!-- H1: Overriding System Config. Options -->
<section><!-- H1: Command-Line Options --> <section class="outer"><!-- H1: Command-Line Options -->
<header> <header>
<h1 id="command_line"> <h1 id="command_line">
Command-Line Options </h1> Command-Line Options </h1>
@ -2509,7 +2521,7 @@
</section><!-- H2: Command-Line Informational Options --> </section><!-- H2: Command-Line Informational Options -->
</section><!-- H1: Command-Line Options --> </section><!-- H1: Command-Line Options -->
<section><!-- H1: Choosing a Different Language --> <section class="outer"><!-- H1: Choosing a Different Language -->
<header> <header>
<h1 id="different_language"> <h1 id="different_language">
Choosing a Different Language </h1> Choosing a Different Language </h1>

View file

@ -6,7 +6,7 @@ Options Documentation
Copyright © 2002-2023 by various contributors; see AUTHORS.txt. Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
enero 2, 2023 febrero 19, 2023
+---------------------------------------------+ +---------------------------------------------+
|Table of Contents | |Table of Contents |
@ -54,16 +54,11 @@ Linux and Unix Users
System-Wide Configuration File System-Wide Configuration File
Before this file is read, a system-wide configuration file is read. (By Before this file is read, a system-wide configuration file is read. (By
default, this configuration has no settings enabled.) It is located at: default, this configuration has no settings enabled.) It is normally
located at:
/etc/tuxpaint/tuxpaint.conf /etc/tuxpaint/tuxpaint.conf
You can disable reading of this file altogether, leaving the settings as
defaults (which can then be overridden by your ".tuxpaintrc" file and/or
command-line arguments) by using the command-line option:
--nosysconfig
macOS Users macOS Users
The file you should create is called "tuxpaint.cfg" and it should be The file you should create is called "tuxpaint.cfg" and it should be
@ -73,18 +68,33 @@ macOS Users
System-Wide Configuration File System-Wide Configuration File
Before this file is read, a system-wide configuration file is read. (By Before this file is read, a system-wide configuration file is read. (By
default, this configuration has no settings enabled.) It is located at: default, this configuration has no settings enabled.) It is normally
located at:
/Library/Application Support/TuxPaint/tuxpaint.cfg /Library/Application Support/TuxPaint/tuxpaint.cfg
Windows Users Windows Users
The file you should create is called "tuxpaint.cfg" and it should be The file you should create is called "tuxpaint.cfg" and it should be
placed in Tux Paint's folder. placed in in your personal AppData folder:
C:\Users\username\AppData\Roaming\TuxPaint\
You can use NotePad or WordPad to create this file. Be sure to save it as You can use NotePad or WordPad to create this file. Be sure to save it as
Plain Text, and make sure the filename doesn't have ".txt" at the end... Plain Text, and make sure the filename doesn't have ".txt" at the end...
System-Wide Configuration File
Before this file is read, a system-wide configuration file is read. (By
default, this configuration has no settings enabled.) It is normally
located at:
C:\Program Files\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".
Available Options Available Options
The following settings can be set in the configuration file. (Command-line The following settings can be set in the configuration file. (Command-line

View file

@ -102,7 +102,7 @@
</p> </p>
<p> <p>
enero 2, 2023 </p> febrero 19, 2023 </p>
</center> </center>
</header> </header>
@ -179,22 +179,15 @@
</header> </header>
<p> <p>
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is located at: </p> Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at: </p>
<blockquote> <blockquote>
<code>/etc/tuxpaint/tuxpaint.conf</code> <code>/etc/tuxpaint/tuxpaint.conf</code>
</blockquote> </blockquote>
<p>
You can disable reading of this file altogether, leaving the settings as defaults (which can then be overridden by your "<code>.tuxpaintrc</code>" file and/or command-line arguments) by using the command-line option: </p>
<blockquote>
<code>--nosysconfig</code>
</blockquote>
</section><!-- H3: System-Wide Configuration File --> </section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: Linux and Unix Users --> </section><!-- H2: Linux and Unix Users -->
<section><!-- H2: macOS Users --> <section class="indent"><!-- H2: macOS Users -->
<header> <header>
<h2> <h2>
macOS Users </h2> macOS Users </h2>
@ -210,7 +203,7 @@
</header> </header>
<p> <p>
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is located at: </p> Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at: </p>
<blockquote> <blockquote>
<code>/Library/Application Support/TuxPaint/tuxpaint.cfg</code> <code>/Library/Application Support/TuxPaint/tuxpaint.cfg</code>
@ -218,19 +211,38 @@
</section><!-- H3: System-Wide Configuration File --> </section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: macOS Users --> </section><!-- H2: macOS Users -->
<section><!-- H2: Windows Users --> <section class="indent"><!-- H2: Windows Users -->
<header> <header>
<h2> <h2>
Windows Users </h2> Windows Users </h2>
</header> </header>
<p> <p>
The file you should create is called "<code><b>tuxpaint.cfg</b></code>" and it should be placed in Tux Paint's folder. </p> The file you should create is called "<code><b>tuxpaint.cfg</b></code>" and it should be placed in in your personal AppData folder: <code>C:\Users\username\AppData\Roaming\TuxPaint\</code> </p>
<p> <p>
You can use NotePad or WordPad to create this file. Be sure to save it as Plain Text, and make sure the filename doesn't have ".txt" at the end... </p> You can use NotePad or WordPad to create this file. Be sure to save it as Plain Text, and make sure the filename doesn't have ".txt" at the end... </p>
</section><!-- H2: macOS Users -->
</section> <section class="indent"><!-- H3: System-Wide Configuration File -->
<header>
<h3>
System-Wide Configuration File </h3>
</header>
<p>
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at: </p>
<blockquote>
<code>C:\Program Files\Tuxpaint</code>
</blockquote>
</p>
</section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: Windows Users -->
<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>
</section><!-- H1: Configuration File -->
<section class="outer"><!-- H1: Available Options --> <section class="outer"><!-- H1: Available Options -->
<div class="keeptogether"> <div class="keeptogether">
@ -2256,7 +2268,7 @@
</section> </section>
</section><!-- H1: Available Options --> </section><!-- H1: Available Options -->
<section><!-- H1: Overriding System Config. Options --> <section class="outer"><!-- H1: Overriding System Config. Options -->
<header> <header>
<h1 id="overriding"> <h1 id="overriding">
Overriding System Config. Options </h1> Overriding System Config. Options </h1>
@ -2286,7 +2298,7 @@
</blockquote> </blockquote>
</section><!-- H1: Overriding System Config. Options --> </section><!-- H1: Overriding System Config. Options -->
<section><!-- H1: Command-Line Options --> <section class="outer"><!-- H1: Command-Line Options -->
<header> <header>
<h1 id="command_line"> <h1 id="command_line">
Command-Line Options </h1> Command-Line Options </h1>
@ -2509,7 +2521,7 @@
</section><!-- H2: Command-Line Informational Options --> </section><!-- H2: Command-Line Informational Options -->
</section><!-- H1: Command-Line Options --> </section><!-- H1: Command-Line Options -->
<section><!-- H1: Choosing a Different Language --> <section class="outer"><!-- H1: Choosing a Different Language -->
<header> <header>
<h1 id="different_language"> <h1 id="different_language">
Choosing a Different Language </h1> Choosing a Different Language </h1>

View file

@ -6,7 +6,7 @@ Documentation sur les options
Copyright © 2002-2023 by divers contributeurs; see AUTHORS.txt. Copyright © 2002-2023 by divers contributeurs; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
janvier 2, 2023 février 19, 2023
+---------------------------------------------------------------------+ +---------------------------------------------------------------------+
|Table des matières | |Table des matières |
@ -55,19 +55,12 @@ Utilisateurs de Linux et Unix
Fichier de configuration pour l'ensemble du système Fichier de configuration pour l'ensemble du système
Avant la lecture de ce fichier, un fichier de configuration à l'échelle du Before this file is read, a system-wide configuration file is read. (By
système est lu. (Par défaut, cette configuration n'a pas de paramètres default, this configuration has no settings enabled.) It is normally
activés.) Il se trouve ici : located at:
/etc/tuxpaint/tuxpaint.conf /etc/tuxpaint/tuxpaint.conf
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 ".tuxpaintrc" et / ou vos arguments de ligne de commande) en
utilisant l'option de ligne de commande :
--nosysconfig
Utilisateurs de macOS Utilisateurs de macOS
Le fichier que vous devez créer s'appelle "tuxpaint.cfg" et il doit être Le fichier que vous devez créer s'appelle "tuxpaint.cfg" et il doit être
@ -76,21 +69,35 @@ Utilisateurs de macOS
Fichier de configuration pour l'ensemble du système Fichier de configuration pour l'ensemble du système
Avant la lecture de ce fichier, un fichier de configuration à l'échelle du Before this file is read, a system-wide configuration file is read. (By
système est lu. (Par défaut, cette configuration n'a pas de paramètres default, this configuration has no settings enabled.) It is normally
activés.) Il se trouve ici : located at:
/Library/Application Support/TuxPaint/tuxpaint.cfg /Library/Application Support/TuxPaint/tuxpaint.cfg
Utilisateurs de Windows Utilisateurs de Windows
Le fichier que vous devez créer s'appelle "tuxpaint.cfg" et il doit être The file you should create is called "tuxpaint.cfg" and it should be
placé dans dans le dossier de Tux Paint. placed in in your personal AppData folder: C:\Users\nom
d'utilisateur\AppData\Roaming\TuxPaint\
Vous pouvez utiliser NotePad ou WordPad pour créer ce fichier. Vous pouvez utiliser NotePad ou WordPad pour créer ce fichier.
Assurez-vous de l'enregistrer en tant que texte brut et assurez-vous que Assurez-vous de l'enregistrer en tant que texte brut et assurez-vous que
le nom de fichier ne contient pas ".txt" à la fin ... le nom de fichier ne contient pas ".txt" à la fin ...
Fichier de configuration pour l'ensemble du système
Before this file is read, a system-wide configuration file is read. (By
default, this configuration has no settings enabled.) It is normally
located at:
C:\Program Files\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".
Options disponibles Options disponibles
Les paramètres suivants peuvent être définis dans le fichier de Les paramètres suivants peuvent être définis dans le fichier de

View file

@ -102,7 +102,7 @@
</p> </p>
<p> <p>
janvier 2, 2023 </p> février 19, 2023 </p>
</center> </center>
</header> </header>
@ -179,22 +179,15 @@
</header> </header>
<p> <p>
Avant la lecture de ce fichier, un fichier de configuration à l'échelle du système est lu. (Par défaut, cette configuration n'a pas de paramètres activés.) Il se trouve ici : </p> Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at: </p>
<blockquote> <blockquote>
<code>/etc/tuxpaint/tuxpaint.conf</code> <code>/etc/tuxpaint/tuxpaint.conf</code>
</blockquote> </blockquote>
<p>
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 "<code>.tuxpaintrc</code>" et / ou vos arguments de ligne de commande) en utilisant l'option de ligne de commande : </p>
<blockquote>
<code>--nosysconfig</code>
</blockquote>
</section><!-- H3: System-Wide Configuration File --> </section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: Linux and Unix Users --> </section><!-- H2: Linux and Unix Users -->
<section><!-- H2: macOS Users --> <section class="indent"><!-- H2: macOS Users -->
<header> <header>
<h2> <h2>
Utilisateurs de macOS </h2> Utilisateurs de macOS </h2>
@ -210,7 +203,7 @@
</header> </header>
<p> <p>
Avant la lecture de ce fichier, un fichier de configuration à l'échelle du système est lu. (Par défaut, cette configuration n'a pas de paramètres activés.) Il se trouve ici : </p> Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at: </p>
<blockquote> <blockquote>
<code>/Library/Application Support/TuxPaint/tuxpaint.cfg</code> <code>/Library/Application Support/TuxPaint/tuxpaint.cfg</code>
@ -218,19 +211,38 @@
</section><!-- H3: System-Wide Configuration File --> </section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: macOS Users --> </section><!-- H2: macOS Users -->
<section><!-- H2: Windows Users --> <section class="indent"><!-- H2: Windows Users -->
<header> <header>
<h2> <h2>
Utilisateurs de Windows </h2> Utilisateurs de Windows </h2>
</header> </header>
<p> <p>
Le fichier que vous devez créer s'appelle "<code><b>tuxpaint.cfg</b></code>" et il doit être placé dans dans le dossier de Tux Paint. </p> The file you should create is called "<code><b>tuxpaint.cfg</b></code>" and it should be placed in in your personal AppData folder: <code>C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\</code> </p>
<p> <p>
Vous pouvez utiliser NotePad ou WordPad pour créer ce fichier. Assurez-vous de l'enregistrer en tant que texte brut et assurez-vous que le nom de fichier ne contient pas ".txt" à la fin ... </p> Vous pouvez utiliser NotePad ou WordPad pour créer ce fichier. Assurez-vous de l'enregistrer en tant que texte brut et assurez-vous que le nom de fichier ne contient pas ".txt" à la fin ... </p>
</section><!-- H2: macOS Users -->
</section> <section class="indent"><!-- H3: System-Wide Configuration File -->
<header>
<h3>
Fichier de configuration pour l'ensemble du système </h3>
</header>
<p>
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at: </p>
<blockquote>
<code>C:\Program Files\Tuxpaint</code>
</blockquote>
</p>
</section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: Windows Users -->
<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>
</section><!-- H1: Configuration File -->
<section class="outer"><!-- H1: Available Options --> <section class="outer"><!-- H1: Available Options -->
<div class="keeptogether"> <div class="keeptogether">
@ -2256,7 +2268,7 @@
</section> </section>
</section><!-- H1: Available Options --> </section><!-- H1: Available Options -->
<section><!-- H1: Overriding System Config. Options --> <section class="outer"><!-- H1: Overriding System Config. Options -->
<header> <header>
<h1 id="overriding"> <h1 id="overriding">
Écraser des options de System Config </h1> Écraser des options de System Config </h1>
@ -2286,7 +2298,7 @@
</blockquote> </blockquote>
</section><!-- H1: Overriding System Config. Options --> </section><!-- H1: Overriding System Config. Options -->
<section><!-- H1: Command-Line Options --> <section class="outer"><!-- H1: Command-Line Options -->
<header> <header>
<h1 id="command_line"> <h1 id="command_line">
Options de ligne de commande </h1> Options de ligne de commande </h1>
@ -2509,7 +2521,7 @@
</section><!-- H2: Command-Line Informational Options --> </section><!-- H2: Command-Line Informational Options -->
</section><!-- H1: Command-Line Options --> </section><!-- H1: Command-Line Options -->
<section><!-- H1: Choosing a Different Language --> <section class="outer"><!-- H1: Choosing a Different Language -->
<header> <header>
<h1 id="different_language"> <h1 id="different_language">
Choisir une autre langue </h1> Choisir une autre langue </h1>

View file

@ -6,7 +6,7 @@ Documentación de opcións
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt. Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
2 de Xaneiro de 2023 19 de Febreiro de 2023
+----------------------------------------------------+ +----------------------------------------------------+
|Índice | |Índice |
@ -55,19 +55,12 @@ Usuarios de Linux e Unix
Ficheiro de configuración de todo o sistema Ficheiro de configuración de todo o sistema
Antes de ler este ficheiro, le un ficheiro de configuración en todo o Before this file is read, a system-wide configuration file is read. (By
sistema. (De xeito predeterminado, esta configuración non ten axustes default, this configuration has no settings enabled.) It is normally
activados.) Atópase en: located at:
/etc/tuxpaint/tuxpaint.conf /etc/tuxpaint/tuxpaint.conf
Pode desactivar a lectura deste ficheiro por completo, deixando os axustes
como predeterminados (que poden ser substituídos polo seu ficheiro
«.tuxpaintrc» e/ou argumentos da liña de ordes) usando a opción da liña de
ordes:
--nosysconfig
Usuarios de macOS Usuarios de macOS
O ficheiro que debe crear chámase «tuxpaint.cfg» e debería colocalo no seu O ficheiro que debe crear chámase «tuxpaint.cfg» e debería colocalo no seu
@ -76,21 +69,35 @@ Usuarios de macOS
Ficheiro de configuración de todo o sistema Ficheiro de configuración de todo o sistema
Antes de ler este ficheiro, le un ficheiro de configuración en todo o Before this file is read, a system-wide configuration file is read. (By
sistema. (De xeito predeterminado, esta configuración non ten axustes default, this configuration has no settings enabled.) It is normally
activados.) Atópase en: located at:
/Library/Application Support/TuxPaint/tuxpaint.cfg /Library/Application Support/TuxPaint/tuxpaint.cfg
Usuarios de Windows Usuarios de Windows
O ficheiro que debe crear chámase «tuxpaint.cfg» e debería colocarse no The file you should create is called "tuxpaint.cfg" and it should be
cartafol de Tux Paint. placed in in your personal AppData folder: C:\Users\nome de
usuario\AppData\Roaming\TuxPaint\
Pode usar NotePad ou WordPad para crear este ficheiro. Asegúrese de Pode usar NotePad ou WordPad para crear este ficheiro. Asegúrese de
gardalo como texto simple e asegúrese de que o nome do ficheiro non teña gardalo como texto simple e asegúrese de que o nome do ficheiro non teña
«.txt» ao final... «.txt» ao final...
Ficheiro de configuración de todo o sistema
Before this file is read, a system-wide configuration file is read. (By
default, this configuration has no settings enabled.) It is normally
located at:
C:\Program Files\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".
Opcións dispoñíbeis Opcións dispoñíbeis
Os seguintes axustes pódense estabelecer no ficheiro de configuración. (A Os seguintes axustes pódense estabelecer no ficheiro de configuración. (A

View file

@ -102,7 +102,7 @@
</p> </p>
<p> <p>
2 de Xaneiro de 2023 </p> 19 de Febreiro de 2023 </p>
</center> </center>
</header> </header>
@ -179,22 +179,15 @@
</header> </header>
<p> <p>
Antes de ler este ficheiro, le un ficheiro de configuración en todo o sistema. (De xeito predeterminado, esta configuración non ten axustes activados.) Atópase en: </p> Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at: </p>
<blockquote> <blockquote>
<code>/etc/tuxpaint/tuxpaint.conf</code> <code>/etc/tuxpaint/tuxpaint.conf</code>
</blockquote> </blockquote>
<p>
Pode desactivar a lectura deste ficheiro por completo, deixando os axustes como predeterminados (que poden ser substituídos polo seu ficheiro «<code>.tuxpaintrc</code>» e/ou argumentos da liña de ordes) usando a opción da liña de ordes: </p>
<blockquote>
<code>--nosysconfig</code>
</blockquote>
</section><!-- H3: System-Wide Configuration File --> </section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: Linux and Unix Users --> </section><!-- H2: Linux and Unix Users -->
<section><!-- H2: macOS Users --> <section class="indent"><!-- H2: macOS Users -->
<header> <header>
<h2> <h2>
Usuarios de macOS </h2> Usuarios de macOS </h2>
@ -210,7 +203,7 @@
</header> </header>
<p> <p>
Antes de ler este ficheiro, le un ficheiro de configuración en todo o sistema. (De xeito predeterminado, esta configuración non ten axustes activados.) Atópase en: </p> Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at: </p>
<blockquote> <blockquote>
<code>/Library/Application Support/TuxPaint/tuxpaint.cfg</code> <code>/Library/Application Support/TuxPaint/tuxpaint.cfg</code>
@ -218,19 +211,38 @@
</section><!-- H3: System-Wide Configuration File --> </section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: macOS Users --> </section><!-- H2: macOS Users -->
<section><!-- H2: Windows Users --> <section class="indent"><!-- H2: Windows Users -->
<header> <header>
<h2> <h2>
Usuarios de Windows </h2> Usuarios de Windows </h2>
</header> </header>
<p> <p>
O ficheiro que debe crear chámase «<code><b>tuxpaint.cfg</b></code>» e debería colocarse no cartafol de Tux Paint. </p> The file you should create is called "<code><b>tuxpaint.cfg</b></code>" and it should be placed in in your personal AppData folder: <code>C:\Users\nome de usuario\AppData\Roaming\TuxPaint\</code> </p>
<p> <p>
Pode usar NotePad ou WordPad para crear este ficheiro. Asegúrese de gardalo como texto simple e asegúrese de que o nome do ficheiro non teña «.txt» ao final... </p> Pode usar NotePad ou WordPad para crear este ficheiro. Asegúrese de gardalo como texto simple e asegúrese de que o nome do ficheiro non teña «.txt» ao final... </p>
</section><!-- H2: macOS Users -->
</section> <section class="indent"><!-- H3: System-Wide Configuration File -->
<header>
<h3>
Ficheiro de configuración de todo o sistema </h3>
</header>
<p>
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at: </p>
<blockquote>
<code>C:\Program Files\Tuxpaint</code>
</blockquote>
</p>
</section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: Windows Users -->
<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>
</section><!-- H1: Configuration File -->
<section class="outer"><!-- H1: Available Options --> <section class="outer"><!-- H1: Available Options -->
<div class="keeptogether"> <div class="keeptogether">
@ -2256,7 +2268,7 @@
</section> </section>
</section><!-- H1: Available Options --> </section><!-- H1: Available Options -->
<section><!-- H1: Overriding System Config. Options --> <section class="outer"><!-- H1: Overriding System Config. Options -->
<header> <header>
<h1 id="overriding"> <h1 id="overriding">
Anulación da configuración do sistema. Opcións </h1> Anulación da configuración do sistema. Opcións </h1>
@ -2286,7 +2298,7 @@
</blockquote> </blockquote>
</section><!-- H1: Overriding System Config. Options --> </section><!-- H1: Overriding System Config. Options -->
<section><!-- H1: Command-Line Options --> <section class="outer"><!-- H1: Command-Line Options -->
<header> <header>
<h1 id="command_line"> <h1 id="command_line">
Opcións da liña de ordes </h1> Opcións da liña de ordes </h1>
@ -2509,7 +2521,7 @@
</section><!-- H2: Command-Line Informational Options --> </section><!-- H2: Command-Line Informational Options -->
</section><!-- H1: Command-Line Options --> </section><!-- H1: Command-Line Options -->
<section><!-- H1: Choosing a Different Language --> <section class="outer"><!-- H1: Choosing a Different Language -->
<header> <header>
<h1 id="different_language"> <h1 id="different_language">
Escoller un idioma diferente </h1> Escoller un idioma diferente </h1>

View file

@ -6,7 +6,7 @@
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照. Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/ https://tuxpaint.org/
2023年1月 2 2023年2月19
+---------------------------------+ +---------------------------------+
|目次 | |目次 |
@ -50,15 +50,12 @@ Linux 及び Unix のユーザー
システム全体の設定ファイル システム全体の設定ファイル
上記のユーザー毎の設定ファイルが読み込まれる前に、以下の場所にある、システムの全ユーザーに適用される設定ファイルが読み込まれます。(標準では、全ての変更が無効にされています) Before this file is read, a system-wide configuration file is read. (By
default, this configuration has no settings enabled.) It is normally
located at:
/etc/tuxpaint/tuxpaint.conf /etc/tuxpaint/tuxpaint.conf
以下のコマンドラインオプションを指定すると、システム全体の設定ファイルは無視され、設定ファイル ".tuxpaintrc"
やコマンドラインオプションによる変更のみが反映されます。
--nosysconfig
macOS のユーザー macOS のユーザー
ユーザー毎の設定ファイルは、ホームフォルダ以下のサブフォルダ Library/Application Support/TuxPaint 内に ユーザー毎の設定ファイルは、ホームフォルダ以下のサブフォルダ Library/Application Support/TuxPaint 内に
@ -66,17 +63,34 @@ macOS のユーザー
システム全体の設定ファイル システム全体の設定ファイル
上記のユーザー毎の設定ファイルが読み込まれる前に、以下の場所にある、システムの全ユーザーに適用される設定ファイルが読み込まれます。(標準では、全ての変更が無効にされています) Before this file is read, a system-wide configuration file is read. (By
default, this configuration has no settings enabled.) It is normally
located at:
/Library/Application Support/TuxPaint/tuxpaint.cfg /Library/Application Support/TuxPaint/tuxpaint.cfg
Windows のユーザー Windows のユーザー
設定ファイルは、Tux Paint をインストールしたフォルダに "tuxpaint.cfg" というファイル名で作成します。 The file you should create is called "tuxpaint.cfg" and it should be
placed in in your personal AppData folder:
C:\Users\username\AppData\Roaming\TuxPaint\
設定ファイルはメモ帳やワードパッドで作成できますが、必ずテキストファイルとして保存するよう注意して下さい。また、ファイル名に ".txt" 設定ファイルはメモ帳やワードパッドで作成できますが、必ずテキストファイルとして保存するよう注意して下さい。また、ファイル名に ".txt"
という拡張子をつけないようにします。 という拡張子をつけないようにします。
システム全体の設定ファイル
Before this file is read, a system-wide configuration file is read. (By
default, this configuration has no settings enabled.) It is normally
located at:
C:\Program Files\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".
利用可能なオプション 利用可能なオプション
設定ファイルでは、以下のオプションを設定することができます。(コマンドラインオプションによる設定が優先されます。以下のコマンドラインオプション"の項をごらん下さい) 設定ファイルでは、以下のオプションを設定することができます。(コマンドラインオプションによる設定が優先されます。以下のコマンドラインオプション"の項をごらん下さい)

View file

@ -102,7 +102,7 @@
</p> </p>
<p> <p>
2023年1月 2</p> 2023年2月19</p>
</center> </center>
</header> </header>
@ -179,22 +179,15 @@
</header> </header>
<p> <p>
上記のユーザー毎の設定ファイルが読み込まれる前に、以下の場所にある、システムの全ユーザーに適用される設定ファイルが読み込まれます。(標準では、全ての変更が無効にされています) </p> Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at: </p>
<blockquote> <blockquote>
<code>/etc/tuxpaint/tuxpaint.conf</code> <code>/etc/tuxpaint/tuxpaint.conf</code>
</blockquote> </blockquote>
<p>
以下のコマンドラインオプションを指定すると、システム全体の設定ファイルは無視され、設定ファイル "<code>.tuxpaintrc</code>" やコマンドラインオプションによる変更のみが反映されます。 </p>
<blockquote>
<code>--nosysconfig</code>
</blockquote>
</section><!-- H3: System-Wide Configuration File --> </section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: Linux and Unix Users --> </section><!-- H2: Linux and Unix Users -->
<section><!-- H2: macOS Users --> <section class="indent"><!-- H2: macOS Users -->
<header> <header>
<h2> <h2>
macOS のユーザー </h2> macOS のユーザー </h2>
@ -210,7 +203,7 @@
</header> </header>
<p> <p>
上記のユーザー毎の設定ファイルが読み込まれる前に、以下の場所にある、システムの全ユーザーに適用される設定ファイルが読み込まれます。(標準では、全ての変更が無効にされています) </p> Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at: </p>
<blockquote> <blockquote>
<code>/Library/Application Support/TuxPaint/tuxpaint.cfg</code> <code>/Library/Application Support/TuxPaint/tuxpaint.cfg</code>
@ -218,19 +211,38 @@
</section><!-- H3: System-Wide Configuration File --> </section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: macOS Users --> </section><!-- H2: macOS Users -->
<section><!-- H2: Windows Users --> <section class="indent"><!-- H2: Windows Users -->
<header> <header>
<h2> <h2>
Windows のユーザー </h2> Windows のユーザー </h2>
</header> </header>
<p> <p>
設定ファイルは、Tux Paint をインストールしたフォルダに "<code><b>tuxpaint.cfg</b></code>" というファイル名で作成します。 </p> The file you should create is called "<code><b>tuxpaint.cfg</b></code>" and it should be placed in in your personal AppData folder: <code>C:\Users\username\AppData\Roaming\TuxPaint\</code> </p>
<p> <p>
設定ファイルはメモ帳やワードパッドで作成できますが、必ずテキストファイルとして保存するよう注意して下さい。また、ファイル名に ".txt" という拡張子をつけないようにします。 </p> 設定ファイルはメモ帳やワードパッドで作成できますが、必ずテキストファイルとして保存するよう注意して下さい。また、ファイル名に ".txt" という拡張子をつけないようにします。 </p>
</section><!-- H2: macOS Users -->
</section> <section class="indent"><!-- H3: System-Wide Configuration File -->
<header>
<h3>
システム全体の設定ファイル </h3>
</header>
<p>
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at: </p>
<blockquote>
<code>C:\Program Files\Tuxpaint</code>
</blockquote>
</p>
</section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: Windows Users -->
<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>
</section><!-- H1: Configuration File -->
<section class="outer"><!-- H1: Available Options --> <section class="outer"><!-- H1: Available Options -->
<div class="keeptogether"> <div class="keeptogether">
@ -2256,7 +2268,7 @@
</section> </section>
</section><!-- H1: Available Options --> </section><!-- H1: Available Options -->
<section><!-- H1: Overriding System Config. Options --> <section class="outer"><!-- H1: Overriding System Config. Options -->
<header> <header>
<h1 id="overriding"> <h1 id="overriding">
システム全体の設定を上書きする </h1> システム全体の設定を上書きする </h1>
@ -2286,7 +2298,7 @@
</blockquote> </blockquote>
</section><!-- H1: Overriding System Config. Options --> </section><!-- H1: Overriding System Config. Options -->
<section><!-- H1: Command-Line Options --> <section class="outer"><!-- H1: Command-Line Options -->
<header> <header>
<h1 id="command_line"> <h1 id="command_line">
コマンドラインオプション </h1> コマンドラインオプション </h1>
@ -2509,7 +2521,7 @@
</section><!-- H2: Command-Line Informational Options --> </section><!-- H2: Command-Line Informational Options -->
</section><!-- H1: Command-Line Options --> </section><!-- H1: Command-Line Options -->
<section><!-- H1: Choosing a Different Language --> <section class="outer"><!-- H1: Choosing a Different Language -->
<header> <header>
<h1 id="different_language"> <h1 id="different_language">
使用する言語の選択 </h1> 使用する言語の選択 </h1>