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

@ -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>