FAQ & OPTIONS: Haiku config file path

h/t Luc
This commit is contained in:
Bill Kendrick 2024-04-27 10:41:26 -07:00
parent 6554ac644a
commit 5f8e2b51bd
28 changed files with 520 additions and 102 deletions

View file

@ -4,7 +4,7 @@
Të drejta kopjimi © 2002-2024 nga kontribues të ndryshëm; shihni AUTHORS.txt.
https://tuxpaint.org/
7 prill 2024
27 prill 2024
-------------------------------------------------------------------------------
+-------------------------------------------+
@ -584,13 +584,24 @@ Tux Paint is using options I didn't specify!
Under Windows, Tux Paint first examines the configuration file:
tuxpaint.cfg
C:\Users\Username\AppData\Roaming\TuxPaint\tuxpaint.cfg
Finally, any options sent as command-line arguments are used.
+ macOS
+ Unix dhe Linux
Under macOS, it first examines the system-wide configuration file,
located here:
/Library/Application Support/TuxPaint/tuxpaint.cfg
Mandej ekzaminon kartelën e formësimit personal të përdoruesit:
/Users/Username/Library/Application Support/TuxPaint/tuxpaint.cfg
Finally, any options sent as command-line arguments are used.
+ Linux / Unix
Under Unix and Linux, it first examines the system-wide configuration
file, located here:
@ -605,6 +616,12 @@ Tux Paint is using options I didn't specify!
+ Haiku
Under Haiku, Tux Paint first examines the configuration file:
/boot/home/config/settings/TuxPaint/tuxpaint.conf
Finally, any options sent as command-line arguments are used.
This means that if anything is set in a configuration file that you don't
want set, you'll need to either change the config. file (if you can), or
override the option on the command-line.

View file

@ -88,6 +88,11 @@ at:
C:\Program Files\Tuxpaint
Haiku Users
The file you should create is called "tuxpaint.conf" and it should be placed in
/boot/home/config/settings/TuxPaint
⚙ You can disable reading of this file altogether, leaving the settings as
defaults (which can then be overridden by your personal config. file and/or
command-line arguments) by using the command-line option "--nosysconfig".

View file

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

View file

@ -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">&#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 -->