Regen docs after more path modularizing; --nosysconfig correction

This commit is contained in:
Bill Kendrick 2024-04-27 11:07:45 -07:00
parent 5f8e2b51bd
commit 9c2a75455d
28 changed files with 197 additions and 243 deletions

View file

@ -585,7 +585,7 @@ Tux Paint is using options I didn't specify!
It then examines the user's personal configuration file:
~/.tuxpaintrc
/home/username/.tuxpaintrc
Finally, any options sent as command-line arguments are used.
@ -606,8 +606,8 @@ Tux Paint is using options I didn't specify!
nosound=yes
...then you can reenable sound by either adding this option to your own
".tuxpaintrc" file:
...then you can reenable sound by either adding this option to your own "/
home/username/.tuxpaintrc" file:
sound=yes
@ -615,14 +615,13 @@ Tux Paint is using options I didn't specify!
--sound
Linux and Unix users can also disable the system-wide configuration file by
including the following command-line argument:
On platforms where Tux Paint offers a system-wide configuration file, the
settings in that file may be skipped (so only the user configuration file
and other command-line arguments will be used) by including the following
command-line argument:
--nosysconfig
Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments
to determine what options should be set.

View file

@ -47,8 +47,7 @@ The file is simply a plain text file containing the options you want enabled:
Linux and Unix Users
The file you should create is called ".tuxpaintrc" and it should be placed in
your home directory. (a.k.a. "~/.tuxpaintrc" or "$HOME/.tuxpaintrc")
/home/username/.tuxpaintrc
System-Wide Configuration File
@ -73,8 +72,7 @@ at:
Windows Users
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\
C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg
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...
@ -85,7 +83,7 @@ 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
C:\Program Files\TuxPaint\tuxpaint.cfg
Haiku Users
@ -1616,11 +1614,11 @@ Button Shortcuts
(For Linux and Unix users)
If any of the above options are set in "/etc/tuxpaint/tuxpaint.config", you
can override them in your own "~/.tuxpaintrc" file.
If any of the above options are set in "/etc/tuxpaint/tuxpaint.conf", you
can override them in your own "/home/username/.tuxpaintrc" file.
For true/false options, like "noprint" and "grab", you can simply say they
equal 'no' in your "~/.tuxpaintrc" file:
equal 'no' in your "/home/username/.tuxpaintrc" file:
noprint=no
uppercase=no
@ -1777,8 +1775,8 @@ Button Shortcuts
Under Linux and Unix, this prevents the system-wide configuration file,
"/etc/tuxpaint/tuxpaint.conf", from being read.
Only your own configuration file, "~/.tuxpaintrc", if it exists, will
be used.
Only your own configuration file, "/home/username/.tuxpaintrc", if it
exists, will be used.

View file

@ -746,7 +746,7 @@
<blockquote>
<p>
<code>~/.tuxpaintrc</code>
<code>/home/username/.tuxpaintrc</code>
</p>
</blockquote>
@ -774,7 +774,7 @@
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. </p>
<p>
For example, on Linux and Unix, if "/etc/tuxpaint/tuxpaint.conf" includes this option to disable sound... </p>
For example, on Linux and Unix, if "<code>/etc/tuxpaint/tuxpaint.conf</code>" includes this option to disable sound... </p>
<blockquote>
<p>
@ -783,7 +783,7 @@
</blockquote>
<p>
...then you can reenable sound by either adding this option to your own ".tuxpaintrc" file: </p>
...then you can reenable sound by either adding this option to your own "<code>/home/username/.tuxpaintrc</code>" file: </p>
<blockquote>
<p>
@ -801,16 +801,13 @@
</blockquote>
<p>
Linux and Unix users can also disable the system-wide configuration file by including the following command-line argument: </p>
On platforms where Tux Paint offers a system-wide configuration file, the settings in that file may be skipped (so only the user configuration file and other command-line arguments will be used) by including the following command-line argument: </p>
<blockquote>
<p>
<code>--nosysconfig</code>
</p>
</blockquote>
<p>
Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments to determine what options should be set. </p>
</dd>
</dl>

View file

@ -169,7 +169,8 @@
</header>
<p>
The file you should create is called "<code><b>.tuxpaintrc</b></code>" and it should be placed in your home directory. (a.k.a. "<code>~/.tuxpaintrc</code>" or "<code>$HOME/.tuxpaintrc</code>") </p>
<code>/home/username/.tuxpaintrc</code>
</p>
</div>
<section class="indent"><!-- H3: System-Wide Configuration File -->
@ -218,7 +219,8 @@
</header>
<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>
<code>C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
</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>
@ -232,10 +234,8 @@
<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>
<code>C:\Program Files\TuxPaint\tuxpaint.cfg</code>
</p>
</section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: Windows Users -->
@ -2374,10 +2374,10 @@
</p>
<p>
If any of the above options are set in "<code>/etc/tuxpaint/tuxpaint.config</code>", you can override them in your own "<code>~/.tuxpaintrc</code>" file. </p>
If any of the above options are set in "<code>/etc/tuxpaint/tuxpaint.conf</code>", you can override them in your own "<code>/home/username/.tuxpaintrc</code>" file. </p>
<p>
For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your "<code>~/.tuxpaintrc</code>" file: </p>
For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your "<code>/home/username/.tuxpaintrc</code>" file: </p>
<blockquote>
<code>noprint=no<br>
@ -2551,7 +2551,7 @@
Under Linux and Unix, this prevents the system-wide configuration file, "<code>/etc/tuxpaint/tuxpaint.conf</code>", from being read. </p>
<p>
Only your own configuration file, "<code>~/.tuxpaintrc</code>", if it exists, will be used. </p>
Only your own configuration file, "<code>/home/username/.tuxpaintrc</code>", if it exists, will be used. </p>
</dd>
</dl>

View file

@ -585,7 +585,7 @@ Tux Paint is using options I didn't specify!
It then examines the user's personal configuration file:
~/.tuxpaintrc
/home/username/.tuxpaintrc
Finally, any options sent as command-line arguments are used.
@ -606,8 +606,8 @@ Tux Paint is using options I didn't specify!
nosound=yes
...then you can reenable sound by either adding this option to your own
".tuxpaintrc" file:
...then you can reenable sound by either adding this option to your own "/
home/username/.tuxpaintrc" file:
sound=yes
@ -615,14 +615,13 @@ Tux Paint is using options I didn't specify!
--sound
Linux and Unix users can also disable the system-wide configuration file by
including the following command-line argument:
On platforms where Tux Paint offers a system-wide configuration file, the
settings in that file may be skipped (so only the user configuration file
and other command-line arguments will be used) by including the following
command-line argument:
--nosysconfig
Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments
to determine what options should be set.

View file

@ -47,8 +47,7 @@ The file is simply a plain text file containing the options you want enabled:
Linux and Unix Users
The file you should create is called ".tuxpaintrc" and it should be placed in
your home directory. (a.k.a. "~/.tuxpaintrc" or "$HOME/.tuxpaintrc")
/home/username/.tuxpaintrc
System-Wide Configuration File
@ -73,8 +72,7 @@ at:
Windows Users
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\
C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg
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...
@ -85,7 +83,7 @@ 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
C:\Program Files\TuxPaint\tuxpaint.cfg
Haiku Users
@ -1616,11 +1614,11 @@ Button Shortcuts
(For Linux and Unix users)
If any of the above options are set in "/etc/tuxpaint/tuxpaint.config", you
can override them in your own "~/.tuxpaintrc" file.
If any of the above options are set in "/etc/tuxpaint/tuxpaint.conf", you
can override them in your own "/home/username/.tuxpaintrc" file.
For true/false options, like "noprint" and "grab", you can simply say they
equal 'no' in your "~/.tuxpaintrc" file:
equal 'no' in your "/home/username/.tuxpaintrc" file:
noprint=no
uppercase=no
@ -1777,8 +1775,8 @@ Button Shortcuts
Under Linux and Unix, this prevents the system-wide configuration file,
"/etc/tuxpaint/tuxpaint.conf", from being read.
Only your own configuration file, "~/.tuxpaintrc", if it exists, will
be used.
Only your own configuration file, "/home/username/.tuxpaintrc", if it
exists, will be used.

View file

@ -746,7 +746,7 @@
<blockquote>
<p>
<code>~/.tuxpaintrc</code>
<code>/home/username/.tuxpaintrc</code>
</p>
</blockquote>
@ -774,7 +774,7 @@
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. </p>
<p>
For example, on Linux and Unix, if "/etc/tuxpaint/tuxpaint.conf" includes this option to disable sound... </p>
For example, on Linux and Unix, if "<code>/etc/tuxpaint/tuxpaint.conf</code>" includes this option to disable sound... </p>
<blockquote>
<p>
@ -783,7 +783,7 @@
</blockquote>
<p>
...then you can reenable sound by either adding this option to your own ".tuxpaintrc" file: </p>
...then you can reenable sound by either adding this option to your own "<code>/home/username/.tuxpaintrc</code>" file: </p>
<blockquote>
<p>
@ -801,16 +801,13 @@
</blockquote>
<p>
Linux and Unix users can also disable the system-wide configuration file by including the following command-line argument: </p>
On platforms where Tux Paint offers a system-wide configuration file, the settings in that file may be skipped (so only the user configuration file and other command-line arguments will be used) by including the following command-line argument: </p>
<blockquote>
<p>
<code>--nosysconfig</code>
</p>
</blockquote>
<p>
Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments to determine what options should be set. </p>
</dd>
</dl>

View file

@ -169,7 +169,8 @@
</header>
<p>
The file you should create is called "<code><b>.tuxpaintrc</b></code>" and it should be placed in your home directory. (a.k.a. "<code>~/.tuxpaintrc</code>" or "<code>$HOME/.tuxpaintrc</code>") </p>
<code>/home/username/.tuxpaintrc</code>
</p>
</div>
<section class="indent"><!-- H3: System-Wide Configuration File -->
@ -218,7 +219,8 @@
</header>
<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>
<code>C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
</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>
@ -232,10 +234,8 @@
<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>
<code>C:\Program Files\TuxPaint\tuxpaint.cfg</code>
</p>
</section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: Windows Users -->
@ -2374,10 +2374,10 @@
</p>
<p>
If any of the above options are set in "<code>/etc/tuxpaint/tuxpaint.config</code>", you can override them in your own "<code>~/.tuxpaintrc</code>" file. </p>
If any of the above options are set in "<code>/etc/tuxpaint/tuxpaint.conf</code>", you can override them in your own "<code>/home/username/.tuxpaintrc</code>" file. </p>
<p>
For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your "<code>~/.tuxpaintrc</code>" file: </p>
For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your "<code>/home/username/.tuxpaintrc</code>" file: </p>
<blockquote>
<code>noprint=no<br>
@ -2551,7 +2551,7 @@
Under Linux and Unix, this prevents the system-wide configuration file, "<code>/etc/tuxpaint/tuxpaint.conf</code>", from being read. </p>
<p>
Only your own configuration file, "<code>~/.tuxpaintrc</code>", if it exists, will be used. </p>
Only your own configuration file, "<code>/home/username/.tuxpaintrc</code>", if it exists, will be used. </p>
</dd>
</dl>

View file

@ -638,7 +638,7 @@ Tux Paint utilise des options que je n'ai pas spécifiées !
Il examine ensuite le fichier de configuration personnel de
l'utilisateur :
~/.tuxpaintrc
/home/nom d'utilisateur/.tuxpaintrc
Et finalement, toutes les options envoyées en tant qu'arguments de
ligne de commande sont utilisées.
@ -663,7 +663,7 @@ Tux Paint utilise des options que je n'ai pas spécifiées !
nosound=yes
... Alors vous pouvez réactiver le son en ajoutant cette option à votre
propre fichier ".tuxpaintrc" :
propre fichier "/home/nom d'utilisateur/.tuxpaintrc" :
sound=yes
@ -671,15 +671,13 @@ Tux Paint utilise des options que je n'ai pas spécifiées !
--sound
Les utilisateurs Linux et Unix peuvent également désactiver le fichier de
configuration à l'échelle du système en incluant l'argument de ligne de
commande suivant :
On platforms where Tux Paint offers a system-wide configuration file, the
settings in that file may be skipped (so only the user configuration file
and other command-line arguments will be used) by including the following
command-line argument:
--nosysconfig
Tux Paint examinera alors uniquement "~/.tuxpaintrc" et les arguments en
ligne de commande pour déterminer les options à activer.

View file

@ -49,8 +49,7 @@ souhaitez activer :
Utilisateurs de Linux et Unix
Le fichier que vous devez créer s'appelle ".tuxpaintrc" et il doit être placé
dans votre répertoire personnel. (aka "~/.tuxpaintrc" ou "$HOME/.tuxpaintrc")
/home/nom d'utilisateur/.tuxpaintrc
Fichier de configuration pour l'ensemble du système
@ -76,9 +75,7 @@ activés.) Il se trouve normalement ici :
Utilisateurs de Windows
Le fichier que vous devez créer s'appelle "tuxpaint.cfg" et doit être placé
dans votre dossier personnel AppData : C:\Users\nom d'utilisateur\AppData\
Roaming\TuxPaint\
C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\tuxpaint.cfg
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
@ -90,7 +87,7 @@ 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 normalement ici :
C:\Program Files\Tuxpaint
C:\Program Files\TuxPaint\tuxpaint.cfg
Haiku Users
@ -1710,12 +1707,12 @@ Boutons pour raccourcis
(Pour les utilisateurs Linux et Unix)
Si l'une des options ci-dessus est définie dans " /etc/tuxpaint/
tuxpaint.config", vous pouvez la remplacer dans votre propre fichier "~
/.tuxpaintrc ".
tuxpaint.conf", vous pouvez la remplacer dans votre propre fichier "/home/
nom d'utilisateur/.tuxpaintrc ".
Pour les options vrai / faux, comme "noprint" et "grab", vous pouvez
simplement dire qu'elles sont égales à "no" dans votre fichier "~
/.tuxpaintrc" :
simplement dire qu'elles sont égales à "no" dans votre fichier "/home/nom
d'utilisateur/.tuxpaintrc" :
noprint=no
uppercase=no
@ -1873,8 +1870,8 @@ Boutons pour raccourcis
Sous Linux et Unix, cela empêche la lecture du fichier de configuration
système "/etc/tuxpaint/tuxpaint.conf".
Seul votre propre fichier de configuration, "~/.tuxpaintrc", s'il
existe, sera utilisé.
Seul votre propre fichier de configuration, "/home/nom d'utilisateur
/.tuxpaintrc", s'il existe, sera utilisé.

View file

@ -747,7 +747,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "<code>make nosound</code>") Assu
<blockquote>
<p>
<code>~/.tuxpaintrc</code>
<code>/home/nom d'utilisateur/.tuxpaintrc</code>
</p>
</blockquote>
@ -775,7 +775,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "<code>make nosound</code>") Assu
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 biais de la ligne de commande. </p>
<p>
Par exemple, si "/etc/tuxpaint/tuxpaint.conf" inclut une option pour désactiver le son ... </p>
Par exemple, si "<code>/etc/tuxpaint/tuxpaint.conf</code>" inclut une option pour désactiver le son ... </p>
<blockquote>
<p>
@ -784,7 +784,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "<code>make nosound</code>") Assu
</blockquote>
<p>
... Alors vous pouvez réactiver le son en ajoutant cette option à votre propre fichier ".tuxpaintrc" : </p>
... Alors vous pouvez réactiver le son en ajoutant cette option à votre propre fichier "<code>/home/nom d'utilisateur/.tuxpaintrc</code>" : </p>
<blockquote>
<p>
@ -802,16 +802,13 @@ cible "nosound". (c'est-à-dire, ne lancez pas "<code>make nosound</code>") Assu
</blockquote>
<p>
Les utilisateurs Linux et Unix peuvent également désactiver le fichier de configuration à l'échelle du système en incluant l'argument de ligne de commande suivant : </p>
On platforms where Tux Paint offers a system-wide configuration file, the settings in that file may be skipped (so only the user configuration file and other command-line arguments will be used) by including the following command-line argument: </p>
<blockquote>
<p>
<code>--nosysconfig</code>
</p>
</blockquote>
<p>
Tux Paint examinera alors uniquement "~/.tuxpaintrc" et les arguments en ligne de commande pour déterminer les options à activer. </p>
</dd>
</dl>

View file

@ -169,7 +169,8 @@
</header>
<p>
Le fichier que vous devez créer s'appelle "<code><b>.tuxpaintrc</b></code>" et il doit être placé dans votre répertoire personnel. (aka "<code>~/.tuxpaintrc</code>" ou "<code>$HOME/.tuxpaintrc</code>") </p>
<code>/home/nom d'utilisateur/.tuxpaintrc</code>
</p>
</div>
<section class="indent"><!-- H3: System-Wide Configuration File -->
@ -218,7 +219,8 @@
</header>
<p>
Le fichier que vous devez créer s'appelle "<code><b>tuxpaint.cfg</b></code>" et doit être placé dans votre dossier personnel AppData : <code>C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\</code> </p>
<code>C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
</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>
@ -232,10 +234,8 @@
<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 normalement ici : </p>
<blockquote>
<code>C:\Program Files\Tuxpaint</code>
</blockquote>
<p>
<code>C:\Program Files\TuxPaint\tuxpaint.cfg</code>
</p>
</section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: Windows Users -->
@ -2374,10 +2374,10 @@
</p>
<p>
Si l'une des options ci-dessus est définie dans " <code>/etc/tuxpaint/tuxpaint.config</code>", vous pouvez la remplacer dans votre propre fichier "<code>~/.tuxpaintrc</code> ". </p>
Si l'une des options ci-dessus est définie dans " <code>/etc/tuxpaint/tuxpaint.conf</code>", vous pouvez la remplacer dans votre propre fichier "<code>/home/nom d'utilisateur/.tuxpaintrc</code> ". </p>
<p>
Pour les options vrai / faux, comme "<code>noprint</code>" et "<code>grab</code>", vous pouvez simplement dire qu'elles sont égales à "no" dans votre fichier "<code>~/.tuxpaintrc</code>" : </p>
Pour les options vrai / faux, comme "<code>noprint</code>" et "<code>grab</code>", vous pouvez simplement dire qu'elles sont égales à "no" dans votre fichier "<code>/home/nom d'utilisateur/.tuxpaintrc</code>" : </p>
<blockquote>
<code>noprint=no<br>
@ -2551,7 +2551,7 @@
Sous Linux et Unix, cela empêche la lecture du fichier de configuration système "<code>/etc/tuxpaint/tuxpaint.conf</code>". </p>
<p>
Seul votre propre fichier de configuration, "<code>~/.tuxpaintrc</code>", s'il existe, sera utilisé. </p>
Seul votre propre fichier de configuration, "<code>/home/nom d'utilisateur/.tuxpaintrc</code>", s'il existe, sera utilisé. </p>
</dd>
</dl>

View file

@ -614,7 +614,7 @@ Tux Paint está a usar opcións que non especifiquei.
A continuación, examina o ficheiro de configuración persoal do usuario:
~/.tuxpaintrc
/home/nome de usuario/.tuxpaintrc
Finalmente, úsanse as opcións enviadas como argumentos da liña de
ordes.
@ -638,7 +638,7 @@ Tux Paint está a usar opcións que non especifiquei.
nosound=yes
...entón pode volver activar o son engadindo esta opción ao seu propio
ficheiro «.tuxpaintrc»:
ficheiro «/home/nome de usuario/.tuxpaintrc»:
sound=yes
@ -646,15 +646,13 @@ Tux Paint está a usar opcións que non especifiquei.
--sound
Os usuarios de Linux e Unix tamén poden desactivar o ficheiro de
configuración de todo o sistema incluíndo o seguinte argumento da liña de
ordes:
On platforms where Tux Paint offers a system-wide configuration file, the
settings in that file may be skipped (so only the user configuration file
and other command-line arguments will be used) by including the following
command-line argument:
--nosysconfig
Tux Paint só ollará «~/.tuxpaintrc» e os argumentos da liña de ordes para
determinar que opcións se deben estabelecer.

View file

@ -48,9 +48,7 @@ quere activar habilitar:
Usuarios de Linux e Unix
O ficheiro que debe crear chámase «.tuxpaintrc» e debería colocarse no seu
directorio persoal. (tamén coñecido como «~/.tuxpaintrc» ou «$HOME
/.tuxpaintrc»)
/home/nome de usuario/.tuxpaintrc
Ficheiro de configuración de todo o sistema
@ -75,9 +73,7 @@ at:
Usuarios de Windows
The file you should create is called "tuxpaint.cfg" and it should be placed in
in your personal AppData folder: C:\Users\nome de usuario\AppData\Roaming\
TuxPaint\
C:\Users\nome de usuario\AppData\Roaming\TuxPaint\tuxpaint.cfg
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
@ -89,7 +85,7 @@ 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
C:\Program Files\TuxPaint\tuxpaint.cfg
Haiku Users
@ -1647,10 +1643,12 @@ Button Shortcuts
(Para usuarios de Linux e Unix)
Se algunha das opcións anteriores está estabelecida en «/etc/tuxpaint/
tuxpaint.config», pode anulala no seu propio ficheiro «~/.tuxpaintrc».
tuxpaint.conf», pode anulala no seu propio ficheiro «/home/nome de usuario
/.tuxpaintrc».
Para opcións verdadeiro/falso, como «noprint» e «grab», pode simplemente
dicir que son iguais a «no» no seu ficheiro «~/.tuxpaintrc»:
dicir que son iguais a «no» no seu ficheiro «/home/nome de usuario
/.tuxpaintrc»:
noprint=no
uppercase=no
@ -1808,8 +1806,8 @@ Button Shortcuts
En Linux e Unix, isto evita ler o ficheiro de configuración de todo o
sistema, «/etc/tuxpaint/tuxpaint.conf».
Só se empregará o seu propio ficheiro de configuración, «~
/.tuxpaintrc», se existe.
Só se empregará o seu propio ficheiro de configuración, «/home/nome de
usuario/.tuxpaintrc», se existe.

View file

@ -746,7 +746,7 @@
<blockquote>
<p>
<code>~/.tuxpaintrc</code>
<code>/home/nome de usuario/.tuxpaintrc</code>
</p>
</blockquote>
@ -774,7 +774,7 @@
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. </p>
<p>
Por exemplo, en Linux e Unix, se «/etc/tuxpaint/tuxpaint.conf» inclúe esta opción para desactivar o son... </p>
Por exemplo, en Linux e Unix, se «<code>/etc/tuxpaint/tuxpaint.conf</code>» inclúe esta opción para desactivar o son... </p>
<blockquote>
<p>
@ -783,7 +783,7 @@
</blockquote>
<p>
...entón pode volver activar o son engadindo esta opción ao seu propio ficheiro «.tuxpaintrc»: </p>
...entón pode volver activar o son engadindo esta opción ao seu propio ficheiro «<code>/home/nome de usuario/.tuxpaintrc</code>»: </p>
<blockquote>
<p>
@ -801,16 +801,13 @@
</blockquote>
<p>
Os usuarios de Linux e Unix tamén poden desactivar o ficheiro de configuración de todo o sistema incluíndo o seguinte argumento da liña de ordes: </p>
On platforms where Tux Paint offers a system-wide configuration file, the settings in that file may be skipped (so only the user configuration file and other command-line arguments will be used) by including the following command-line argument: </p>
<blockquote>
<p>
<code>--nosysconfig</code>
</p>
</blockquote>
<p>
Tux Paint só ollará «~/.tuxpaintrc» e os argumentos da liña de ordes para determinar que opcións se deben estabelecer. </p>
</dd>
</dl>

View file

@ -169,7 +169,8 @@
</header>
<p>
O ficheiro que debe crear chámase «<code><b>.tuxpaintrc</b></code>» e debería colocarse no seu directorio persoal. (tamén coñecido como «<code>~/.tuxpaintrc</code>» ou «<code>$HOME/.tuxpaintrc</code>») </p>
<code>/home/nome de usuario/.tuxpaintrc</code>
</p>
</div>
<section class="indent"><!-- H3: System-Wide Configuration File -->
@ -218,7 +219,8 @@
</header>
<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>
<code>C:\Users\nome de usuario\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
</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>
@ -232,10 +234,8 @@
<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>
<code>C:\Program Files\TuxPaint\tuxpaint.cfg</code>
</p>
</section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: Windows Users -->
@ -2374,10 +2374,10 @@
</p>
<p>
Se algunha das opcións anteriores está estabelecida en «<code>/etc/tuxpaint/tuxpaint.config</code>», pode anulala no seu propio ficheiro «<code>~/.tuxpaintrc</code>». </p>
Se algunha das opcións anteriores está estabelecida en «<code>/etc/tuxpaint/tuxpaint.conf</code>», pode anulala no seu propio ficheiro «<code>/home/nome de usuario/.tuxpaintrc</code>». </p>
<p>
Para opcións verdadeiro/falso, como «<code>noprint</code>» e «<code>grab</code>», pode simplemente dicir que son iguais a «no» no seu ficheiro «<code>~/.tuxpaintrc</code>»: </p>
Para opcións verdadeiro/falso, como «<code>noprint</code>» e «<code>grab</code>», pode simplemente dicir que son iguais a «no» no seu ficheiro «<code>/home/nome de usuario/.tuxpaintrc</code>»: </p>
<blockquote>
<code>noprint=no<br>
@ -2551,7 +2551,7 @@
En Linux e Unix, isto evita ler o ficheiro de configuración de todo o sistema, «<code>/etc/tuxpaint/tuxpaint.conf</code>». </p>
<p>
Só se empregará o seu propio ficheiro de configuración, «<code>~/.tuxpaintrc</code>», se existe. </p>
Só se empregará o seu propio ficheiro de configuración, «<code>/home/nome de usuario/.tuxpaintrc</code>», se existe. </p>
</dd>
</dl>

View file

@ -585,7 +585,7 @@ Tux Paint is using options I didn't specify!
It then examines the user's personal configuration file:
~/.tuxpaintrc
/home/username/.tuxpaintrc
Finally, any options sent as command-line arguments are used.
@ -606,8 +606,8 @@ Tux Paint is using options I didn't specify!
nosound=yes
...then you can reenable sound by either adding this option to your own
".tuxpaintrc" file:
...then you can reenable sound by either adding this option to your own "/
home/username/.tuxpaintrc" file:
sound=yes
@ -615,14 +615,13 @@ Tux Paint is using options I didn't specify!
--sound
Linux and Unix users can also disable the system-wide configuration file by
including the following command-line argument:
On platforms where Tux Paint offers a system-wide configuration file, the
settings in that file may be skipped (so only the user configuration file
and other command-line arguments will be used) by including the following
command-line argument:
--nosysconfig
Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments
to determine what options should be set.

View file

@ -47,8 +47,7 @@ The file is simply a plain text file containing the options you want enabled:
Linux and Unix Users
The file you should create is called ".tuxpaintrc" and it should be placed in
your home directory. (a.k.a. "~/.tuxpaintrc" or "$HOME/.tuxpaintrc")
/home/username/.tuxpaintrc
System-Wide Configuration File
@ -73,8 +72,7 @@ at:
Windows Users
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\
C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg
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...
@ -85,7 +83,7 @@ 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
C:\Program Files\TuxPaint\tuxpaint.cfg
Haiku Users
@ -1616,11 +1614,11 @@ Button Shortcuts
(For Linux and Unix users)
If any of the above options are set in "/etc/tuxpaint/tuxpaint.config", you
can override them in your own "~/.tuxpaintrc" file.
If any of the above options are set in "/etc/tuxpaint/tuxpaint.conf", you
can override them in your own "/home/username/.tuxpaintrc" file.
For true/false options, like "noprint" and "grab", you can simply say they
equal 'no' in your "~/.tuxpaintrc" file:
equal 'no' in your "/home/username/.tuxpaintrc" file:
noprint=no
uppercase=no
@ -1777,8 +1775,8 @@ Button Shortcuts
Under Linux and Unix, this prevents the system-wide configuration file,
"/etc/tuxpaint/tuxpaint.conf", from being read.
Only your own configuration file, "~/.tuxpaintrc", if it exists, will
be used.
Only your own configuration file, "/home/username/.tuxpaintrc", if it
exists, will be used.

View file

@ -746,7 +746,7 @@
<blockquote>
<p>
<code>~/.tuxpaintrc</code>
<code>/home/username/.tuxpaintrc</code>
</p>
</blockquote>
@ -774,7 +774,7 @@
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. </p>
<p>
For example, on Linux and Unix, if "/etc/tuxpaint/tuxpaint.conf" includes this option to disable sound... </p>
For example, on Linux and Unix, if "<code>/etc/tuxpaint/tuxpaint.conf</code>" includes this option to disable sound... </p>
<blockquote>
<p>
@ -783,7 +783,7 @@
</blockquote>
<p>
...then you can reenable sound by either adding this option to your own ".tuxpaintrc" file: </p>
...then you can reenable sound by either adding this option to your own "<code>/home/username/.tuxpaintrc</code>" file: </p>
<blockquote>
<p>
@ -801,16 +801,13 @@
</blockquote>
<p>
Linux and Unix users can also disable the system-wide configuration file by including the following command-line argument: </p>
On platforms where Tux Paint offers a system-wide configuration file, the settings in that file may be skipped (so only the user configuration file and other command-line arguments will be used) by including the following command-line argument: </p>
<blockquote>
<p>
<code>--nosysconfig</code>
</p>
</blockquote>
<p>
Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments to determine what options should be set. </p>
</dd>
</dl>

View file

@ -169,7 +169,8 @@
</header>
<p>
The file you should create is called "<code><b>.tuxpaintrc</b></code>" and it should be placed in your home directory. (a.k.a. "<code>~/.tuxpaintrc</code>" or "<code>$HOME/.tuxpaintrc</code>") </p>
<code>/home/username/.tuxpaintrc</code>
</p>
</div>
<section class="indent"><!-- H3: System-Wide Configuration File -->
@ -218,7 +219,8 @@
</header>
<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>
<code>C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
</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>
@ -232,10 +234,8 @@
<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>
<code>C:\Program Files\TuxPaint\tuxpaint.cfg</code>
</p>
</section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: Windows Users -->
@ -2374,10 +2374,10 @@
</p>
<p>
If any of the above options are set in "<code>/etc/tuxpaint/tuxpaint.config</code>", you can override them in your own "<code>~/.tuxpaintrc</code>" file. </p>
If any of the above options are set in "<code>/etc/tuxpaint/tuxpaint.conf</code>", you can override them in your own "<code>/home/username/.tuxpaintrc</code>" file. </p>
<p>
For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your "<code>~/.tuxpaintrc</code>" file: </p>
For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your "<code>/home/username/.tuxpaintrc</code>" file: </p>
<blockquote>
<code>noprint=no<br>
@ -2551,7 +2551,7 @@
Under Linux and Unix, this prevents the system-wide configuration file, "<code>/etc/tuxpaint/tuxpaint.conf</code>", from being read. </p>
<p>
Only your own configuration file, "<code>~/.tuxpaintrc</code>", if it exists, will be used. </p>
Only your own configuration file, "<code>/home/username/.tuxpaintrc</code>", if it exists, will be used. </p>
</dd>
</dl>

View file

@ -585,7 +585,7 @@ Tux Paint is using options I didn't specify!
It then examines the user's personal configuration file:
~/.tuxpaintrc
/home/username/.tuxpaintrc
Finally, any options sent as command-line arguments are used.
@ -606,8 +606,8 @@ Tux Paint is using options I didn't specify!
nosound=yes
...then you can reenable sound by either adding this option to your own
".tuxpaintrc" file:
...then you can reenable sound by either adding this option to your own "/
home/username/.tuxpaintrc" file:
sound=yes
@ -615,14 +615,13 @@ Tux Paint is using options I didn't specify!
--sound
Linux and Unix users can also disable the system-wide configuration file by
including the following command-line argument:
On platforms where Tux Paint offers a system-wide configuration file, the
settings in that file may be skipped (so only the user configuration file
and other command-line arguments will be used) by including the following
command-line argument:
--nosysconfig
Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments
to determine what options should be set.

View file

@ -48,8 +48,7 @@ Tux Paint の動作をカスタマイズするには、グラフィカルな操
Linux 及び Unix のユーザー
ユーザー毎の設定ファイルは、ホームディレクトリに ".tuxpaintrc" というファイル名
で作成します。("~/.tuxpaintrc" あるいは "$HOME/.tuxpaintrc"
/home/username/.tuxpaintrc
システム全体の設定ファイル
@ -74,8 +73,7 @@ Application Support/TuxPaint 内に "tuxpaint.cfg" というファイル名で
Windows のユーザー
ユーザー毎の設定ファイルは、個人用データのフォルダ C:\Users\username\AppData\
Roaming\TuxPaint\ 内に "tuxpaint.cfg" というファイル名で作成します。
C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg
設定ファイルはメモ帳やワードパッドで作成できますが、必ずテキストファイルとして
保存するよう注意して下さい。また、ファイル名に ".txt" という拡張子をつけないよ
@ -87,7 +85,7 @@ Roaming\TuxPaint\ 内に "tuxpaint.cfg" というファイル名で作成しま
ザーに適用される設定ファイルが読み込まれます。(標準では、全ての変更が無効にさ
れています)
C:\Program Files\Tuxpaint
C:\Program Files\TuxPaint\tuxpaint.cfg
Haiku Users
@ -1607,12 +1605,12 @@ altprint=mod
Linux および Unix ユーザー向け)
"/etc/tuxpaint/tuxpaint.config" でオプションが設定されている場合でも、ユー
ザー各自の "~/.tuxpaintrc" ファイルの設定が優先されます。
"/etc/tuxpaint/tuxpaint.conf" でオプションが設定されている場合でも、ユー
ザー各自の "/home/username/.tuxpaintrc" ファイルの設定が優先されます。
"noprint" や "grab" のように、真か偽で設定するオプションでは、ユーザー毎の
"~/.tuxpaintrc" ファイルで、例えば次のように、単純に「'no' に等しい」と設定
することができます:
"/home/username/.tuxpaintrc" ファイルで、例えば次のように、単純に「'no' に
等しい」と設定することができます:
noprint=no
uppercase=no
@ -1769,8 +1767,8 @@ altprint=mod
Linux および Unix において、システム全体の設定ファイル "/etc/tuxpaint/
tuxpaint.conf" から設定を読み込まないようにします。
ユーザーごとの設定ファイル "~/.tuxpaintrc" が存在すれば、このファイルの
みから設定を読み込みます。
ユーザーごとの設定ファイル "/home/username/.tuxpaintrc" が存在すれば、
このファイルのみから設定を読み込みます。

View file

@ -746,7 +746,7 @@
<blockquote>
<p>
<code>~/.tuxpaintrc</code>
<code>/home/username/.tuxpaintrc</code>
</p>
</blockquote>
@ -774,7 +774,7 @@
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. </p>
<p>
For example, on Linux and Unix, if "/etc/tuxpaint/tuxpaint.conf" includes this option to disable sound... </p>
For example, on Linux and Unix, if "<code>/etc/tuxpaint/tuxpaint.conf</code>" includes this option to disable sound... </p>
<blockquote>
<p>
@ -783,7 +783,7 @@
</blockquote>
<p>
...then you can reenable sound by either adding this option to your own ".tuxpaintrc" file: </p>
...then you can reenable sound by either adding this option to your own "<code>/home/username/.tuxpaintrc</code>" file: </p>
<blockquote>
<p>
@ -801,16 +801,13 @@
</blockquote>
<p>
Linux and Unix users can also disable the system-wide configuration file by including the following command-line argument: </p>
On platforms where Tux Paint offers a system-wide configuration file, the settings in that file may be skipped (so only the user configuration file and other command-line arguments will be used) by including the following command-line argument: </p>
<blockquote>
<p>
<code>--nosysconfig</code>
</p>
</blockquote>
<p>
Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments to determine what options should be set. </p>
</dd>
</dl>

View file

@ -169,7 +169,8 @@
</header>
<p>
ユーザー毎の設定ファイルは、ホームディレクトリに "<code><b>.tuxpaintrc</b></code>" というファイル名で作成します。("<code>~/.tuxpaintrc</code>" あるいは "<code>$HOME/.tuxpaintrc</code>" </p>
<code>/home/username/.tuxpaintrc</code>
</p>
</div>
<section class="indent"><!-- H3: System-Wide Configuration File -->
@ -218,7 +219,8 @@
</header>
<p>
ユーザー毎の設定ファイルは、個人用データのフォルダ <code>C:\Users\username\AppData\Roaming\TuxPaint\</code> 内に "<code><b>tuxpaint.cfg</b></code>" というファイル名で作成します。 </p>
<code>C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
</p>
<p>
設定ファイルはメモ帳やワードパッドで作成できますが、必ずテキストファイルとして保存するよう注意して下さい。また、ファイル名に ".txt" という拡張子をつけないようにします。 </p>
@ -232,10 +234,8 @@
<p>
ユーザー毎の設定ファイルが読み込まれる前に、以下の場所にある、システムの全ユーザーに適用される設定ファイルが読み込まれます。(標準では、全ての変更が無効にされています) </p>
<blockquote>
<code>C:\Program Files\Tuxpaint</code>
</blockquote>
<p>
<code>C:\Program Files\TuxPaint\tuxpaint.cfg</code>
</p>
</section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: Windows Users -->
@ -2374,10 +2374,10 @@
</p>
<p>
"<code>/etc/tuxpaint/tuxpaint.config</code>" でオプションが設定されている場合でも、ユーザー各自の "<code>~/.tuxpaintrc</code>" ファイルの設定が優先されます。 </p>
"<code>/etc/tuxpaint/tuxpaint.conf</code>" でオプションが設定されている場合でも、ユーザー各自の "<code>/home/username/.tuxpaintrc</code>" ファイルの設定が優先されます。 </p>
<p>
"<code>noprint</code>" や "<code>grab</code>" のように、真か偽で設定するオプションでは、ユーザー毎の "<code>~/.tuxpaintrc</code>" ファイルで、例えば次のように、単純に 「'no' に等しい」と設定することができます: </p>
"<code>noprint</code>" や "<code>grab</code>" のように、真か偽で設定するオプションでは、ユーザー毎の "<code>/home/username/.tuxpaintrc</code>" ファイルで、例えば次のように、単純に 「'no' に等しい」と設定することができます: </p>
<blockquote>
<code>noprint=no<br>
@ -2551,7 +2551,7 @@
Linux および Unix において、システム全体の設定ファイル "<code>/etc/tuxpaint/tuxpaint.conf</code>" から設定を読み込まないようにします。 </p>
<p>
ユーザーごとの設定ファイル "<code>~/.tuxpaintrc</code>" が存在すれば、このファイルのみから設定を読み込みます。 </p>
ユーザーごとの設定ファイル "<code>/home/username/.tuxpaintrc</code>" が存在すれば、このファイルのみから設定を読み込みます。 </p>
</dd>
</dl>

View file

@ -610,7 +610,7 @@ Tux Paint is using options I didn't specify!
Mandej ekzaminon kartelën e formësimit personal të përdoruesit:
~/.tuxpaintrc
/home/emër përdoruesi/.tuxpaintrc
Finally, any options sent as command-line arguments are used.
@ -631,8 +631,8 @@ Tux Paint is using options I didn't specify!
nosound=yes
...then you can reenable sound by either adding this option to your own
".tuxpaintrc" file:
...then you can reenable sound by either adding this option to your own "/
home/emër përdoruesi/.tuxpaintrc" file:
sound=yes
@ -640,14 +640,13 @@ Tux Paint is using options I didn't specify!
--sound
Linux and Unix users can also disable the system-wide configuration file by
including the following command-line argument:
On platforms where Tux Paint offers a system-wide configuration file, the
settings in that file may be skipped (so only the user configuration file
and other command-line arguments will be used) by including the following
command-line argument:
--nosysconfig
Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments
to determine what options should be set.

View file

@ -47,8 +47,7 @@ The file is simply a plain text file containing the options you want enabled:
Përdorues Linux-esh dhe Unix-esh
The file you should create is called ".tuxpaintrc" and it should be placed in
your home directory. (a.k.a. "~/.tuxpaintrc" or "$HOME/.tuxpaintrc")
/home/emër përdoruesi/.tuxpaintrc
Kartelë Formësimi Për Mbarë Sistemin
@ -73,9 +72,7 @@ at:
Përdorues Windows-i
The file you should create is called "tuxpaint.cfg" and it should be placed in
in your personal AppData folder: C:\Users\emër përdoruesi\AppData\Roaming\
TuxPaint\
C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\tuxpaint.cfg
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...
@ -86,7 +83,7 @@ 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
C:\Program Files\TuxPaint\tuxpaint.cfg
Haiku Users
@ -1618,11 +1615,11 @@ Shkurtore butonash
(Për përdorues Linux-esh dhe Unix-esh)
If any of the above options are set in "/etc/tuxpaint/tuxpaint.config", you
can override them in your own "~/.tuxpaintrc" file.
If any of the above options are set in "/etc/tuxpaint/tuxpaint.conf", you
can override them in your own "/home/emër përdoruesi/.tuxpaintrc" file.
For true/false options, like "noprint" and "grab", you can simply say they
equal 'no' in your "~/.tuxpaintrc" file:
equal 'no' in your "/home/emër përdoruesi/.tuxpaintrc" file:
noprint=no
uppercase=no
@ -1779,8 +1776,8 @@ Shkurtore butonash
Under Linux and Unix, this prevents the system-wide configuration file,
"/etc/tuxpaint/tuxpaint.conf", from being read.
Only your own configuration file, "~/.tuxpaintrc", if it exists, will
be used.
Only your own configuration file, "/home/emër përdoruesi/.tuxpaintrc",
if it exists, will be used.

View file

@ -746,7 +746,7 @@
<blockquote>
<p>
<code>~/.tuxpaintrc</code>
<code>/home/emër përdoruesi/.tuxpaintrc</code>
</p>
</blockquote>
@ -774,7 +774,7 @@
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. </p>
<p>
For example, on Linux and Unix, if "/etc/tuxpaint/tuxpaint.conf" includes this option to disable sound... </p>
For example, on Linux and Unix, if "<code>/etc/tuxpaint/tuxpaint.conf</code>" includes this option to disable sound... </p>
<blockquote>
<p>
@ -783,7 +783,7 @@
</blockquote>
<p>
...then you can reenable sound by either adding this option to your own ".tuxpaintrc" file: </p>
...then you can reenable sound by either adding this option to your own "<code>/home/emër përdoruesi/.tuxpaintrc</code>" file: </p>
<blockquote>
<p>
@ -801,16 +801,13 @@
</blockquote>
<p>
Linux and Unix users can also disable the system-wide configuration file by including the following command-line argument: </p>
On platforms where Tux Paint offers a system-wide configuration file, the settings in that file may be skipped (so only the user configuration file and other command-line arguments will be used) by including the following command-line argument: </p>
<blockquote>
<p>
<code>--nosysconfig</code>
</p>
</blockquote>
<p>
Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments to determine what options should be set. </p>
</dd>
</dl>

View file

@ -169,7 +169,8 @@
</header>
<p>
The file you should create is called "<code><b>.tuxpaintrc</b></code>" and it should be placed in your home directory. (a.k.a. "<code>~/.tuxpaintrc</code>" or "<code>$HOME/.tuxpaintrc</code>") </p>
<code>/home/emër përdoruesi/.tuxpaintrc</code>
</p>
</div>
<section class="indent"><!-- H3: System-Wide Configuration File -->
@ -218,7 +219,8 @@
</header>
<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\emër përdoruesi\AppData\Roaming\TuxPaint\</code> </p>
<code>C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
</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>
@ -232,10 +234,8 @@
<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>
<code>C:\Program Files\TuxPaint\tuxpaint.cfg</code>
</p>
</section><!-- H3: System-Wide Configuration File -->
</section><!-- H2: Windows Users -->
@ -2374,10 +2374,10 @@
</p>
<p>
If any of the above options are set in "<code>/etc/tuxpaint/tuxpaint.config</code>", you can override them in your own "<code>~/.tuxpaintrc</code>" file. </p>
If any of the above options are set in "<code>/etc/tuxpaint/tuxpaint.conf</code>", you can override them in your own "<code>/home/emër përdoruesi/.tuxpaintrc</code>" file. </p>
<p>
For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your "<code>~/.tuxpaintrc</code>" file: </p>
For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your "<code>/home/emër përdoruesi/.tuxpaintrc</code>" file: </p>
<blockquote>
<code>noprint=no<br>
@ -2551,7 +2551,7 @@
Under Linux and Unix, this prevents the system-wide configuration file, "<code>/etc/tuxpaint/tuxpaint.conf</code>", from being read. </p>
<p>
Only your own configuration file, "<code>~/.tuxpaintrc</code>", if it exists, will be used. </p>
Only your own configuration file, "<code>/home/emër përdoruesi/.tuxpaintrc</code>", if it exists, will be used. </p>
</dd>
</dl>