Sync docs after localizing macOS paths

This commit is contained in:
Bill Kendrick 2024-04-29 21:42:48 -07:00
parent 3983ce69b1
commit a9e6a5ae9f
63 changed files with 187 additions and 189 deletions

View file

@ -5,7 +5,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
April 27, 2024
April 29, 2024
+-----------------------------------------+
| Table of Contents |
@ -124,8 +124,8 @@ Windows
macOS
Your personal Tux Paint folder is stored in your personal "Application
Support" folder:
Your personal Tux Paint folder is stored in your personal
"Application Support" folder:
/Users/username/Library/Application Support/TuxPaint/

View file

@ -5,7 +5,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
April 27, 2024
April 29, 2024
+---------------------------------------------------+
| Table of Contents |
@ -886,8 +886,8 @@ Panel Add/Remove programs section.
macOS
Delete "TuxPaint.app" from the "Applications" folder. Data files, including the
configuration files, stamps, and saved pictures, may be found in
Delete "TuxPaint.app" from the "/Applications" folder. Data files, including
the configuration files, stamps, and saved pictures, may be found in
"/Library/Application Support/TuxPaint/" (all users) and
"/Users/username/Library/Application Support/TuxPaint/" (individual users).

View file

@ -6,7 +6,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
April 27, 2024
April 29, 2024
+--------------------------------------------+
| Table of Contents |

View file

@ -6,7 +6,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
April 28, 2024
April 29, 2024
+-------------------------------------------------+
| Table of Contents |

View file

@ -100,7 +100,7 @@
</p>
<p>
April 27, 2024 </p>
April 29, 2024 </p>
</center>
</header>
@ -205,7 +205,7 @@
<p class="note">
<span title="Information">&#128161;</span> <em>Note:</em> If you install a newer version of Tux Paint and replace or discard the old version, you will lose changes made by following the instructions above, so keep backups of your new content (stamps, brushes, etc.). </p>
<p>
Tux Paint also looks for files in a "TuxPaint" folder that you can place in your system's "Application Support" folder (found under "Library" at the root of your filesystem): <blockquote>
Tux Paint also looks for files in a "TuxPaint" folder that you can place in your system's <nobr>"<code style='background: #EEE;'>Application Support</code>"</nobr> folder (found under <nobr>"<code style='background: #EEE;'>Library</code>"</nobr> at the root of your filesystem): <blockquote>
<nobr><code style='background: #EEE;'>/Library/Application Support/TuxPaint/data/</code></nobr> </blockquote>
</p>
<p>
@ -238,8 +238,8 @@
<dt><strong>macOS</strong></dt>
<dd>
<p>
Your personal Tux Paint folder is stored in your personal "Application Support" folder: <blockquote>
<nobr><code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/</code></nobr> </blockquote>
Your personal Tux Paint folder is stored in your personal <nobr>"<code style='background: #EEE;'>Application Support</code>"</nobr> folder: <blockquote>
<nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/</code></nobr> </blockquote>
</p>
</dd>

View file

@ -324,7 +324,7 @@
</dt>
<dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
<dt>
<cite>Linux / Unix</cite>
@ -735,7 +735,7 @@
<blockquote>
<p>
<nobr><code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
<nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
</blockquote>
<p>

View file

@ -98,7 +98,7 @@
</p>
<p>
April 27, 2024 </p>
April 29, 2024 </p>
</center>
</header>
@ -1038,7 +1038,7 @@
% <strong>make</strong> install
</code>
</blockquote>
... to create the <code>TuxPaint.app</code> application bundle that can be run in-place or copied to <code>/Applications</code>. To create the DMG file for distribution, use 'make TuxPaint.dmg'. </p>
... to create the <code>TuxPaint.app</code> application bundle that can be run in-place or copied to <nobr><code style='background: #EEE;'>/Applications</code></nobr>. To create the DMG file for distribution, use 'make TuxPaint.dmg'. </p>
<p>
Additional steps are required when building a Unviersal Binary. See "Building a Universal Binary" below. </p>
@ -1369,7 +1369,7 @@
</header>
<p>
Delete "<code>TuxPaint.app</code>" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in <nobr>"<code style='background: #EEE;'>/Library/Application Support/TuxPaint/</code>"</nobr> (all users) and <nobr>"<code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/</code>"</nobr> (individual users). </p>
Delete "<code>TuxPaint.app</code>" from the <nobr>"<code style='background: #EEE;'>/Applications</code>"</nobr> folder. Data files, including the configuration files, stamps, and saved pictures, may be found in <nobr>"<code style='background: #EEE;'>/Library/Application Support/TuxPaint/</code>"</nobr> (all users) and <nobr>"<code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/</code>"</nobr> (individual users). </p>
</section><!-- H2: macOS -->
<section class="indent"><!-- H2: Linux -->

View file

@ -102,7 +102,7 @@
</p>
<p>
April 27, 2024 </p>
April 29, 2024 </p>
</center>
</header>
@ -193,7 +193,7 @@
</header>
<p>
<nobr><code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
<nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
<section class="indent"><!-- H3: System-Wide Configuration File -->
<header>
@ -1793,7 +1793,7 @@
<dt>macOS</dt>
<dd>
<nobr><code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/saved/</code></nobr> </dd>
<nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/saved/</code></nobr> </dd>
<dt>Haiku</dt>
<dd>
@ -1825,7 +1825,7 @@
<li>Linux &amp; 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>
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 - "My Pictures" 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>Enter "Shell:My Pictures" in the text box and push [OK].</li>
</ul>
@ -1950,7 +1950,7 @@
<dd><nobr><code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\</code></nobr></dd>
<dt>macoS</dt>
<dd><nobr><code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/</code></nobr></dd>
<dd><nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/</code></nobr></dd>
</dl>

View file

@ -102,7 +102,7 @@
</p>
<p>
April 28, 2024 </p>
April 29, 2024 </p>
</center>
</header>
<table border="2"
@ -1686,7 +1686,7 @@
</dt>
<dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
<dt>
<cite>Linux / Unix</cite>

View file

@ -5,7 +5,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
abril 27, 2024
abril 29, 2024
+-----------------------------------------+
| Table of Contents |
@ -124,8 +124,8 @@ Windows
macOS
Your personal Tux Paint folder is stored in your personal "Application
Support" folder:
Your personal Tux Paint folder is stored in your personal
"Application Support" folder:
/Users/username/Library/Application Support/TuxPaint/

View file

@ -5,7 +5,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
abril 27, 2024
abril 29, 2024
+---------------------------------------------------+
| Table of Contents |
@ -886,8 +886,8 @@ Panel Add/Remove programs section.
macOS
Delete "TuxPaint.app" from the "Applications" folder. Data files, including the
configuration files, stamps, and saved pictures, may be found in
Delete "TuxPaint.app" from the "/Applications" folder. Data files, including
the configuration files, stamps, and saved pictures, may be found in
"/Library/Application Support/TuxPaint/" (all users) and
"/Users/username/Library/Application Support/TuxPaint/" (individual users).

View file

@ -6,7 +6,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
abril 27, 2024
abril 29, 2024
+--------------------------------------------+
| Table of Contents |

View file

@ -6,7 +6,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
abril 28, 2024
abril 29, 2024
+-------------------------------------------------+
| Table of Contents |

View file

@ -100,7 +100,7 @@
</p>
<p>
abril 27, 2024 </p>
abril 29, 2024 </p>
</center>
</header>
@ -205,7 +205,7 @@
<p class="note">
<span title="Information">&#128161;</span> <em>Note:</em> If you install a newer version of Tux Paint and replace or discard the old version, you will lose changes made by following the instructions above, so keep backups of your new content (stamps, brushes, etc.). </p>
<p>
Tux Paint also looks for files in a "TuxPaint" folder that you can place in your system's "Application Support" folder (found under "Library" at the root of your filesystem): <blockquote>
Tux Paint also looks for files in a "TuxPaint" folder that you can place in your system's <nobr>"<code style='background: #EEE;'>Application Support</code>"</nobr> folder (found under <nobr>"<code style='background: #EEE;'>Library</code>"</nobr> at the root of your filesystem): <blockquote>
<nobr><code style='background: #EEE;'>/Library/Application Support/TuxPaint/data/</code></nobr> </blockquote>
</p>
<p>
@ -238,8 +238,8 @@
<dt><strong>macOS</strong></dt>
<dd>
<p>
Your personal Tux Paint folder is stored in your personal "Application Support" folder: <blockquote>
<nobr><code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/</code></nobr> </blockquote>
Your personal Tux Paint folder is stored in your personal <nobr>"<code style='background: #EEE;'>Application Support</code>"</nobr> folder: <blockquote>
<nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/</code></nobr> </blockquote>
</p>
</dd>

View file

@ -324,7 +324,7 @@
</dt>
<dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
<dt>
<cite>Linux / Unix</cite>
@ -735,7 +735,7 @@
<blockquote>
<p>
<nobr><code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
<nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
</blockquote>
<p>

View file

@ -98,7 +98,7 @@
</p>
<p>
abril 27, 2024 </p>
abril 29, 2024 </p>
</center>
</header>
@ -1038,7 +1038,7 @@
% <strong>make</strong> install
</code>
</blockquote>
... to create the <code>TuxPaint.app</code> application bundle that can be run in-place or copied to <code>/Applications</code>. To create the DMG file for distribution, use 'make TuxPaint.dmg'. </p>
... to create the <code>TuxPaint.app</code> application bundle that can be run in-place or copied to <nobr><code style='background: #EEE;'>/Applications</code></nobr>. To create the DMG file for distribution, use 'make TuxPaint.dmg'. </p>
<p>
Additional steps are required when building a Unviersal Binary. See "Building a Universal Binary" below. </p>
@ -1369,7 +1369,7 @@
</header>
<p>
Delete "<code>TuxPaint.app</code>" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in <nobr>"<code style='background: #EEE;'>/Library/Application Support/TuxPaint/</code>"</nobr> (all users) and <nobr>"<code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/</code>"</nobr> (individual users). </p>
Delete "<code>TuxPaint.app</code>" from the <nobr>"<code style='background: #EEE;'>/Applications</code>"</nobr> folder. Data files, including the configuration files, stamps, and saved pictures, may be found in <nobr>"<code style='background: #EEE;'>/Library/Application Support/TuxPaint/</code>"</nobr> (all users) and <nobr>"<code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/</code>"</nobr> (individual users). </p>
</section><!-- H2: macOS -->
<section class="indent"><!-- H2: Linux -->

View file

@ -102,7 +102,7 @@
</p>
<p>
abril 27, 2024 </p>
abril 29, 2024 </p>
</center>
</header>
@ -193,7 +193,7 @@
</header>
<p>
<nobr><code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
<nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
<section class="indent"><!-- H3: System-Wide Configuration File -->
<header>
@ -1793,7 +1793,7 @@
<dt>macOS</dt>
<dd>
<nobr><code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/saved/</code></nobr> </dd>
<nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/saved/</code></nobr> </dd>
<dt>Haiku</dt>
<dd>
@ -1825,7 +1825,7 @@
<li>Linux &amp; 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>
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 - "My Pictures" 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>Enter "Shell:My Pictures" in the text box and push [OK].</li>
</ul>
@ -1950,7 +1950,7 @@
<dd><nobr><code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\</code></nobr></dd>
<dt>macoS</dt>
<dd><nobr><code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/</code></nobr></dd>
<dd><nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/</code></nobr></dd>
</dl>

View file

@ -102,7 +102,7 @@
</p>
<p>
abril 28, 2024 </p>
abril 29, 2024 </p>
</center>
</header>
<table border="2"
@ -1686,7 +1686,7 @@
</dt>
<dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
<dt>
<cite>Linux / Unix</cite>

View file

@ -5,7 +5,7 @@
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
https://tuxpaint.org/
avril 27, 2024
avril 29, 2024
+-------------------------------------------------------------+
| Table des matières |
@ -103,9 +103,9 @@ macOS
apportées avec les instructions ci-dessus, faites donc des sauvegardes de
votre nouveau contenu (tampons,pinceaux, etc.).
Tux Paint recherche également les fichiers dans un dossier "Tux Paint" que
vous pouvez placer dans votre dossier système "Application Support" (situé
sous "Library" à la racine de votre système de fichiers) :
Tux Paint also looks for files in a "TuxPaint" folder that you can place in
your system's "Application Support" folder (found under "Library" at the
root of your filesystem):
/Library/Application Support/TuxPaint/data/
@ -132,8 +132,8 @@ Windows
macOS
Votre dossier personnel Tux Paint est stocké dans votre dossier
«Application Support» :
Your personal Tux Paint folder is stored in your personal
"Application Support" folder:
/Users/nom d'utilisateur/Library/Application Support/TuxPaint/

View file

@ -5,7 +5,7 @@
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
https://tuxpaint.org/
avril 27, 2024
avril 29, 2024
+-------------------------------------------------------+
| Table des matières |
@ -923,8 +923,8 @@ dans la Section Ajout / Suppression de programmes du Panneau de configuration.
macOS
Delete "TuxPaint.app" from the "Applications" folder. Data files, including the
configuration files, stamps, and saved pictures, may be found in
Delete "TuxPaint.app" from the "/Applications" folder. Data files, including
the configuration files, stamps, and saved pictures, may be found in
"/Library/Application Support/TuxPaint/" (all users) and
"/Users/nom d'utilisateur/Library/Application Support/TuxPaint/" (individual
users).

View file

@ -6,7 +6,7 @@
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
https://tuxpaint.org/
avril 27, 2024
avril 29, 2024
+--------------------------------------------------------------------+
| Table des matières |
@ -1239,13 +1239,12 @@ Sauvegarder la configuration d'impression
Tux Paint will fall back to using that typical directory, if no XDG
configuration can be read, or nothing is set for
"XDG_PICTURES_DIR".
o Windows - "Mes images" directory for each user (normaly
o Windows - "My Pictures" directory for each user (normaly
"C:\Users\nom d'utilisateur\My Pictures")
You can directly open the folder as follows:
# Pressez la touche "[Windows]+[R]" pour ouvrir la boîte de
dialogue "Exécuter ...".
# Tapez "Shell:My Pictures" dans la zone de saisie et cliquez sur
OK.
# Enter "Shell:My Pictures" in the text box and push [OK].
o macOS — TBD!
💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will

View file

@ -6,7 +6,7 @@
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
https://tuxpaint.org/
avril 28, 2024
avril 29, 2024
+-------------------------------------------------------+
| Table des matières |

View file

@ -100,7 +100,7 @@
</p>
<p>
avril 27, 2024 </p>
avril 29, 2024 </p>
</center>
</header>
@ -205,7 +205,7 @@
<p class="note">
<span title="Information">&#128161;</span> <em>Remarque :</em> Si vous installez une version plus récente de Tux Paint et remplacez ou supprimez l'ancienne version, vous perdrez les modifications apportées avec les instructions ci-dessus, faites donc des sauvegardes de votre nouveau contenu (tampons,pinceaux, etc.). </p>
<p>
Tux Paint recherche également les fichiers dans un dossier "Tux Paint" que vous pouvez placer dans votre dossier système "Application Support" (situé sous "Library" à la racine de votre système de fichiers) : <blockquote>
Tux Paint also looks for files in a "TuxPaint" folder that you can place in your system's <nobr>"<code style='background: #EEE;'>Application Support</code>"</nobr> folder (found under <nobr>"<code style='background: #EEE;'>Library</code>"</nobr> at the root of your filesystem): <blockquote>
<nobr><code style='background: #EEE;'>/Library/Application Support/TuxPaint/data/</code></nobr> </blockquote>
</p>
<p>
@ -238,8 +238,8 @@
<dt><strong>macOS</strong></dt>
<dd>
<p>
Votre dossier personnel Tux Paint est stocké dans votre dossier «Application Support» : <blockquote>
<nobr><code style='background: #EEE;'>/Users/nom d'utilisateur/Library/Application Support/TuxPaint/</code></nobr> </blockquote>
Your personal Tux Paint folder is stored in your personal <nobr>"<code style='background: #EEE;'>Application Support</code>"</nobr> folder: <blockquote>
<nobr><code style='background: #EEE;'>/Users/<i>nom d'utilisateur</i>/Library/Application Support/TuxPaint/</code></nobr> </blockquote>
</p>
</dd>

View file

@ -324,7 +324,7 @@
</dt>
<dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/nom d'utilisateur/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/<i>nom d'utilisateur</i>/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
<dt>
<cite>Linux / Unix</cite>
@ -736,7 +736,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "<code>make nosound</code>") Assu
<blockquote>
<p>
<nobr><code style='background: #EEE;'>/Users/nom d'utilisateur/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
<nobr><code style='background: #EEE;'>/Users/<i>nom d'utilisateur</i>/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
</blockquote>
<p>

View file

@ -98,7 +98,7 @@
</p>
<p>
avril 27, 2024 </p>
avril 29, 2024 </p>
</center>
</header>
@ -1038,7 +1038,7 @@
% <strong>make</strong> install
</code>
</blockquote>
... pour crée l'application <code>TuxPaint.app</code> qui peut être exécutée sur place ou copiée sur <code>/Applications</code>. Pour créer le fichier DMG pour la distribution, faites 'make TuxPaint.dmg'. </p>
... pour crée l'application <code>TuxPaint.app</code> qui peut être exécutée sur place ou copiée sur <nobr><code style='background: #EEE;'>/Applications</code></nobr>. Pour créer le fichier DMG pour la distribution, faites 'make TuxPaint.dmg'. </p>
<p>
Des étapes supplémentaires sont nécessaires pour construire un 'Universal Binary'. Voyez "Construire un Universal Binary" ci-dessous. </p>
@ -1369,7 +1369,7 @@
</header>
<p>
Delete "<code>TuxPaint.app</code>" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in <nobr>"<code style='background: #EEE;'>/Library/Application Support/TuxPaint/</code>"</nobr> (all users) and <nobr>"<code style='background: #EEE;'>/Users/nom d'utilisateur/Library/Application Support/TuxPaint/</code>"</nobr> (individual users). </p>
Delete "<code>TuxPaint.app</code>" from the <nobr>"<code style='background: #EEE;'>/Applications</code>"</nobr> folder. Data files, including the configuration files, stamps, and saved pictures, may be found in <nobr>"<code style='background: #EEE;'>/Library/Application Support/TuxPaint/</code>"</nobr> (all users) and <nobr>"<code style='background: #EEE;'>/Users/<i>nom d'utilisateur</i>/Library/Application Support/TuxPaint/</code>"</nobr> (individual users). </p>
</section><!-- H2: macOS -->
<section class="indent"><!-- H2: Linux -->

View file

@ -102,7 +102,7 @@
</p>
<p>
avril 27, 2024 </p>
avril 29, 2024 </p>
</center>
</header>
@ -193,7 +193,7 @@
</header>
<p>
<nobr><code style='background: #EEE;'>/Users/nom d'utilisateur/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
<nobr><code style='background: #EEE;'>/Users/<i>nom d'utilisateur</i>/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
<section class="indent"><!-- H3: System-Wide Configuration File -->
<header>
@ -1793,7 +1793,7 @@
<dt>macOS</dt>
<dd>
<nobr><code style='background: #EEE;'>/Users/nom d'utilisateur/Library/Application Support/TuxPaint/saved/</code></nobr> </dd>
<nobr><code style='background: #EEE;'>/Users/<i>nom d'utilisateur</i>/Library/Application Support/TuxPaint/saved/</code></nobr> </dd>
<dt>Haiku</dt>
<dd>
@ -1825,9 +1825,9 @@
<li>Linux et Unix - Si disponible, quel que soit l'endroit où votre environnement de bureau est configuré pour le stockage des images, en fonction de votre configuration XDG (X Desktop Group). (Essayez d'exécuter en ligne de commande "<code style="white-space: nowrap;">xdg-user-dir PICTURES</code>" pour le savoir.)<br>
Typically (in an English locale), this will be a "<code>Images</code>" subdirectory in your home directory (i.e., <nobr>"<code style='background: #EEE;'>/home/nom d'utilisateur/Images</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>
<li>Windows - "Mes images" directory for each user (normaly <nobr>"<code style='background: #EEE;'>C:\Users\nom d'utilisateur\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\nom d'utilisateur\My Pictures</code>"</nobr>)<br>You can directly open the folder as follows: <ul>
<li>Pressez la touche "[Windows]+[R]" pour ouvrir la boîte de dialogue "Exécuter ...".</li>
<li>Tapez "Shell:My Pictures" dans la zone de saisie et cliquez sur OK.</li>
<li>Enter "Shell:My Pictures" in the text box and push [OK].</li>
</ul>
</li>
@ -1950,7 +1950,7 @@
<dd><nobr><code style='background: #EEE;'>C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\</code></nobr></dd>
<dt>macoS</dt>
<dd><nobr><code style='background: #EEE;'>/Users/nom d'utilisateur/Library/Application Support/TuxPaint/</code></nobr></dd>
<dd><nobr><code style='background: #EEE;'>/Users/<i>nom d'utilisateur</i>/Library/Application Support/TuxPaint/</code></nobr></dd>
</dl>

View file

@ -102,7 +102,7 @@
</p>
<p>
avril 28, 2024 </p>
avril 29, 2024 </p>
</center>
</header>
<table border="2"
@ -1686,7 +1686,7 @@
</dt>
<dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/nom d'utilisateur/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/<i>nom d'utilisateur</i>/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
<dt>
<cite>Linux / Unix</cite>

View file

@ -5,7 +5,7 @@
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/
27 de Abril de 2024
29 de Abril de 2024
+-------------------------------------------------------------+
| Índice |
@ -99,9 +99,9 @@ macOS
anteriores, así que garde as copias de seguridade do seu novo contido
(selos, pinceis, etc.) .
Tux Paint tamén busca ficheiros nun cartafol «TuxPaint» que pode colocar no
seu sistema no cartafol «Application Support» (atópase en «Library» na raíz
do seu sistema de ficheiros):
Tux Paint also looks for files in a "TuxPaint" folder that you can place in
your system's "Application Support" folder (found under "Library" at the
root of your filesystem):
/Library/Application Support/TuxPaint/data/
@ -129,8 +129,8 @@ Windows
macOS
O seu cartafol persoal de Tux Paint almacénase no cartafol persoal
«Application Support»:
Your personal Tux Paint folder is stored in your personal
"Application Support" folder:
/Users/nome de usuario/Library/Application Support/TuxPaint/

View file

@ -5,7 +5,7 @@
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/
27 de Abril de 2024
29 de Abril de 2024
+---------------------------------------------------+
| Índice |
@ -895,8 +895,8 @@ Eliminar programas do Panel de control.
macOS
Delete "TuxPaint.app" from the "Applications" folder. Data files, including the
configuration files, stamps, and saved pictures, may be found in
Delete "TuxPaint.app" from the "/Applications" folder. Data files, including
the configuration files, stamps, and saved pictures, may be found in
"/Library/Application Support/TuxPaint/" (all users) and
"/Users/nome de usuario/Library/Application Support/TuxPaint/" (individual
users).

View file

@ -6,7 +6,7 @@
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/
27 de Abril de 2024
29 de Abril de 2024
+----------------------------------------------------+
| Índice |
@ -1189,13 +1189,12 @@ Save Printer Configuration
Tux Paint will fall back to using that typical directory, if no XDG
configuration can be read, or nothing is set for
"XDG_PICTURES_DIR".
o Windows - "As miñas imaxes" directory for each user (normaly
o Windows - "My Pictures" directory for each user (normaly
"C:\Users\nome de usuario\My Pictures")
You can directly open the folder as follows:
# Prema a tecla «[Windows]+[R]» para abrir o diálogo
«Executar...».
# Escriba «Shell: As miñas imaxes« na caixa de texto e prema en
[Aceptar.]
# Enter "Shell:My Pictures" in the text box and push [OK].
o macOS — TBD!
💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will

View file

@ -6,7 +6,7 @@
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/
28 de Abril de 2024
29 de Abril de 2024
+--------------------------------------------------------+
| Índice |

View file

@ -100,7 +100,7 @@
</p>
<p>
27 de Abril de 2024 </p>
29 de Abril de 2024 </p>
</center>
</header>
@ -205,7 +205,7 @@
<p class="note">
<span title="Information">&#128161;</span> <em>Nota:</em> Se instala unha versión máis recente de Tux Paint e substitúe ou desbota a versión antiga, perderá os cambios feitos seguindo as instrucións anteriores, así que garde as copias de seguridade do seu novo contido (selos, pinceis, etc.) . </p>
<p>
Tux Paint tamén busca ficheiros nun cartafol «TuxPaint» que pode colocar no seu sistema no cartafol «Application Support» (atópase en «Library» na raíz do seu sistema de ficheiros): <blockquote>
Tux Paint also looks for files in a "TuxPaint" folder that you can place in your system's <nobr>"<code style='background: #EEE;'>Application Support</code>"</nobr> folder (found under <nobr>"<code style='background: #EEE;'>Library</code>"</nobr> at the root of your filesystem): <blockquote>
<nobr><code style='background: #EEE;'>/Library/Application Support/TuxPaint/data/</code></nobr> </blockquote>
</p>
<p>
@ -238,8 +238,8 @@
<dt><strong>macOS</strong></dt>
<dd>
<p>
O seu cartafol persoal de Tux Paint almacénase no cartafol persoal «Application Support»: <blockquote>
<nobr><code style='background: #EEE;'>/Users/nome de usuario/Library/Application Support/TuxPaint/</code></nobr> </blockquote>
Your personal Tux Paint folder is stored in your personal <nobr>"<code style='background: #EEE;'>Application Support</code>"</nobr> folder: <blockquote>
<nobr><code style='background: #EEE;'>/Users/<i>nome de usuario</i>/Library/Application Support/TuxPaint/</code></nobr> </blockquote>
</p>
</dd>

View file

@ -324,7 +324,7 @@
</dt>
<dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/nome de usuario/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/<i>nome de usuario</i>/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
<dt>
<cite>Linux / Unix</cite>
@ -735,7 +735,7 @@
<blockquote>
<p>
<nobr><code style='background: #EEE;'>/Users/nome de usuario/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
<nobr><code style='background: #EEE;'>/Users/<i>nome de usuario</i>/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
</blockquote>
<p>

View file

@ -98,7 +98,7 @@
</p>
<p>
27 de Abril de 2024 </p>
29 de Abril de 2024 </p>
</center>
</header>
@ -1038,7 +1038,7 @@
% <strong>make</strong> install
</code>
</blockquote>
... to create the <code>TuxPaint.app</code> application bundle that can be run in-place or copied to <code>/Applications</code>. To create the DMG file for distribution, use 'make TuxPaint.dmg'. </p>
... to create the <code>TuxPaint.app</code> application bundle that can be run in-place or copied to <nobr><code style='background: #EEE;'>/Applications</code></nobr>. To create the DMG file for distribution, use 'make TuxPaint.dmg'. </p>
<p>
Additional steps are required when building a Unviersal Binary. See "Building a Universal Binary" below. </p>
@ -1369,7 +1369,7 @@
</header>
<p>
Delete "<code>TuxPaint.app</code>" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in <nobr>"<code style='background: #EEE;'>/Library/Application Support/TuxPaint/</code>"</nobr> (all users) and <nobr>"<code style='background: #EEE;'>/Users/nome de usuario/Library/Application Support/TuxPaint/</code>"</nobr> (individual users). </p>
Delete "<code>TuxPaint.app</code>" from the <nobr>"<code style='background: #EEE;'>/Applications</code>"</nobr> folder. Data files, including the configuration files, stamps, and saved pictures, may be found in <nobr>"<code style='background: #EEE;'>/Library/Application Support/TuxPaint/</code>"</nobr> (all users) and <nobr>"<code style='background: #EEE;'>/Users/<i>nome de usuario</i>/Library/Application Support/TuxPaint/</code>"</nobr> (individual users). </p>
</section><!-- H2: macOS -->
<section class="indent"><!-- H2: Linux -->

View file

@ -102,7 +102,7 @@
</p>
<p>
27 de Abril de 2024 </p>
29 de Abril de 2024 </p>
</center>
</header>
@ -193,7 +193,7 @@
</header>
<p>
<nobr><code style='background: #EEE;'>/Users/nome de usuario/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
<nobr><code style='background: #EEE;'>/Users/<i>nome de usuario</i>/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
<section class="indent"><!-- H3: System-Wide Configuration File -->
<header>
@ -1793,7 +1793,7 @@
<dt>macOS</dt>
<dd>
<nobr><code style='background: #EEE;'>/Users/nome de usuario/Library/Application Support/TuxPaint/saved/</code></nobr> </dd>
<nobr><code style='background: #EEE;'>/Users/<i>nome de usuario</i>/Library/Application Support/TuxPaint/saved/</code></nobr> </dd>
<dt>Haiku</dt>
<dd>
@ -1825,9 +1825,9 @@
<li>Linux e Unix: se está dispoñíbel, onde queira que o seu contorno de escritorio estea configurado para que se almacenen imaxes, en función da configuración XDG (X Desktop Group). (Probe a executar a liña de ordes «<code style="white-space: nowrap;">xdg-user-dir PICTURES</code>» para descubrilo.)<br>
Typically (in an English locale), this will be a "<code>Imaxes</code>" subdirectory in your home directory (i.e., <nobr>"<code style='background: #EEE;'>/home/nome de usuario/Imaxes</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>
<li>Windows - "As miñas imaxes" directory for each user (normaly <nobr>"<code style='background: #EEE;'>C:\Users\nome de usuario\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\nome de usuario\My Pictures</code>"</nobr>)<br>You can directly open the folder as follows: <ul>
<li>Prema a tecla «[Windows]+[R]» para abrir o diálogo «Executar...».</li>
<li>Escriba «Shell: As miñas imaxes« na caixa de texto e prema en [Aceptar.]</li>
<li>Enter "Shell:My Pictures" in the text box and push [OK].</li>
</ul>
</li>
@ -1950,7 +1950,7 @@
<dd><nobr><code style='background: #EEE;'>C:\Users\nome de usuario\AppData\Roaming\TuxPaint\</code></nobr></dd>
<dt>macoS</dt>
<dd><nobr><code style='background: #EEE;'>/Users/nome de usuario/Library/Application Support/TuxPaint/</code></nobr></dd>
<dd><nobr><code style='background: #EEE;'>/Users/<i>nome de usuario</i>/Library/Application Support/TuxPaint/</code></nobr></dd>
</dl>

View file

@ -102,7 +102,7 @@
</p>
<p>
28 de Abril de 2024 </p>
29 de Abril de 2024 </p>
</center>
</header>
<table border="2"
@ -1686,7 +1686,7 @@
</dt>
<dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/nome de usuario/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/<i>nome de usuario</i>/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
<dt>
<cite>Linux / Unix</cite>

View file

@ -5,7 +5,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
apríl 27, 2024
apríl 29, 2024
+-----------------------------------------+
| Table of Contents |
@ -124,8 +124,8 @@ Windows
macOS
Your personal Tux Paint folder is stored in your personal "Application
Support" folder:
Your personal Tux Paint folder is stored in your personal
"Application Support" folder:
/Users/username/Library/Application Support/TuxPaint/

View file

@ -5,7 +5,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
apríl 27, 2024
apríl 29, 2024
+---------------------------------------------------+
| Table of Contents |
@ -886,8 +886,8 @@ Panel Add/Remove programs section.
macOS
Delete "TuxPaint.app" from the "Applications" folder. Data files, including the
configuration files, stamps, and saved pictures, may be found in
Delete "TuxPaint.app" from the "/Applications" folder. Data files, including
the configuration files, stamps, and saved pictures, may be found in
"/Library/Application Support/TuxPaint/" (all users) and
"/Users/username/Library/Application Support/TuxPaint/" (individual users).

View file

@ -6,7 +6,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
apríl 27, 2024
apríl 29, 2024
+--------------------------------------------+
| Table of Contents |

View file

@ -6,7 +6,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
apríl 28, 2024
apríl 29, 2024
+-------------------------------------------------+
| Table of Contents |

View file

@ -100,7 +100,7 @@
</p>
<p>
apríl 27, 2024 </p>
apríl 29, 2024 </p>
</center>
</header>
@ -205,7 +205,7 @@
<p class="note">
<span title="Information">&#128161;</span> <em>Note:</em> If you install a newer version of Tux Paint and replace or discard the old version, you will lose changes made by following the instructions above, so keep backups of your new content (stamps, brushes, etc.). </p>
<p>
Tux Paint also looks for files in a "TuxPaint" folder that you can place in your system's "Application Support" folder (found under "Library" at the root of your filesystem): <blockquote>
Tux Paint also looks for files in a "TuxPaint" folder that you can place in your system's <nobr>"<code style='background: #EEE;'>Application Support</code>"</nobr> folder (found under <nobr>"<code style='background: #EEE;'>Library</code>"</nobr> at the root of your filesystem): <blockquote>
<nobr><code style='background: #EEE;'>/Library/Application Support/TuxPaint/data/</code></nobr> </blockquote>
</p>
<p>
@ -238,8 +238,8 @@
<dt><strong>macOS</strong></dt>
<dd>
<p>
Your personal Tux Paint folder is stored in your personal "Application Support" folder: <blockquote>
<nobr><code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/</code></nobr> </blockquote>
Your personal Tux Paint folder is stored in your personal <nobr>"<code style='background: #EEE;'>Application Support</code>"</nobr> folder: <blockquote>
<nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/</code></nobr> </blockquote>
</p>
</dd>

View file

@ -324,7 +324,7 @@
</dt>
<dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
<dt>
<cite>Linux / Unix</cite>
@ -735,7 +735,7 @@
<blockquote>
<p>
<nobr><code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
<nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
</blockquote>
<p>

View file

@ -98,7 +98,7 @@
</p>
<p>
apríl 27, 2024 </p>
apríl 29, 2024 </p>
</center>
</header>
@ -1038,7 +1038,7 @@
% <strong>make</strong> install
</code>
</blockquote>
... to create the <code>TuxPaint.app</code> application bundle that can be run in-place or copied to <code>/Applications</code>. To create the DMG file for distribution, use 'make TuxPaint.dmg'. </p>
... to create the <code>TuxPaint.app</code> application bundle that can be run in-place or copied to <nobr><code style='background: #EEE;'>/Applications</code></nobr>. To create the DMG file for distribution, use 'make TuxPaint.dmg'. </p>
<p>
Additional steps are required when building a Unviersal Binary. See "Building a Universal Binary" below. </p>
@ -1369,7 +1369,7 @@
</header>
<p>
Delete "<code>TuxPaint.app</code>" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in <nobr>"<code style='background: #EEE;'>/Library/Application Support/TuxPaint/</code>"</nobr> (all users) and <nobr>"<code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/</code>"</nobr> (individual users). </p>
Delete "<code>TuxPaint.app</code>" from the <nobr>"<code style='background: #EEE;'>/Applications</code>"</nobr> folder. Data files, including the configuration files, stamps, and saved pictures, may be found in <nobr>"<code style='background: #EEE;'>/Library/Application Support/TuxPaint/</code>"</nobr> (all users) and <nobr>"<code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/</code>"</nobr> (individual users). </p>
</section><!-- H2: macOS -->
<section class="indent"><!-- H2: Linux -->

View file

@ -102,7 +102,7 @@
</p>
<p>
apríl 27, 2024 </p>
apríl 29, 2024 </p>
</center>
</header>
@ -193,7 +193,7 @@
</header>
<p>
<nobr><code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
<nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
<section class="indent"><!-- H3: System-Wide Configuration File -->
<header>
@ -1793,7 +1793,7 @@
<dt>macOS</dt>
<dd>
<nobr><code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/saved/</code></nobr> </dd>
<nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/saved/</code></nobr> </dd>
<dt>Haiku</dt>
<dd>
@ -1825,7 +1825,7 @@
<li>Linux &amp; 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>
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 - "My Pictures" 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>Enter "Shell:My Pictures" in the text box and push [OK].</li>
</ul>
@ -1950,7 +1950,7 @@
<dd><nobr><code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\</code></nobr></dd>
<dt>macoS</dt>
<dd><nobr><code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/</code></nobr></dd>
<dd><nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/</code></nobr></dd>
</dl>

View file

@ -102,7 +102,7 @@
</p>
<p>
apríl 28, 2024 </p>
apríl 29, 2024 </p>
</center>
</header>
<table border="2"
@ -1686,7 +1686,7 @@
</dt>
<dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
<dt>
<cite>Linux / Unix</cite>

View file

@ -5,7 +5,7 @@
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/
2024年4月27
2024年4月29
+-----------------------------------------+
| 目次 |
@ -124,8 +124,8 @@ Windows
macOS
Your personal Tux Paint folder is stored in your personal "Application
Support" folder:
Your personal Tux Paint folder is stored in your personal
"Application Support" folder:
/Users/username/Library/Application Support/TuxPaint/

View file

@ -5,7 +5,7 @@
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/
2024年4月27
2024年4月29
+---------------------------------------------------+
| 目次 |
@ -886,8 +886,8 @@ Panel Add/Remove programs section.
macOS
Delete "TuxPaint.app" from the "Applications" folder. Data files, including the
configuration files, stamps, and saved pictures, may be found in
Delete "TuxPaint.app" from the "/Applications" folder. Data files, including
the configuration files, stamps, and saved pictures, may be found in
"/Library/Application Support/TuxPaint/" (all users) and
"/Users/username/Library/Application Support/TuxPaint/" (individual users).

View file

@ -6,7 +6,7 @@
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/
2024年4月27
2024年4月29
+------------------------------------------------------+
| 目次 |
@ -1171,12 +1171,12 @@ altprint=mod
Tux Paint will fall back to using that typical directory, if no XDG
configuration can be read, or nothing is set for
"XDG_PICTURES_DIR".
o Windows - "ピクチャ" directory for each user (normaly
o Windows - "My Pictures" directory for each user (normaly
"C:\Users\username\My Pictures")
You can directly open the folder as follows:
# "[Windows]+[R]" キーを押して "ファイル名を指定して実行" ダイア
ログを開く。
# テキストボックスに "Shell:My Pictures" と入力して [OK] を押す。
# Enter "Shell:My Pictures" in the text box and push [OK].
o macOS — TBD!
💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will

View file

@ -6,7 +6,7 @@
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/
2024年4月28
2024年4月29
+--------------------------------------------------+
| 目次 |

View file

@ -100,7 +100,7 @@
</p>
<p>
2024年4月27</p>
2024年4月29</p>
</center>
</header>
@ -205,7 +205,7 @@
<p class="note">
<span title="Information">&#128161;</span> <em>Note:</em> If you install a newer version of Tux Paint and replace or discard the old version, you will lose changes made by following the instructions above, so keep backups of your new content (stamps, brushes, etc.). </p>
<p>
Tux Paint also looks for files in a "TuxPaint" folder that you can place in your system's "Application Support" folder (found under "Library" at the root of your filesystem): <blockquote>
Tux Paint also looks for files in a "TuxPaint" folder that you can place in your system's <nobr>"<code style='background: #EEE;'>Application Support</code>"</nobr> folder (found under <nobr>"<code style='background: #EEE;'>Library</code>"</nobr> at the root of your filesystem): <blockquote>
<nobr><code style='background: #EEE;'>/Library/Application Support/TuxPaint/data/</code></nobr> </blockquote>
</p>
<p>
@ -238,8 +238,8 @@
<dt><strong>macOS</strong></dt>
<dd>
<p>
Your personal Tux Paint folder is stored in your personal "Application Support" folder: <blockquote>
<nobr><code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/</code></nobr> </blockquote>
Your personal Tux Paint folder is stored in your personal <nobr>"<code style='background: #EEE;'>Application Support</code>"</nobr> folder: <blockquote>
<nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/</code></nobr> </blockquote>
</p>
</dd>

View file

@ -324,7 +324,7 @@
</dt>
<dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
<dt>
<cite>Linux / Unix</cite>
@ -735,7 +735,7 @@
<blockquote>
<p>
<nobr><code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
<nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
</blockquote>
<p>

View file

@ -98,7 +98,7 @@
</p>
<p>
2024年4月27</p>
2024年4月29</p>
</center>
</header>
@ -1038,7 +1038,7 @@
% <strong>make</strong> install
</code>
</blockquote>
... to create the <code>TuxPaint.app</code> application bundle that can be run in-place or copied to <code>/Applications</code>. To create the DMG file for distribution, use 'make TuxPaint.dmg'. </p>
... to create the <code>TuxPaint.app</code> application bundle that can be run in-place or copied to <nobr><code style='background: #EEE;'>/Applications</code></nobr>. To create the DMG file for distribution, use 'make TuxPaint.dmg'. </p>
<p>
Additional steps are required when building a Unviersal Binary. See "Building a Universal Binary" below. </p>
@ -1369,7 +1369,7 @@
</header>
<p>
Delete "<code>TuxPaint.app</code>" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in <nobr>"<code style='background: #EEE;'>/Library/Application Support/TuxPaint/</code>"</nobr> (all users) and <nobr>"<code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/</code>"</nobr> (individual users). </p>
Delete "<code>TuxPaint.app</code>" from the <nobr>"<code style='background: #EEE;'>/Applications</code>"</nobr> folder. Data files, including the configuration files, stamps, and saved pictures, may be found in <nobr>"<code style='background: #EEE;'>/Library/Application Support/TuxPaint/</code>"</nobr> (all users) and <nobr>"<code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/</code>"</nobr> (individual users). </p>
</section><!-- H2: macOS -->
<section class="indent"><!-- H2: Linux -->

View file

@ -102,7 +102,7 @@
</p>
<p>
2024年4月27</p>
2024年4月29</p>
</center>
</header>
@ -193,7 +193,7 @@
</header>
<p>
<nobr><code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
<nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
<section class="indent"><!-- H3: System-Wide Configuration File -->
<header>
@ -1793,7 +1793,7 @@
<dt>macOS</dt>
<dd>
<nobr><code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/saved/</code></nobr> </dd>
<nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/saved/</code></nobr> </dd>
<dt>Haiku</dt>
<dd>
@ -1825,9 +1825,9 @@
<li>Linux および Unix — XDG (X Desktop Group) 標準に基づく設定が利用可能な場合、個々のデスクトップ環境において画像保存用として設定されているディレクトリ("<code style="white-space: nowrap;">xdg-user-dir PICTURES</code>" コマンドで確認できます)<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>
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 - "ピクチャ" 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>"[Windows]+[R]" キーを押して "ファイル名を指定して実行" ダイアログを開く。</li>
<li>テキストボックスに "Shell:My Pictures" と入力して [OK] を押す。</li>
<li>Enter "Shell:My Pictures" in the text box and push [OK].</li>
</ul>
</li>
@ -1950,7 +1950,7 @@
<dd><nobr><code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\</code></nobr></dd>
<dt>macoS</dt>
<dd><nobr><code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/</code></nobr></dd>
<dd><nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/</code></nobr></dd>
</dl>

View file

@ -102,7 +102,7 @@
</p>
<p>
2024年4月28</p>
2024年4月29</p>
</center>
</header>
<table border="2"
@ -1686,7 +1686,7 @@
</dt>
<dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/username/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
<dt>
<cite>Linux / Unix</cite>

View file

@ -5,7 +5,7 @@
Të drejta kopjimi © 2002-2024 nga kontribues të ndryshëm; shihni AUTHORS.txt.
https://tuxpaint.org/
27 prill 2024
29 prill 2024
+------------------------------------------------------------------------+
| Pasqyrë e Lëndës |
@ -98,9 +98,9 @@ macOS
mësipërme do të humbni ndryshimet e bëra, ndaj mbani kopjeruajtje të lëndës
që krijoni rishtas (stampa, penela, etj.).
Tux Paint-i kërkon gjithashtu për kartela në dosjen “TuxPaint” të cilën
mund ta vendosni te dosja “Application Support” e sistemit (gjendet nën
"Library", në rrënjë të sistemit tuaj të kartelave):
Tux Paint also looks for files in a "TuxPaint" folder that you can place in
your system's "Application Support" folder (found under "Library" at the
root of your filesystem):
/Library/Application Support/TuxPaint/data/
@ -127,8 +127,8 @@ Windows
macOS
Dosja juaj personale Tux Paint gjendet në dosjen tuaj personale
“Application Support”:
Your personal Tux Paint folder is stored in your personal
"Application Support" folder:
/Users/emër përdoruesi/Library/Application Support/TuxPaint/

View file

@ -5,7 +5,7 @@
Të drejta kopjimi © 2002-2024 nga kontribues të ndryshëm; shihni AUTHORS.txt.
https://tuxpaint.org/
27 prill 2024
29 prill 2024
+------------------------------------------------------+
| Pasqyrë e Lëndës |
@ -887,8 +887,8 @@ Panel Add/Remove programs section.
macOS
Delete "TuxPaint.app" from the "Applications" folder. Data files, including the
configuration files, stamps, and saved pictures, may be found in
Delete "TuxPaint.app" from the "/Applications" folder. Data files, including
the configuration files, stamps, and saved pictures, may be found in
"/Library/Application Support/TuxPaint/" (all users) and
"/Users/emër përdoruesi/Library/Application Support/TuxPaint/" (individual
users).

View file

@ -6,7 +6,7 @@
Të drejta kopjimi © 2002-2024 nga kontribues të ndryshëm; shihni AUTHORS.txt.
https://tuxpaint.org/
27 prill 2024
29 prill 2024
+-----------------------------------------------------+
| Pasqyrë e Lëndës |
@ -1177,7 +1177,7 @@ Ruaje Formësimin e Shtypësit
Tux Paint will fall back to using that typical directory, if no XDG
configuration can be read, or nothing is set for
"XDG_PICTURES_DIR".
o Windows - "Fotot e Mia" directory for each user (normaly
o Windows - "My Pictures" directory for each user (normaly
"C:\Users\emër përdoruesi\My Pictures")
You can directly open the folder as follows:
# Shtypni “[Windows]+[R]”" që të hapet dialogu “Xhironi …”.

View file

@ -6,7 +6,7 @@
Të drejta kopjimi © 2002-2024 nga kontribues të ndryshëm; shihni AUTHORS.txt.
https://tuxpaint.org/
28 prill 2024
29 prill 2024
+---------------------------------------------------+
| Pasqyrë e Lëndës |

View file

@ -100,7 +100,7 @@
</p>
<p>
27 prill 2024 </p>
29 prill 2024 </p>
</center>
</header>
@ -205,7 +205,7 @@
<p class="note">
<span title="Information">&#128161;</span> <em>Shënim:</em> Nëse instaloni një version më të ri të Tux Paint-it dhe zëvendësoni, ose hidhni tej versionin e vjetër, duke ndjekur udhëzimet e mësipërme do të humbni ndryshimet e bëra, ndaj mbani kopjeruajtje të lëndës që krijoni rishtas (stampa, penela, etj.). </p>
<p>
Tux Paint-i kërkon gjithashtu për kartela në dosjen “TuxPaint” të cilën mund ta vendosni te dosja “Application Support” e sistemit (gjendet nën "Library", në rrënjë të sistemit tuaj të kartelave): <blockquote>
Tux Paint also looks for files in a "TuxPaint" folder that you can place in your system's <nobr>"<code style='background: #EEE;'>Application Support</code>"</nobr> folder (found under <nobr>"<code style='background: #EEE;'>Library</code>"</nobr> at the root of your filesystem): <blockquote>
<nobr><code style='background: #EEE;'>/Library/Application Support/TuxPaint/data/</code></nobr> </blockquote>
</p>
<p>
@ -238,8 +238,8 @@
<dt><strong>macOS</strong></dt>
<dd>
<p>
Dosja juaj personale Tux Paint gjendet në dosjen tuaj personale “Application Support”: <blockquote>
<nobr><code style='background: #EEE;'>/Users/emër përdoruesi/Library/Application Support/TuxPaint/</code></nobr> </blockquote>
Your personal Tux Paint folder is stored in your personal <nobr>"<code style='background: #EEE;'>Application Support</code>"</nobr> folder: <blockquote>
<nobr><code style='background: #EEE;'>/Users/<i>emër përdoruesi</i>/Library/Application Support/TuxPaint/</code></nobr> </blockquote>
</p>
</dd>

View file

@ -324,7 +324,7 @@
</dt>
<dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/emër përdoruesi/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/<i>emër përdoruesi</i>/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
<dt>
<cite>Linux / Unix</cite>
@ -735,7 +735,7 @@
<blockquote>
<p>
<nobr><code style='background: #EEE;'>/Users/emër përdoruesi/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
<nobr><code style='background: #EEE;'>/Users/<i>emër përdoruesi</i>/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
</blockquote>
<p>

View file

@ -98,7 +98,7 @@
</p>
<p>
27 prill 2024 </p>
29 prill 2024 </p>
</center>
</header>
@ -1038,7 +1038,7 @@
% <strong>make</strong> install
</code>
</blockquote>
... to create the <code>TuxPaint.app</code> application bundle that can be run in-place or copied to <code>/Applications</code>. To create the DMG file for distribution, use 'make TuxPaint.dmg'. </p>
... to create the <code>TuxPaint.app</code> application bundle that can be run in-place or copied to <nobr><code style='background: #EEE;'>/Applications</code></nobr>. To create the DMG file for distribution, use 'make TuxPaint.dmg'. </p>
<p>
Additional steps are required when building a Unviersal Binary. See "Building a Universal Binary" below. </p>
@ -1369,7 +1369,7 @@
</header>
<p>
Delete "<code>TuxPaint.app</code>" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in <nobr>"<code style='background: #EEE;'>/Library/Application Support/TuxPaint/</code>"</nobr> (all users) and <nobr>"<code style='background: #EEE;'>/Users/emër përdoruesi/Library/Application Support/TuxPaint/</code>"</nobr> (individual users). </p>
Delete "<code>TuxPaint.app</code>" from the <nobr>"<code style='background: #EEE;'>/Applications</code>"</nobr> folder. Data files, including the configuration files, stamps, and saved pictures, may be found in <nobr>"<code style='background: #EEE;'>/Library/Application Support/TuxPaint/</code>"</nobr> (all users) and <nobr>"<code style='background: #EEE;'>/Users/<i>emër përdoruesi</i>/Library/Application Support/TuxPaint/</code>"</nobr> (individual users). </p>
</section><!-- H2: macOS -->
<section class="indent"><!-- H2: Linux -->

View file

@ -102,7 +102,7 @@
</p>
<p>
27 prill 2024 </p>
29 prill 2024 </p>
</center>
</header>
@ -193,7 +193,7 @@
</header>
<p>
<nobr><code style='background: #EEE;'>/Users/emër përdoruesi/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
<nobr><code style='background: #EEE;'>/Users/<i>emër përdoruesi</i>/Library/Application Support/TuxPaint/tuxpaint.cfg</code></nobr> </p>
<section class="indent"><!-- H3: System-Wide Configuration File -->
<header>
@ -1793,7 +1793,7 @@
<dt>macOS</dt>
<dd>
<nobr><code style='background: #EEE;'>/Users/emër përdoruesi/Library/Application Support/TuxPaint/saved/</code></nobr> </dd>
<nobr><code style='background: #EEE;'>/Users/<i>emër përdoruesi</i>/Library/Application Support/TuxPaint/saved/</code></nobr> </dd>
<dt>Haiku</dt>
<dd>
@ -1825,7 +1825,7 @@
<li>Linux &amp; 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>Foto</code>" subdirectory in your home directory (i.e., <nobr>"<code style='background: #EEE;'>/home/emër përdoruesi/Foto</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>
<li>Windows - "Fotot e Mia" directory for each user (normaly <nobr>"<code style='background: #EEE;'>C:\Users\emër përdoruesi\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\emër përdoruesi\My Pictures</code>"</nobr>)<br>You can directly open the folder as follows: <ul>
<li>Shtypni “[Windows]+[R]”" që të hapet dialogu “Xhironi …”.</li>
<li>Enter "Shell:My Pictures" in the text box and push [OK].</li>
</ul>
@ -1950,7 +1950,7 @@
<dd><nobr><code style='background: #EEE;'>C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\</code></nobr></dd>
<dt>macoS</dt>
<dd><nobr><code style='background: #EEE;'>/Users/emër përdoruesi/Library/Application Support/TuxPaint/</code></nobr></dd>
<dd><nobr><code style='background: #EEE;'>/Users/<i>emër përdoruesi</i>/Library/Application Support/TuxPaint/</code></nobr></dd>
</dl>

View file

@ -102,7 +102,7 @@
</p>
<p>
28 prill 2024 </p>
29 prill 2024 </p>
</center>
</header>
<table border="2"
@ -1686,7 +1686,7 @@
</dt>
<dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/emër përdoruesi/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
In the user's "Application Support" folder:<br> e.g., <nobr>"<code style='background: #EEE;'>/Users/<i>emër përdoruesi</i>/Library/Application Support/TuxPaint/saved/</code>"</nobr> </dd>
<dt>
<cite>Linux / Unix</cite>