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 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>
|
||||
</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>
|
||||
</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 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue