Mend a few minor issues

This commit is contained in:
Bill Kendrick 2021-02-05 16:10:53 -08:00
parent d43323be64
commit cb50065919
12 changed files with 60 additions and 63 deletions

View file

@ -565,7 +565,7 @@ Windows Users
If you do not override it, the default location is: If you do not override it, the default location is:
* Linux & Unix — Under a hidden directory named ".tuxpaint" * Linux & Unix — Under a hidden directory named ".tuxpaint"
in your home directory (aka ".tuxpaint" or "~") in your home directory (aka "~" or "$HOME")
Example: /home/username/.tuxpaint/saved/ Example: /home/username/.tuxpaint/saved/
* Windows — Inside a folder named "TuxPaint" in your * Windows — Inside a folder named "TuxPaint" in your
"Application Data" folder. "Application Data" folder.
@ -628,13 +628,13 @@ Windows Users
specific to the current user). specific to the current user).
Tux Paint will search for subdirectories/subfolders named Tux Paint will search for subdirectories/subfolders named
"brushes", "stamps", "3$brushes", "templates", and "fonts" under "brushes", "stamps", "starters", "templates", and "fonts" under
the specified data directory. the specified data directory.
If you do not override it, the default location is: If you do not override it, the default location is:
* Linux & Unix — Under a hidden directory named ".tuxpaint" * Linux & Unix — Under a hidden directory named ".tuxpaint"
in your home directory (aka ".tuxpaint" or "~") in your home directory (aka "~" or "$HOME")
Example: /home/username/.tuxpaint/brushes/ Example: /home/username/.tuxpaint/brushes/
* Windows — Inside a folder named "TuxPaint" in your * Windows — Inside a folder named "TuxPaint" in your
"Application Data" folder. "Application Data" folder.
@ -1497,9 +1497,9 @@ Setting Your Environment's Locale
"dpkg-reconfigure locales" as root to bring up a configuration "dpkg-reconfigure locales" as root to bring up a configuration
dialog. Ubuntu users may be able to run "sudo dpkg-reconfigure dialog. Ubuntu users may be able to run "sudo dpkg-reconfigure
localeconf" (the "localeconf" package may need to be installed localeconf" (the "localeconf" package may need to be installed
first), or you may need to edit the file "dpkg-reconfigure locales" first), or you may need to edit the file
first, and add locales they want, from the list found in "/var/lib/locales/supported.d/local" first, and add locales they
"/var/lib/locales/supported.d/local". want, from the list found in "/usr/share/i18n/SUPPORTED".
Then, before running Tux Paint, set your "$LANG" environment Then, before running Tux Paint, set your "$LANG" environment
variable to one of the locales listed above. (If you want all variable to one of the locales listed above. (If you want all

View file

@ -563,7 +563,7 @@ Available Tools
been saved, you will be prompted as to whether you want to been saved, you will be prompted as to whether you want to
save it or not. (See "Save," below.) save it or not. (See "Save," below.)
Note: You can also press [Control] + [N] on the keyboard to Note: You can also press [Control] + [O] on the keyboard to
bring up the 'Open' dialog. bring up the 'Open' dialog.
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -682,10 +682,9 @@ Available Tools
By default, Tux Paint only shows the printer By default, Tux Paint only shows the printer
dialog (or, on Linux/Unix, runs the dialog (or, on Linux/Unix, runs the
"altprintcommand"; e.g., "altprintcommand" "altprintcommand"; e.g., "kprinter" instead of
instead of "kprinter") if the [Alt] (or "lpr") if the [Alt] (or [Option]) key is held
[Option]) key is held while clicking the while clicking the 'Print' button.
'Print' button.
However, this behavior can be changed. You can However, this behavior can be changed. You can
have the printer dialog always appear by using have the printer dialog always appear by using
@ -875,7 +874,7 @@ Using the import script, "tuxpaint-import"
Example: Example:
$ tuxpaint-import grandma.jpg $ tuxpaint-import grandma.jpg
grandma.jpg -> /home/username/.tuxpaint/saved/20210205001249.png grandma.jpg -> /home/username/.tuxpaint/saved/20210205160922.png
jpegtopnm: WRITING A PPM FILE jpegtopnm: WRITING A PPM FILE
The first line ("tuxpaint-import grandma.jpg") is the command to run. The first line ("tuxpaint-import grandma.jpg") is the command to run.
@ -917,7 +916,7 @@ Importing Pictures Manually
* mm = Minute (two digits, "00"-"59") * mm = Minute (two digits, "00"-"59")
* ss = Seconds (two digits, "00"-"59") * ss = Seconds (two digits, "00"-"59")
Example: "20210205001249.png", for 5 February 2021 at 00:12:49. Example: "20210205160922.png", for 5 February 2021 at 16:09:22.
Place this PNG file in your Tux Paint "saved" directory/folder. (See Place this PNG file in your Tux Paint "saved" directory/folder. (See
above.) above.)

View file

@ -794,7 +794,7 @@
If you do not override it, the <b><i>default</i></b> location is: </p> If you do not override it, the <b><i>default</i></b> location is: </p>
<ul> <ul>
<li>Linux &amp; Unix — Under a hidden directory named "<code>.tuxpaint</code>" in your home directory (aka "<code>.tuxpaint</code>" or "<code>~</code>")<br> <li>Linux &amp; Unix — Under a hidden directory named "<code>.tuxpaint</code>" in your home directory (aka "<code>~</code>" or "<code>$HOME</code>")<br>
Example: <code>/home/<i>username</i>/.tuxpaint/saved/</code> </li> Example: <code>/home/<i>username</i>/.tuxpaint/saved/</code> </li>
<li>Windows — Inside a folder named "<code>TuxPaint</code>" in your "<code>Application Data</code>" folder.<br> <li>Windows — Inside a folder named "<code>TuxPaint</code>" in your "<code>Application Data</code>" folder.<br>
@ -858,13 +858,13 @@
Use this option to change where Tux Paint looks for personal data files (brushes, stamps, starters, templates, and fonts specific to the current user). </p> Use this option to change where Tux Paint looks for personal data files (brushes, stamps, starters, templates, and fonts specific to the current user). </p>
<p> <p>
Tux Paint will search for subdirectories/subfolders named "<code>brushes</code>", "<code>stamps</code>", "3$<code>brushes</code>", "<code>templates</code>", and "<code>fonts</code>" under the specified data directory. </p> Tux Paint will search for subdirectories/subfolders named "<code>brushes</code>", "<code>stamps</code>", "<code>starters</code>", "<code>templates</code>", and "<code>fonts</code>" under the specified data directory. </p>
<p> <p>
If you do not override it, the <b><i>default</i></b> location is: </p> If you do not override it, the <b><i>default</i></b> location is: </p>
<ul> <ul>
<li>Linux &amp; Unix — Under a hidden directory named "<code>.tuxpaint</code>" in your home directory (aka "<code>.tuxpaint</code>" or "<code>~</code>")<br> <li>Linux &amp; Unix — Under a hidden directory named "<code>.tuxpaint</code>" in your home directory (aka "<code>~</code>" or "<code>$HOME</code>")<br>
Example: <code>/home/<i>username</i>/.tuxpaint/brushes/</code> </li> Example: <code>/home/<i>username</i>/.tuxpaint/brushes/</code> </li>
<li>Windows — Inside a folder named "<code>TuxPaint</code>" in your "<code>Application Data</code>" folder.<br> <li>Windows — Inside a folder named "<code>TuxPaint</code>" in your "<code>Application Data</code>" folder.<br>
@ -4756,7 +4756,7 @@
First, be sure the locale you want to use is enabled by editing the file "<code>/etc/locale.gen</code>" on your system and then running the program "<code>locale-gen</code>" as root. </p> First, be sure the locale you want to use is enabled by editing the file "<code>/etc/locale.gen</code>" on your system and then running the program "<code>locale-gen</code>" as root. </p>
<p> <p>
<i>Note: Debian users may be able to simply run the command "<code>dpkg-reconfigure locales</code>" as root to bring up a configuration dialog. Ubuntu users may be able to run "<code>sudo dpkg-reconfigure localeconf</code>" (the "localeconf" package may need to be installed first), or you may need to edit the file "<code>dpkg-reconfigure locales</code>" first, and add locales they want, from the list found in "<code>/var/lib/locales/supported.d/local</code>".</i> </p> <i>Note: Debian users may be able to simply run the command "<code>dpkg-reconfigure locales</code>" as root to bring up a configuration dialog. Ubuntu users may be able to run "<code>sudo dpkg-reconfigure localeconf</code>" (the "localeconf" package may need to be installed first), or you may need to edit the file "<code>/var/lib/locales/supported.d/local</code>" first, and add locales they want, from the list found in "<code>/usr/share/i18n/SUPPORTED</code>".</i> </p>
<p> <p>
Then, before running Tux Paint, set your "<code>$LANG</code>" environment variable to one of the locales listed above. (If you want all programs that can be translated to be, you may wish to place the following in your login script; e.g. "<code>~/.profile</code>", "<code>~/.bashrc</code>", "<code>~/.cshrc</code>", etc.) </p> Then, before running Tux Paint, set your "<code>$LANG</code>" environment variable to one of the locales listed above. (If you want all programs that can be translated to be, you may wish to place the following in your login script; e.g. "<code>~/.profile</code>", "<code>~/.bashrc</code>", "<code>~/.cshrc</code>", etc.) </p>

View file

@ -924,7 +924,7 @@
If choose to open a picture, and your current drawing hasn't been saved, you will be prompted as to whether you want to save it or not. (See "<a href="#save">Save</a>," below.) </p> If choose to open a picture, and your current drawing hasn't been saved, you will be prompted as to whether you want to save it or not. (See "<a href="#save">Save</a>," below.) </p>
<p> <p>
<strong>Note:</strong> You can also press <b><code>[Control]</code></b> + <code><b>[N]</b></code> on the keyboard to bring up the 'Open' dialog. </p> <strong>Note:</strong> You can also press <b><code>[Control]</code></b> + <code><b>[O]</b></code> on the keyboard to bring up the 'Open' dialog. </p>
<br clear="all"> <br clear="all">
<hr size="1"> <hr size="1">
@ -1078,7 +1078,7 @@
<dd> <dd>
<p> <p>
By default, Tux Paint only shows the printer dialog (or, on Linux/Unix, runs the "altprintcommand"; e.g., "altprintcommand" instead of "kprinter") if the <b><code>[Alt]</code></b> (or <b><code>[Option]</code></b>) key is held while clicking the 'Print' button. </p> By default, Tux Paint only shows the printer dialog (or, on Linux/Unix, runs the "<code>altprintcommand</code>"; e.g., "<code>kprinter</code>" instead of "<code>lpr</code>") if the <b><code>[Alt]</code></b> (or <b><code>[Option]</code></b>) key is held while clicking the 'Print' button. </p>
<p> <p>
However, this behavior can be changed. You can have the printer dialog always appear by using "<code>--altprintalways</code>" on the command-line, or "<code>altprint=always</code>" in Tux Paint's configuration file. Conversely, you can prevent the <b><code>[Alt]</code></b>/<b><code>[Option]</code></b> key from having any effect by using "<code>--altprintnever</code>", or "<code>altprint=never</code>". </p> However, this behavior can be changed. You can have the printer dialog always appear by using "<code>--altprintalways</code>" on the command-line, or "<code>altprint=always</code>" in Tux Paint's configuration file. Conversely, you can prevent the <b><code>[Alt]</code></b>/<b><code>[Option]</code></b> key from having any effect by using "<code>--altprintnever</code>", or "<code>altprint=never</code>". </p>
@ -1303,7 +1303,7 @@
<blockquote> <blockquote>
<code>$ <strong>tuxpaint-import grandma.jpg</strong><br> <code>$ <strong>tuxpaint-import grandma.jpg</strong><br>
grandma.jpg -&gt; grandma.jpg -&gt;
/home/username/.tuxpaint/saved/20210205001249.png<br> /home/username/.tuxpaint/saved/20210205160922.png<br>
jpegtopnm: WRITING A PPM FILE</code> jpegtopnm: WRITING A PPM FILE</code>
</blockquote> </blockquote>
@ -1351,7 +1351,7 @@
</ul> </ul>
<p> <p>
Example: "<code>20210205001249</code>.png", for 5 February 2021 at 00:12:49. </p> Example: "<code>20210205160922</code>.png", for 5 February 2021 at 16:09:22. </p>
<p> <p>
Place this PNG file in your Tux Paint "<code>saved</code>" directory/folder. (See above.) </p> Place this PNG file in your Tux Paint "<code>saved</code>" directory/folder. (See above.) </p>

View file

@ -565,7 +565,7 @@ Windows Users
If you do not override it, the default location is: If you do not override it, the default location is:
* Linux & Unix — Under a hidden directory named ".tuxpaint" * Linux & Unix — Under a hidden directory named ".tuxpaint"
in your home directory (aka ".tuxpaint" or "~") in your home directory (aka "~" or "$HOME")
Example: /home/username/.tuxpaint/saved/ Example: /home/username/.tuxpaint/saved/
* Windows — Inside a folder named "TuxPaint" in your * Windows — Inside a folder named "TuxPaint" in your
"Application Data" folder. "Application Data" folder.
@ -628,13 +628,13 @@ Windows Users
specific to the current user). specific to the current user).
Tux Paint will search for subdirectories/subfolders named Tux Paint will search for subdirectories/subfolders named
"brushes", "stamps", "3$brushes", "templates", and "fonts" under "brushes", "stamps", "starters", "templates", and "fonts" under
the specified data directory. the specified data directory.
If you do not override it, the default location is: If you do not override it, the default location is:
* Linux & Unix — Under a hidden directory named ".tuxpaint" * Linux & Unix — Under a hidden directory named ".tuxpaint"
in your home directory (aka ".tuxpaint" or "~") in your home directory (aka "~" or "$HOME")
Example: /home/username/.tuxpaint/brushes/ Example: /home/username/.tuxpaint/brushes/
* Windows — Inside a folder named "TuxPaint" in your * Windows — Inside a folder named "TuxPaint" in your
"Application Data" folder. "Application Data" folder.
@ -1497,9 +1497,9 @@ Setting Your Environment's Locale
"dpkg-reconfigure locales" as root to bring up a configuration "dpkg-reconfigure locales" as root to bring up a configuration
dialog. Ubuntu users may be able to run "sudo dpkg-reconfigure dialog. Ubuntu users may be able to run "sudo dpkg-reconfigure
localeconf" (the "localeconf" package may need to be installed localeconf" (the "localeconf" package may need to be installed
first), or you may need to edit the file "dpkg-reconfigure locales" first), or you may need to edit the file
first, and add locales they want, from the list found in "/var/lib/locales/supported.d/local" first, and add locales they
"/var/lib/locales/supported.d/local". want, from the list found in "/usr/share/i18n/SUPPORTED".
Then, before running Tux Paint, set your "$LANG" environment Then, before running Tux Paint, set your "$LANG" environment
variable to one of the locales listed above. (If you want all variable to one of the locales listed above. (If you want all

View file

@ -563,7 +563,7 @@ Available Tools
been saved, you will be prompted as to whether you want to been saved, you will be prompted as to whether you want to
save it or not. (See "Save," below.) save it or not. (See "Save," below.)
Note: You can also press [Control] + [N] on the keyboard to Note: You can also press [Control] + [O] on the keyboard to
bring up the 'Open' dialog. bring up the 'Open' dialog.
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -682,10 +682,9 @@ Available Tools
By default, Tux Paint only shows the printer By default, Tux Paint only shows the printer
dialog (or, on Linux/Unix, runs the dialog (or, on Linux/Unix, runs the
"altprintcommand"; e.g., "altprintcommand" "altprintcommand"; e.g., "kprinter" instead of
instead of "kprinter") if the [Alt] (or "lpr") if the [Alt] (or [Option]) key is held
[Option]) key is held while clicking the while clicking the 'Print' button.
'Print' button.
However, this behavior can be changed. You can However, this behavior can be changed. You can
have the printer dialog always appear by using have the printer dialog always appear by using
@ -875,7 +874,7 @@ Using the import script, "tuxpaint-import"
Example: Example:
$ tuxpaint-import grandma.jpg $ tuxpaint-import grandma.jpg
grandma.jpg -> /home/username/.tuxpaint/saved/20210204223210.png grandma.jpg -> /home/username/.tuxpaint/saved/20210205160922.png
jpegtopnm: WRITING A PPM FILE jpegtopnm: WRITING A PPM FILE
The first line ("tuxpaint-import grandma.jpg") is the command to run. The first line ("tuxpaint-import grandma.jpg") is the command to run.
@ -917,7 +916,7 @@ Importing Pictures Manually
* mm = Minute (two digits, "00"-"59") * mm = Minute (two digits, "00"-"59")
* ss = Seconds (two digits, "00"-"59") * ss = Seconds (two digits, "00"-"59")
Example: "20210204223210.png", for 4 febrero 2021 at 22:32:10. Example: "20210205160922.png", for 5 febrero 2021 at 16:09:22.
Place this PNG file in your Tux Paint "saved" directory/folder. (See Place this PNG file in your Tux Paint "saved" directory/folder. (See
above.) above.)

View file

@ -794,7 +794,7 @@
If you do not override it, the <b><i>default</i></b> location is: </p> If you do not override it, the <b><i>default</i></b> location is: </p>
<ul> <ul>
<li>Linux &amp; Unix — Under a hidden directory named "<code>.tuxpaint</code>" in your home directory (aka "<code>.tuxpaint</code>" or "<code>~</code>")<br> <li>Linux &amp; Unix — Under a hidden directory named "<code>.tuxpaint</code>" in your home directory (aka "<code>~</code>" or "<code>$HOME</code>")<br>
Example: <code>/home/<i>username</i>/.tuxpaint/saved/</code> </li> Example: <code>/home/<i>username</i>/.tuxpaint/saved/</code> </li>
<li>Windows — Inside a folder named "<code>TuxPaint</code>" in your "<code>Application Data</code>" folder.<br> <li>Windows — Inside a folder named "<code>TuxPaint</code>" in your "<code>Application Data</code>" folder.<br>
@ -858,13 +858,13 @@
Use this option to change where Tux Paint looks for personal data files (brushes, stamps, starters, templates, and fonts specific to the current user). </p> Use this option to change where Tux Paint looks for personal data files (brushes, stamps, starters, templates, and fonts specific to the current user). </p>
<p> <p>
Tux Paint will search for subdirectories/subfolders named "<code>brushes</code>", "<code>stamps</code>", "3$<code>brushes</code>", "<code>templates</code>", and "<code>fonts</code>" under the specified data directory. </p> Tux Paint will search for subdirectories/subfolders named "<code>brushes</code>", "<code>stamps</code>", "<code>starters</code>", "<code>templates</code>", and "<code>fonts</code>" under the specified data directory. </p>
<p> <p>
If you do not override it, the <b><i>default</i></b> location is: </p> If you do not override it, the <b><i>default</i></b> location is: </p>
<ul> <ul>
<li>Linux &amp; Unix — Under a hidden directory named "<code>.tuxpaint</code>" in your home directory (aka "<code>.tuxpaint</code>" or "<code>~</code>")<br> <li>Linux &amp; Unix — Under a hidden directory named "<code>.tuxpaint</code>" in your home directory (aka "<code>~</code>" or "<code>$HOME</code>")<br>
Example: <code>/home/<i>username</i>/.tuxpaint/brushes/</code> </li> Example: <code>/home/<i>username</i>/.tuxpaint/brushes/</code> </li>
<li>Windows — Inside a folder named "<code>TuxPaint</code>" in your "<code>Application Data</code>" folder.<br> <li>Windows — Inside a folder named "<code>TuxPaint</code>" in your "<code>Application Data</code>" folder.<br>
@ -4756,7 +4756,7 @@
First, be sure the locale you want to use is enabled by editing the file "<code>/etc/locale.gen</code>" on your system and then running the program "<code>locale-gen</code>" as root. </p> First, be sure the locale you want to use is enabled by editing the file "<code>/etc/locale.gen</code>" on your system and then running the program "<code>locale-gen</code>" as root. </p>
<p> <p>
<i>Note: Debian users may be able to simply run the command "<code>dpkg-reconfigure locales</code>" as root to bring up a configuration dialog. Ubuntu users may be able to run "<code>sudo dpkg-reconfigure localeconf</code>" (the "localeconf" package may need to be installed first), or you may need to edit the file "<code>dpkg-reconfigure locales</code>" first, and add locales they want, from the list found in "<code>/var/lib/locales/supported.d/local</code>".</i> </p> <i>Note: Debian users may be able to simply run the command "<code>dpkg-reconfigure locales</code>" as root to bring up a configuration dialog. Ubuntu users may be able to run "<code>sudo dpkg-reconfigure localeconf</code>" (the "localeconf" package may need to be installed first), or you may need to edit the file "<code>/var/lib/locales/supported.d/local</code>" first, and add locales they want, from the list found in "<code>/usr/share/i18n/SUPPORTED</code>".</i> </p>
<p> <p>
Then, before running Tux Paint, set your "<code>$LANG</code>" environment variable to one of the locales listed above. (If you want all programs that can be translated to be, you may wish to place the following in your login script; e.g. "<code>~/.profile</code>", "<code>~/.bashrc</code>", "<code>~/.cshrc</code>", etc.) </p> Then, before running Tux Paint, set your "<code>$LANG</code>" environment variable to one of the locales listed above. (If you want all programs that can be translated to be, you may wish to place the following in your login script; e.g. "<code>~/.profile</code>", "<code>~/.bashrc</code>", "<code>~/.cshrc</code>", etc.) </p>

View file

@ -924,7 +924,7 @@
If choose to open a picture, and your current drawing hasn't been saved, you will be prompted as to whether you want to save it or not. (See "<a href="#save">Save</a>," below.) </p> If choose to open a picture, and your current drawing hasn't been saved, you will be prompted as to whether you want to save it or not. (See "<a href="#save">Save</a>," below.) </p>
<p> <p>
<strong>Note:</strong> You can also press <b><code>[Control]</code></b> + <code><b>[N]</b></code> on the keyboard to bring up the 'Open' dialog. </p> <strong>Note:</strong> You can also press <b><code>[Control]</code></b> + <code><b>[O]</b></code> on the keyboard to bring up the 'Open' dialog. </p>
<br clear="all"> <br clear="all">
<hr size="1"> <hr size="1">
@ -1078,7 +1078,7 @@
<dd> <dd>
<p> <p>
By default, Tux Paint only shows the printer dialog (or, on Linux/Unix, runs the "altprintcommand"; e.g., "altprintcommand" instead of "kprinter") if the <b><code>[Alt]</code></b> (or <b><code>[Option]</code></b>) key is held while clicking the 'Print' button. </p> By default, Tux Paint only shows the printer dialog (or, on Linux/Unix, runs the "<code>altprintcommand</code>"; e.g., "<code>kprinter</code>" instead of "<code>lpr</code>") if the <b><code>[Alt]</code></b> (or <b><code>[Option]</code></b>) key is held while clicking the 'Print' button. </p>
<p> <p>
However, this behavior can be changed. You can have the printer dialog always appear by using "<code>--altprintalways</code>" on the command-line, or "<code>altprint=always</code>" in Tux Paint's configuration file. Conversely, you can prevent the <b><code>[Alt]</code></b>/<b><code>[Option]</code></b> key from having any effect by using "<code>--altprintnever</code>", or "<code>altprint=never</code>". </p> However, this behavior can be changed. You can have the printer dialog always appear by using "<code>--altprintalways</code>" on the command-line, or "<code>altprint=always</code>" in Tux Paint's configuration file. Conversely, you can prevent the <b><code>[Alt]</code></b>/<b><code>[Option]</code></b> key from having any effect by using "<code>--altprintnever</code>", or "<code>altprint=never</code>". </p>
@ -1303,7 +1303,7 @@
<blockquote> <blockquote>
<code>$ <strong>tuxpaint-import grandma.jpg</strong><br> <code>$ <strong>tuxpaint-import grandma.jpg</strong><br>
grandma.jpg -&gt; grandma.jpg -&gt;
/home/username/.tuxpaint/saved/20210204223210.png<br> /home/username/.tuxpaint/saved/20210205160922.png<br>
jpegtopnm: WRITING A PPM FILE</code> jpegtopnm: WRITING A PPM FILE</code>
</blockquote> </blockquote>
@ -1351,7 +1351,7 @@
</ul> </ul>
<p> <p>
Example: "<code>20210204223210</code>.png", for 4 febrero 2021 at 22:32:10. </p> Example: "<code>20210205160922</code>.png", for 5 febrero 2021 at 16:09:22. </p>
<p> <p>
Place this PNG file in your Tux Paint "<code>saved</code>" directory/folder. (See above.) </p> Place this PNG file in your Tux Paint "<code>saved</code>" directory/folder. (See above.) </p>

View file

@ -565,7 +565,7 @@ Windows Users
If you do not override it, the default location is: If you do not override it, the default location is:
* Linux & Unix — Under a hidden directory named ".tuxpaint" * Linux & Unix — Under a hidden directory named ".tuxpaint"
in your home directory (aka ".tuxpaint" or "~") in your home directory (aka "~" or "$HOME")
Example: /home/username/.tuxpaint/saved/ Example: /home/username/.tuxpaint/saved/
* Windows — Inside a folder named "TuxPaint" in your * Windows — Inside a folder named "TuxPaint" in your
"Application Data" folder. "Application Data" folder.
@ -628,13 +628,13 @@ Windows Users
specific to the current user). specific to the current user).
Tux Paint will search for subdirectories/subfolders named Tux Paint will search for subdirectories/subfolders named
"brushes", "stamps", "3$brushes", "templates", and "fonts" under "brushes", "stamps", "starters", "templates", and "fonts" under
the specified data directory. the specified data directory.
If you do not override it, the default location is: If you do not override it, the default location is:
* Linux & Unix — Under a hidden directory named ".tuxpaint" * Linux & Unix — Under a hidden directory named ".tuxpaint"
in your home directory (aka ".tuxpaint" or "~") in your home directory (aka "~" or "$HOME")
Example: /home/username/.tuxpaint/brushes/ Example: /home/username/.tuxpaint/brushes/
* Windows — Inside a folder named "TuxPaint" in your * Windows — Inside a folder named "TuxPaint" in your
"Application Data" folder. "Application Data" folder.
@ -1497,9 +1497,9 @@ Setting Your Environment's Locale
"dpkg-reconfigure locales" as root to bring up a configuration "dpkg-reconfigure locales" as root to bring up a configuration
dialog. Ubuntu users may be able to run "sudo dpkg-reconfigure dialog. Ubuntu users may be able to run "sudo dpkg-reconfigure
localeconf" (the "localeconf" package may need to be installed localeconf" (the "localeconf" package may need to be installed
first), or you may need to edit the file "dpkg-reconfigure locales" first), or you may need to edit the file
first, and add locales they want, from the list found in "/var/lib/locales/supported.d/local" first, and add locales they
"/var/lib/locales/supported.d/local". want, from the list found in "/usr/share/i18n/SUPPORTED".
Then, before running Tux Paint, set your "$LANG" environment Then, before running Tux Paint, set your "$LANG" environment
variable to one of the locales listed above. (If you want all variable to one of the locales listed above. (If you want all

View file

@ -563,7 +563,7 @@ Available Tools
been saved, you will be prompted as to whether you want to been saved, you will be prompted as to whether you want to
save it or not. (See "Save," below.) save it or not. (See "Save," below.)
Note: You can also press [Control] + [N] on the keyboard to Note: You can also press [Control] + [O] on the keyboard to
bring up the 'Open' dialog. bring up the 'Open' dialog.
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -682,10 +682,9 @@ Available Tools
By default, Tux Paint only shows the printer By default, Tux Paint only shows the printer
dialog (or, on Linux/Unix, runs the dialog (or, on Linux/Unix, runs the
"altprintcommand"; e.g., "altprintcommand" "altprintcommand"; e.g., "kprinter" instead of
instead of "kprinter") if the [Alt] (or "lpr") if the [Alt] (or [Option]) key is held
[Option]) key is held while clicking the while clicking the 'Print' button.
'Print' button.
However, this behavior can be changed. You can However, this behavior can be changed. You can
have the printer dialog always appear by using have the printer dialog always appear by using
@ -875,7 +874,7 @@ Using the import script, "tuxpaint-import"
Example: Example:
$ tuxpaint-import grandma.jpg $ tuxpaint-import grandma.jpg
grandma.jpg -> /home/username/.tuxpaint/saved/20210204223210.png grandma.jpg -> /home/username/.tuxpaint/saved/20210205160922.png
jpegtopnm: WRITING A PPM FILE jpegtopnm: WRITING A PPM FILE
The first line ("tuxpaint-import grandma.jpg") is the command to run. The first line ("tuxpaint-import grandma.jpg") is the command to run.
@ -917,7 +916,7 @@ Importing Pictures Manually
* mm = Minute (two digits, "00"-"59") * mm = Minute (two digits, "00"-"59")
* ss = Seconds (two digits, "00"-"59") * ss = Seconds (two digits, "00"-"59")
Example: "20210204223210.png", for 4 février 2021 at 22:32:10. Example: "20210205160922.png", for 5 février 2021 at 16:09:22.
Place this PNG file in your Tux Paint "saved" directory/folder. (See Place this PNG file in your Tux Paint "saved" directory/folder. (See
above.) above.)

View file

@ -794,7 +794,7 @@
If you do not override it, the <b><i>default</i></b> location is: </p> If you do not override it, the <b><i>default</i></b> location is: </p>
<ul> <ul>
<li>Linux &amp; Unix — Under a hidden directory named "<code>.tuxpaint</code>" in your home directory (aka "<code>.tuxpaint</code>" or "<code>~</code>")<br> <li>Linux &amp; Unix — Under a hidden directory named "<code>.tuxpaint</code>" in your home directory (aka "<code>~</code>" or "<code>$HOME</code>")<br>
Example: <code>/home/<i>username</i>/.tuxpaint/saved/</code> </li> Example: <code>/home/<i>username</i>/.tuxpaint/saved/</code> </li>
<li>Windows — Inside a folder named "<code>TuxPaint</code>" in your "<code>Application Data</code>" folder.<br> <li>Windows — Inside a folder named "<code>TuxPaint</code>" in your "<code>Application Data</code>" folder.<br>
@ -858,13 +858,13 @@
Use this option to change where Tux Paint looks for personal data files (brushes, stamps, starters, templates, and fonts specific to the current user). </p> Use this option to change where Tux Paint looks for personal data files (brushes, stamps, starters, templates, and fonts specific to the current user). </p>
<p> <p>
Tux Paint will search for subdirectories/subfolders named "<code>brushes</code>", "<code>stamps</code>", "3$<code>brushes</code>", "<code>templates</code>", and "<code>fonts</code>" under the specified data directory. </p> Tux Paint will search for subdirectories/subfolders named "<code>brushes</code>", "<code>stamps</code>", "<code>starters</code>", "<code>templates</code>", and "<code>fonts</code>" under the specified data directory. </p>
<p> <p>
If you do not override it, the <b><i>default</i></b> location is: </p> If you do not override it, the <b><i>default</i></b> location is: </p>
<ul> <ul>
<li>Linux &amp; Unix — Under a hidden directory named "<code>.tuxpaint</code>" in your home directory (aka "<code>.tuxpaint</code>" or "<code>~</code>")<br> <li>Linux &amp; Unix — Under a hidden directory named "<code>.tuxpaint</code>" in your home directory (aka "<code>~</code>" or "<code>$HOME</code>")<br>
Example: <code>/home/<i>username</i>/.tuxpaint/brushes/</code> </li> Example: <code>/home/<i>username</i>/.tuxpaint/brushes/</code> </li>
<li>Windows — Inside a folder named "<code>TuxPaint</code>" in your "<code>Application Data</code>" folder.<br> <li>Windows — Inside a folder named "<code>TuxPaint</code>" in your "<code>Application Data</code>" folder.<br>
@ -4756,7 +4756,7 @@
First, be sure the locale you want to use is enabled by editing the file "<code>/etc/locale.gen</code>" on your system and then running the program "<code>locale-gen</code>" as root. </p> First, be sure the locale you want to use is enabled by editing the file "<code>/etc/locale.gen</code>" on your system and then running the program "<code>locale-gen</code>" as root. </p>
<p> <p>
<i>Note: Debian users may be able to simply run the command "<code>dpkg-reconfigure locales</code>" as root to bring up a configuration dialog. Ubuntu users may be able to run "<code>sudo dpkg-reconfigure localeconf</code>" (the "localeconf" package may need to be installed first), or you may need to edit the file "<code>dpkg-reconfigure locales</code>" first, and add locales they want, from the list found in "<code>/var/lib/locales/supported.d/local</code>".</i> </p> <i>Note: Debian users may be able to simply run the command "<code>dpkg-reconfigure locales</code>" as root to bring up a configuration dialog. Ubuntu users may be able to run "<code>sudo dpkg-reconfigure localeconf</code>" (the "localeconf" package may need to be installed first), or you may need to edit the file "<code>/var/lib/locales/supported.d/local</code>" first, and add locales they want, from the list found in "<code>/usr/share/i18n/SUPPORTED</code>".</i> </p>
<p> <p>
Then, before running Tux Paint, set your "<code>$LANG</code>" environment variable to one of the locales listed above. (If you want all programs that can be translated to be, you may wish to place the following in your login script; e.g. "<code>~/.profile</code>", "<code>~/.bashrc</code>", "<code>~/.cshrc</code>", etc.) </p> Then, before running Tux Paint, set your "<code>$LANG</code>" environment variable to one of the locales listed above. (If you want all programs that can be translated to be, you may wish to place the following in your login script; e.g. "<code>~/.profile</code>", "<code>~/.bashrc</code>", "<code>~/.cshrc</code>", etc.) </p>

View file

@ -924,7 +924,7 @@
If choose to open a picture, and your current drawing hasn't been saved, you will be prompted as to whether you want to save it or not. (See "<a href="#save">Save</a>," below.) </p> If choose to open a picture, and your current drawing hasn't been saved, you will be prompted as to whether you want to save it or not. (See "<a href="#save">Save</a>," below.) </p>
<p> <p>
<strong>Note:</strong> You can also press <b><code>[Control]</code></b> + <code><b>[N]</b></code> on the keyboard to bring up the 'Open' dialog. </p> <strong>Note:</strong> You can also press <b><code>[Control]</code></b> + <code><b>[O]</b></code> on the keyboard to bring up the 'Open' dialog. </p>
<br clear="all"> <br clear="all">
<hr size="1"> <hr size="1">
@ -1078,7 +1078,7 @@
<dd> <dd>
<p> <p>
By default, Tux Paint only shows the printer dialog (or, on Linux/Unix, runs the "altprintcommand"; e.g., "altprintcommand" instead of "kprinter") if the <b><code>[Alt]</code></b> (or <b><code>[Option]</code></b>) key is held while clicking the 'Print' button. </p> By default, Tux Paint only shows the printer dialog (or, on Linux/Unix, runs the "<code>altprintcommand</code>"; e.g., "<code>kprinter</code>" instead of "<code>lpr</code>") if the <b><code>[Alt]</code></b> (or <b><code>[Option]</code></b>) key is held while clicking the 'Print' button. </p>
<p> <p>
However, this behavior can be changed. You can have the printer dialog always appear by using "<code>--altprintalways</code>" on the command-line, or "<code>altprint=always</code>" in Tux Paint's configuration file. Conversely, you can prevent the <b><code>[Alt]</code></b>/<b><code>[Option]</code></b> key from having any effect by using "<code>--altprintnever</code>", or "<code>altprint=never</code>". </p> However, this behavior can be changed. You can have the printer dialog always appear by using "<code>--altprintalways</code>" on the command-line, or "<code>altprint=always</code>" in Tux Paint's configuration file. Conversely, you can prevent the <b><code>[Alt]</code></b>/<b><code>[Option]</code></b> key from having any effect by using "<code>--altprintnever</code>", or "<code>altprint=never</code>". </p>
@ -1303,7 +1303,7 @@
<blockquote> <blockquote>
<code>$ <strong>tuxpaint-import grandma.jpg</strong><br> <code>$ <strong>tuxpaint-import grandma.jpg</strong><br>
grandma.jpg -&gt; grandma.jpg -&gt;
/home/username/.tuxpaint/saved/20210204223210.png<br> /home/username/.tuxpaint/saved/20210205160922.png<br>
jpegtopnm: WRITING A PPM FILE</code> jpegtopnm: WRITING A PPM FILE</code>
</blockquote> </blockquote>
@ -1351,7 +1351,7 @@
</ul> </ul>
<p> <p>
Example: "<code>20210204223210</code>.png", for 4 février 2021 at 22:32:10. </p> Example: "<code>20210205160922</code>.png", for 5 février 2021 at 16:09:22. </p>
<p> <p>
Place this PNG file in your Tux Paint "<code>saved</code>" directory/folder. (See above.) </p> Place this PNG file in your Tux Paint "<code>saved</code>" directory/folder. (See above.) </p>