Sync docs after noting AppData & .tuxpaint are hidden...
...and ways to access them.
This commit is contained in:
parent
e2f33a491b
commit
5797769eb8
31 changed files with 477 additions and 92 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
January 6, 2025
|
January 9, 2025
|
||||||
|
|
||||||
+------------------------------+
|
+------------------------------+
|
||||||
| Table of Contents |
|
| Table of Contents |
|
||||||
|
|
@ -228,6 +228,16 @@
|
||||||
In the user's "AppData" folder:
|
In the user's "AppData" folder:
|
||||||
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
|
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
|
||||||
|
|
||||||
|
(Note: The "AppData" folder is hidden (not visible) by default. You can
|
||||||
|
enter the path manually in the location bar of your file browser (e.g.,
|
||||||
|
File Explorer).)
|
||||||
|
|
||||||
|
You can use the %APPDATA% variable as a shorthand, i.e.
|
||||||
|
"%APPDATA%\Tuxpaint\Saved".
|
||||||
|
|
||||||
|
You can use the [⊞ (Windows)] + [R] key combination to bring up the Run
|
||||||
|
command window, and then type the path and hit [Enter / Return].
|
||||||
|
|
||||||
→ macOS ←
|
→ macOS ←
|
||||||
In the user's "Application Support" folder:
|
In the user's "Application Support" folder:
|
||||||
e.g., "/Users/username/Library/Application Support/TuxPaint/saved/"
|
e.g., "/Users/username/Library/Application Support/TuxPaint/saved/"
|
||||||
|
|
@ -236,6 +246,13 @@
|
||||||
In the user's "home directory" folder:
|
In the user's "home directory" folder:
|
||||||
e.g., "/home/username/.tuxpaint/saved/"
|
e.g., "/home/username/.tuxpaint/saved/"
|
||||||
|
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You
|
||||||
|
can enter the path manually in the location bar of your file browser
|
||||||
|
(e.g., GNOME Files or Dolphin).)
|
||||||
|
|
||||||
|
You can use the $HOME variable as a shorthand, i.e.
|
||||||
|
"$HOME/.tuxpaint/saved".
|
||||||
|
|
||||||
→ Haiku ←
|
→ Haiku ←
|
||||||
In the user's "settings" folder:
|
In the user's "settings" folder:
|
||||||
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
||||||
|
|
@ -378,7 +395,7 @@
|
||||||
# Or use Tux Paint Config. and make sure "Enable Sound Effects"
|
# Or use Tux Paint Config. and make sure "Enable Sound Effects"
|
||||||
(under "Video & Sound") is not checked.
|
(under "Video & Sound") is not checked.
|
||||||
# Alternatively, recompile Tux Paint with sound support disabled.
|
# Alternatively, recompile Tux Paint with sound support disabled.
|
||||||
(See above, and the 'Install' documentation.
|
(See above, and the 'Install' documentation.)
|
||||||
|
|
||||||
|
|
||||||
→ The stereo panning of sound effects is bothersome; can sound effects be
|
→ The stereo panning of sound effects is bothersome; can sound effects be
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
January 6, 2025
|
January 9, 2025
|
||||||
|
|
||||||
+-------------------------------------------------+
|
+-------------------------------------------------+
|
||||||
| Table of Contents |
|
| Table of Contents |
|
||||||
|
|
@ -1266,6 +1266,17 @@ See COPYING.txt for the full text of the GPL license.
|
||||||
In the user's "AppData" folder:
|
In the user's "AppData" folder:
|
||||||
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
|
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
|
||||||
|
|
||||||
|
(Note: The "AppData" folder is hidden (not visible) by default. You
|
||||||
|
can enter the path manually in the location bar of your file
|
||||||
|
browser (e.g., File Explorer).)
|
||||||
|
|
||||||
|
You can use the %APPDATA% variable as a shorthand, i.e.
|
||||||
|
"%APPDATA%\Tuxpaint\Saved".
|
||||||
|
|
||||||
|
You can use the [⊞ (Windows)] + [R] key combination to bring up the
|
||||||
|
Run command window, and then type the path and hit [Enter / Return]
|
||||||
|
.
|
||||||
|
|
||||||
→ macOS ←
|
→ macOS ←
|
||||||
In the user's "Application Support" folder:
|
In the user's "Application Support" folder:
|
||||||
e.g., "/Users/username/Library/Application Support/TuxPaint/saved/"
|
e.g., "/Users/username/Library/Application Support/TuxPaint/saved/"
|
||||||
|
|
@ -1274,6 +1285,13 @@ See COPYING.txt for the full text of the GPL license.
|
||||||
In the user's "home directory" folder:
|
In the user's "home directory" folder:
|
||||||
e.g., "/home/username/.tuxpaint/saved/"
|
e.g., "/home/username/.tuxpaint/saved/"
|
||||||
|
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default.
|
||||||
|
You can enter the path manually in the location bar of your file
|
||||||
|
browser (e.g., GNOME Files or Dolphin).)
|
||||||
|
|
||||||
|
You can use the $HOME variable as a shorthand, i.e.
|
||||||
|
"$HOME/.tuxpaint/saved".
|
||||||
|
|
||||||
→ Haiku ←
|
→ Haiku ←
|
||||||
In the user's "settings" folder:
|
In the user's "settings" folder:
|
||||||
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
||||||
|
|
|
||||||
|
|
@ -231,7 +231,7 @@
|
||||||
<p>
|
<p>
|
||||||
Your personal Tux Paint folder is stored in your personal "Application Data". For example, on newer Windows:
|
Your personal Tux Paint folder is stored in your personal "Application Data". For example, on newer Windows:
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<nobr><code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\</code></nobr> </blockquote>
|
<nobr><code style='background: #EEE;'>C:\Users\<i>username</i>\AppData\Roaming\TuxPaint\</code></nobr> </blockquote>
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
|
|
@ -246,7 +246,7 @@
|
||||||
<dt><strong>Linux and Unix</strong></dt>
|
<dt><strong>Linux and Unix</strong></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>
|
<p>
|
||||||
Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/</code>"</nobr>. </p>
|
Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/.tuxpaint/</code>"</nobr>. </p>
|
||||||
<p>
|
<p>
|
||||||
Don't forget the period ("<code>.</code>") before the "<code>tuxpaint</code>"! </p>
|
Don't forget the period ("<code>.</code>") before the "<code>tuxpaint</code>"! </p>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
@ -256,7 +256,7 @@
|
||||||
To add your own brushes, stamps, 'starters,' templates, and fonts, create subdirectories under your personal Tux Paint directory named "<code><b>brushes</b></code>", "<code><b>stamps</b></code>", "<code><b>starters</b></code>", "<code><b>templates</b></code>", "<code><b>fonts</b></code>", respectively. </p>
|
To add your own brushes, stamps, 'starters,' templates, and fonts, create subdirectories under your personal Tux Paint directory named "<code><b>brushes</b></code>", "<code><b>stamps</b></code>", "<code><b>starters</b></code>", "<code><b>templates</b></code>", "<code><b>fonts</b></code>", respectively. </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
(For example, if you created a brush named <nobr>"<code style='background: #EEE;'>flower.png</code>"</nobr>, you would put it in <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/brushes/</code>"</nobr> under Linux or Unix.) </p>
|
(For example, if you created a brush named <nobr>"<code style='background: #EEE;'>flower.png</code>"</nobr>, you would put it in <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/.tuxpaint/brushes/</code>"</nobr> under Linux or Unix.) </p>
|
||||||
</section><!-- H2: Personal Files -->
|
</section><!-- H2: Personal Files -->
|
||||||
</section><!-- H1: Where Files Go -->
|
</section><!-- H1: Where Files Go -->
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
January 6, 2025 </p>
|
January 9, 2025 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -363,7 +363,13 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\saved\</code>"</nobr> </dd>
|
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\<i>username</i>\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>%APPDATA%</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>%APPDATA%\Tuxpaint\Saved</code>"</nobr>. <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <b><code>[⊞ (Windows)]</code></b> + <b><code>[R]</code></b> key combination to bring up the <cite>Run</cite> command window, and then type the path and hit <b><code>[Enter / Return]</code></b>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>macOS</cite>
|
<cite>macOS</cite>
|
||||||
|
|
@ -377,7 +383,11 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/saved/</code>"</nobr> </dd>
|
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/.tuxpaint/saved/</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>$HOME</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>$HOME/.tuxpaint/saved</code>"</nobr>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>Haiku</cite>
|
<cite>Haiku</cite>
|
||||||
|
|
@ -537,7 +547,7 @@
|
||||||
Or use Tux Paint Config. and make sure "Enable Sound Effects" (under "Video & Sound") is not checked. </li>
|
Or use Tux Paint Config. and make sure "Enable Sound Effects" (under "Video & Sound") is not checked. </li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
Alternatively, recompile Tux Paint with sound support disabled. (See above, and the 'Install' documentation. </li>
|
Alternatively, recompile Tux Paint with sound support disabled. (See above, and the 'Install' documentation.) </li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -666,7 +676,7 @@
|
||||||
If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "<code>stdout.txt</code>" in the same folder where <code>TuxPaint.exe</code> resides (e.g., in <nobr>"<code style='background: #EEE;'>C:\Program Files\TuxPaint\</code>"</nobr>). </p>
|
If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "<code>stdout.txt</code>" in the same folder where <code>TuxPaint.exe</code> resides (e.g., in <nobr>"<code style='background: #EEE;'>C:\Program Files\TuxPaint\</code>"</nobr>). </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
A lockfile (e.g., <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/lockfile.dat</code>"</nobr> on Linux and Unix, <nobr>"<code style='background: #EEE;'>userdata\lockfile.dat</code>"</nobr> on Windows) is used to make sure Tux Paint isn't run too many times at once (e.g., due to a child impatiently clicking its icon more than once). </p>
|
A lockfile (e.g., <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/.tuxpaint/lockfile.dat</code>"</nobr> on Linux and Unix, <nobr>"<code style='background: #EEE;'>userdata\lockfile.dat</code>"</nobr> on Windows) is used to make sure Tux Paint isn't run too many times at once (e.g., due to a child impatiently clicking its icon more than once). </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Even if the lockfile exists, it contains the 'time' Tux Paint was last run. If it's been more than 30 seconds, Tux Paint should run fine, and simply update the lockfile with the current time. </p>
|
Even if the lockfile exists, it contains the 'time' Tux Paint was last run. If it's been more than 30 seconds, Tux Paint should run fine, and simply update the lockfile with the current time. </p>
|
||||||
|
|
@ -776,7 +786,7 @@
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
<nobr><code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p>
|
<nobr><code style='background: #EEE;'>C:\Users\<i>username</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -820,7 +830,7 @@
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
<nobr><code style='background: #EEE;'>/home/username/.tuxpaintrc</code></nobr> </p>
|
<nobr><code style='background: #EEE;'>/home/<i>username</i>/.tuxpaintrc</code></nobr> </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -855,7 +865,7 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
...then you can reenable sound by either adding this option to your own <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaintrc</code>"</nobr> file: </p>
|
...then you can reenable sound by either adding this option to your own <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/.tuxpaintrc</code>"</nobr> file: </p>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -751,7 +751,7 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "<code>stderr.txt</code>" in your personal saving folder for TuxPaint which is normaly <nobr>"<code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\</code>"</nobr>. </p>
|
If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "<code>stderr.txt</code>" in your personal saving folder for TuxPaint which is normaly <nobr>"<code style='background: #EEE;'>C:\Users\<i>username</i>\AppData\Roaming\TuxPaint\</code>"</nobr>. </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
It will contain a description of what was wrong. Usually it will just be due to incorrect character-case (capital 'Z' instead of lowercase 'z') or a missing (or extra) '-' (dash). </p>
|
It will contain a description of what was wrong. Usually it will just be due to incorrect character-case (capital 'Z' instead of lowercase 'z') or a missing (or extra) '-' (dash). </p>
|
||||||
|
|
|
||||||
|
|
@ -169,7 +169,7 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<nobr><code style='background: #EEE;'>/home/username/.tuxpaintrc</code></nobr> </p>
|
<nobr><code style='background: #EEE;'>/home/<i>username</i>/.tuxpaintrc</code></nobr> </p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<section class="indent"><!-- H3: System-Wide Configuration File -->
|
<section class="indent"><!-- H3: System-Wide Configuration File -->
|
||||||
|
|
@ -216,7 +216,7 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<nobr><code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </p>
|
<nobr><code style='background: #EEE;'>C:\Users\<i>username</i>\AppData\Roaming\TuxPaint\tuxpaint.cfg</code></nobr> </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>
|
||||||
|
|
@ -1785,11 +1785,11 @@
|
||||||
<dt>Linux / Unix</dt>
|
<dt>Linux / Unix</dt>
|
||||||
<dd>
|
<dd>
|
||||||
Under a hidden directory in your home directory:<br/>
|
Under a hidden directory in your home directory:<br/>
|
||||||
<nobr><code style='background: #EEE;'>/home/username/.tuxpaint/saved/</code></nobr> </dd>
|
<nobr><code style='background: #EEE;'>/home/<i>username</i>/.tuxpaint/saved/</code></nobr> </dd>
|
||||||
|
|
||||||
<dt>Windows</dt>
|
<dt>Windows</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<nobr><code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\saved\</code></nobr> </dd>
|
<nobr><code style='background: #EEE;'>C:\Users\<i>username</i>\AppData\Roaming\TuxPaint\saved\</code></nobr> </dd>
|
||||||
|
|
||||||
<dt>macOS</dt>
|
<dt>macOS</dt>
|
||||||
<dd>
|
<dd>
|
||||||
|
|
@ -1823,7 +1823,7 @@
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Linux & Unix — If available, wherever your desktop environment is configured for pictures to be stored, based on your XDG (X Desktop Group) configuration. (Try running the command-line "<code style="white-space: nowrap;">xdg-user-dir PICTURES</code>" to find out.)<br>
|
<li>Linux & Unix — If available, wherever your desktop environment is configured for pictures to be stored, based on your XDG (X Desktop Group) configuration. (Try running the command-line "<code style="white-space: nowrap;">xdg-user-dir PICTURES</code>" to find out.)<br>
|
||||||
Typically (in an English locale), this will be a "<code>Pictures</code>" subdirectory in your home directory (i.e., <nobr>"<code style='background: #EEE;'>/home/username/Pictures</code>"</nobr>).<br>
|
Typically (in an English locale), this will be a "<code>Pictures</code>" subdirectory in your home directory (i.e., <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/Pictures</code>"</nobr>).<br>
|
||||||
Tux Paint will fall back to using that typical directory, if no XDG configuration can be read, or nothing is set for "<code>XDG_PICTURES_DIR</code>". </li>
|
Tux Paint will fall back to using that typical directory, if no XDG configuration can be read, or nothing is set for "<code>XDG_PICTURES_DIR</code>". </li>
|
||||||
<li>Windows - <nobr>"<code style='background: #EEE;'>My Pictures</code>"</nobr> directory for each user (normaly <nobr>"<code style='background: #EEE;'>C:\Users\username\My Pictures</code>"</nobr>)<br>You can directly open the folder as follows: <ul>
|
<li>Windows - <nobr>"<code style='background: #EEE;'>My Pictures</code>"</nobr> directory for each user (normaly <nobr>"<code style='background: #EEE;'>C:\Users\username\My Pictures</code>"</nobr>)<br>You can directly open the folder as follows: <ul>
|
||||||
<li>Press "[Windows]+[R]" key to open "Run ..." dialogue.</li>
|
<li>Press "[Windows]+[R]" key to open "Run ..." dialogue.</li>
|
||||||
|
|
@ -1836,11 +1836,11 @@
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p class="note">
|
<p class="note">
|
||||||
<span title="Information">💡</span> <strong>Note:</strong> When the defaults are used, a new "<code>TuxPaint</code>" subdirectory will be created and used. (e.g., <nobr>"<code style='background: #EEE;'>/home/username/Pictures/TuxPaint</code>"</nobr>) When the "<code>--exportdir</code>" option is used, the exact path specified will be used (no "<code>TuxPaint</code>" subdirectory is created). </p>
|
<span title="Information">💡</span> <strong>Note:</strong> When the defaults are used, a new "<code>TuxPaint</code>" subdirectory will be created and used. (e.g., <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/Pictures/TuxPaint</code>"</nobr>) When the "<code>--exportdir</code>" option is used, the exact path specified will be used (no "<code>TuxPaint</code>" subdirectory is created). </p>
|
||||||
<p>
|
<p>
|
||||||
The directory itself (e.g., <nobr>"<code style='background: #EEE;'>/home/username/Pictures/TuxPaint</code>"</nobr>) will be created, if it doesn't exist. </p>
|
The directory itself (e.g., <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/Pictures/TuxPaint</code>"</nobr>) will be created, if it doesn't exist. </p>
|
||||||
<p>
|
<p>
|
||||||
If the <em>parent</em> directory (e.g., <nobr>"<code style='background: #EEE;'>/home/username/Pictures</code>"</nobr>) also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that). </p>
|
If the <em>parent</em> directory (e.g., <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/Pictures</code>"</nobr>) also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that). </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Example: <code>exportdir=/home/penguin/TuxPaintExports</code> </p>
|
Example: <code>exportdir=/home/penguin/TuxPaintExports</code> </p>
|
||||||
|
|
@ -1944,10 +1944,10 @@
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Linux / Unix</dt>
|
<dt>Linux / Unix</dt>
|
||||||
<dd><nobr><code style='background: #EEE;'>/home/username/.tuxpaint/</code></nobr></dd>
|
<dd><nobr><code style='background: #EEE;'>/home/<i>username</i>/.tuxpaint/</code></nobr></dd>
|
||||||
|
|
||||||
<dt>Windows</dt>
|
<dt>Windows</dt>
|
||||||
<dd><nobr><code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\</code></nobr></dd>
|
<dd><nobr><code style='background: #EEE;'>C:\Users\<i>username</i>\AppData\Roaming\TuxPaint\</code></nobr></dd>
|
||||||
|
|
||||||
<dt>macoS</dt>
|
<dt>macoS</dt>
|
||||||
<dd><nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/</code></nobr></dd>
|
<dd><nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/</code></nobr></dd>
|
||||||
|
|
@ -2373,7 +2373,7 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
If any of the above options are set in a system-wide configuration file (e.g. <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr> on Linux), you may override them in your own personal configuration file (e.g. <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaintrc</code>"</nobr>) </p>
|
If any of the above options are set in a system-wide configuration file (e.g. <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr> on Linux), you may override them in your own personal configuration file (e.g. <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/.tuxpaintrc</code>"</nobr>) </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your personal configuration file: </p>
|
For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your personal configuration file: </p>
|
||||||
|
|
@ -2550,7 +2550,7 @@
|
||||||
This prevents the system-wide configuration file (e.g. <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr> on Linux), from being read. </p>
|
This prevents the system-wide configuration file (e.g. <nobr>"<code style='background: #EEE;'>/etc/tuxpaint/tuxpaint.conf</code>"</nobr> on Linux), from being read. </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Only your own configuration file (e.g. <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaintrc</code>"</nobr> on Linux) — if it exists — will be used. </p>
|
Only your own configuration file (e.g. <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/.tuxpaintrc</code>"</nobr> on Linux) — if it exists — will be used. </p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
January 6, 2025 </p>
|
January 9, 2025 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -1706,7 +1706,13 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\saved\</code>"</nobr> </dd>
|
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\<i>username</i>\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>%APPDATA%</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>%APPDATA%\Tuxpaint\Saved</code>"</nobr>. <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <b><code>[⊞ (Windows)]</code></b> + <b><code>[R]</code></b> key combination to bring up the <cite>Run</cite> command window, and then type the path and hit <b><code>[Enter / Return]</code></b>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>macOS</cite>
|
<cite>macOS</cite>
|
||||||
|
|
@ -1720,7 +1726,11 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/saved/</code>"</nobr> </dd>
|
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/.tuxpaint/saved/</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>$HOME</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>$HOME/.tuxpaint/saved</code>"</nobr>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>Haiku</cite>
|
<cite>Haiku</cite>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
enero 6, 2025
|
enero 9, 2025
|
||||||
|
|
||||||
+------------------------------+
|
+------------------------------+
|
||||||
| Table of Contents |
|
| Table of Contents |
|
||||||
|
|
@ -228,6 +228,16 @@
|
||||||
In the user's "AppData" folder:
|
In the user's "AppData" folder:
|
||||||
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
|
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
|
||||||
|
|
||||||
|
(Note: The "AppData" folder is hidden (not visible) by default. You can
|
||||||
|
enter the path manually in the location bar of your file browser (e.g.,
|
||||||
|
File Explorer).)
|
||||||
|
|
||||||
|
You can use the %APPDATA% variable as a shorthand, i.e.
|
||||||
|
"%APPDATA%\Tuxpaint\Saved".
|
||||||
|
|
||||||
|
You can use the [⊞ (Windows)] + [R] key combination to bring up the Run
|
||||||
|
command window, and then type the path and hit [Enter / Return].
|
||||||
|
|
||||||
→ macOS ←
|
→ macOS ←
|
||||||
In the user's "Application Support" folder:
|
In the user's "Application Support" folder:
|
||||||
e.g., "/Users/username/Library/Application Support/TuxPaint/saved/"
|
e.g., "/Users/username/Library/Application Support/TuxPaint/saved/"
|
||||||
|
|
@ -236,6 +246,13 @@
|
||||||
In the user's "home directory" folder:
|
In the user's "home directory" folder:
|
||||||
e.g., "/home/username/.tuxpaint/saved/"
|
e.g., "/home/username/.tuxpaint/saved/"
|
||||||
|
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You
|
||||||
|
can enter the path manually in the location bar of your file browser
|
||||||
|
(e.g., GNOME Files or Dolphin).)
|
||||||
|
|
||||||
|
You can use the $HOME variable as a shorthand, i.e.
|
||||||
|
"$HOME/.tuxpaint/saved".
|
||||||
|
|
||||||
→ Haiku ←
|
→ Haiku ←
|
||||||
In the user's "settings" folder:
|
In the user's "settings" folder:
|
||||||
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
||||||
|
|
@ -378,7 +395,7 @@
|
||||||
# Or use Tux Paint Config. and make sure "Enable Sound Effects"
|
# Or use Tux Paint Config. and make sure "Enable Sound Effects"
|
||||||
(under "Video & Sound") is not checked.
|
(under "Video & Sound") is not checked.
|
||||||
# Alternatively, recompile Tux Paint with sound support disabled.
|
# Alternatively, recompile Tux Paint with sound support disabled.
|
||||||
(See above, and the 'Install' documentation.
|
(See above, and the 'Install' documentation.)
|
||||||
|
|
||||||
|
|
||||||
→ The stereo panning of sound effects is bothersome; can sound effects be
|
→ The stereo panning of sound effects is bothersome; can sound effects be
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
enero 6, 2025
|
enero 9, 2025
|
||||||
|
|
||||||
+-------------------------------------------------+
|
+-------------------------------------------------+
|
||||||
| Table of Contents |
|
| Table of Contents |
|
||||||
|
|
@ -1266,6 +1266,17 @@ See COPYING.txt for the full text of the GPL license.
|
||||||
In the user's "AppData" folder:
|
In the user's "AppData" folder:
|
||||||
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
|
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
|
||||||
|
|
||||||
|
(Note: The "AppData" folder is hidden (not visible) by default. You
|
||||||
|
can enter the path manually in the location bar of your file
|
||||||
|
browser (e.g., File Explorer).)
|
||||||
|
|
||||||
|
You can use the %APPDATA% variable as a shorthand, i.e.
|
||||||
|
"%APPDATA%\Tuxpaint\Saved".
|
||||||
|
|
||||||
|
You can use the [⊞ (Windows)] + [R] key combination to bring up the
|
||||||
|
Run command window, and then type the path and hit [Enter / Return]
|
||||||
|
.
|
||||||
|
|
||||||
→ macOS ←
|
→ macOS ←
|
||||||
In the user's "Application Support" folder:
|
In the user's "Application Support" folder:
|
||||||
e.g., "/Users/username/Library/Application Support/TuxPaint/saved/"
|
e.g., "/Users/username/Library/Application Support/TuxPaint/saved/"
|
||||||
|
|
@ -1274,6 +1285,13 @@ See COPYING.txt for the full text of the GPL license.
|
||||||
In the user's "home directory" folder:
|
In the user's "home directory" folder:
|
||||||
e.g., "/home/username/.tuxpaint/saved/"
|
e.g., "/home/username/.tuxpaint/saved/"
|
||||||
|
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default.
|
||||||
|
You can enter the path manually in the location bar of your file
|
||||||
|
browser (e.g., GNOME Files or Dolphin).)
|
||||||
|
|
||||||
|
You can use the $HOME variable as a shorthand, i.e.
|
||||||
|
"$HOME/.tuxpaint/saved".
|
||||||
|
|
||||||
→ Haiku ←
|
→ Haiku ←
|
||||||
In the user's "settings" folder:
|
In the user's "settings" folder:
|
||||||
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
enero 6, 2025 </p>
|
enero 9, 2025 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -363,7 +363,13 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\saved\</code>"</nobr> </dd>
|
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>%APPDATA%</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>%APPDATA%\Tuxpaint\Saved</code>"</nobr>. <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <b><code>[⊞ (Windows)]</code></b> + <b><code>[R]</code></b> key combination to bring up the <cite>Run</cite> command window, and then type the path and hit <b><code>[Enter / Return]</code></b>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>macOS</cite>
|
<cite>macOS</cite>
|
||||||
|
|
@ -377,7 +383,11 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/saved/</code>"</nobr> </dd>
|
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/saved/</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>$HOME</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>$HOME/.tuxpaint/saved</code>"</nobr>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>Haiku</cite>
|
<cite>Haiku</cite>
|
||||||
|
|
@ -537,7 +547,7 @@
|
||||||
Or use Tux Paint Config. and make sure "Enable Sound Effects" (under "Video & Sound") is not checked. </li>
|
Or use Tux Paint Config. and make sure "Enable Sound Effects" (under "Video & Sound") is not checked. </li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
Alternatively, recompile Tux Paint with sound support disabled. (See above, and the 'Install' documentation. </li>
|
Alternatively, recompile Tux Paint with sound support disabled. (See above, and the 'Install' documentation.) </li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
enero 6, 2025 </p>
|
enero 9, 2025 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -1706,7 +1706,13 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\saved\</code>"</nobr> </dd>
|
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>%APPDATA%</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>%APPDATA%\Tuxpaint\Saved</code>"</nobr>. <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <b><code>[⊞ (Windows)]</code></b> + <b><code>[R]</code></b> key combination to bring up the <cite>Run</cite> command window, and then type the path and hit <b><code>[Enter / Return]</code></b>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>macOS</cite>
|
<cite>macOS</cite>
|
||||||
|
|
@ -1720,7 +1726,11 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/saved/</code>"</nobr> </dd>
|
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/saved/</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>$HOME</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>$HOME/.tuxpaint/saved</code>"</nobr>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>Haiku</cite>
|
<cite>Haiku</cite>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright © 2002-2025 by divers contributeurs; voir AUTHORS.txt.
|
Copyright © 2002-2025 by divers contributeurs; voir AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
janvier 6, 2025
|
janvier 9, 2025
|
||||||
|
|
||||||
+-----------------------------------+
|
+-----------------------------------+
|
||||||
| Table des matières |
|
| Table des matières |
|
||||||
|
|
@ -250,6 +250,16 @@ imprimer ←
|
||||||
In the user's "AppData" folder:
|
In the user's "AppData" folder:
|
||||||
e.g., "C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\saved\"
|
e.g., "C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\saved\"
|
||||||
|
|
||||||
|
(Note: The "AppData" folder is hidden (not visible) by default. You can
|
||||||
|
enter the path manually in the location bar of your file browser (e.g.,
|
||||||
|
File Explorer).)
|
||||||
|
|
||||||
|
You can use the %APPDATA% variable as a shorthand, i.e.
|
||||||
|
"%APPDATA%\Tuxpaint\Saved".
|
||||||
|
|
||||||
|
You can use the [⊞ (Windows)] + [R] key combination to bring up the Run
|
||||||
|
command window, and then type the path and hit [Enter / Return].
|
||||||
|
|
||||||
→ macOS ←
|
→ macOS ←
|
||||||
In the user's "Application Support" folder:
|
In the user's "Application Support" folder:
|
||||||
e.g.,
|
e.g.,
|
||||||
|
|
@ -259,6 +269,13 @@ imprimer ←
|
||||||
In the user's "home directory" folder:
|
In the user's "home directory" folder:
|
||||||
e.g., "/home/nom d'utilisateur/.tuxpaint/saved/"
|
e.g., "/home/nom d'utilisateur/.tuxpaint/saved/"
|
||||||
|
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You
|
||||||
|
can enter the path manually in the location bar of your file browser
|
||||||
|
(e.g., GNOME Files or Dolphin).)
|
||||||
|
|
||||||
|
You can use the $HOME variable as a shorthand, i.e.
|
||||||
|
"$HOME/.tuxpaint/saved".
|
||||||
|
|
||||||
→ Haiku ←
|
→ Haiku ←
|
||||||
In the user's "settings" folder:
|
In the user's "settings" folder:
|
||||||
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
||||||
|
|
@ -411,8 +428,8 @@ imprimer ←
|
||||||
plus de détails) et ajoutez une ligne contenant "nosound=yes".
|
plus de détails) et ajoutez une ligne contenant "nosound=yes".
|
||||||
# Ou utilisez Tux Paint Config. et assurez-vous que "Activez les
|
# Ou utilisez Tux Paint Config. et assurez-vous que "Activez les
|
||||||
effets sonores" (sous "Vidéo et son") n'est pas coché.
|
effets sonores" (sous "Vidéo et son") n'est pas coché.
|
||||||
# Autrement, recompilez Tux Paint avec la prise en charge du son
|
# Alternatively, recompile Tux Paint with sound support disabled.
|
||||||
désactivée. (Voir ci-dessus et la documentation 'install' .)
|
(See above, and the 'Install' documentation.)
|
||||||
|
|
||||||
|
|
||||||
→ La stéréo des effets sonores est gênante; les effets sonores peuvent-ils être
|
→ La stéréo des effets sonores est gênante; les effets sonores peuvent-ils être
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
Copyright © 2002-2025 by divers contributeurs; voir AUTHORS.txt.
|
Copyright © 2002-2025 by divers contributeurs; voir AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
janvier 6, 2025
|
janvier 9, 2025
|
||||||
|
|
||||||
+-------------------------------------------------------+
|
+-------------------------------------------------------+
|
||||||
| Table des matières |
|
| Table des matières |
|
||||||
|
|
@ -1352,6 +1352,17 @@ Voir COPYING.txt pour le texte complet de la licence GPL.
|
||||||
In the user's "AppData" folder:
|
In the user's "AppData" folder:
|
||||||
e.g., "C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\saved\"
|
e.g., "C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\saved\"
|
||||||
|
|
||||||
|
(Note: The "AppData" folder is hidden (not visible) by default. You
|
||||||
|
can enter the path manually in the location bar of your file
|
||||||
|
browser (e.g., File Explorer).)
|
||||||
|
|
||||||
|
You can use the %APPDATA% variable as a shorthand, i.e.
|
||||||
|
"%APPDATA%\Tuxpaint\Saved".
|
||||||
|
|
||||||
|
You can use the [⊞ (Windows)] + [R] key combination to bring up the
|
||||||
|
Run command window, and then type the path and hit [Enter / Return]
|
||||||
|
.
|
||||||
|
|
||||||
→ macOS ←
|
→ macOS ←
|
||||||
In the user's "Application Support" folder:
|
In the user's "Application Support" folder:
|
||||||
e.g.,
|
e.g.,
|
||||||
|
|
@ -1361,6 +1372,13 @@ Voir COPYING.txt pour le texte complet de la licence GPL.
|
||||||
In the user's "home directory" folder:
|
In the user's "home directory" folder:
|
||||||
e.g., "/home/nom d'utilisateur/.tuxpaint/saved/"
|
e.g., "/home/nom d'utilisateur/.tuxpaint/saved/"
|
||||||
|
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default.
|
||||||
|
You can enter the path manually in the location bar of your file
|
||||||
|
browser (e.g., GNOME Files or Dolphin).)
|
||||||
|
|
||||||
|
You can use the $HOME variable as a shorthand, i.e.
|
||||||
|
"$HOME/.tuxpaint/saved".
|
||||||
|
|
||||||
→ Haiku ←
|
→ Haiku ←
|
||||||
In the user's "settings" folder:
|
In the user's "settings" folder:
|
||||||
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
janvier 6, 2025 </p>
|
janvier 9, 2025 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -363,7 +363,13 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\saved\</code>"</nobr> </dd>
|
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>%APPDATA%</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>%APPDATA%\Tuxpaint\Saved</code>"</nobr>. <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <b><code>[⊞ (Windows)]</code></b> + <b><code>[R]</code></b> key combination to bring up the <cite>Run</cite> command window, and then type the path and hit <b><code>[Enter / Return]</code></b>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>macOS</cite>
|
<cite>macOS</cite>
|
||||||
|
|
@ -377,7 +383,11 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/nom d'utilisateur/.tuxpaint/saved/</code>"</nobr> </dd>
|
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/nom d'utilisateur/.tuxpaint/saved/</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>$HOME</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>$HOME/.tuxpaint/saved</code>"</nobr>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>Haiku</cite>
|
<cite>Haiku</cite>
|
||||||
|
|
@ -538,7 +548,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "<code>make nosound</code>") Assu
|
||||||
Ou utilisez Tux Paint Config. et assurez-vous que "Activez les effets sonores" (sous "Vidéo et son") n'est pas coché. </li>
|
Ou utilisez Tux Paint Config. et assurez-vous que "Activez les effets sonores" (sous "Vidéo et son") n'est pas coché. </li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
Autrement, recompilez Tux Paint avec la prise en charge du son désactivée. (Voir ci-dessus et la documentation 'install' .) </li>
|
Alternatively, recompile Tux Paint with sound support disabled. (See above, and the 'Install' documentation.) </li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
janvier 6, 2025 </p>
|
janvier 9, 2025 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -1706,7 +1706,13 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\saved\</code>"</nobr> </dd>
|
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>%APPDATA%</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>%APPDATA%\Tuxpaint\Saved</code>"</nobr>. <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <b><code>[⊞ (Windows)]</code></b> + <b><code>[R]</code></b> key combination to bring up the <cite>Run</cite> command window, and then type the path and hit <b><code>[Enter / Return]</code></b>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>macOS</cite>
|
<cite>macOS</cite>
|
||||||
|
|
@ -1720,7 +1726,11 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/nom d'utilisateur/.tuxpaint/saved/</code>"</nobr> </dd>
|
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/nom d'utilisateur/.tuxpaint/saved/</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>$HOME</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>$HOME/.tuxpaint/saved</code>"</nobr>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>Haiku</cite>
|
<cite>Haiku</cite>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright © 2002-2025 by varios colaboradores; see AUTHORS.txt.
|
Copyright © 2002-2025 by varios colaboradores; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
6 de Xaneiro de 2025
|
9 de Xaneiro de 2025
|
||||||
|
|
||||||
+--------------------------------------------+
|
+--------------------------------------------+
|
||||||
| Índice |
|
| Índice |
|
||||||
|
|
@ -240,6 +240,16 @@
|
||||||
In the user's "AppData" folder:
|
In the user's "AppData" folder:
|
||||||
e.g., "C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved\"
|
e.g., "C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved\"
|
||||||
|
|
||||||
|
(Note: The "AppData" folder is hidden (not visible) by default. You can
|
||||||
|
enter the path manually in the location bar of your file browser (e.g.,
|
||||||
|
File Explorer).)
|
||||||
|
|
||||||
|
You can use the %APPDATA% variable as a shorthand, i.e.
|
||||||
|
"%APPDATA%\Tuxpaint\Saved".
|
||||||
|
|
||||||
|
You can use the [⊞ (Windows)] + [R] key combination to bring up the Run
|
||||||
|
command window, and then type the path and hit [Enter / Return].
|
||||||
|
|
||||||
→ macOS ←
|
→ macOS ←
|
||||||
In the user's "Application Support" folder:
|
In the user's "Application Support" folder:
|
||||||
e.g.,
|
e.g.,
|
||||||
|
|
@ -249,6 +259,13 @@
|
||||||
In the user's "home directory" folder:
|
In the user's "home directory" folder:
|
||||||
e.g., "/home/nome de usuario/.tuxpaint/saved/"
|
e.g., "/home/nome de usuario/.tuxpaint/saved/"
|
||||||
|
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You
|
||||||
|
can enter the path manually in the location bar of your file browser
|
||||||
|
(e.g., GNOME Files or Dolphin).)
|
||||||
|
|
||||||
|
You can use the $HOME variable as a shorthand, i.e.
|
||||||
|
"$HOME/.tuxpaint/saved".
|
||||||
|
|
||||||
→ Haiku ←
|
→ Haiku ←
|
||||||
In the user's "settings" folder:
|
In the user's "settings" folder:
|
||||||
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
||||||
|
|
@ -395,8 +412,8 @@
|
||||||
liña que conteña «nosound=yes».
|
liña que conteña «nosound=yes».
|
||||||
# Ou use Tux Paint Config. e asegúrese de «Activar os efectos de son»
|
# Ou use Tux Paint Config. e asegúrese de «Activar os efectos de son»
|
||||||
(baixo «Vídeo e son») non está marcado.
|
(baixo «Vídeo e son») non está marcado.
|
||||||
# Como alternativa, recompile Tux Paint coa compatibilidade de son
|
# Alternatively, recompile Tux Paint with sound support disabled.
|
||||||
desactivada. (Vexa máis arriba e a documentación «Instalar».
|
(See above, and the 'Install' documentation.)
|
||||||
|
|
||||||
|
|
||||||
→ A panorámica estéreo dos efectos de son é molesta; os efectos de son poden
|
→ A panorámica estéreo dos efectos de son é molesta; os efectos de son poden
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
Copyright © 2002-2025 by varios colaboradores; see AUTHORS.txt.
|
Copyright © 2002-2025 by varios colaboradores; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
6 de Xaneiro de 2025
|
9 de Xaneiro de 2025
|
||||||
|
|
||||||
+--------------------------------------------------------+
|
+--------------------------------------------------------+
|
||||||
| Índice |
|
| Índice |
|
||||||
|
|
@ -1288,6 +1288,17 @@ Consulte o texto completo da licenza GPL en COPYING.txt.
|
||||||
In the user's "AppData" folder:
|
In the user's "AppData" folder:
|
||||||
e.g., "C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved\"
|
e.g., "C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved\"
|
||||||
|
|
||||||
|
(Note: The "AppData" folder is hidden (not visible) by default. You
|
||||||
|
can enter the path manually in the location bar of your file
|
||||||
|
browser (e.g., File Explorer).)
|
||||||
|
|
||||||
|
You can use the %APPDATA% variable as a shorthand, i.e.
|
||||||
|
"%APPDATA%\Tuxpaint\Saved".
|
||||||
|
|
||||||
|
You can use the [⊞ (Windows)] + [R] key combination to bring up the
|
||||||
|
Run command window, and then type the path and hit [Enter / Return]
|
||||||
|
.
|
||||||
|
|
||||||
→ macOS ←
|
→ macOS ←
|
||||||
In the user's "Application Support" folder:
|
In the user's "Application Support" folder:
|
||||||
e.g.,
|
e.g.,
|
||||||
|
|
@ -1297,6 +1308,13 @@ Consulte o texto completo da licenza GPL en COPYING.txt.
|
||||||
In the user's "home directory" folder:
|
In the user's "home directory" folder:
|
||||||
e.g., "/home/nome de usuario/.tuxpaint/saved/"
|
e.g., "/home/nome de usuario/.tuxpaint/saved/"
|
||||||
|
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default.
|
||||||
|
You can enter the path manually in the location bar of your file
|
||||||
|
browser (e.g., GNOME Files or Dolphin).)
|
||||||
|
|
||||||
|
You can use the $HOME variable as a shorthand, i.e.
|
||||||
|
"$HOME/.tuxpaint/saved".
|
||||||
|
|
||||||
→ Haiku ←
|
→ Haiku ←
|
||||||
In the user's "settings" folder:
|
In the user's "settings" folder:
|
||||||
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
6 de Xaneiro de 2025 </p>
|
9 de Xaneiro de 2025 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -363,7 +363,13 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved\</code>"</nobr> </dd>
|
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>%APPDATA%</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>%APPDATA%\Tuxpaint\Saved</code>"</nobr>. <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <b><code>[⊞ (Windows)]</code></b> + <b><code>[R]</code></b> key combination to bring up the <cite>Run</cite> command window, and then type the path and hit <b><code>[Enter / Return]</code></b>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>macOS</cite>
|
<cite>macOS</cite>
|
||||||
|
|
@ -377,7 +383,11 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/nome de usuario/.tuxpaint/saved/</code>"</nobr> </dd>
|
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/nome de usuario/.tuxpaint/saved/</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>$HOME</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>$HOME/.tuxpaint/saved</code>"</nobr>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>Haiku</cite>
|
<cite>Haiku</cite>
|
||||||
|
|
@ -537,7 +547,7 @@
|
||||||
Ou use Tux Paint Config. e asegúrese de «Activar os efectos de son» (baixo «Vídeo e son») non está marcado. </li>
|
Ou use Tux Paint Config. e asegúrese de «Activar os efectos de son» (baixo «Vídeo e son») non está marcado. </li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
Como alternativa, recompile Tux Paint coa compatibilidade de son desactivada. (Vexa máis arriba e a documentación «Instalar». </li>
|
Alternatively, recompile Tux Paint with sound support disabled. (See above, and the 'Install' documentation.) </li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
6 de Xaneiro de 2025 </p>
|
9 de Xaneiro de 2025 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -1706,7 +1706,13 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved\</code>"</nobr> </dd>
|
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>%APPDATA%</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>%APPDATA%\Tuxpaint\Saved</code>"</nobr>. <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <b><code>[⊞ (Windows)]</code></b> + <b><code>[R]</code></b> key combination to bring up the <cite>Run</cite> command window, and then type the path and hit <b><code>[Enter / Return]</code></b>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>macOS</cite>
|
<cite>macOS</cite>
|
||||||
|
|
@ -1720,7 +1726,11 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/nome de usuario/.tuxpaint/saved/</code>"</nobr> </dd>
|
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/nome de usuario/.tuxpaint/saved/</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>$HOME</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>$HOME/.tuxpaint/saved</code>"</nobr>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>Haiku</cite>
|
<cite>Haiku</cite>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
janúar 6, 2025
|
janúar 9, 2025
|
||||||
|
|
||||||
+------------------------------+
|
+------------------------------+
|
||||||
| Table of Contents |
|
| Table of Contents |
|
||||||
|
|
@ -228,6 +228,16 @@
|
||||||
In the user's "AppData" folder:
|
In the user's "AppData" folder:
|
||||||
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
|
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
|
||||||
|
|
||||||
|
(Note: The "AppData" folder is hidden (not visible) by default. You can
|
||||||
|
enter the path manually in the location bar of your file browser (e.g.,
|
||||||
|
File Explorer).)
|
||||||
|
|
||||||
|
You can use the %APPDATA% variable as a shorthand, i.e.
|
||||||
|
"%APPDATA%\Tuxpaint\Saved".
|
||||||
|
|
||||||
|
You can use the [⊞ (Windows)] + [R] key combination to bring up the Run
|
||||||
|
command window, and then type the path and hit [Enter / Return].
|
||||||
|
|
||||||
→ macOS ←
|
→ macOS ←
|
||||||
In the user's "Application Support" folder:
|
In the user's "Application Support" folder:
|
||||||
e.g., "/Users/username/Library/Application Support/TuxPaint/saved/"
|
e.g., "/Users/username/Library/Application Support/TuxPaint/saved/"
|
||||||
|
|
@ -236,6 +246,13 @@
|
||||||
In the user's "home directory" folder:
|
In the user's "home directory" folder:
|
||||||
e.g., "/home/username/.tuxpaint/saved/"
|
e.g., "/home/username/.tuxpaint/saved/"
|
||||||
|
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You
|
||||||
|
can enter the path manually in the location bar of your file browser
|
||||||
|
(e.g., GNOME Files or Dolphin).)
|
||||||
|
|
||||||
|
You can use the $HOME variable as a shorthand, i.e.
|
||||||
|
"$HOME/.tuxpaint/saved".
|
||||||
|
|
||||||
→ Haiku ←
|
→ Haiku ←
|
||||||
In the user's "settings" folder:
|
In the user's "settings" folder:
|
||||||
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
||||||
|
|
@ -378,7 +395,7 @@
|
||||||
# Or use Tux Paint Config. and make sure "Enable Sound Effects"
|
# Or use Tux Paint Config. and make sure "Enable Sound Effects"
|
||||||
(under "Video & Sound") is not checked.
|
(under "Video & Sound") is not checked.
|
||||||
# Alternatively, recompile Tux Paint with sound support disabled.
|
# Alternatively, recompile Tux Paint with sound support disabled.
|
||||||
(See above, and the 'Install' documentation.
|
(See above, and the 'Install' documentation.)
|
||||||
|
|
||||||
|
|
||||||
→ The stereo panning of sound effects is bothersome; can sound effects be
|
→ The stereo panning of sound effects is bothersome; can sound effects be
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
janúar 6, 2025
|
janúar 9, 2025
|
||||||
|
|
||||||
+-------------------------------------------------+
|
+-------------------------------------------------+
|
||||||
| Table of Contents |
|
| Table of Contents |
|
||||||
|
|
@ -1266,6 +1266,17 @@ See COPYING.txt for the full text of the GPL license.
|
||||||
In the user's "AppData" folder:
|
In the user's "AppData" folder:
|
||||||
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
|
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
|
||||||
|
|
||||||
|
(Note: The "AppData" folder is hidden (not visible) by default. You
|
||||||
|
can enter the path manually in the location bar of your file
|
||||||
|
browser (e.g., File Explorer).)
|
||||||
|
|
||||||
|
You can use the %APPDATA% variable as a shorthand, i.e.
|
||||||
|
"%APPDATA%\Tuxpaint\Saved".
|
||||||
|
|
||||||
|
You can use the [⊞ (Windows)] + [R] key combination to bring up the
|
||||||
|
Run command window, and then type the path and hit [Enter / Return]
|
||||||
|
.
|
||||||
|
|
||||||
→ macOS ←
|
→ macOS ←
|
||||||
In the user's "Application Support" folder:
|
In the user's "Application Support" folder:
|
||||||
e.g., "/Users/username/Library/Application Support/TuxPaint/saved/"
|
e.g., "/Users/username/Library/Application Support/TuxPaint/saved/"
|
||||||
|
|
@ -1274,6 +1285,13 @@ See COPYING.txt for the full text of the GPL license.
|
||||||
In the user's "home directory" folder:
|
In the user's "home directory" folder:
|
||||||
e.g., "/home/username/.tuxpaint/saved/"
|
e.g., "/home/username/.tuxpaint/saved/"
|
||||||
|
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default.
|
||||||
|
You can enter the path manually in the location bar of your file
|
||||||
|
browser (e.g., GNOME Files or Dolphin).)
|
||||||
|
|
||||||
|
You can use the $HOME variable as a shorthand, i.e.
|
||||||
|
"$HOME/.tuxpaint/saved".
|
||||||
|
|
||||||
→ Haiku ←
|
→ Haiku ←
|
||||||
In the user's "settings" folder:
|
In the user's "settings" folder:
|
||||||
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
janúar 6, 2025 </p>
|
janúar 9, 2025 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -363,7 +363,13 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\saved\</code>"</nobr> </dd>
|
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>%APPDATA%</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>%APPDATA%\Tuxpaint\Saved</code>"</nobr>. <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <b><code>[⊞ (Windows)]</code></b> + <b><code>[R]</code></b> key combination to bring up the <cite>Run</cite> command window, and then type the path and hit <b><code>[Enter / Return]</code></b>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>macOS</cite>
|
<cite>macOS</cite>
|
||||||
|
|
@ -377,7 +383,11 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/saved/</code>"</nobr> </dd>
|
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/saved/</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>$HOME</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>$HOME/.tuxpaint/saved</code>"</nobr>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>Haiku</cite>
|
<cite>Haiku</cite>
|
||||||
|
|
@ -537,7 +547,7 @@
|
||||||
Or use Tux Paint Config. and make sure "Enable Sound Effects" (under "Video & Sound") is not checked. </li>
|
Or use Tux Paint Config. and make sure "Enable Sound Effects" (under "Video & Sound") is not checked. </li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
Alternatively, recompile Tux Paint with sound support disabled. (See above, and the 'Install' documentation. </li>
|
Alternatively, recompile Tux Paint with sound support disabled. (See above, and the 'Install' documentation.) </li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
janúar 6, 2025 </p>
|
janúar 9, 2025 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -1706,7 +1706,13 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\saved\</code>"</nobr> </dd>
|
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>%APPDATA%</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>%APPDATA%\Tuxpaint\Saved</code>"</nobr>. <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <b><code>[⊞ (Windows)]</code></b> + <b><code>[R]</code></b> key combination to bring up the <cite>Run</cite> command window, and then type the path and hit <b><code>[Enter / Return]</code></b>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>macOS</cite>
|
<cite>macOS</cite>
|
||||||
|
|
@ -1720,7 +1726,11 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/saved/</code>"</nobr> </dd>
|
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/saved/</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>$HOME</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>$HOME/.tuxpaint/saved</code>"</nobr>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>Haiku</cite>
|
<cite>Haiku</cite>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Copyright © 2002-2025 by various contributors; AUTHORS.txt 参照.
|
Copyright © 2002-2025 by various contributors; AUTHORS.txt 参照.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
2025年1月 6日
|
2025年1月 9日
|
||||||
|
|
||||||
+------------------------------+
|
+------------------------------+
|
||||||
| 目次 |
|
| 目次 |
|
||||||
|
|
@ -228,6 +228,16 @@
|
||||||
In the user's "AppData" folder:
|
In the user's "AppData" folder:
|
||||||
e.g., "C:\Users\ユーザー名\AppData\Roaming\TuxPaint\saved\"
|
e.g., "C:\Users\ユーザー名\AppData\Roaming\TuxPaint\saved\"
|
||||||
|
|
||||||
|
(Note: The "AppData" folder is hidden (not visible) by default. You can
|
||||||
|
enter the path manually in the location bar of your file browser (e.g.,
|
||||||
|
File Explorer).)
|
||||||
|
|
||||||
|
You can use the %APPDATA% variable as a shorthand, i.e.
|
||||||
|
"%APPDATA%\Tuxpaint\Saved".
|
||||||
|
|
||||||
|
You can use the [⊞ (Windows)] + [R] key combination to bring up the Run
|
||||||
|
command window, and then type the path and hit [Enter / Return].
|
||||||
|
|
||||||
→ macOS ←
|
→ macOS ←
|
||||||
In the user's "Application Support" folder:
|
In the user's "Application Support" folder:
|
||||||
e.g., "/Users/ユーザー名/Library/Application Support/TuxPaint/saved/"
|
e.g., "/Users/ユーザー名/Library/Application Support/TuxPaint/saved/"
|
||||||
|
|
@ -236,6 +246,13 @@
|
||||||
In the user's "home directory" folder:
|
In the user's "home directory" folder:
|
||||||
e.g., "/home/ユーザー名/.tuxpaint/saved/"
|
e.g., "/home/ユーザー名/.tuxpaint/saved/"
|
||||||
|
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You
|
||||||
|
can enter the path manually in the location bar of your file browser
|
||||||
|
(e.g., GNOME Files or Dolphin).)
|
||||||
|
|
||||||
|
You can use the $HOME variable as a shorthand, i.e.
|
||||||
|
"$HOME/.tuxpaint/saved".
|
||||||
|
|
||||||
→ Haiku ←
|
→ Haiku ←
|
||||||
In the user's "settings" folder:
|
In the user's "settings" folder:
|
||||||
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
||||||
|
|
@ -378,7 +395,7 @@
|
||||||
# Or use Tux Paint Config. and make sure "Enable Sound Effects"
|
# Or use Tux Paint Config. and make sure "Enable Sound Effects"
|
||||||
(under "Video & Sound") is not checked.
|
(under "Video & Sound") is not checked.
|
||||||
# Alternatively, recompile Tux Paint with sound support disabled.
|
# Alternatively, recompile Tux Paint with sound support disabled.
|
||||||
(See above, and the 'Install' documentation.
|
(See above, and the 'Install' documentation.)
|
||||||
|
|
||||||
|
|
||||||
→ The stereo panning of sound effects is bothersome; can sound effects be
|
→ The stereo panning of sound effects is bothersome; can sound effects be
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
Copyright © 2002-2025 by various contributors; AUTHORS.txt 参照.
|
Copyright © 2002-2025 by various contributors; AUTHORS.txt 参照.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
2025年1月 6日
|
2025年1月 9日
|
||||||
|
|
||||||
+--------------------------------------------------+
|
+--------------------------------------------------+
|
||||||
| 目次 |
|
| 目次 |
|
||||||
|
|
@ -1177,6 +1177,17 @@ Tux Paint は、オープンソースのプロジェクトで、GNUの一般公
|
||||||
In the user's "AppData" folder:
|
In the user's "AppData" folder:
|
||||||
e.g., "C:\Users\ユーザー名\AppData\Roaming\TuxPaint\saved\"
|
e.g., "C:\Users\ユーザー名\AppData\Roaming\TuxPaint\saved\"
|
||||||
|
|
||||||
|
(Note: The "AppData" folder is hidden (not visible) by default. You
|
||||||
|
can enter the path manually in the location bar of your file
|
||||||
|
browser (e.g., File Explorer).)
|
||||||
|
|
||||||
|
You can use the %APPDATA% variable as a shorthand, i.e.
|
||||||
|
"%APPDATA%\Tuxpaint\Saved".
|
||||||
|
|
||||||
|
You can use the [⊞ (Windows)] + [R] key combination to bring up the
|
||||||
|
Run command window, and then type the path and hit [Enter / Return]
|
||||||
|
.
|
||||||
|
|
||||||
→ macOS ←
|
→ macOS ←
|
||||||
In the user's "Application Support" folder:
|
In the user's "Application Support" folder:
|
||||||
e.g.,
|
e.g.,
|
||||||
|
|
@ -1186,6 +1197,13 @@ Tux Paint は、オープンソースのプロジェクトで、GNUの一般公
|
||||||
In the user's "home directory" folder:
|
In the user's "home directory" folder:
|
||||||
e.g., "/home/ユーザー名/.tuxpaint/saved/"
|
e.g., "/home/ユーザー名/.tuxpaint/saved/"
|
||||||
|
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default.
|
||||||
|
You can enter the path manually in the location bar of your file
|
||||||
|
browser (e.g., GNOME Files or Dolphin).)
|
||||||
|
|
||||||
|
You can use the $HOME variable as a shorthand, i.e.
|
||||||
|
"$HOME/.tuxpaint/saved".
|
||||||
|
|
||||||
→ Haiku ←
|
→ Haiku ←
|
||||||
In the user's "settings" folder:
|
In the user's "settings" folder:
|
||||||
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
2025年1月 6日 </p>
|
2025年1月 9日 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -363,7 +363,13 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\ユーザー名\AppData\Roaming\TuxPaint\saved\</code>"</nobr> </dd>
|
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\ユーザー名\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>%APPDATA%</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>%APPDATA%\Tuxpaint\Saved</code>"</nobr>. <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <b><code>[⊞ (Windows)]</code></b> + <b><code>[R]</code></b> key combination to bring up the <cite>Run</cite> command window, and then type the path and hit <b><code>[Enter / Return]</code></b>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>macOS</cite>
|
<cite>macOS</cite>
|
||||||
|
|
@ -377,7 +383,11 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/ユーザー名/.tuxpaint/saved/</code>"</nobr> </dd>
|
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/ユーザー名/.tuxpaint/saved/</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>$HOME</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>$HOME/.tuxpaint/saved</code>"</nobr>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>Haiku</cite>
|
<cite>Haiku</cite>
|
||||||
|
|
@ -537,7 +547,7 @@
|
||||||
Or use Tux Paint Config. and make sure "Enable Sound Effects" (under "Video & Sound") is not checked. </li>
|
Or use Tux Paint Config. and make sure "Enable Sound Effects" (under "Video & Sound") is not checked. </li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
Alternatively, recompile Tux Paint with sound support disabled. (See above, and the 'Install' documentation. </li>
|
Alternatively, recompile Tux Paint with sound support disabled. (See above, and the 'Install' documentation.) </li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
2025年1月 6日 </p>
|
2025年1月 9日 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -1706,7 +1706,13 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\ユーザー名\AppData\Roaming\TuxPaint\saved\</code>"</nobr> </dd>
|
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\ユーザー名\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>%APPDATA%</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>%APPDATA%\Tuxpaint\Saved</code>"</nobr>. <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <b><code>[⊞ (Windows)]</code></b> + <b><code>[R]</code></b> key combination to bring up the <cite>Run</cite> command window, and then type the path and hit <b><code>[Enter / Return]</code></b>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>macOS</cite>
|
<cite>macOS</cite>
|
||||||
|
|
@ -1720,7 +1726,11 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/ユーザー名/.tuxpaint/saved/</code>"</nobr> </dd>
|
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/ユーザー名/.tuxpaint/saved/</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>$HOME</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>$HOME/.tuxpaint/saved</code>"</nobr>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>Haiku</cite>
|
<cite>Haiku</cite>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
Të drejta kopjimi © 2002-2025 nga kontribues të ndryshëm; shihni AUTHORS.txt.
|
Të drejta kopjimi © 2002-2025 nga kontribues të ndryshëm; shihni AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
6 janar 2025
|
9 janar 2025
|
||||||
|
|
||||||
+-------------------------------------------+
|
+-------------------------------------------+
|
||||||
| Pasqyrë e Lëndës |
|
| Pasqyrë e Lëndës |
|
||||||
|
|
@ -242,6 +242,16 @@ Linux) ←
|
||||||
In the user's "AppData" folder:
|
In the user's "AppData" folder:
|
||||||
e.g., "C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\saved\"
|
e.g., "C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\saved\"
|
||||||
|
|
||||||
|
(Note: The "AppData" folder is hidden (not visible) by default. You can
|
||||||
|
enter the path manually in the location bar of your file browser (e.g.,
|
||||||
|
File Explorer).)
|
||||||
|
|
||||||
|
You can use the %APPDATA% variable as a shorthand, i.e.
|
||||||
|
"%APPDATA%\Tuxpaint\Saved".
|
||||||
|
|
||||||
|
You can use the [⊞ (Windows)] + [R] key combination to bring up the Run
|
||||||
|
command window, and then type the path and hit [Enter / Return].
|
||||||
|
|
||||||
→ macOS ←
|
→ macOS ←
|
||||||
In the user's "Application Support" folder:
|
In the user's "Application Support" folder:
|
||||||
e.g.,
|
e.g.,
|
||||||
|
|
@ -251,6 +261,13 @@ Linux) ←
|
||||||
In the user's "home directory" folder:
|
In the user's "home directory" folder:
|
||||||
e.g., "/home/emër përdoruesi/.tuxpaint/saved/"
|
e.g., "/home/emër përdoruesi/.tuxpaint/saved/"
|
||||||
|
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You
|
||||||
|
can enter the path manually in the location bar of your file browser
|
||||||
|
(e.g., GNOME Files or Dolphin).)
|
||||||
|
|
||||||
|
You can use the $HOME variable as a shorthand, i.e.
|
||||||
|
"$HOME/.tuxpaint/saved".
|
||||||
|
|
||||||
→ Haiku ←
|
→ Haiku ←
|
||||||
In the user's "settings" folder:
|
In the user's "settings" folder:
|
||||||
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
||||||
|
|
@ -397,7 +414,7 @@ Linux) ←
|
||||||
# Ose përdorni Tux Paint Config. dhe sigurohuni se “Aktivizoni Efekte
|
# Ose përdorni Tux Paint Config. dhe sigurohuni se “Aktivizoni Efekte
|
||||||
Zanore” (nën “Video & Tingull”) s’ka shenjë.
|
Zanore” (nën “Video & Tingull”) s’ka shenjë.
|
||||||
# Alternatively, recompile Tux Paint with sound support disabled.
|
# Alternatively, recompile Tux Paint with sound support disabled.
|
||||||
(See above, and the 'Install' documentation.
|
(See above, and the 'Install' documentation.)
|
||||||
|
|
||||||
|
|
||||||
→ The stereo panning of sound effects is bothersome; can sound effects be
|
→ The stereo panning of sound effects is bothersome; can sound effects be
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
Të drejta kopjimi © 2002-2025 nga kontribues të ndryshëm; shihni AUTHORS.txt.
|
Të drejta kopjimi © 2002-2025 nga kontribues të ndryshëm; shihni AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
6 janar 2025
|
9 janar 2025
|
||||||
|
|
||||||
+---------------------------------------------------+
|
+---------------------------------------------------+
|
||||||
| Pasqyrë e Lëndës |
|
| Pasqyrë e Lëndës |
|
||||||
|
|
@ -1273,6 +1273,17 @@ See COPYING.txt for the full text of the GPL license.
|
||||||
In the user's "AppData" folder:
|
In the user's "AppData" folder:
|
||||||
e.g., "C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\saved\"
|
e.g., "C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\saved\"
|
||||||
|
|
||||||
|
(Note: The "AppData" folder is hidden (not visible) by default. You
|
||||||
|
can enter the path manually in the location bar of your file
|
||||||
|
browser (e.g., File Explorer).)
|
||||||
|
|
||||||
|
You can use the %APPDATA% variable as a shorthand, i.e.
|
||||||
|
"%APPDATA%\Tuxpaint\Saved".
|
||||||
|
|
||||||
|
You can use the [⊞ (Windows)] + [R] key combination to bring up the
|
||||||
|
Run command window, and then type the path and hit [Enter / Return]
|
||||||
|
.
|
||||||
|
|
||||||
→ macOS ←
|
→ macOS ←
|
||||||
In the user's "Application Support" folder:
|
In the user's "Application Support" folder:
|
||||||
e.g.,
|
e.g.,
|
||||||
|
|
@ -1282,6 +1293,13 @@ See COPYING.txt for the full text of the GPL license.
|
||||||
In the user's "home directory" folder:
|
In the user's "home directory" folder:
|
||||||
e.g., "/home/emër përdoruesi/.tuxpaint/saved/"
|
e.g., "/home/emër përdoruesi/.tuxpaint/saved/"
|
||||||
|
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default.
|
||||||
|
You can enter the path manually in the location bar of your file
|
||||||
|
browser (e.g., GNOME Files or Dolphin).)
|
||||||
|
|
||||||
|
You can use the $HOME variable as a shorthand, i.e.
|
||||||
|
"$HOME/.tuxpaint/saved".
|
||||||
|
|
||||||
→ Haiku ←
|
→ Haiku ←
|
||||||
In the user's "settings" folder:
|
In the user's "settings" folder:
|
||||||
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
6 janar 2025 </p>
|
9 janar 2025 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -363,7 +363,13 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\saved\</code>"</nobr> </dd>
|
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>%APPDATA%</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>%APPDATA%\Tuxpaint\Saved</code>"</nobr>. <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <b><code>[⊞ (Windows)]</code></b> + <b><code>[R]</code></b> key combination to bring up the <cite>Run</cite> command window, and then type the path and hit <b><code>[Enter / Return]</code></b>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>macOS</cite>
|
<cite>macOS</cite>
|
||||||
|
|
@ -377,7 +383,11 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/emër përdoruesi/.tuxpaint/saved/</code>"</nobr> </dd>
|
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/emër përdoruesi/.tuxpaint/saved/</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>$HOME</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>$HOME/.tuxpaint/saved</code>"</nobr>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>Haiku</cite>
|
<cite>Haiku</cite>
|
||||||
|
|
@ -537,7 +547,7 @@
|
||||||
Ose përdorni Tux Paint Config. dhe sigurohuni se “Aktivizoni Efekte Zanore” (nën “Video & Tingull”) s’ka shenjë. </li>
|
Ose përdorni Tux Paint Config. dhe sigurohuni se “Aktivizoni Efekte Zanore” (nën “Video & Tingull”) s’ka shenjë. </li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
Alternatively, recompile Tux Paint with sound support disabled. (See above, and the 'Install' documentation. </li>
|
Alternatively, recompile Tux Paint with sound support disabled. (See above, and the 'Install' documentation.) </li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
6 janar 2025 </p>
|
9 janar 2025 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
@ -1706,7 +1706,13 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\saved\</code>"</nobr> </dd>
|
In the user's "AppData" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\saved\</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The "<nobr><code style='background: #EEE;'>AppData</code></nobr>" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>File Explorer</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>%APPDATA%</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>%APPDATA%\Tuxpaint\Saved</code>"</nobr>. <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <b><code>[⊞ (Windows)]</code></b> + <b><code>[R]</code></b> key combination to bring up the <cite>Run</cite> command window, and then type the path and hit <b><code>[Enter / Return]</code></b>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>macOS</cite>
|
<cite>macOS</cite>
|
||||||
|
|
@ -1720,7 +1726,11 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/emër përdoruesi/.tuxpaint/saved/</code>"</nobr> </dd>
|
In the user's "home directory" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/home/emër përdoruesi/.tuxpaint/saved/</code>"</nobr> <br/>
|
||||||
|
<br/>
|
||||||
|
(Note: The ".tuxpaint" folder is hidden (not visible) by default. You can enter the path manually in the location bar of your file browser (e.g., <cite>GNOME Files</cite> or <cite>Dolphin</cite>).) <br/>
|
||||||
|
<br/>
|
||||||
|
You can use the <nobr><code style='background: #EEE;'>$HOME</code></nobr> variable as a shorthand, i.e. <nobr>"<code style='background: #EEE;'>$HOME/.tuxpaint/saved</code>"</nobr>. </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<cite>Haiku</cite>
|
<cite>Haiku</cite>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue