From cf99582672c5ebabb8fb0ff3cb33ce2167c62e27 Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Tux Paint
+ version 0.9.27
- version 0.9.26
Options Documentation
@@ -25,7 +25,7 @@
- June 28, 2021
+ August 8, 2021Run the program in full screen mode, rather than in a window.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "fullscreen=no". In both cases, may be overridden by the command-line option "--windowed".
Swaps the width/height options given to Tux Paint, useful for rotating the window on portait displays, such as a tablet PC that's in tablet orientation.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "orient=landscape". In both cases, may be overridden by the command-line option "--orient=landscape".
By default, Tux Paint prevents your system's screensaver from starting up. You can override this by using the "allowscreensaver" option. Note: This requires version 1.2.12 or higher of the SDL library. (You can also do this by setting the "SDL_VIDEO_ALLOW_SCREENSAVER" environment variable on your system to "1".)
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "allowscreensaver=no" or "disablescreensaver=yes". In both cases, may be overridden by the command-line option "--disablescreensaver".
Disable sound effects. (Note: Pressing [Alt] + [S] cannot be used to reenable sounds if they were disabled using this option.)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosound=no" or "sound=yes". In both cases, may be overridden by the command-line option "--sound".
Disable stereo panning support. (Useful for users with hearing impairment in one ear, or places where a single speaker or headphone is being used.)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostereo=no" or "stereo=yes". In both cases, may be overridden by the command-line option "--stereo".
You can also use the following keyboard combination to quit: [Shift] + [Control] + [Escape].
+ +
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noquit=no" or "quit=yes". In both cases, may be overridden by the command-line option "--quit".
Restrict printing so that printing can occur only once every SECONDS seconds.
+ +
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printdelay=0". In both cases, may be overridden by the command-line option "--printdelay=0".
(Note: This only works when not running Tux Paint in fullscreen mode.) Any configuration changes made in this dialog will be saved to the file "userdata/print.cfg" , and used again, as long as the "printcfg" option is set.
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printcfg=no" or "noprintcfg=yes". In both cases, may be overridden by the command-line option "--noprintcfg".
By default, the lockfile is stored in "~/.tuxpaint/" under Linux and Unix, and "userdata\" under Windows.
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolockfile=no" or "lockfile=yes". In both cases, may be overridden by the command-line option "--lockfile".
Disable the rotation step of the 'Shape' tool. Click, drag and release is all that will be needed to draw a shape.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "simpleshapes=no" or "complexshapes=yes". In both cases, may be overridden by the command-line option "--complexshapes".
All text will be rendered only in uppercase (e.g., "Brush" will be "BRUSH"). Useful for children who can read, but who have only learned uppercase letters so far.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "uppercase=no" or "mixedcase=yes". In both cases, may be overridden by the command-line option "--mixedcase".
This is useful to disable operating system actions that could get the user out of Tux Paint [Alt]-[Tab] window cycling, [Ctrl]-[Escape], etc. This is especially useful in fullscreen mode.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "grab=no" or "dontgrab=yes". In both cases, may be overridden by the command-line option "--dontgrab".
This is useful to prevent unwanted commands from being activated by children who aren't experienced with keyboards.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshortcuts=no" or "shortcuts=yes". In both cases, may be overridden by the command-line option "--shortcuts".
This disables support for the wheel on mice that have it. (Normally, the wheel will scroll the selector menu on the right.)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be overridden by the command-line option "--wheelmouse".
However, for children who have trouble with the mouse, this distinction between the two or three buttons on a mouse can be disabled (returning Tux Paint to its old behavior) by using this option.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nobuttondistinction=no" or "buttondistinction=yes". In both cases, may be overridden by the command-line option "--buttondistinction".
In some enviornments, the fancy cursors cause problems. Use this option to avoid them.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nofancycursors=no" or "fancycursors=yes". In both cases, may be overridden by the command-line option "--fancycursors".
This is useful for touchscreen devices, such as tablet PCs.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "hidecursor=no" or "showcursor=yes". In both cases, may be overridden by the command-line option "--showcursor".
This can help when Tux Paint is run on very slow computers, or displayed on a remote X-Window display.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nooutlines=no" or "outlines=yes". In both cases, may be overridden by the command-line option "--outlines".
This option causes Tux Paint to attempt to load fonts (for use in the Text tool) from your operating system. Normally, Tux Paint will only load the ones that came bundled with Tux Paint.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "sysfonts=no" or "nosysfonts=yes". In both cases, may be overridden by the command-line option "--nosysfonts".
To load all locale-specific fonts (the old behavior), set this option.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "alllocalefonts=no" or "currentlocalefont=yes". In both cases, may be overridden by the command-line option "--currentlocalefont".
This can speed up Tux Paint when it first loads up, and reduce memory usage while it's running. Of course, no stamps will be available at all.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostamps=no" or "stamps=yes". In both cases, may be overridden by the command-line option "--stamps".
Some images in the Stamps tool can be mirrored, flipped, and/or have their size changed. This option disables the controls, and only provides the basic stamps.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostampcontrols=no" or "stampcontrols=yes". In both cases, may be overridden by the command-line option "--stampcontrols".
Some Magic tools have the option of acting like a paintbrush, or affecting the entire canvas at once. This option disables the controls, and only provides the default functionality (usually paint-mode).
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may be overridden by the command-line option "--magiccontrols".
Disable the control buttons shown when using the Shapes tool that allow changing how shapes are drawn — centered around the initial mouse click, or with a corner at the initial mouse click.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshapecontrols=no" or "shapecontrols=yes". In both cases, may be overridden by the command-line option "--shapecontrols".
Disables the Label tool: the tool that allows text entry which can be edited later.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolabel=no" or "label=yes". In both cases, may be overridden by the command-line option "--label".
Places the blank color options in the New dialog at the end, so that any Starters and/or Templates are shown first.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "newcolorslast=no" or "newcolorsfirst=yes". In both cases, may be overridden by the command-line option "--newcolorsfirst".
This can be useful for people who prefer things right-to-left, rather than left-to-right.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases, may be overridden by the command-line option "--dontmirrorstamps".
In this mode, instead of clicking, dragging and releasing (e.g., to draw), you click, move, and click again to end the motion.
-onscreen-keyboard=yes
@@ -584,7 +642,7 @@
Presents a clickable on-screen keyboard when using the Text and Label tools.
-onscreen-keyboard-layout=LAYOUTNAME
@@ -603,6 +661,8 @@
Disables the possibility for changing the layout of the on-screen keyboard when using the Text and Label tools, useful for simplifying things for the small children.
Note: Using this option implies automatically onscreen-keyboard=yes, so setting both is redundant.
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "onscreen-keyboard-disable-change=no". In both cases, may be overridden by the command-line option "--onscreen-keyboard-disable-change=no".
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "keyboard=no" or "2$keyboard=no". In both cases, may be overridden by the command-line option "--mouse".
This disables Tux Paint's ability to save files (and therefore disables the on-screen "Save" button). It can be used in situations where the program is only being used for fun, or in a test environment.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosave=no" or "save=yes". In both cases, may be overridden by the command-line option "--save".
This prevents Tux Paint from asking whether you want to save the current picture when quitting, and assumes you do.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "autosave=no" or "noautosave=yes". In both cases, may be overridden by the command-line option "--noautosave".
This causes Tux Paint to display a blank canvas when it first starts up, rather than loading the last image that was being edited.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "startblank=no" or "startlast=yes". In both cases, may be overridden by the command-line option "--startlast".
--fullscreen
--WIDTHxHEIGHT
+ --buttonsize=SIZE
+ --colorsrows=ROWS
--orient=portrait
--native
--allowscreensaver
@@ -2661,6 +2732,8 @@
--altprintnever
--altprintalways
--papersize=PAPERSIZE
+ --printcommand=COMMAND
+ --altprintcommand=COMMAND
--nolockfile
--simpleshapes
--uppercase
diff --git a/docs/es_ES.UTF-8/OPTIONS.txt b/docs/es_ES.UTF-8/OPTIONS.txt
index 790e6813e..5af04daa4 100644
--- a/docs/es_ES.UTF-8/OPTIONS.txt
+++ b/docs/es_ES.UTF-8/OPTIONS.txt
@@ -1,12 +1,12 @@
Tux Paint
- versión 0.9.26
+ versión 0.9.27
Options Documentation
Copyright © 2002-2021 by various contributors; see AUTHORS.
http://www.tuxpaint.org/
- junio 28, 2021
+ agosto 8, 2021
----------------------------------------------------------------------
@@ -83,6 +83,11 @@ Windows Users
Run the program in full screen mode, rather than in a window.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "fullscreen=no". In both cases, may be overridden by the
+ command-line option "--windowed".
+
fullscreen=native
Run the program in full screen mode. Additionally, assume the
@@ -112,6 +117,11 @@ Windows Users
rotating the window on portait displays, such as a tablet PC
that's in tablet orientation.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "orient=landscape". In both cases, may be overridden by the
+ command-line option "--orient=landscape".
+
native=yes
When running Tux Paint in fullscreen mode, this assumes the
@@ -143,18 +153,34 @@ Windows Users
"SDL_VIDEO_ALLOW_SCREENSAVER" environment variable on your
system to "1".)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "allowscreensaver=no" or "disablescreensaver=yes". In both
+ cases, may be overridden by the command-line option
+ "--disablescreensaver".
+
nosound=yes
Disable sound effects. (Note: Pressing [Alt] + [S] cannot be
used to reenable sounds if they were disabled using this
option.)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "nosound=no"
+ or "sound=yes". In both cases, may be overridden by the
+ command-line option "--sound".
+
nostereo=yes
Disable stereo panning support. (Useful for users with hearing
impairment in one ear, or places where a single speaker or
headphone is being used.)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "nostereo=no"
+ or "stereo=yes". In both cases, may be overridden by the
+ command-line option "--stereo".
+
noquit=yes
Disable the on-screen "Quit" button and prevent the [Escape] key
@@ -167,6 +193,11 @@ Windows Users
You can also use the following keyboard combination to quit:
[Shift] + [Control] + [Escape].
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "noquit=no" or
+ "quit=yes". In both cases, may be overridden by the command-line
+ option "--quit".
+
noprint=yes
Disable the printing feature.
@@ -176,6 +207,11 @@ Windows Users
Restrict printing so that printing can occur only once every
SECONDS seconds.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "printdelay=0". In both cases, may be overridden by the
+ command-line option "--printdelay=0".
+
printcommand=COMMAND
(Linux and Unix only)
@@ -221,6 +257,11 @@ Windows Users
saved to the file "userdata/print.cfg" , and used again, as long
as the "printcfg" option is set.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "printcfg=no"
+ or "noprintcfg=yes". In both cases, may be overridden by the
+ command-line option "--noprintcfg".
+
altprint=always
This causes Tux Paint to always show the printer dialog (or, on
@@ -275,17 +316,32 @@ Windows Users
By default, the lockfile is stored in "~/.tuxpaint/" under Linux
and Unix, and "userdata\" under Windows.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nolockfile=no" or "lockfile=yes". In both cases, may be
+ overridden by the command-line option "--lockfile".
+
simpleshapes=yes
Disable the rotation step of the 'Shape' tool. Click, drag and
release is all that will be needed to draw a shape.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "simpleshapes=no" or "complexshapes=yes". In both cases, may be
+ overridden by the command-line option "--complexshapes".
+
uppercase=yes
All text will be rendered only in uppercase (e.g., "Brush" will
be "BRUSH"). Useful for children who can read, but who have only
learned uppercase letters so far.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "uppercase=no"
+ or "mixedcase=yes". In both cases, may be overridden by the
+ command-line option "--mixedcase".
+
grab=yes
Tux Paint will attempt to 'grab' the mouse and keyboard, so that
@@ -297,6 +353,11 @@ Windows Users
[Ctrl]-[Escape], etc. This is especially useful in fullscreen
mode.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "grab=no" or
+ "dontgrab=yes". In both cases, may be overridden by the
+ command-line option "--dontgrab".
+
noshortcuts=yes
This disable keyboard shortcuts (e.g., [Ctrl]-[S] for save,
@@ -305,12 +366,22 @@ Windows Users
This is useful to prevent unwanted commands from being activated
by children who aren't experienced with keyboards.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "noshortcuts=no" or "shortcuts=yes". In both cases, may be
+ overridden by the command-line option "--shortcuts".
+
nowheelmouse=yes
This disables support for the wheel on mice that have it.
(Normally, the wheel will scroll the selector menu on the
right.)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be
+ overridden by the command-line option "--wheelmouse".
+
nobuttondistinction=yes
Prior to Tux Paint 0.9.15, the middle and right buttons on a
@@ -323,6 +394,12 @@ Windows Users
disabled (returning Tux Paint to its old behavior) by using this
option.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nobuttondistinction=no" or "buttondistinction=yes". In both
+ cases, may be overridden by the command-line option
+ "--buttondistinction".
+
nofancycursors=yes
This disables the fancy mouse pointer shapes in Tux Paint, and
@@ -331,12 +408,22 @@ Windows Users
In some enviornments, the fancy cursors cause problems. Use this
option to avoid them.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nofancycursors=no" or "fancycursors=yes". In both cases, may be
+ overridden by the command-line option "--fancycursors".
+
hidecursor=yes
This completely hides the mouse pointer shapes in Tux Paint.
This is useful for touchscreen devices, such as tablet PCs.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "hidecursor=no" or "showcursor=yes". In both cases, may be
+ overridden by the command-line option "--showcursor".
+
nooutlines=yes
In this mode, much simpler outlines and 'rubber-band' lines are
@@ -345,12 +432,22 @@ Windows Users
This can help when Tux Paint is run on very slow computers, or
displayed on a remote X-Window display.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nooutlines=no" or "outlines=yes". In both cases, may be
+ overridden by the command-line option "--outlines".
+
sysfonts=yes
This option causes Tux Paint to attempt to load fonts (for use
in the Text tool) from your operating system. Normally, Tux
Paint will only load the ones that came bundled with Tux Paint.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "sysfonts=no"
+ or "nosysfonts=yes". In both cases, may be overridden by the
+ command-line option "--nosysfonts".
+
alllocalefonts=yes
Prior to version 0.9.21, Tux Paint loaded all fonts in its own
@@ -362,6 +459,12 @@ Windows Users
To load all locale-specific fonts (the old behavior), set this
option.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "alllocalefonts=no" or "currentlocalefont=yes". In both cases,
+ may be overridden by the command-line option
+ "--currentlocalefont".
+
nostamps=yes
This option tells Tux Paint to not load any rubber stamp images,
@@ -371,12 +474,22 @@ Windows Users
memory usage while it's running. Of course, no stamps will be
available at all.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "nostamps=no"
+ or "stamps=yes". In both cases, may be overridden by the
+ command-line option "--stamps".
+
nostampcontrols=yes
Some images in the Stamps tool can be mirrored, flipped, and/or
have their size changed. This option disables the controls, and
only provides the basic stamps.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nostampcontrols=no" or "stampcontrols=yes". In both cases, may
+ be overridden by the command-line option "--stampcontrols".
+
nomagiccontrols=yes
Some Magic tools have the option of acting like a paintbrush, or
@@ -384,6 +497,11 @@ Windows Users
controls, and only provides the default functionality (usually
paint-mode).
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may
+ be overridden by the command-line option "--magiccontrols".
+
noshapecontrols=yes
Disable the control buttons shown when using the Shapes tool
@@ -391,16 +509,31 @@ Windows Users
initial mouse click, or with a corner at the initial mouse
click.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "noshapecontrols=no" or "shapecontrols=yes". In both cases, may
+ be overridden by the command-line option "--shapecontrols".
+
nolabel=yes
Disables the Label tool: the tool that allows text entry which
can be edited later.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "nolabel=no"
+ or "label=yes". In both cases, may be overridden by the
+ command-line option "--label".
+
newcolorslast=yes
Places the blank color options in the New dialog at the end, so
that any Starters and/or Templates are shown first.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "newcolorslast=no" or "newcolorsfirst=yes". In both cases, may
+ be overridden by the command-line option "--newcolorsfirst".
+
mirrorstamps=yes
For stamps that can be mirrored, this option sets them to their
@@ -409,6 +542,11 @@ Windows Users
This can be useful for people who prefer things right-to-left,
rather than left-to-right.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases, may
+ be overridden by the command-line option "--dontmirrorstamps".
+
mouse-accessibility=yes
In this mode, instead of clicking, dragging and releasing (e.g.,
@@ -434,6 +572,12 @@ Windows Users
Note: Using this option implies automatically
onscreen-keyboard=yes, so setting both is redundant.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "onscreen-keyboard-disable-change=no". In both cases, may be
+ overridden by the command-line option
+ "--onscreen-keyboard-disable-change=no".
+
joystick-dev=N
Specify which joystick device should be used by Tux Paint.
@@ -603,6 +747,11 @@ Windows Users
can, e.g., move with the mouse, and click with the
keyboard, or vice-versa)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "keyboard=no"
+ or "2$keyboard=no". In both cases, may be overridden by the
+ command-line option "--mouse".
+
savedir=DIRECTORY
Use this option to change where Tux Paint's "saved"
@@ -731,17 +880,32 @@ Windows Users
situations where the program is only being used for fun, or in a
test environment.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "nosave=no" or
+ "save=yes". In both cases, may be overridden by the command-line
+ option "--save".
+
autosave=yes
This prevents Tux Paint from asking whether you want to save the
current picture when quitting, and assumes you do.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "autosave=no"
+ or "noautosave=yes". In both cases, may be overridden by the
+ command-line option "--noautosave".
+
startblank=yes
This causes Tux Paint to display a blank canvas when it first
starts up, rather than loading the last image that was being
edited.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "startblank=no" or "startlast=yes". In both cases, may be
+ overridden by the command-line option "--startlast".
+
colorfile=FILENAME
You may override Tux Paint's default color palette by creating a
@@ -1067,6 +1231,8 @@ Windows Users
--fullscreen
--WIDTHxHEIGHT
+ --buttonsize=SIZE
+ --colorsrows=ROWS
--orient=portrait
--native
--allowscreensaver
@@ -1080,6 +1246,8 @@ Windows Users
--altprintnever
--altprintalways
--papersize=PAPERSIZE
+ --printcommand=COMMAND
+ --altprintcommand=COMMAND
--nolockfile
--simpleshapes
--uppercase
diff --git a/docs/es_ES.UTF-8/html/OPTIONS.html b/docs/es_ES.UTF-8/html/OPTIONS.html
index 0a791b870..f971f4eb3 100644
--- a/docs/es_ES.UTF-8/html/OPTIONS.html
+++ b/docs/es_ES.UTF-8/html/OPTIONS.html
@@ -14,7 +14,7 @@
Tux Paint
- versión 0.9.26
+ versión 0.9.27
Options Documentation
@@ -25,7 +25,7 @@
- junio 28, 2021
+ agosto 8, 2021
Run the program in full screen mode, rather than in a window.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "fullscreen=no". In both cases, may be overridden by the command-line option "--windowed".
@@ -176,6 +178,8 @@
Swaps the width/height options given to Tux Paint, useful for rotating the window on portait displays, such as a tablet PC that's in tablet orientation.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "orient=landscape". In both cases, may be overridden by the command-line option "--orient=landscape".
@@ -209,6 +213,8 @@
By default, Tux Paint prevents your system's screensaver from starting up. You can override this by using the "allowscreensaver" option. Note: This requires version 1.2.12 or higher of the SDL library. (You can also do this by setting the "SDL_VIDEO_ALLOW_SCREENSAVER" environment variable on your system to "1".)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "allowscreensaver=no" or "disablescreensaver=yes". In both cases, may be overridden by the command-line option "--disablescreensaver".
@@ -218,6 +224,8 @@
Disable sound effects. (Note: Pressing [Alt] + [S] cannot be used to reenable sounds if they were disabled using this option.)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosound=no" or "sound=yes". In both cases, may be overridden by the command-line option "--sound".
@@ -227,6 +235,8 @@
Disable stereo panning support. (Useful for users with hearing impairment in one ear, or places where a single speaker or headphone is being used.)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostereo=no" or "stereo=yes". In both cases, may be overridden by the command-line option "--stereo".
@@ -242,6 +252,9 @@
You can also use the following keyboard combination to quit: [Shift] + [Control] + [Escape].
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noquit=no" or "quit=yes". In both cases, may be overridden by the command-line option "--quit".
@@ -260,6 +273,9 @@
Restrict printing so that printing can occur only once every SECONDS seconds.
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printdelay=0". In both cases, may be overridden by the command-line option "--printdelay=0".
@@ -319,6 +335,9 @@
(Note: This only works when not running Tux Paint in fullscreen mode.) Any configuration changes made in this dialog will be saved to the file "userdata/print.cfg" , and used again, as long as the "printcfg" option is set.
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printcfg=no" or "noprintcfg=yes". In both cases, may be overridden by the command-line option "--noprintcfg".
@@ -377,6 +396,9 @@
By default, the lockfile is stored in "~/.tuxpaint/" under Linux and Unix, and "userdata\" under Windows.
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolockfile=no" or "lockfile=yes". In both cases, may be overridden by the command-line option "--lockfile".
@@ -386,6 +408,8 @@
Disable the rotation step of the 'Shape' tool. Click, drag and release is all that will be needed to draw a shape.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "simpleshapes=no" or "complexshapes=yes". In both cases, may be overridden by the command-line option "--complexshapes".
@@ -395,6 +419,8 @@
All text will be rendered only in uppercase (e.g., "Brush" will be "BRUSH"). Useful for children who can read, but who have only learned uppercase letters so far.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "uppercase=no" or "mixedcase=yes". In both cases, may be overridden by the command-line option "--mixedcase".
@@ -407,6 +433,8 @@
This is useful to disable operating system actions that could get the user out of Tux Paint [Alt]-[Tab] window cycling, [Ctrl]-[Escape], etc. This is especially useful in fullscreen mode.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "grab=no" or "dontgrab=yes". In both cases, may be overridden by the command-line option "--dontgrab".
@@ -419,6 +447,8 @@
This is useful to prevent unwanted commands from being activated by children who aren't experienced with keyboards.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshortcuts=no" or "shortcuts=yes". In both cases, may be overridden by the command-line option "--shortcuts".
@@ -428,6 +458,8 @@
This disables support for the wheel on mice that have it. (Normally, the wheel will scroll the selector menu on the right.)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be overridden by the command-line option "--wheelmouse".
@@ -440,6 +472,8 @@
However, for children who have trouble with the mouse, this distinction between the two or three buttons on a mouse can be disabled (returning Tux Paint to its old behavior) by using this option.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nobuttondistinction=no" or "buttondistinction=yes". In both cases, may be overridden by the command-line option "--buttondistinction".
@@ -452,6 +486,8 @@
In some enviornments, the fancy cursors cause problems. Use this option to avoid them.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nofancycursors=no" or "fancycursors=yes". In both cases, may be overridden by the command-line option "--fancycursors".
@@ -464,6 +500,8 @@
This is useful for touchscreen devices, such as tablet PCs.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "hidecursor=no" or "showcursor=yes". In both cases, may be overridden by the command-line option "--showcursor".
@@ -476,6 +514,8 @@
This can help when Tux Paint is run on very slow computers, or displayed on a remote X-Window display.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nooutlines=no" or "outlines=yes". In both cases, may be overridden by the command-line option "--outlines".
@@ -485,6 +525,8 @@
This option causes Tux Paint to attempt to load fonts (for use in the Text tool) from your operating system. Normally, Tux Paint will only load the ones that came bundled with Tux Paint.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "sysfonts=no" or "nosysfonts=yes". In both cases, may be overridden by the command-line option "--nosysfonts".
@@ -497,6 +539,8 @@
To load all locale-specific fonts (the old behavior), set this option.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "alllocalefonts=no" or "currentlocalefont=yes". In both cases, may be overridden by the command-line option "--currentlocalefont".
@@ -509,6 +553,8 @@
This can speed up Tux Paint when it first loads up, and reduce memory usage while it's running. Of course, no stamps will be available at all.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostamps=no" or "stamps=yes". In both cases, may be overridden by the command-line option "--stamps".
@@ -518,6 +564,8 @@
Some images in the Stamps tool can be mirrored, flipped, and/or have their size changed. This option disables the controls, and only provides the basic stamps.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostampcontrols=no" or "stampcontrols=yes". In both cases, may be overridden by the command-line option "--stampcontrols".
@@ -527,6 +575,8 @@
Some Magic tools have the option of acting like a paintbrush, or affecting the entire canvas at once. This option disables the controls, and only provides the default functionality (usually paint-mode).
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may be overridden by the command-line option "--magiccontrols".
@@ -536,6 +586,8 @@
Disable the control buttons shown when using the Shapes tool that allow changing how shapes are drawn — centered around the initial mouse click, or with a corner at the initial mouse click.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshapecontrols=no" or "shapecontrols=yes". In both cases, may be overridden by the command-line option "--shapecontrols".
@@ -545,6 +597,8 @@
Disables the Label tool: the tool that allows text entry which can be edited later.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolabel=no" or "label=yes". In both cases, may be overridden by the command-line option "--label".
@@ -554,6 +608,8 @@
Places the blank color options in the New dialog at the end, so that any Starters and/or Templates are shown first.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "newcolorslast=no" or "newcolorsfirst=yes". In both cases, may be overridden by the command-line option "--newcolorsfirst".
@@ -566,6 +622,8 @@
This can be useful for people who prefer things right-to-left, rather than left-to-right.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases, may be overridden by the command-line option "--dontmirrorstamps".
@@ -575,7 +633,7 @@
In this mode, instead of clicking, dragging and releasing (e.g., to draw), you click, move, and click again to end the motion.
-
+
onscreen-keyboard=yes
@@ -584,7 +642,7 @@
Presents a clickable on-screen keyboard when using the Text and Label tools.
-
+
onscreen-keyboard-layout=LAYOUTNAME
@@ -603,6 +661,8 @@
Disables the possibility for changing the layout of the on-screen keyboard when using the Text and Label tools, useful for simplifying things for the small children.
Note: Using this option implies automatically onscreen-keyboard=yes, so setting both is redundant.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "onscreen-keyboard-disable-change=no". In both cases, may be overridden by the command-line option "--onscreen-keyboard-disable-change=no".
@@ -865,6 +925,9 @@
A regular mouse and/or joystick may still be used (so you can, e.g., move with the mouse, and click with the keyboard, or vice-versa)
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "keyboard=no" or "2$keyboard=no". In both cases, may be overridden by the command-line option "--mouse".
@@ -1006,6 +1069,8 @@
This disables Tux Paint's ability to save files (and therefore disables the on-screen "Save" button). It can be used in situations where the program is only being used for fun, or in a test environment.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosave=no" or "save=yes". In both cases, may be overridden by the command-line option "--save".
@@ -1015,6 +1080,8 @@
This prevents Tux Paint from asking whether you want to save the current picture when quitting, and assumes you do.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "autosave=no" or "noautosave=yes". In both cases, may be overridden by the command-line option "--noautosave".
@@ -1024,6 +1091,8 @@
This causes Tux Paint to display a blank canvas when it first starts up, rather than loading the last image that was being edited.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "startblank=no" or "startlast=yes". In both cases, may be overridden by the command-line option "--startlast".
@@ -2648,6 +2717,8 @@
--fullscreen
--WIDTHxHEIGHT
+ --buttonsize=SIZE
+ --colorsrows=ROWS
--orient=portrait
--native
--allowscreensaver
@@ -2661,6 +2732,8 @@
--altprintnever
--altprintalways
--papersize=PAPERSIZE
+ --printcommand=COMMAND
+ --altprintcommand=COMMAND
--nolockfile
--simpleshapes
--uppercase
diff --git a/docs/fr_FR.UTF-8/OPTIONS.txt b/docs/fr_FR.UTF-8/OPTIONS.txt
index 069630e5e..ca2942706 100644
--- a/docs/fr_FR.UTF-8/OPTIONS.txt
+++ b/docs/fr_FR.UTF-8/OPTIONS.txt
@@ -1,12 +1,12 @@
Tux Paint
- version 0.9.26
+ version 0.9.27
Documentation sur les options
Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.
http://www.tuxpaint.org/
- juin 28, 2021
+ août 8, 2021
----------------------------------------------------------------------
@@ -83,6 +83,11 @@ Utilisateurs de Windows
Le programme tourne en plein écran plutôt que dans une fenêtre.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "fullscreen=no". In both cases, may be overridden by the
+ command-line option "--windowed".
+
fullscreen=native
Le programme tourne plein écran, en adoptant la résolution
@@ -112,6 +117,11 @@ Utilisateurs de Windows
utile pour faire pivoter la fenêtre pour les affichages de
portait, comme un écran PC orientée comme une tablette.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "orient=landscape". In both cases, may be overridden by the
+ command-line option "--orient=landscape".
+
native=yes
Lorsque vous exécutez Tux Paint en mode plein écran, cela
@@ -145,12 +155,23 @@ Utilisateurs de Windows
d'environnement "SDL_VIDEO_ALLOW_SCREENSAVER" de votre système
égale à "1".)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "allowscreensaver=no" or "disablescreensaver=yes". In both
+ cases, may be overridden by the command-line option
+ "--disablescreensaver".
+
nosound=yes
Désactive les effets sonores. (Remarque: le fait d'appuyer sur
[Alt] + [S] ne peut pas être utilisé pour réactiver les sons
s'ils ont été désactivés à l'aide de cette option.)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "nosound=no"
+ or "sound=yes". In both cases, may be overridden by the
+ command-line option "--sound".
+
nostereo=yes
Désactive la prise en charge de la stéréo. (Utile pour les
@@ -158,6 +179,11 @@ Utilisateurs de Windows
dans les endroits où un seul haut-parleur ou casque est
utilisé.)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "nostereo=no"
+ or "stereo=yes". In both cases, may be overridden by the
+ command-line option "--stereo".
+
noquit=yes
Désactive le bouton "Quitter" à l'écran et empêche la touche
@@ -171,6 +197,11 @@ Utilisateurs de Windows
Vous pouvez également utiliser la combinaison de touches
suivante pour quitter : [Shift] + [Control] + [Escape].
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "noquit=no" or
+ "quit=yes". In both cases, may be overridden by the command-line
+ option "--quit".
+
noprint=yes
Désactive la fonction d'impression.
@@ -180,6 +211,11 @@ Utilisateurs de Windows
Limite l'impression afin que l'impression ne puisse avoir lieu
qu'une fois toutes les SECONDES secondes.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "printdelay=0". In both cases, may be overridden by the
+ command-line option "--printdelay=0".
+
printcommand=COMMAND
(Linux et Unix uniquement)
@@ -231,6 +267,11 @@ Utilisateurs de Windows
enregistrées dans le fichier "userdata/print.cfg", et
réutilisées, tant que l'option "printcfg" reste définie.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "printcfg=no"
+ or "noprintcfg=yes". In both cases, may be overridden by the
+ command-line option "--noprintcfg".
+
altprint=always
Cela fait que Tux Paint affiche toujours la boîte de dialogue de
@@ -293,18 +334,33 @@ Utilisateurs de Windows
Par défaut, le fichier de verrouillage est stocké dans
"~/.tuxpaint/" sous Linux et Unix, et "userdata\" sous Windows.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nolockfile=no" or "lockfile=yes". In both cases, may be
+ overridden by the command-line option "--lockfile".
+
simpleshapes=yes
Désactive la possibilité de rotation avec l'outil «Forme».
Cliquer, faire glisser et relâcher, voilà tout ce qui sera
possible pour dessiner une forme.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "simpleshapes=no" or "complexshapes=yes". In both cases, may be
+ overridden by the command-line option "--complexshapes".
+
uppercase=yes
Tout le texte sera rendu uniquement en majuscules (par exemple,
"Boule" deviendra "BOULE"). Utile pour les enfants qui savent
lire, mais qui n'ont appris que les majuscules jusqu'à présent.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "uppercase=no"
+ or "mixedcase=yes". In both cases, may be overridden by the
+ command-line option "--mixedcase".
+
grab=yes
Tux Paint essaiera de «saisir» la souris et le clavier, en sorte
@@ -317,6 +373,11 @@ Utilisateurs de Windows
Paint [Alt]-[Tab] (changement de fenêtre), [Ctrl]-[Escape], etc.
Ceci est particulièrement utile en mode plein écran.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "grab=no" or
+ "dontgrab=yes". In both cases, may be overridden by the
+ command-line option "--dontgrab".
+
noshortcuts=yes
Cela désactive les raccourcis clavier (par exemple [Ctrl]-[S]
@@ -326,12 +387,22 @@ Utilisateurs de Windows
soient activées par des enfants qui n'ont pas d'expérience avec
les claviers.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "noshortcuts=no" or "shortcuts=yes". In both cases, may be
+ overridden by the command-line option "--shortcuts".
+
nowheelmouse=yes
Cela désactive la prise en charge de la molette pour les souris
qui en ont. (Normalement, la molette fait défiler le menu du
sélecteur sur la droite.)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be
+ overridden by the command-line option "--wheelmouse".
+
nobuttondistinction=yes
Avant Tux Paint 0.9.15, les boutons du milieu et de droite d'une
@@ -345,6 +416,12 @@ Utilisateurs de Windows
souris peut être désactivée (ramenant Tux Paint à son ancien
comportement) grâce à cette option.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nobuttondistinction=no" or "buttondistinction=yes". In both
+ cases, may be overridden by the command-line option
+ "--buttondistinction".
+
nofancycursors=yes
Cela désactive les formes fantaisistes de pointeur de souris
@@ -354,6 +431,11 @@ Utilisateurs de Windows
Dans certains environnements, les curseurs sophistiqués posent
des problèmes. Utilisez cette option pour les éviter.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nofancycursors=no" or "fancycursors=yes". In both cases, may be
+ overridden by the command-line option "--fancycursors".
+
hidecursor=yes
Cela masque complètement les formes du pointeur de la souris
@@ -362,6 +444,11 @@ Utilisateurs de Windows
Ceci est utile pour les appareils à écran tactile, tels que les
tablettes PC.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "hidecursor=no" or "showcursor=yes". In both cases, may be
+ overridden by the command-line option "--showcursor".
+
nooutlines=yes
Dans ce mode, des contours beaucoup plus simples et des lignes
@@ -371,6 +458,11 @@ Utilisateurs de Windows
Cela peut aider lorsque Tux Paint est exécuté sur des
ordinateurs très lents ou affiché sur un écran X-Window distant.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nooutlines=no" or "outlines=yes". In both cases, may be
+ overridden by the command-line option "--outlines".
+
sysfonts=yes
Cette option oblige Tux Paint à essayer de charger des polices
@@ -378,6 +470,11 @@ Utilisateurs de Windows
d'exploitation. Normalement, Tux Paint ne chargera que ceux
fournis avec Tux Paint.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "sysfonts=no"
+ or "nosysfonts=yes". In both cases, may be overridden by the
+ command-line option "--nosysfonts".
+
alllocalefonts=yes
Avant la version 0.9.21, Tux Paint chargeait toutes les polices
@@ -391,6 +488,12 @@ Utilisateurs de Windows
Pour charger toutes les polices spécifiques aux paramètres
régionaux (l'ancien comportement), utilisez cette option.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "alllocalefonts=no" or "currentlocalefont=yes". In both cases,
+ may be overridden by the command-line option
+ "--currentlocalefont".
+
nostamps=yes
Cette option indique à Tux Paint de ne charger aucune image de
@@ -401,6 +504,11 @@ Utilisateurs de Windows
l'utilisation de la mémoire pendant son exécution. Bien entendu,
aucun timbre ne sera disponible.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "nostamps=no"
+ or "stamps=yes". In both cases, may be overridden by the
+ command-line option "--stamps".
+
nostampcontrols=yes
Certaines images de l' outil Tampon peuvent être mises en
@@ -408,6 +516,11 @@ Utilisateurs de Windows
option désactive ces contrôles et ne fournit que les tampons de
base.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nostampcontrols=no" or "stampcontrols=yes". In both cases, may
+ be overridden by the command-line option "--stampcontrols".
+
nomagiccontrols=yes
Certains outils Magie ont la possibilité d'agir comme un pinceau
@@ -415,6 +528,11 @@ Utilisateurs de Windows
contrôles et ne fournit que la fonctionnalité par défaut
(généralement en mode peinture).
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may
+ be overridden by the command-line option "--magiccontrols".
+
noshapecontrols=yes
Désactive les boutons de contrôle affichés lors de l'utilisation
@@ -422,17 +540,32 @@ Utilisateurs de Windows
formes sont dessinées - centrées autour du clic initial de la
souris ou à partir d'un coin au clic de la souris.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "noshapecontrols=no" or "shapecontrols=yes". In both cases, may
+ be overridden by the command-line option "--shapecontrols".
+
nolabel=yes
Désactive l'outil Étiquette : l'outil qui permet la saisie de
texte pouvant être édité plus tard.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "nolabel=no"
+ or "label=yes". In both cases, may be overridden by the
+ command-line option "--label".
+
newcolorslast=yes
Place les options de couleur dans la boîte de dialogue Nouveau
en dernier, ainsi tous les démarreurs et / ou modèles seront
affichés en premier.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "newcolorslast=no" or "newcolorsfirst=yes". In both cases, may
+ be overridden by the command-line option "--newcolorsfirst".
+
mirrorstamps=yes
Pour les tampons qui peuvent être mis en miroir, cette option
@@ -441,6 +574,11 @@ Utilisateurs de Windows
Cela peut être utile pour les personnes qui préfèrent voir les
choses de droite à gauche plutôt que de gauche à droite.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases, may
+ be overridden by the command-line option "--dontmirrorstamps".
+
mouse-accessibility=yes
Dans ce mode, au lieu de cliquer, de faire glisser et de
@@ -469,6 +607,12 @@ Utilisateurs de Windows
onscreen-keyboard=yes , la configuration des deux est donc
redondante.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "onscreen-keyboard-disable-change=no". In both cases, may be
+ overridden by the command-line option
+ "--onscreen-keyboard-disable-change=no".
+
joystick-dev=N
Spécifie quel périphérique joystick doit être utilisé par Tux
@@ -657,6 +801,11 @@ Utilisateurs de Windows
être utilisés (vous pouvez donc, par exemple, vous déplacer
avec la souris et cliquer avec le clavier, ou vice-versa)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "keyboard=no"
+ or "2$keyboard=no". In both cases, may be overridden by the
+ command-line option "--mouse".
+
savedir=DIRECTORY
Utilisez cette option pour changer l'emplacement du répertoire /
@@ -794,17 +943,32 @@ Utilisateurs de Windows
l'écran). On peut l'utiliser dans le cas où le programme est
utilisé juste pour le fun, ou dans un environnement de tests.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "nosave=no" or
+ "save=yes". In both cases, may be overridden by the command-line
+ option "--save".
+
autosave=yes
Ceci empêche Tux Paint de vous demander si vous voulez
sauvegarder l'image quand vous quittez, et suppose que vous le
faites.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "autosave=no"
+ or "noautosave=yes". In both cases, may be overridden by the
+ command-line option "--noautosave".
+
startblank=yes
Ceci oblige Tux Paint à afficher une toile vide au démarrage,
plutôt que la dernière image qui a été éditée.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "startblank=no" or "startlast=yes". In both cases, may be
+ overridden by the command-line option "--startlast".
+
colorfile=FILENAME
Vous pouvez remplacer la palette de couleurs par défaut de Tux
@@ -1139,6 +1303,8 @@ Utilisateurs de Windows
--fullscreen
--WIDTHxHEIGHT
+ --buttonsize=SIZE
+ --colorsrows=ROWS
--orient=portrait
--native
--allowscreensaver
@@ -1152,6 +1318,8 @@ Utilisateurs de Windows
--altprintnever
--altprintalways
--papersize=PAPERSIZE
+ --printcommand=COMMAND
+ --altprintcommand=COMMAND
--nolockfile
--simpleshapes
--uppercase
diff --git a/docs/fr_FR.UTF-8/html/OPTIONS.html b/docs/fr_FR.UTF-8/html/OPTIONS.html
index 8568f465e..4116412b5 100644
--- a/docs/fr_FR.UTF-8/html/OPTIONS.html
+++ b/docs/fr_FR.UTF-8/html/OPTIONS.html
@@ -14,7 +14,7 @@
Tux Paint
- version 0.9.26
+ version 0.9.27
Documentation sur les options
@@ -25,7 +25,7 @@
- juin 28, 2021
+ août 8, 2021
Le programme tourne en plein écran plutôt que dans une fenêtre.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "fullscreen=no". In both cases, may be overridden by the command-line option "--windowed".
@@ -176,6 +178,8 @@
Permute les options de largeur / hauteur données à Tux Paint, utile pour faire pivoter la fenêtre pour les affichages de portait, comme un écran PC orientée comme une tablette.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "orient=landscape". In both cases, may be overridden by the command-line option "--orient=landscape".
@@ -209,6 +213,8 @@
Par défaut, Tux Paint empêche l'économiseur d'écran de votre système de démarrer. Vous pouvez remplacer cela en utilisant l'option "allowscreensaver". Remarque : Cela nécessite la version 1.2.12 ou supérieure de la bibliothèque SDL. (Vous pouvez également le faire en définissant la variable d'environnement "SDL_VIDEO_ALLOW_SCREENSAVER" de votre système égale à "1".)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "allowscreensaver=no" or "disablescreensaver=yes". In both cases, may be overridden by the command-line option "--disablescreensaver".
@@ -218,6 +224,8 @@
Désactive les effets sonores. (Remarque: le fait d'appuyer sur [Alt] + [S] ne peut pas être utilisé pour réactiver les sons s'ils ont été désactivés à l'aide de cette option.)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosound=no" or "sound=yes". In both cases, may be overridden by the command-line option "--sound".
@@ -227,6 +235,8 @@
Désactive la prise en charge de la stéréo. (Utile pour les utilisateurs ayant une déficience auditive avec une oreille ou dans les endroits où un seul haut-parleur ou casque est utilisé.)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostereo=no" or "stereo=yes". In both cases, may be overridden by the command-line option "--stereo".
@@ -242,6 +252,9 @@
Vous pouvez également utiliser la combinaison de touches suivante pour quitter : [Shift] + [Control] + [Escape].
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noquit=no" or "quit=yes". In both cases, may be overridden by the command-line option "--quit".
@@ -260,6 +273,9 @@
Limite l'impression afin que l'impression ne puisse avoir lieu qu'une fois toutes les SECONDES secondes.
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printdelay=0". In both cases, may be overridden by the command-line option "--printdelay=0".
@@ -319,6 +335,9 @@
(Remarque : cela ne fonctionne que si vous n'exécutez pas Tux Paint en mode plein écran.) Toutes les modifications de configuration apportées dans cette boîte de dialogue seront enregistrées dans le fichier "userdata/print.cfg", et réutilisées, tant que l'option "printcfg" reste définie.
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printcfg=no" or "noprintcfg=yes". In both cases, may be overridden by the command-line option "--noprintcfg".
@@ -377,6 +396,9 @@
Par défaut, le fichier de verrouillage est stocké dans "~/.tuxpaint/" sous Linux et Unix, et "userdata\" sous Windows.
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolockfile=no" or "lockfile=yes". In both cases, may be overridden by the command-line option "--lockfile".
@@ -386,6 +408,8 @@
Désactive la possibilité de rotation avec l'outil «Forme». Cliquer, faire glisser et relâcher, voilà tout ce qui sera possible pour dessiner une forme.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "simpleshapes=no" or "complexshapes=yes". In both cases, may be overridden by the command-line option "--complexshapes".
@@ -395,6 +419,8 @@
Tout le texte sera rendu uniquement en majuscules (par exemple, "Boule" deviendra "BOULE"). Utile pour les enfants qui savent lire, mais qui n'ont appris que les majuscules jusqu'à présent.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "uppercase=no" or "mixedcase=yes". In both cases, may be overridden by the command-line option "--mixedcase".
@@ -407,6 +433,8 @@
Ceci est utile pour désactiver les actions du système d'exploitation qui pourraient faire sortir l'utilisateur de Tux Paint [Alt]-[Tab] (changement de fenêtre), [Ctrl]-[Escape], etc. Ceci est particulièrement utile en mode plein écran.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "grab=no" or "dontgrab=yes". In both cases, may be overridden by the command-line option "--dontgrab".
@@ -419,6 +447,8 @@
Ceci est utile pour éviter que des commandes indésirables ne soient activées par des enfants qui n'ont pas d'expérience avec les claviers.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshortcuts=no" or "shortcuts=yes". In both cases, may be overridden by the command-line option "--shortcuts".
@@ -428,6 +458,8 @@
Cela désactive la prise en charge de la molette pour les souris qui en ont. (Normalement, la molette fait défiler le menu du sélecteur sur la droite.)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be overridden by the command-line option "--wheelmouse".
@@ -440,6 +472,8 @@
Cependant, pour les enfants qui ont des problèmes avec la souris, cette distinction entre les deux ou trois boutons d'une souris peut être désactivée (ramenant Tux Paint à son ancien comportement) grâce à cette option.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nobuttondistinction=no" or "buttondistinction=yes". In both cases, may be overridden by the command-line option "--buttondistinction".
@@ -452,6 +486,8 @@
Dans certains environnements, les curseurs sophistiqués posent des problèmes. Utilisez cette option pour les éviter.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nofancycursors=no" or "fancycursors=yes". In both cases, may be overridden by the command-line option "--fancycursors".
@@ -464,6 +500,8 @@
Ceci est utile pour les appareils à écran tactile, tels que les tablettes PC.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "hidecursor=no" or "showcursor=yes". In both cases, may be overridden by the command-line option "--showcursor".
@@ -476,6 +514,8 @@
Cela peut aider lorsque Tux Paint est exécuté sur des ordinateurs très lents ou affiché sur un écran X-Window distant.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nooutlines=no" or "outlines=yes". In both cases, may be overridden by the command-line option "--outlines".
@@ -485,6 +525,8 @@
Cette option oblige Tux Paint à essayer de charger des polices (à utiliser dans l'outil Texte ) à partir de votre système d'exploitation. Normalement, Tux Paint ne chargera que ceux fournis avec Tux Paint.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "sysfonts=no" or "nosysfonts=yes". In both cases, may be overridden by the command-line option "--nosysfonts".
@@ -497,6 +539,8 @@
Pour charger toutes les polices spécifiques aux paramètres régionaux (l'ancien comportement), utilisez cette option.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "alllocalefonts=no" or "currentlocalefont=yes". In both cases, may be overridden by the command-line option "--currentlocalefont".
@@ -509,6 +553,8 @@
Cela peut accélérer Tux Paint au démarrage et réduire l'utilisation de la mémoire pendant son exécution. Bien entendu, aucun timbre ne sera disponible.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostamps=no" or "stamps=yes". In both cases, may be overridden by the command-line option "--stamps".
@@ -518,6 +564,8 @@
Certaines images de l' outil Tampon peuvent être mises en miroir, inversées et / ou voir leur taille modifiée. Cette option désactive ces contrôles et ne fournit que les tampons de base.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostampcontrols=no" or "stampcontrols=yes". In both cases, may be overridden by the command-line option "--stampcontrols".
@@ -527,6 +575,8 @@
Certains outils Magie ont la possibilité d'agir comme un pinceau ou d'affecter la toile entière. Cette option désactive les contrôles et ne fournit que la fonctionnalité par défaut (généralement en mode peinture).
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may be overridden by the command-line option "--magiccontrols".
@@ -536,6 +586,8 @@
Désactive les boutons de contrôle affichés lors de l'utilisation de l' outil Formes qui permettent de modifier la façon dont les formes sont dessinées - centrées autour du clic initial de la souris ou à partir d'un coin au clic de la souris.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshapecontrols=no" or "shapecontrols=yes". In both cases, may be overridden by the command-line option "--shapecontrols".
@@ -545,6 +597,8 @@
Désactive l'outil Étiquette : l'outil qui permet la saisie de texte pouvant être édité plus tard.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolabel=no" or "label=yes". In both cases, may be overridden by the command-line option "--label".
@@ -554,6 +608,8 @@
Place les options de couleur dans la boîte de dialogue Nouveau en dernier, ainsi tous les démarreurs et / ou modèles seront affichés en premier.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "newcolorslast=no" or "newcolorsfirst=yes". In both cases, may be overridden by the command-line option "--newcolorsfirst".
@@ -566,6 +622,8 @@
Cela peut être utile pour les personnes qui préfèrent voir les choses de droite à gauche plutôt que de gauche à droite.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases, may be overridden by the command-line option "--dontmirrorstamps".
@@ -575,7 +633,7 @@
Dans ce mode, au lieu de cliquer, de faire glisser et de relâcher (par exemple, pour dessiner), vous cliquez, déplacez et cliquez à nouveau pour terminer le mouvement.
-
+
onscreen-keyboard=yes
@@ -584,7 +642,7 @@
Présente un clavier à l'écran cliquable lors de l'utilisation des outils Texte et Étiquette .
-
+
onscreen-keyboard-layout=LAYOUTNAME
@@ -603,6 +661,8 @@
Désactive la possibilité de modifier la disposition du clavier à l'écran lors de l'utilisation des outils Texte et Étiquette , utile pour simplifier les choses pour les petits enfants.
Remarque: l'utilisation de cette option implique automatiquement onscreen-keyboard=yes , la configuration des deux est donc redondante.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "onscreen-keyboard-disable-change=no". In both cases, may be overridden by the command-line option "--onscreen-keyboard-disable-change=no".
@@ -865,6 +925,9 @@
Une souris et / ou un joystick standard peuvent toujours être utilisés (vous pouvez donc, par exemple, vous déplacer avec la souris et cliquer avec le clavier, ou vice-versa)
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "keyboard=no" or "2$keyboard=no". In both cases, may be overridden by the command-line option "--mouse".
@@ -1006,6 +1069,8 @@
Ceci désactive la possibilité de sauvegarder les fichiers par Tux Paint (et par conséquent ôte le bouton "Sauvegarder" sur l'écran). On peut l'utiliser dans le cas où le programme est utilisé juste pour le fun, ou dans un environnement de tests.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosave=no" or "save=yes". In both cases, may be overridden by the command-line option "--save".
@@ -1015,6 +1080,8 @@
Ceci empêche Tux Paint de vous demander si vous voulez sauvegarder l'image quand vous quittez, et suppose que vous le faites.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "autosave=no" or "noautosave=yes". In both cases, may be overridden by the command-line option "--noautosave".
@@ -1024,6 +1091,8 @@
Ceci oblige Tux Paint à afficher une toile vide au démarrage, plutôt que la dernière image qui a été éditée.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "startblank=no" or "startlast=yes". In both cases, may be overridden by the command-line option "--startlast".
@@ -2648,6 +2717,8 @@
--fullscreen
--WIDTHxHEIGHT
+ --buttonsize=SIZE
+ --colorsrows=ROWS
--orient=portrait
--native
--allowscreensaver
@@ -2661,6 +2732,8 @@
--altprintnever
--altprintalways
--papersize=PAPERSIZE
+ --printcommand=COMMAND
+ --altprintcommand=COMMAND
--nolockfile
--simpleshapes
--uppercase
diff --git a/docs/gl_ES.UTF-8/OPTIONS.txt b/docs/gl_ES.UTF-8/OPTIONS.txt
index 57c2bfd97..a65fd0d52 100644
--- a/docs/gl_ES.UTF-8/OPTIONS.txt
+++ b/docs/gl_ES.UTF-8/OPTIONS.txt
@@ -1,12 +1,12 @@
Tux Paint
- versión 0.9.26
+ versión 0.9.27
Documentación de opcións
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
http://www.tuxpaint.org/
- 28 de Xuño de 2021
+ 8 de Agosto de 2021
----------------------------------------------------------------------
@@ -84,6 +84,11 @@ Usuarios de Windows
Executar o programa en modo de pantalla completa en vez de nunha
xanela.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "fullscreen=no". In both cases, may be overridden by the
+ command-line option "--windowed".
+
fullscreen=native
Executar o programa en modo de pantalla completa. Ademais, asume
@@ -114,6 +119,11 @@ Usuarios de Windows
xirar a xanela nas pantallas verticais, como unha tableta que
está en orientación de tableta.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "orient=landscape". In both cases, may be overridden by the
+ command-line option "--orient=landscape".
+
native=yes
Ao executar Tux Paint en modo de pantalla completa, isto asume a
@@ -146,18 +156,34 @@ Usuarios de Windows
variábel de contorno «SDL_VIDEO_ALLOW_SCREENSAVER» do seu
sistema en «1».)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "allowscreensaver=no" or "disablescreensaver=yes". In both
+ cases, may be overridden by the command-line option
+ "--disablescreensaver".
+
nosound=yes
Desactivar os efectos de son. (Nota: Ao premer [Alt] + [S] non
se poden volver activar os sons se se desactivaron usando esta
opción).
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "nosound=no"
+ or "sound=yes". In both cases, may be overridden by the
+ command-line option "--sound".
+
nostereo=yes
Desactivar a compatibilidade con panorama estéreo. (Útil para
usuarios con discapacidade auditiva nun oído ou lugares onde se
está a empregar un só altofalante ou auricular.)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "nostereo=no"
+ or "stereo=yes". In both cases, may be overridden by the
+ command-line option "--stereo".
+
noquit=yes
Desactivar o botón «Saír» na pantalla e evitar saír de Tux Paint
@@ -170,6 +196,11 @@ Usuarios de Windows
Tamén pode usar a seguinte combinación de teclado para saír:
[Maiúsculas] + [Control] + [Escape].
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "noquit=no" or
+ "quit=yes". In both cases, may be overridden by the command-line
+ option "--quit".
+
noprint=yes
Desactivar a función de impresión.
@@ -179,6 +210,11 @@ Usuarios de Windows
Restrinxir a impresión para que só poida producirse unha vez
cada SEGUNDOS segundos.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "printdelay=0". In both cases, may be overridden by the
+ command-line option "--printdelay=0".
+
printcommand=ORDE
(Só Linux e Unix)
@@ -226,6 +262,11 @@ Usuarios de Windows
volverase a usar, sempre que estea configurada a opción
«printcfg».
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "printcfg=no"
+ or "noprintcfg=yes". In both cases, may be overridden by the
+ command-line option "--noprintcfg".
+
altprint=always
Isto fai que Tux Paint amose sempre o diálogo da impresora (ou,
@@ -283,18 +324,33 @@ Usuarios de Windows
De xeito predeterminado, o ficheiro de bloqueo almacénase en
«~/.tuxpaint/» en Linux e Unix e en «userdata\» en Windows.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nolockfile=no" or "lockfile=yes". In both cases, may be
+ overridden by the command-line option "--lockfile".
+
simpleshapes=yes
Desactive o paso de rotación da ferramenta «Forma». Prema,
arrastra e solte é todo o que se necesita para debuxar unha
forma.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "simpleshapes=no" or "complexshapes=yes". In both cases, may be
+ overridden by the command-line option "--complexshapes".
+
uppercase=yes
Todo o texto renderizarase só con maiúscula (por exemplo,
«Pincel» será «PINCEL»). Útil para os cativos que saben ler,
pero que ata agora só aprenderon maiúsculas.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "uppercase=no"
+ or "mixedcase=yes". In both cases, may be overridden by the
+ command-line option "--mixedcase".
+
grab=yes
Tux Paint tentará «amarrar» o rato e o teclado, de xeito que o
@@ -306,6 +362,11 @@ Usuarios de Windows
[Alt]-[Tab], [Ctrl]-[Escape], etc. Isto é especialmente útil no
modo de pantalla completa.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "grab=no" or
+ "dontgrab=yes". In both cases, may be overridden by the
+ command-line option "--dontgrab".
+
noshortcuts=yes
Isto desactiva os atallos de teclado (por exemplo,[Ctrl]-[S]
@@ -314,12 +375,22 @@ Usuarios de Windows
Isto é útil para evitar que ordes non desexadas sexan activadas
por cativos que non teñen experiencia con teclados.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "noshortcuts=no" or "shortcuts=yes". In both cases, may be
+ overridden by the command-line option "--shortcuts".
+
nowheelmouse=yes
Isto desactiva a compatibilidade para a roda dos ratos que a
teñen. (Normalmente, a roda desprazará o menú do selector á
dereita.)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be
+ overridden by the command-line option "--wheelmouse".
+
nobuttondistinction=yes
Antes do Tux Paint 0.9.15, tamén se podían empregar os botóns
@@ -332,6 +403,12 @@ Usuarios de Windows
(devolvendo Tux Paint ao seu antigo comportamento) usando esta
opción.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nobuttondistinction=no" or "buttondistinction=yes". In both
+ cases, may be overridden by the command-line option
+ "--buttondistinction".
+
nofancycursors=yes
Isto desactiva as fantásticas formas do punteiro do rato en Tux
@@ -340,6 +417,11 @@ Usuarios de Windows
Nalgúns contornos, os cursores de fantasía causan problemas. Use
esta opción para evitalos.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nofancycursors=no" or "fancycursors=yes". In both cases, may be
+ overridden by the command-line option "--fancycursors".
+
hidecursor=yes
Isto agocha completamente as formas do punteiro do rato en Tux
@@ -348,6 +430,11 @@ Usuarios de Windows
Isto é útil para dispositivos con pantalla táctil, como as
tabletas.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "hidecursor=no" or "showcursor=yes". In both cases, may be
+ overridden by the command-line option "--showcursor".
+
nooutlines=yes
Neste modo, amósanse contornos e liñas «elásticas» moito máis
@@ -357,6 +444,11 @@ Usuarios de Windows
Isto pode axudar cando Tux Paint se executa en computadores moi
lentos ou se amosa nunha pantalla remota de X-Window.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nooutlines=no" or "outlines=yes". In both cases, may be
+ overridden by the command-line option "--outlines".
+
sysfonts=yes
Esta opción fai que Tux Paint tente cargar tipos de letra (para
@@ -364,6 +456,11 @@ Usuarios de Windows
Normalmente, Tux Paint só cargará os que foron incluídos con Tux
Paint.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "sysfonts=no"
+ or "nosysfonts=yes". In both cases, may be overridden by the
+ command-line option "--nosysfonts".
+
alllocalefonts=yes
Antes da versión 0.9.21, Tux Paint cargaba todos os tipos de
@@ -378,6 +475,12 @@ Usuarios de Windows
configuracións locais (o comportamento antigo), configure esta
opción.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "alllocalefonts=no" or "currentlocalefont=yes". In both cases,
+ may be overridden by the command-line option
+ "--currentlocalefont".
+
nostamps=yes
Esta opción dille a Tux Paint que non cargue ningunha imaxe de
@@ -388,12 +491,22 @@ Usuarios de Windows
reducir o uso de memoria mentres se está a executar. Por
suposto, ningún selo estará dispoñíbel.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "nostamps=no"
+ or "stamps=yes". In both cases, may be overridden by the
+ command-line option "--stamps".
+
nostampcontrols=yes
Algunhas imaxes da ferramenta Selos pódense reflectir, inverter
e/ou cambiar o seu tamaño. Esta opción desactiva os controis e
só fornece os selos básicos.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nostampcontrols=no" or "stampcontrols=yes". In both cases, may
+ be overridden by the command-line option "--stampcontrols".
+
nomagiccontrols=yes
Algunhas ferramentas de Maxia teñen a opción de actuar coma un
@@ -401,6 +514,11 @@ Usuarios de Windows
controis e só fornece a funcionalidade predeterminada
(normalmente en modo pintura).
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may
+ be overridden by the command-line option "--magiccontrols".
+
noshapecontrols=yes
Desactivar os botóns de control que se amosan cando se usa a
@@ -408,16 +526,31 @@ Usuarios de Windows
formas: centradas arredor do clic inicial do rato ou cun canto
co clic inicial do rato.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "noshapecontrols=no" or "shapecontrols=yes". In both cases, may
+ be overridden by the command-line option "--shapecontrols".
+
nolabel=yes
Desactiva a ferramenta Etiqueta: a ferramenta que permite a
entrada de texto que se pode editar máis tarde.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "nolabel=no"
+ or "label=yes". In both cases, may be overridden by the
+ command-line option "--label".
+
newcolorslast=yes
Coloca as opcións de cor en branco no diálogo Novo ao final, de
xeito que se amosen primeiro os iniciadores e/ou modelos.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "newcolorslast=no" or "newcolorsfirst=yes". In both cases, may
+ be overridden by the command-line option "--newcolorsfirst".
+
mirrorstamps=yes
Para os selos que se poden reflectir, esta opción estabeléceos
@@ -426,6 +559,11 @@ Usuarios de Windows
Isto pode ser útil para as persoas que prefiren as cousas de
dereita a esquerda no canto de de esquerda a dereita.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases, may
+ be overridden by the command-line option "--dontmirrorstamps".
+
mouse-accessibility=yes
Neste modo, no canto de premer, arrastrar e soltar (por exemplo,
@@ -454,6 +592,12 @@ Usuarios de Windows
onscreen-keyboard=yes, polo que estabelecer ambas as cousas é
redundante.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "onscreen-keyboard-disable-change=no". In both cases, may be
+ overridden by the command-line option
+ "--onscreen-keyboard-disable-change=no".
+
joystick-dev=N
Especifica que dispositivo de mando debe ser usado por Tux
@@ -635,6 +779,11 @@ Usuarios de Windows
(joystick) normais (para que poida, por exemplo, moverse co
rato e premer co teclado ou viceversa)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "keyboard=no"
+ or "2$keyboard=no". In both cases, may be overridden by the
+ command-line option "--mouse".
+
savedir=DIRECTORIO
Use esta opción para cambiar onde se atopa o directorio/cartafol
@@ -772,17 +921,32 @@ Usuarios de Windows
usarse en situacións nas que o programa só se usa para
divertirse ou nun contorno de proba.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "nosave=no" or
+ "save=yes". In both cases, may be overridden by the command-line
+ option "--save".
+
autosave=yes
Isto impide a Tux Paint preguntar se quere gardar a imaxe actual
ao saír e supón que si.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "autosave=no"
+ or "noautosave=yes". In both cases, may be overridden by the
+ command-line option "--noautosave".
+
startblank=yes
Isto fai que Tux Paint amose un lenzo en branco cando se inicia
por vez primeira, no canto de cargar a última imaxe que se
estaba a editar.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "startblank=no" or "startlast=yes". In both cases, may be
+ overridden by the command-line option "--startlast".
+
colorfile=NOME_DE_FICHEIRO
Pode anular a paleta de cores predeterminada de Tux Paint
@@ -1112,6 +1276,8 @@ Usuarios de Windows
--fullscreen
--LARGOxALTO
+ --buttonsize=TAMAÑO
+ --colorsrows=FILAS
--orient=portrait
--native
--allowscreensaver
@@ -1125,6 +1291,8 @@ Usuarios de Windows
--altprintnever
--altprintalways
--papersize=TAMAÑO_DO_PAPEL
+ --printcommand=ORDE
+ --altprintcommand=ORDE
--nolockfile
--simpleshapes
--uppercase
diff --git a/docs/gl_ES.UTF-8/html/OPTIONS.html b/docs/gl_ES.UTF-8/html/OPTIONS.html
index 5b6e6fe62..5598e2bf6 100644
--- a/docs/gl_ES.UTF-8/html/OPTIONS.html
+++ b/docs/gl_ES.UTF-8/html/OPTIONS.html
@@ -14,7 +14,7 @@
Tux Paint
- versión 0.9.26
+ versión 0.9.27
Documentación de opcións
@@ -25,7 +25,7 @@
- 28 de Xuño de 2021
+ 8 de Agosto de 2021
Executar o programa en modo de pantalla completa en vez de nunha xanela.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "fullscreen=no". In both cases, may be overridden by the command-line option "--windowed".
@@ -176,6 +178,8 @@
Cambia as opcións de largo/alto dadas a Tux Paint, útiles para xirar a xanela nas pantallas verticais, como unha tableta que está en orientación de tableta.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "orient=landscape". In both cases, may be overridden by the command-line option "--orient=landscape".
@@ -209,6 +213,8 @@
De xeito predeterminado, Tux Paint impide que o protector de pantalla do seu sistema se inicie. Pode anular isto empregando a opción «allowscreensaver». Nota: Isto require a versión 1.2.12 ou superior da biblioteca SDL. (Tamén pode facelo configurando a variábel de contorno «SDL_VIDEO_ALLOW_SCREENSAVER» do seu sistema en «1».)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "allowscreensaver=no" or "disablescreensaver=yes". In both cases, may be overridden by the command-line option "--disablescreensaver".
@@ -218,6 +224,8 @@
Desactivar os efectos de son. (Nota: Ao premer [Alt] + [S] non se poden volver activar os sons se se desactivaron usando esta opción).
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosound=no" or "sound=yes". In both cases, may be overridden by the command-line option "--sound".
@@ -227,6 +235,8 @@
Desactivar a compatibilidade con panorama estéreo. (Útil para usuarios con discapacidade auditiva nun oído ou lugares onde se está a empregar un só altofalante ou auricular.)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostereo=no" or "stereo=yes". In both cases, may be overridden by the command-line option "--stereo".
@@ -242,6 +252,9 @@
Tamén pode usar a seguinte combinación de teclado para saír: [Maiúsculas] + [Control] + [Escape].
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noquit=no" or "quit=yes". In both cases, may be overridden by the command-line option "--quit".
@@ -260,6 +273,9 @@
Restrinxir a impresión para que só poida producirse unha vez cada SEGUNDOS segundos.
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printdelay=0". In both cases, may be overridden by the command-line option "--printdelay=0".
@@ -319,6 +335,9 @@
(Nota: Isto só funciona cando non se está a executar Tux Paint en modo de pantalla completa.) Calquera cambio de configuración feito neste diálogo gardarase no ficheiro «userdata/print.cfg» e volverase a usar, sempre que estea configurada a opción «printcfg».
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printcfg=no" or "noprintcfg=yes". In both cases, may be overridden by the command-line option "--noprintcfg".
@@ -377,6 +396,9 @@
De xeito predeterminado, o ficheiro de bloqueo almacénase en «~/.tuxpaint/» en Linux e Unix e en «userdata\» en Windows.
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolockfile=no" or "lockfile=yes". In both cases, may be overridden by the command-line option "--lockfile".
@@ -386,6 +408,8 @@
Desactive o paso de rotación da ferramenta «Forma». Prema, arrastra e solte é todo o que se necesita para debuxar unha forma.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "simpleshapes=no" or "complexshapes=yes". In both cases, may be overridden by the command-line option "--complexshapes".
@@ -395,6 +419,8 @@
Todo o texto renderizarase só con maiúscula (por exemplo, «Pincel» será «PINCEL»). Útil para os cativos que saben ler, pero que ata agora só aprenderon maiúsculas.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "uppercase=no" or "mixedcase=yes". In both cases, may be overridden by the command-line option "--mixedcase".
@@ -407,6 +433,8 @@
Isto é útil para desactivar as accións do sistema operativo que poidan sacar ao usuario de Tux Pain do ciclo de xanelast [Alt]-[Tab], [Ctrl]-[Escape], etc. Isto é especialmente útil no modo de pantalla completa.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "grab=no" or "dontgrab=yes". In both cases, may be overridden by the command-line option "--dontgrab".
@@ -419,6 +447,8 @@
Isto é útil para evitar que ordes non desexadas sexan activadas por cativos que non teñen experiencia con teclados.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshortcuts=no" or "shortcuts=yes". In both cases, may be overridden by the command-line option "--shortcuts".
@@ -428,6 +458,8 @@
Isto desactiva a compatibilidade para a roda dos ratos que a teñen. (Normalmente, a roda desprazará o menú do selector á dereita.)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be overridden by the command-line option "--wheelmouse".
@@ -440,6 +472,8 @@
Porén, para os cativos que teñen problemas co rato, pódese desactivar esta distinción entre os dous ou tres botóns do rato (devolvendo Tux Paint ao seu antigo comportamento) usando esta opción.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nobuttondistinction=no" or "buttondistinction=yes". In both cases, may be overridden by the command-line option "--buttondistinction".
@@ -452,6 +486,8 @@
Nalgúns contornos, os cursores de fantasía causan problemas. Use esta opción para evitalos.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nofancycursors=no" or "fancycursors=yes". In both cases, may be overridden by the command-line option "--fancycursors".
@@ -464,6 +500,8 @@
Isto é útil para dispositivos con pantalla táctil, como as tabletas.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "hidecursor=no" or "showcursor=yes". In both cases, may be overridden by the command-line option "--showcursor".
@@ -476,6 +514,8 @@
Isto pode axudar cando Tux Paint se executa en computadores moi lentos ou se amosa nunha pantalla remota de X-Window.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nooutlines=no" or "outlines=yes". In both cases, may be overridden by the command-line option "--outlines".
@@ -485,6 +525,8 @@
Esta opción fai que Tux Paint tente cargar tipos de letra (para usalos na ferramenta Texto) dende o seu sistema operativo. Normalmente, Tux Paint só cargará os que foron incluídos con Tux Paint.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "sysfonts=no" or "nosysfonts=yes". In both cases, may be overridden by the command-line option "--nosysfonts".
@@ -497,6 +539,8 @@
Para cargar todos os tipos de letra específicos das configuracións locais (o comportamento antigo), configure esta opción.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "alllocalefonts=no" or "currentlocalefont=yes". In both cases, may be overridden by the command-line option "--currentlocalefont".
@@ -509,6 +553,8 @@
Isto pode acelerar Tux Paint cando se carga por primeira vez e reducir o uso de memoria mentres se está a executar. Por suposto, ningún selo estará dispoñíbel.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostamps=no" or "stamps=yes". In both cases, may be overridden by the command-line option "--stamps".
@@ -518,6 +564,8 @@
Algunhas imaxes da ferramenta Selos pódense reflectir, inverter e/ou cambiar o seu tamaño. Esta opción desactiva os controis e só fornece os selos básicos.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostampcontrols=no" or "stampcontrols=yes". In both cases, may be overridden by the command-line option "--stampcontrols".
@@ -527,6 +575,8 @@
Algunhas ferramentas de Maxia teñen a opción de actuar coma un pincel ou afectar todo o lenzo á vez. Esta opción desactiva os controis e só fornece a funcionalidade predeterminada (normalmente en modo pintura).
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may be overridden by the command-line option "--magiccontrols".
@@ -536,6 +586,8 @@
Desactivar os botóns de control que se amosan cando se usa a ferramenta Formas que permiten cambiar como se debuxan as formas: centradas arredor do clic inicial do rato ou cun canto co clic inicial do rato.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshapecontrols=no" or "shapecontrols=yes". In both cases, may be overridden by the command-line option "--shapecontrols".
@@ -545,6 +597,8 @@
Desactiva a ferramenta Etiqueta: a ferramenta que permite a entrada de texto que se pode editar máis tarde.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolabel=no" or "label=yes". In both cases, may be overridden by the command-line option "--label".
@@ -554,6 +608,8 @@
Coloca as opcións de cor en branco no diálogo Novo ao final, de xeito que se amosen primeiro os iniciadores e/ou modelos.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "newcolorslast=no" or "newcolorsfirst=yes". In both cases, may be overridden by the command-line option "--newcolorsfirst".
@@ -566,6 +622,8 @@
Isto pode ser útil para as persoas que prefiren as cousas de dereita a esquerda no canto de de esquerda a dereita.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases, may be overridden by the command-line option "--dontmirrorstamps".
@@ -575,7 +633,7 @@
Neste modo, no canto de premer, arrastrar e soltar (por exemplo, para debuxar), premese, móvese e premese de novo para rematar o movemento.
-
+
onscreen-keyboard=yes
@@ -584,7 +642,7 @@
Presenta un teclado en pantalla sobre que se pode premer cando empregan as ferramentas Texto e Etiqueta.
-
+
onscreen-keyboard-layout=NOME DA DISPOSICIÓN
@@ -603,6 +661,8 @@
Desactiva a posibilidade de cambiar o deseño do teclado en pantalla cando se usan as ferramentas Texto e Etiqueta, útil para simplificar as cousas para os máis pequechos.
Nota: Usar esta opción implica automaticamente onscreen-keyboard=yes, polo que estabelecer ambas as cousas é redundante.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "onscreen-keyboard-disable-change=no". In both cases, may be overridden by the command-line option "--onscreen-keyboard-disable-change=no".
@@ -865,6 +925,9 @@
Aínda se pode usar un rato e/ou unha panca de mando (joystick) normais (para que poida, por exemplo, moverse co rato e premer co teclado ou viceversa)
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "keyboard=no" or "2$keyboard=no". In both cases, may be overridden by the command-line option "--mouse".
@@ -1006,6 +1069,8 @@
Isto desactiva a capacidade de Tux Paint para gardar ficheiros (e, polo tanto, desactiva o botón «Gardar» na pantalla). Pode usarse en situacións nas que o programa só se usa para divertirse ou nun contorno de proba.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosave=no" or "save=yes". In both cases, may be overridden by the command-line option "--save".
@@ -1015,6 +1080,8 @@
Isto impide a Tux Paint preguntar se quere gardar a imaxe actual ao saír e supón que si.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "autosave=no" or "noautosave=yes". In both cases, may be overridden by the command-line option "--noautosave".
@@ -1024,6 +1091,8 @@
Isto fai que Tux Paint amose un lenzo en branco cando se inicia por vez primeira, no canto de cargar a última imaxe que se estaba a editar.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "startblank=no" or "startlast=yes". In both cases, may be overridden by the command-line option "--startlast".
@@ -2648,6 +2717,8 @@
--fullscreen
--LARGOxALTO
+ --buttonsize=TAMAÑO
+ --colorsrows=FILAS
--orient=portrait
--native
--allowscreensaver
@@ -2661,6 +2732,8 @@
--altprintnever
--altprintalways
--papersize=TAMAÑO_DO_PAPEL
+ --printcommand=ORDE
+ --altprintcommand=ORDE
--nolockfile
--simpleshapes
--uppercase
diff --git a/docs/ja_JP.UTF-8/OPTIONS.txt b/docs/ja_JP.UTF-8/OPTIONS.txt
index 4cc68af56..09c1bb7ed 100644
--- a/docs/ja_JP.UTF-8/OPTIONS.txt
+++ b/docs/ja_JP.UTF-8/OPTIONS.txt
@@ -1,12 +1,12 @@
Tux Paint
- バージョン 0.9.26
+ バージョン 0.9.27
各種設定について
Copyright © 2002-2021 by various contributors; "AUTHORS" 参照.
http://www.tuxpaint.org/
- 2021年6月28日
+ 2021年8月 8日
----------------------------------------------------------------------
@@ -67,6 +67,11 @@ Windows のユーザー
プログラムを、ウィンドウ内ではなく、フルスクリーンモードで起動します。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "fullscreen=no". In both cases, may be overridden by the
+ command-line option "--windowed".
+
fullscreen=native
プログラムをフルスクリーンモードで起動します。その際、画面の解像度をオペレーティングシステムの設定から推定します。
@@ -90,6 +95,11 @@ Windows のユーザー
ウィンドウの幅と高さの設定を入れ替えます。これは、タブレットパソコンのような縦型のディスプレイでウィンドウを回転させる際に便利なオプションです。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "orient=landscape". In both cases, may be overridden by the
+ command-line option "--orient=landscape".
+
native=yes
Tux Paint をフルスクリーンモードで起動する際、"windowsize"
@@ -116,14 +126,30 @@ Windows のユーザー
以降の場合に有効なオプションであることに注意して下さい。(環境変数 "SDL_VIDEO_ALLOW_SCREENSAVER"
の値を "1" に設定しても、同様のことができます)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "allowscreensaver=no" or "disablescreensaver=yes". In both
+ cases, may be overridden by the command-line option
+ "--disablescreensaver".
+
nosound=yes
効果音を無効にします。(注:このオプションを設定すると、[Alt] + [S] を押しても、効果音を有効化することはできません
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "nosound=no"
+ or "sound=yes". In both cases, may be overridden by the
+ command-line option "--sound".
+
nostereo=yes
ステレオの効果音を無効にする。(片耳イヤホンや1台のスピーカーで使用する場合に役に立ちます)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "nostereo=no"
+ or "stereo=yes". In both cases, may be overridden by the
+ command-line option "--stereo".
+
noquit=yes
画面の "やめる" ボタンや [Escape] キーによるプログラム終了を無効にする。
@@ -134,6 +160,11 @@ Windows のユーザー
また、[Shift] + [Control] + [Escape].
というキーの組み合わせでもプログラムを終了することができます。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "noquit=no" or
+ "quit=yes". In both cases, may be overridden by the command-line
+ option "--quit".
+
noprint=yes
印刷を無効にします。
@@ -142,6 +173,11 @@ Windows のユーザー
SECONDS で設定した秒数ごとに1回だけしか印刷できなくなります。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "printdelay=0". In both cases, may be overridden by the
+ command-line option "--printdelay=0".
+
printcommand=COMMAND
(Linux 及び Unix の場合のみ)
@@ -181,6 +217,11 @@ Windows のユーザー
オプションが設定されていれば、変更した印刷の設定は "userdata/print.cfg"
ファイルに記録され、再利用されます。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "printcfg=no"
+ or "noprintcfg=yes". In both cases, may be overridden by the
+ command-line option "--noprintcfg".
+
altprint=always
"いんさつ" ボタンをクリックすると、常に印刷ダイアログを表示します(Linux と Unix
@@ -221,14 +262,29 @@ Windows のユーザー
標準では、Linux および Unix では "~/.tuxpaint/" に、Windows では "userdata\"
にロックファイルが保存されます。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nolockfile=no" or "lockfile=yes". In both cases, may be
+ overridden by the command-line option "--lockfile".
+
simpleshapes=yes
「ずけい」ツールで、形を決めたあとに回転させるステップを省略します。クリックして、ドラッグして、ボタンを離すだけで、図形を描くことができます。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "simpleshapes=no" or "complexshapes=yes". In both cases, may be
+ overridden by the command-line option "--complexshapes".
+
uppercase=yes
すべてのテキストが大文字で表記されます(例:「Brush」は「BRUSH」)。まだ大文字しか習っていない子供たちにとって役に立つオプションです。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "uppercase=no"
+ or "mixedcase=yes". In both cases, may be overridden by the
+ command-line option "--mixedcase".
+
grab=yes
タックスペイントがマウスとキーボードを「独占」します。マウスカーソルがタックスペイントのウィンドウ内に限定され、ほとんどすべてのキーボード入力が直接タックスペイントに渡されます。
@@ -237,16 +293,31 @@ Windows のユーザー
によるウィンドウの切り替えや、[Ctrl]-[Escape]
キーによる操作が無効になります。このオプションは、特にフルスクリーンモード時に有効です。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "grab=no" or
+ "dontgrab=yes". In both cases, may be overridden by the
+ command-line option "--dontgrab".
+
noshortcuts=yes
キーボードショートカット(保存: [Ctrl]-[S]、新規作成: [Ctrl]-[N] など)を無効にします。
これは、キーボードの操作に慣れていない子供が不用意にコマンドを実行してしまうことを防ぐために有効です。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "noshortcuts=no" or "shortcuts=yes". In both cases, may be
+ overridden by the command-line option "--shortcuts".
+
nowheelmouse=yes
マウスでのホイールによる操作が無効になります。(通常、ホイールは右のセレクターメニューをスクロールします)。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be
+ overridden by the command-line option "--wheelmouse".
+
nobuttondistinction=yes
Tux Paint 0.9.15
@@ -254,6 +325,12 @@ Windows のユーザー
マウス操作が苦手なお子さんの場合、このオプションを使用することで、マウスの2つまたは3つのボタンの区別を無効にすることができます。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nobuttondistinction=no" or "buttondistinction=yes". In both
+ cases, may be overridden by the command-line option
+ "--buttondistinction".
+
nofancycursors=yes
Tux Paint 独自のマウスポインタを無効にし、システム標準のマウスポインタを使用するようにします。
@@ -261,12 +338,22 @@ Windows のユーザー
環境によっては Tux Paint
のマウスカーソルが原因で不具合が起こることがあります。そういった場合にこのオプションを有効にして下さい。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nofancycursors=no" or "fancycursors=yes". In both cases, may be
+ overridden by the command-line option "--fancycursors".
+
hidecursor=yes
マウスカーソルを表示しないようにします。
タブレットPCなどのタッチスクリーンを用いるデバイスのためのオプションです。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "hidecursor=no" or "showcursor=yes". In both cases, may be
+ overridden by the command-line option "--showcursor".
+
nooutlines=yes
このモードでは、「せん」ツール、「かたち」ツール、「はんこ」ツールそしてけしゴムを使うときに、アウトラインをシンプルな線で表示します。
@@ -274,11 +361,21 @@ Windows のユーザー
Tux Paint を非常に遅いパソコンで使いたい場合や、リモートの X-Window
ディスプレイで使う場合に、速度を改善します。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nooutlines=no" or "outlines=yes". In both cases, may be
+ overridden by the command-line option "--outlines".
+
sysfonts=yes
もじツールで、オペレーティングシステムのフォントを使用します。通常では、Tux Paint
はパッケージに付属するフォントだけを使用します。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "sysfonts=no"
+ or "nosysfonts=yes". In both cases, may be overridden by the
+ command-line option "--nosysfonts".
+
alllocalefonts=yes
バージョン0.9.21以前では、Tux
@@ -288,38 +385,79 @@ Windows のユーザー
以前のバージョンのように全てのフォントを読み込むようにするには、このオプションを有効にします。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "alllocalefonts=no" or "currentlocalefont=yes". In both cases,
+ may be overridden by the command-line option
+ "--currentlocalefont".
+
nostamps=yes
「はんこ」の画像を読み込まず、「はんこ」ツールを無効にします。
これによって、初回起動時のプログラムの読み込みが高速になります。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "nostamps=no"
+ or "stamps=yes". In both cases, may be overridden by the
+ command-line option "--stamps".
+
nostampcontrols=yes
「はんこ」ツールの画像には、上下または左右に反転できたり、大きさを変更したりできるものがあります。このオプションを設定すると、このような操作を無効にします。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nostampcontrols=no" or "stampcontrols=yes". In both cases, may
+ be overridden by the command-line option "--stampcontrols".
+
nomagiccontrols=yes
「まほう」ツールの中には、「ふで」ツールのように画像の一部分だけに効果を及ぼすか、キャンバス全体に効果を及ぼすかを選択できるものがあります。このオプションを設定すると、「まほう」ツールの動作の選択を無効にして、ツールごとに標準の動作だけをするようにします。(たいていは「ふで」のような動作になります)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may
+ be overridden by the command-line option "--magiccontrols".
+
noshapecontrols=yes
「かたち」ツールでの2つの動作モード-マウスをクリックした箇所を中心として図形を拡大するか、マウスをクリックした箇所をコーナーとして図形を拡大するか-を選択するボタンを無効にします。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "noshapecontrols=no" or "shapecontrols=yes". In both cases, may
+ be overridden by the command-line option "--shapecontrols".
+
nolabel=yes
「ラベル」ツールを無効にします。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "nolabel=no"
+ or "label=yes". In both cases, may be overridden by the
+ command-line option "--label".
+
newcolorslast=yes
「さいしょから」でキャンバスを選択する際、単色のキャンバスが末尾に、スターター画像やテンプレートが先頭になるよう、表示順序を変更します。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "newcolorslast=no" or "newcolorsfirst=yes". In both cases, may
+ be overridden by the command-line option "--newcolorsfirst".
+
mirrorstamps=yes
反転可能なスタンプは、はじめから反転されるようにします。
左から右ではなく右から左に向かって描き進むことを好むユーザーに役に立つオプションです。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases, may
+ be overridden by the command-line option "--dontmirrorstamps".
+
mouse-accessibility=yes
例えば「せん」ツールなどでは、マウスをクリックしてドラッグした後にマウスボタンを放すというのが標準の操作ですが、このモードを設定すると、マウスをクリックしてからマウスを動かした後に再度マウスをクリックするという操作になります。
@@ -338,6 +476,12 @@ Windows のユーザー
画面キーボードの変更をできないようにします。小さな子供向けにシンプルにしたい場合に設定します。
このオプションが設定されると onscreen-keyboard=yes も設定されているとみなします。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "onscreen-keyboard-disable-change=no". In both cases, may be
+ overridden by the command-line option
+ "--onscreen-keyboard-disable-change=no".
+
joystick-dev=N
何番目のジョイスティックデバイスを使うかを設定します。標準では 0 (最初のジョイスティック)
@@ -464,6 +608,11 @@ Windows のユーザー
* 注:「mouse-accessibility」オプションの機能は、キーボードの操作にも連動します。両方のオプションを有効にした場合、例えば線を引く場合は、「クリック」のキーを一度押してから「移動」のキーで描画し、最後にもう一度「クリック」キーを押して描画を完了します。
* 通常のマウスやジョイスティックも同時に使用することができます(例えば、マウスで移動してキーボードでクリックしたり、その逆も可能です)。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "keyboard=no"
+ or "2$keyboard=no". In both cases, may be overridden by the
+ command-line option "--mouse".
+
savedir=DIRECTORY
Tux Paint が、作品を保存する "saved" ディレクトリの場所を変更します。
@@ -568,14 +717,29 @@ Windows のユーザー
絵の保存ができないようにします("セーブ"
ボタンも無効になります)。一時的なお遊びに使う場合や、テスト環境で使えるオプションです。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "nosave=no" or
+ "save=yes". In both cases, may be overridden by the command-line
+ option "--save".
+
autosave=yes
プログラムを終了するときに、絵を保存するかどうか尋ねずに、自動的に保存します。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "autosave=no"
+ or "noautosave=yes". In both cases, may be overridden by the
+ command-line option "--noautosave".
+
startblank=yes
Tux Paint を起動する際、前回最後に開いていた絵を読み込む代わりに、毎回、空のキャンバスで開始します。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "startblank=no" or "startlast=yes". In both cases, may be
+ overridden by the command-line option "--startlast".
+
colorfile=FILENAME
お好みのカラーパレットを記述した簡単なテキストファイルを作成して、そのファイル名を "colorfile"
@@ -891,6 +1055,8 @@ Windows のユーザー
--fullscreen
--WIDTHxHEIGHT
+ --buttonsize=SIZE
+ --colorsrows=ROWS
--orient=portrait
--native
--allowscreensaver
@@ -904,6 +1070,8 @@ Windows のユーザー
--altprintnever
--altprintalways
--papersize=PAPERSIZE
+ --printcommand=COMMAND
+ --altprintcommand=COMMAND
--nolockfile
--simpleshapes
--uppercase
diff --git a/docs/ja_JP.UTF-8/html/OPTIONS.html b/docs/ja_JP.UTF-8/html/OPTIONS.html
index 88fa4d74e..b0322090b 100644
--- a/docs/ja_JP.UTF-8/html/OPTIONS.html
+++ b/docs/ja_JP.UTF-8/html/OPTIONS.html
@@ -14,7 +14,7 @@
Tux Paint
- バージョン 0.9.26
+ バージョン 0.9.27
各種設定について
@@ -25,7 +25,7 @@
- 2021年6月28日
+ 2021年8月 8日
プログラムを、ウィンドウ内ではなく、フルスクリーンモードで起動します。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "fullscreen=no". In both cases, may be overridden by the command-line option "--windowed".
@@ -176,6 +178,8 @@
ウィンドウの幅と高さの設定を入れ替えます。これは、タブレットパソコンのような縦型のディスプレイでウィンドウを回転させる際に便利なオプションです。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "orient=landscape". In both cases, may be overridden by the command-line option "--orient=landscape".
@@ -209,6 +213,8 @@
標準では、Tux Paint の起動中は スクリーンセーバーが起動しない設定になっていますが、"allowscreensaver" オプションを指定すると、スクリーンセーバーが有効になります。これはSDLライブラリのバージョンが 1.2.12 以降の場合に有効なオプションであることに注意して下さい。(環境変数 "SDL_VIDEO_ALLOW_SCREENSAVER" の値を "1" に設定しても、同様のことができます)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "allowscreensaver=no" or "disablescreensaver=yes". In both cases, may be overridden by the command-line option "--disablescreensaver".
@@ -218,6 +224,8 @@
効果音を無効にします。(注:このオプションを設定すると、[Alt] + [S] を押しても、効果音を有効化することはできません
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosound=no" or "sound=yes". In both cases, may be overridden by the command-line option "--sound".
@@ -227,6 +235,8 @@
ステレオの効果音を無効にする。(片耳イヤホンや1台のスピーカーで使用する場合に役に立ちます)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostereo=no" or "stereo=yes". In both cases, may be overridden by the command-line option "--stereo".
@@ -242,6 +252,9 @@
また、[Shift] + [Control] + [Escape]. というキーの組み合わせでもプログラムを終了することができます。
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noquit=no" or "quit=yes". In both cases, may be overridden by the command-line option "--quit".
@@ -260,6 +273,9 @@
SECONDS で設定した秒数ごとに1回だけしか印刷できなくなります。
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printdelay=0". In both cases, may be overridden by the command-line option "--printdelay=0".
@@ -319,6 +335,9 @@
(注:これは、Tux Paint をフルスクリーンモードで起動している場合にのみ有効であることに注意してください。)"printcfg" オプションが設定されていれば、変更した印刷の設定は "userdata/print.cfg" ファイルに記録され、再利用されます。
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printcfg=no" or "noprintcfg=yes". In both cases, may be overridden by the command-line option "--noprintcfg".
@@ -377,6 +396,9 @@
標準では、Linux および Unix では "~/.tuxpaint/" に、Windows では "userdata\" にロックファイルが保存されます。
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolockfile=no" or "lockfile=yes". In both cases, may be overridden by the command-line option "--lockfile".
@@ -386,6 +408,8 @@
「ずけい」ツールで、形を決めたあとに回転させるステップを省略します。クリックして、ドラッグして、ボタンを離すだけで、図形を描くことができます。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "simpleshapes=no" or "complexshapes=yes". In both cases, may be overridden by the command-line option "--complexshapes".
@@ -395,6 +419,8 @@
すべてのテキストが大文字で表記されます(例:「Brush」は「BRUSH」)。まだ大文字しか習っていない子供たちにとって役に立つオプションです。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "uppercase=no" or "mixedcase=yes". In both cases, may be overridden by the command-line option "--mixedcase".
@@ -407,6 +433,8 @@
これは、ユーザーが Tux Paint から抜け出すことができないようにするのに便利です。 [Alt]-[Tab] によるウィンドウの切り替えや、[Ctrl]-[Escape] キーによる操作が無効になります。このオプションは、特にフルスクリーンモード時に有効です。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "grab=no" or "dontgrab=yes". In both cases, may be overridden by the command-line option "--dontgrab".
@@ -419,6 +447,8 @@
これは、キーボードの操作に慣れていない子供が不用意にコマンドを実行してしまうことを防ぐために有効です。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshortcuts=no" or "shortcuts=yes". In both cases, may be overridden by the command-line option "--shortcuts".
@@ -428,6 +458,8 @@
マウスでのホイールによる操作が無効になります。(通常、ホイールは右のセレクターメニューをスクロールします)。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be overridden by the command-line option "--wheelmouse".
@@ -440,6 +472,8 @@
マウス操作が苦手なお子さんの場合、このオプションを使用することで、マウスの2つまたは3つのボタンの区別を無効にすることができます。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nobuttondistinction=no" or "buttondistinction=yes". In both cases, may be overridden by the command-line option "--buttondistinction".
@@ -452,6 +486,8 @@
環境によっては Tux Paint のマウスカーソルが原因で不具合が起こることがあります。そういった場合にこのオプションを有効にして下さい。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nofancycursors=no" or "fancycursors=yes". In both cases, may be overridden by the command-line option "--fancycursors".
@@ -464,6 +500,8 @@
タブレットPCなどのタッチスクリーンを用いるデバイスのためのオプションです。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "hidecursor=no" or "showcursor=yes". In both cases, may be overridden by the command-line option "--showcursor".
@@ -476,6 +514,8 @@
Tux Paint を非常に遅いパソコンで使いたい場合や、リモートの X-Window ディスプレイで使う場合に、速度を改善します。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nooutlines=no" or "outlines=yes". In both cases, may be overridden by the command-line option "--outlines".
@@ -485,6 +525,8 @@
もじツールで、オペレーティングシステムのフォントを使用します。通常では、Tux Paint はパッケージに付属するフォントだけを使用します。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "sysfonts=no" or "nosysfonts=yes". In both cases, may be overridden by the command-line option "--nosysfonts".
@@ -497,6 +539,8 @@
以前のバージョンのように全てのフォントを読み込むようにするには、このオプションを有効にします。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "alllocalefonts=no" or "currentlocalefont=yes". In both cases, may be overridden by the command-line option "--currentlocalefont".
@@ -509,6 +553,8 @@
これによって、初回起動時のプログラムの読み込みが高速になります。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostamps=no" or "stamps=yes". In both cases, may be overridden by the command-line option "--stamps".
@@ -518,6 +564,8 @@
「はんこ」ツールの画像には、上下または左右に反転できたり、大きさを変更したりできるものがあります。このオプションを設定すると、このような操作を無効にします。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostampcontrols=no" or "stampcontrols=yes". In both cases, may be overridden by the command-line option "--stampcontrols".
@@ -527,6 +575,8 @@
「まほう」ツールの中には、「ふで」ツールのように画像の一部分だけに効果を及ぼすか、キャンバス全体に効果を及ぼすかを選択できるものがあります。このオプションを設定すると、「まほう」ツールの動作の選択を無効にして、ツールごとに標準の動作だけをするようにします。(たいていは「ふで」のような動作になります)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may be overridden by the command-line option "--magiccontrols".
@@ -536,6 +586,8 @@
「かたち」ツールでの2つの動作モード-マウスをクリックした箇所を中心として図形を拡大するか、マウスをクリックした箇所をコーナーとして図形を拡大するか-を選択するボタンを無効にします。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshapecontrols=no" or "shapecontrols=yes". In both cases, may be overridden by the command-line option "--shapecontrols".
@@ -545,6 +597,8 @@
「ラベル」ツールを無効にします。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolabel=no" or "label=yes". In both cases, may be overridden by the command-line option "--label".
@@ -554,6 +608,8 @@
「さいしょから」でキャンバスを選択する際、単色のキャンバスが末尾に、スターター画像やテンプレートが先頭になるよう、表示順序を変更します。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "newcolorslast=no" or "newcolorsfirst=yes". In both cases, may be overridden by the command-line option "--newcolorsfirst".
@@ -566,6 +622,8 @@
左から右ではなく右から左に向かって描き進むことを好むユーザーに役に立つオプションです。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases, may be overridden by the command-line option "--dontmirrorstamps".
@@ -575,7 +633,7 @@
例えば「せん」ツールなどでは、マウスをクリックしてドラッグした後にマウスボタンを放すというのが標準の操作ですが、このモードを設定すると、マウスをクリックしてからマウスを動かした後に再度マウスをクリックするという操作になります。
-
+
onscreen-keyboard=yes
@@ -584,7 +642,7 @@
「もじ」ツールと「ラベル」ツールで、画面キーボードを表示します。
-
+
onscreen-keyboard-layout=レイアウト名
@@ -603,6 +661,8 @@
画面キーボードの変更をできないようにします。小さな子供向けにシンプルにしたい場合に設定します。
このオプションが設定されると onscreen-keyboard=yes も設定されているとみなします。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "onscreen-keyboard-disable-change=no". In both cases, may be overridden by the command-line option "--onscreen-keyboard-disable-change=no".
@@ -865,6 +925,9 @@
通常のマウスやジョイスティックも同時に使用することができます(例えば、マウスで移動してキーボードでクリックしたり、その逆も可能です)。
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "keyboard=no" or "2$keyboard=no". In both cases, may be overridden by the command-line option "--mouse".
@@ -1006,6 +1069,8 @@
絵の保存ができないようにします("セーブ" ボタンも無効になります)。一時的なお遊びに使う場合や、テスト環境で使えるオプションです。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosave=no" or "save=yes". In both cases, may be overridden by the command-line option "--save".
@@ -1015,6 +1080,8 @@
プログラムを終了するときに、絵を保存するかどうか尋ねずに、自動的に保存します。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "autosave=no" or "noautosave=yes". In both cases, may be overridden by the command-line option "--noautosave".
@@ -1024,6 +1091,8 @@
Tux Paint を起動する際、前回最後に開いていた絵を読み込む代わりに、毎回、空のキャンバスで開始します。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "startblank=no" or "startlast=yes". In both cases, may be overridden by the command-line option "--startlast".
@@ -2648,6 +2717,8 @@
--fullscreen
--WIDTHxHEIGHT
+ --buttonsize=SIZE
+ --colorsrows=ROWS
--orient=portrait
--native
--allowscreensaver
@@ -2661,6 +2732,8 @@
--altprintnever
--altprintalways
--papersize=PAPERSIZE
+ --printcommand=COMMAND
+ --altprintcommand=COMMAND
--nolockfile
--simpleshapes
--uppercase
From e10eaf285b49d38dd4744ffb0474615a8c54fdb2 Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Sun, 8 Aug 2021 01:08:48 -0700
Subject: [PATCH 04/48] All docs: Bump version #
---
docs/en/ADVANCED-STAMPS-HOWTO.txt | 2 +-
docs/en/ENVVARS.txt | 4 +-
docs/en/EXTENDING.txt | 2 +-
docs/en/FAQ.txt | 2 +-
docs/en/INSTALL.txt | 2 +-
docs/en/PNG.txt | 2 +-
docs/en/README.txt | 4 +-
docs/en/SIGNALS.txt | 2 +-
docs/en/SVG.txt | 2 +-
docs/en/html/ADVANCED-STAMPS-HOWTO.html | 2 +-
docs/en/html/ENVVARS.html | 4 +-
docs/en/html/EXTENDING.html | 2 +-
docs/en/html/FAQ.html | 2 +-
docs/en/html/INSTALL.html | 2 +-
docs/en/html/PNG.html | 2 +-
docs/en/html/README.html | 4 +-
docs/en/html/SIGNALS.html | 2 +-
docs/en/html/SVG.html | 2 +-
docs/es_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt | 2 +-
docs/es_ES.UTF-8/ENVVARS.txt | 4 +-
docs/es_ES.UTF-8/EXTENDING.txt | 2 +-
docs/es_ES.UTF-8/FAQ.txt | 2 +-
docs/es_ES.UTF-8/INSTALL.txt | 2 +-
docs/es_ES.UTF-8/PNG.txt | 2 +-
docs/es_ES.UTF-8/README.txt | 4 +-
docs/es_ES.UTF-8/SIGNALS.txt | 2 +-
docs/es_ES.UTF-8/SVG.txt | 2 +-
.../html/ADVANCED-STAMPS-HOWTO.html | 2 +-
docs/es_ES.UTF-8/html/ENVVARS.html | 4 +-
docs/es_ES.UTF-8/html/EXTENDING.html | 2 +-
docs/es_ES.UTF-8/html/FAQ.html | 2 +-
docs/es_ES.UTF-8/html/INSTALL.html | 2 +-
docs/es_ES.UTF-8/html/PNG.html | 2 +-
docs/es_ES.UTF-8/html/README.html | 4 +-
docs/es_ES.UTF-8/html/SIGNALS.html | 2 +-
docs/es_ES.UTF-8/html/SVG.html | 2 +-
docs/fr_FR.UTF-8/ADVANCED-STAMPS-HOWTO.txt | 2 +-
docs/fr_FR.UTF-8/ENVVARS.txt | 54 +++++++++----------
docs/fr_FR.UTF-8/EXTENDING.txt | 2 +-
docs/fr_FR.UTF-8/FAQ.txt | 2 +-
docs/fr_FR.UTF-8/INSTALL.txt | 2 +-
docs/fr_FR.UTF-8/PNG.txt | 2 +-
docs/fr_FR.UTF-8/README.txt | 4 +-
docs/fr_FR.UTF-8/SIGNALS.txt | 2 +-
docs/fr_FR.UTF-8/SVG.txt | 2 +-
.../html/ADVANCED-STAMPS-HOWTO.html | 2 +-
docs/fr_FR.UTF-8/html/ENVVARS.html | 12 ++---
docs/fr_FR.UTF-8/html/EXTENDING.html | 2 +-
docs/fr_FR.UTF-8/html/FAQ.html | 2 +-
docs/fr_FR.UTF-8/html/INSTALL.html | 2 +-
docs/fr_FR.UTF-8/html/PNG.html | 2 +-
docs/fr_FR.UTF-8/html/README.html | 4 +-
docs/fr_FR.UTF-8/html/SIGNALS.html | 2 +-
docs/fr_FR.UTF-8/html/SVG.html | 2 +-
docs/gl_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt | 2 +-
docs/gl_ES.UTF-8/ENVVARS.txt | 52 +++++++++---------
docs/gl_ES.UTF-8/EXTENDING.txt | 2 +-
docs/gl_ES.UTF-8/FAQ.txt | 2 +-
docs/gl_ES.UTF-8/INSTALL.txt | 2 +-
docs/gl_ES.UTF-8/PNG.txt | 2 +-
docs/gl_ES.UTF-8/README.txt | 4 +-
docs/gl_ES.UTF-8/SIGNALS.txt | 2 +-
docs/gl_ES.UTF-8/SVG.txt | 2 +-
.../html/ADVANCED-STAMPS-HOWTO.html | 2 +-
docs/gl_ES.UTF-8/html/ENVVARS.html | 12 ++---
docs/gl_ES.UTF-8/html/EXTENDING.html | 2 +-
docs/gl_ES.UTF-8/html/FAQ.html | 2 +-
docs/gl_ES.UTF-8/html/INSTALL.html | 2 +-
docs/gl_ES.UTF-8/html/PNG.html | 2 +-
docs/gl_ES.UTF-8/html/README.html | 4 +-
docs/gl_ES.UTF-8/html/SIGNALS.html | 2 +-
docs/gl_ES.UTF-8/html/SVG.html | 2 +-
docs/ja_JP.UTF-8/ADVANCED-STAMPS-HOWTO.txt | 2 +-
docs/ja_JP.UTF-8/ENVVARS.txt | 4 +-
docs/ja_JP.UTF-8/EXTENDING.txt | 2 +-
docs/ja_JP.UTF-8/FAQ.txt | 2 +-
docs/ja_JP.UTF-8/INSTALL.txt | 2 +-
docs/ja_JP.UTF-8/PNG.txt | 2 +-
docs/ja_JP.UTF-8/README.txt | 4 +-
docs/ja_JP.UTF-8/SIGNALS.txt | 2 +-
docs/ja_JP.UTF-8/SVG.txt | 2 +-
.../html/ADVANCED-STAMPS-HOWTO.html | 2 +-
docs/ja_JP.UTF-8/html/ENVVARS.html | 4 +-
docs/ja_JP.UTF-8/html/EXTENDING.html | 2 +-
docs/ja_JP.UTF-8/html/FAQ.html | 2 +-
docs/ja_JP.UTF-8/html/INSTALL.html | 2 +-
docs/ja_JP.UTF-8/html/PNG.html | 2 +-
docs/ja_JP.UTF-8/html/README.html | 4 +-
docs/ja_JP.UTF-8/html/SIGNALS.html | 2 +-
docs/ja_JP.UTF-8/html/SVG.html | 2 +-
90 files changed, 162 insertions(+), 172 deletions(-)
diff --git a/docs/en/ADVANCED-STAMPS-HOWTO.txt b/docs/en/ADVANCED-STAMPS-HOWTO.txt
index 8815c5e5f..41b27b77c 100644
--- a/docs/en/ADVANCED-STAMPS-HOWTO.txt
+++ b/docs/en/ADVANCED-STAMPS-HOWTO.txt
@@ -1,5 +1,5 @@
Tux Paint
- version 0.9.26 Advanced Stamps 'How-To'
+ version 0.9.27 Advanced Stamps 'How-To'
Copyright © 2006-2021 by Albert Cahalan and others; see AUTHORS.
http://www.tuxpaint.org/
diff --git a/docs/en/ENVVARS.txt b/docs/en/ENVVARS.txt
index 5b2965076..8c93732d1 100644
--- a/docs/en/ENVVARS.txt
+++ b/docs/en/ENVVARS.txt
@@ -1,11 +1,11 @@
Tux Paint
- version 0.9.26
+ version 0.9.27
Environment Variables Documentation
Copyright © 2021-2021 by various contributors; see AUTHORS.
http://www.tuxpaint.org/
- May 11, 2021
+ August 8, 2021
----------------------------------------------------------------------
diff --git a/docs/en/EXTENDING.txt b/docs/en/EXTENDING.txt
index 3bd679997..3ac8075d2 100644
--- a/docs/en/EXTENDING.txt
+++ b/docs/en/EXTENDING.txt
@@ -1,6 +1,6 @@
Extending
Tux Paint
- version 0.9.26
+ version 0.9.27
Copyright © 2002-2021 by various contributors; see AUTHORS.
http://www.tuxpaint.org/
diff --git a/docs/en/FAQ.txt b/docs/en/FAQ.txt
index d7c4dbe96..52a890daf 100644
--- a/docs/en/FAQ.txt
+++ b/docs/en/FAQ.txt
@@ -1,5 +1,5 @@
Tux Paint
- version 0.9.26 Frequently Asked Questions
+ version 0.9.27 Frequently Asked Questions
Copyright © 2002-2021 by various contributors; see AUTHORS.
http://www.tuxpaint.org/
diff --git a/docs/en/INSTALL.txt b/docs/en/INSTALL.txt
index bd07c141b..e7ce543f5 100644
--- a/docs/en/INSTALL.txt
+++ b/docs/en/INSTALL.txt
@@ -1,5 +1,5 @@
Tux Paint
- version 0.9.26
+ version 0.9.27
Installation Documentation
Copyright © 2002-2021 by various contributors; see AUTHORS.
diff --git a/docs/en/PNG.txt b/docs/en/PNG.txt
index c8fdd0088..f68a54e21 100644
--- a/docs/en/PNG.txt
+++ b/docs/en/PNG.txt
@@ -1,5 +1,5 @@
Tux Paint
- version 0.9.26
+ version 0.9.27
PNG Documentation
Copyright © 2007-2021 by various contributors; see AUTHORS.
diff --git a/docs/en/README.txt b/docs/en/README.txt
index 21db8e279..8fc85250a 100644
--- a/docs/en/README.txt
+++ b/docs/en/README.txt
@@ -1,12 +1,12 @@
Tux Paint
- version 0.9.26
+ version 0.9.27
A simple drawing program for children
Copyright © 2002-2021 by various contributors; see AUTHORS.
http://www.tuxpaint.org/
- June 28, 2021
+ August 8, 2021
----------------------------------------------------------------------
diff --git a/docs/en/SIGNALS.txt b/docs/en/SIGNALS.txt
index 505981e88..15d96b4e0 100644
--- a/docs/en/SIGNALS.txt
+++ b/docs/en/SIGNALS.txt
@@ -1,5 +1,5 @@
Tux Paint
- version 0.9.26
+ version 0.9.27
Signals Documentation
Copyright © 2019-2021 by various contributors; see AUTHORS.
diff --git a/docs/en/SVG.txt b/docs/en/SVG.txt
index 1353f2d2f..0d95a983a 100644
--- a/docs/en/SVG.txt
+++ b/docs/en/SVG.txt
@@ -1,5 +1,5 @@
Tux Paint
- version 0.9.26
+ version 0.9.27
SVG Documentation
Copyright © 2007-2021 by various contributors; see AUTHORS.
diff --git a/docs/en/html/ADVANCED-STAMPS-HOWTO.html b/docs/en/html/ADVANCED-STAMPS-HOWTO.html
index 37a151b41..7d30a7bce 100644
--- a/docs/en/html/ADVANCED-STAMPS-HOWTO.html
+++ b/docs/en/html/ADVANCED-STAMPS-HOWTO.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- version 0.9.26 Advanced Stamps 'How-To'
+ version 0.9.27 Advanced Stamps 'How-To'
Copyright © 2006-2021 by Albert Cahalan and others; see AUTHORS.
diff --git a/docs/en/html/ENVVARS.html b/docs/en/html/ENVVARS.html
index e05babf49..1b0367678 100644
--- a/docs/en/html/ENVVARS.html
+++ b/docs/en/html/ENVVARS.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- version 0.9.26
+ version 0.9.27
Environment Variables Documentation
@@ -26,7 +26,7 @@
- May 11, 2021
+ August 8, 2021
diff --git a/docs/en/html/EXTENDING.html b/docs/en/html/EXTENDING.html
index 45fb3cbb7..9870aabe5 100644
--- a/docs/en/html/EXTENDING.html
+++ b/docs/en/html/EXTENDING.html
@@ -18,7 +18,7 @@
width="205"
height="210"
alt="Tux Paint">
- version 0.9.26
+ version 0.9.27
Copyright © 2002-2021 by various contributors; see AUTHORS.
diff --git a/docs/en/html/FAQ.html b/docs/en/html/FAQ.html
index 4d55914e6..57cf0ab2c 100644
--- a/docs/en/html/FAQ.html
+++ b/docs/en/html/FAQ.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- version 0.9.26 Frequently Asked Questions
+ version 0.9.27 Frequently Asked Questions
Copyright © 2002-2021 by various contributors; see AUTHORS.
diff --git a/docs/en/html/INSTALL.html b/docs/en/html/INSTALL.html
index 5eccd28d2..c330b4b17 100644
--- a/docs/en/html/INSTALL.html
+++ b/docs/en/html/INSTALL.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- version 0.9.26
+ version 0.9.27
Installation Documentation
diff --git a/docs/en/html/PNG.html b/docs/en/html/PNG.html
index 5a8a47ba2..066d8f550 100644
--- a/docs/en/html/PNG.html
+++ b/docs/en/html/PNG.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- version 0.9.26
+ version 0.9.27
PNG Documentation
diff --git a/docs/en/html/README.html b/docs/en/html/README.html
index e5b28b780..451d8556e 100644
--- a/docs/en/html/README.html
+++ b/docs/en/html/README.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- version 0.9.26
+ version 0.9.27
A simple drawing program for children
@@ -28,7 +28,7 @@
- June 28, 2021
+ August 8, 2021
- version 0.9.26
+ version 0.9.27
Signals Documentation
diff --git a/docs/en/html/SVG.html b/docs/en/html/SVG.html
index 120c7d1b7..7be82892b 100644
--- a/docs/en/html/SVG.html
+++ b/docs/en/html/SVG.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- version 0.9.26
+ version 0.9.27
SVG Documentation
diff --git a/docs/es_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt b/docs/es_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt
index d14bd351b..c9ed128de 100644
--- a/docs/es_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt
+++ b/docs/es_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt
@@ -1,5 +1,5 @@
Tux Paint
- versión 0.9.26 Advanced Stamps 'How-To'
+ versión 0.9.27 Advanced Stamps 'How-To'
Copyright © 2006-2021 by Albert Cahalan and others; see AUTHORS.
http://www.tuxpaint.org/
diff --git a/docs/es_ES.UTF-8/ENVVARS.txt b/docs/es_ES.UTF-8/ENVVARS.txt
index 5adf0c6f1..869490468 100644
--- a/docs/es_ES.UTF-8/ENVVARS.txt
+++ b/docs/es_ES.UTF-8/ENVVARS.txt
@@ -1,11 +1,11 @@
Tux Paint
- versión 0.9.26
+ versión 0.9.27
Environment Variables Documentation
Copyright © 2021-2021 by various contributors; see AUTHORS.
http://www.tuxpaint.org/
- mayo 11, 2021
+ agosto 8, 2021
----------------------------------------------------------------------
diff --git a/docs/es_ES.UTF-8/EXTENDING.txt b/docs/es_ES.UTF-8/EXTENDING.txt
index d9f25ac50..a5168c503 100644
--- a/docs/es_ES.UTF-8/EXTENDING.txt
+++ b/docs/es_ES.UTF-8/EXTENDING.txt
@@ -1,6 +1,6 @@
Extending
Tux Paint
- versión 0.9.26
+ versión 0.9.27
Copyright © 2002-2021 by various contributors; see AUTHORS.
http://www.tuxpaint.org/
diff --git a/docs/es_ES.UTF-8/FAQ.txt b/docs/es_ES.UTF-8/FAQ.txt
index b0d43c7d7..9cba67d8d 100644
--- a/docs/es_ES.UTF-8/FAQ.txt
+++ b/docs/es_ES.UTF-8/FAQ.txt
@@ -1,5 +1,5 @@
Tux Paint
- versión 0.9.26 Frequently Asked Questions
+ versión 0.9.27 Frequently Asked Questions
Copyright © 2002-2021 by various contributors; see AUTHORS.
http://www.tuxpaint.org/
diff --git a/docs/es_ES.UTF-8/INSTALL.txt b/docs/es_ES.UTF-8/INSTALL.txt
index 0b4b1366f..28c106397 100644
--- a/docs/es_ES.UTF-8/INSTALL.txt
+++ b/docs/es_ES.UTF-8/INSTALL.txt
@@ -1,5 +1,5 @@
Tux Paint
- versión 0.9.26
+ versión 0.9.27
Installation Documentation
Copyright © 2002-2021 by various contributors; see AUTHORS.
diff --git a/docs/es_ES.UTF-8/PNG.txt b/docs/es_ES.UTF-8/PNG.txt
index 9ca3372a4..bea4fc86f 100644
--- a/docs/es_ES.UTF-8/PNG.txt
+++ b/docs/es_ES.UTF-8/PNG.txt
@@ -1,5 +1,5 @@
Tux Paint
- versión 0.9.26
+ versión 0.9.27
PNG Documentation
Copyright © 2007-2021 by various contributors; see AUTHORS.
diff --git a/docs/es_ES.UTF-8/README.txt b/docs/es_ES.UTF-8/README.txt
index 49b92754a..c42a7ecc0 100644
--- a/docs/es_ES.UTF-8/README.txt
+++ b/docs/es_ES.UTF-8/README.txt
@@ -1,12 +1,12 @@
Tux Paint
- versión 0.9.26
+ versión 0.9.27
A simple drawing program for children
Copyright © 2002-2021 by various contributors; see AUTHORS.
http://www.tuxpaint.org/
- junio 28, 2021
+ agosto 8, 2021
----------------------------------------------------------------------
diff --git a/docs/es_ES.UTF-8/SIGNALS.txt b/docs/es_ES.UTF-8/SIGNALS.txt
index f95cfcaf2..c6b21ddab 100644
--- a/docs/es_ES.UTF-8/SIGNALS.txt
+++ b/docs/es_ES.UTF-8/SIGNALS.txt
@@ -1,5 +1,5 @@
Tux Paint
- versión 0.9.26
+ versión 0.9.27
Signals Documentation
Copyright © 2019-2021 by various contributors; see AUTHORS.
diff --git a/docs/es_ES.UTF-8/SVG.txt b/docs/es_ES.UTF-8/SVG.txt
index c120c2d62..938ff5c81 100644
--- a/docs/es_ES.UTF-8/SVG.txt
+++ b/docs/es_ES.UTF-8/SVG.txt
@@ -1,5 +1,5 @@
Tux Paint
- versión 0.9.26
+ versión 0.9.27
SVG Documentation
Copyright © 2007-2021 by various contributors; see AUTHORS.
diff --git a/docs/es_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html b/docs/es_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
index e1245afaf..8ef96acf9 100644
--- a/docs/es_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
+++ b/docs/es_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- versión 0.9.26 Advanced Stamps 'How-To'
+ versión 0.9.27 Advanced Stamps 'How-To'
Copyright © 2006-2021 by Albert Cahalan and others; see AUTHORS.
diff --git a/docs/es_ES.UTF-8/html/ENVVARS.html b/docs/es_ES.UTF-8/html/ENVVARS.html
index 5ae0ab48a..545d865b2 100644
--- a/docs/es_ES.UTF-8/html/ENVVARS.html
+++ b/docs/es_ES.UTF-8/html/ENVVARS.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- versión 0.9.26
+ versión 0.9.27
Environment Variables Documentation
@@ -26,7 +26,7 @@
- mayo 11, 2021
+ agosto 8, 2021
diff --git a/docs/es_ES.UTF-8/html/EXTENDING.html b/docs/es_ES.UTF-8/html/EXTENDING.html
index 07dd2d332..2533fd4be 100644
--- a/docs/es_ES.UTF-8/html/EXTENDING.html
+++ b/docs/es_ES.UTF-8/html/EXTENDING.html
@@ -18,7 +18,7 @@
width="205"
height="210"
alt="Tux Paint">
- versión 0.9.26
+ versión 0.9.27
Copyright © 2002-2021 by various contributors; see AUTHORS.
diff --git a/docs/es_ES.UTF-8/html/FAQ.html b/docs/es_ES.UTF-8/html/FAQ.html
index 305893241..48ab3d7ed 100644
--- a/docs/es_ES.UTF-8/html/FAQ.html
+++ b/docs/es_ES.UTF-8/html/FAQ.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- versión 0.9.26 Frequently Asked Questions
+ versión 0.9.27 Frequently Asked Questions
Copyright © 2002-2021 by various contributors; see AUTHORS.
diff --git a/docs/es_ES.UTF-8/html/INSTALL.html b/docs/es_ES.UTF-8/html/INSTALL.html
index 2369cc79f..f5b079406 100644
--- a/docs/es_ES.UTF-8/html/INSTALL.html
+++ b/docs/es_ES.UTF-8/html/INSTALL.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- versión 0.9.26
+ versión 0.9.27
Installation Documentation
diff --git a/docs/es_ES.UTF-8/html/PNG.html b/docs/es_ES.UTF-8/html/PNG.html
index 1db259214..4f6a42d9f 100644
--- a/docs/es_ES.UTF-8/html/PNG.html
+++ b/docs/es_ES.UTF-8/html/PNG.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- versión 0.9.26
+ versión 0.9.27
PNG Documentation
diff --git a/docs/es_ES.UTF-8/html/README.html b/docs/es_ES.UTF-8/html/README.html
index 0e9e0cb9a..3a4288ef7 100644
--- a/docs/es_ES.UTF-8/html/README.html
+++ b/docs/es_ES.UTF-8/html/README.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- versión 0.9.26
+ versión 0.9.27
A simple drawing program for children
@@ -28,7 +28,7 @@
- junio 28, 2021
+ agosto 8, 2021
- versión 0.9.26
+ versión 0.9.27
Signals Documentation
diff --git a/docs/es_ES.UTF-8/html/SVG.html b/docs/es_ES.UTF-8/html/SVG.html
index 2feee2d50..f0a15536e 100644
--- a/docs/es_ES.UTF-8/html/SVG.html
+++ b/docs/es_ES.UTF-8/html/SVG.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- versión 0.9.26
+ versión 0.9.27
SVG Documentation
diff --git a/docs/fr_FR.UTF-8/ADVANCED-STAMPS-HOWTO.txt b/docs/fr_FR.UTF-8/ADVANCED-STAMPS-HOWTO.txt
index 49c9bfa57..3e7148037 100644
--- a/docs/fr_FR.UTF-8/ADVANCED-STAMPS-HOWTO.txt
+++ b/docs/fr_FR.UTF-8/ADVANCED-STAMPS-HOWTO.txt
@@ -1,5 +1,5 @@
Tux Paint
- version 0.9.26 'Guide pratique" pour les tampons de haute qualité
+ version 0.9.27 'Guide pratique" pour les tampons de haute qualité
Copyright &copie; 2006-2021 par Albert Cahalan et d'autres; voir AUTHORS.
http://www.tuxpaint.org/
diff --git a/docs/fr_FR.UTF-8/ENVVARS.txt b/docs/fr_FR.UTF-8/ENVVARS.txt
index 1ddffe145..3b004ad0c 100644
--- a/docs/fr_FR.UTF-8/ENVVARS.txt
+++ b/docs/fr_FR.UTF-8/ENVVARS.txt
@@ -1,11 +1,11 @@
Tux Paint
- version 0.9.26
+ version 0.9.27
Documentation sur les variables d'environnement
Copyright &copie; 2021-2021 par divers contributeurs; voir AUTHORS.
http://www.tuxpaint.org/
- mai 11, 2021
+ août 8, 2021
----------------------------------------------------------------------
@@ -37,27 +37,23 @@ Variables d'environnement relatives au stockage
XDG_CONFIG_HOME
- Sur Linux et d'autres plateformes où les standards du XDG (X
- Desktop Group) sont appliqués, c'est l'endroit où se trouvent les
- fichiers de configuration de l'utilisateur. Plus précisément,
- c'est où trouver "user-dirs.dirs", où le "XDG_PICTURES_DIR"
- devrait être défini. Il est utilisé pour exporter les dessins et
- GIF animés. En général, il est égal à quelque chose comme
- "$HOME/Pictures/". S'il n'est pas spécifié, Tux Paint vérifie le
- répertoire "$HOME/.config/". Si la configuration ne peut être
- trouvée, Tux Paint exporte simplement les dessins et GIF animés
- vers "$HOME".
+ On Linux and other platforms where the X Desktop Group standards
+ are used, the location of the user's configuration files.
+ Specifically, where to find "user-dirs.dirs", where the
+ "XDG_PICTURES_DIR" might be defined. It is used for exporting
+ drawings and animated GIFs. Generally it's set to something like
+ "$HOME/Pictures/". If not specified, Tux Paint checks in the
+ directory "$HOME/.config/". If the configuration cannot be found,
+ Tux Paint simply exports drawings and GIFs to "$HOME".
XDG_DATA_HOME
- Sur Linux et d'autres plateformes où les standards du XDG (X
- Desktop Group) sont appliqués, c'est l'endroit où se trouvent les
- fichiers de données de l'utilisateur. Plus précisément, c'est où
- trouver le répertoire "Trash". Il est utilisé quand on supprime
- des images à partir de la boîte de dialogue "Ouvrir". Si ce n'est
- pas défini, le répertoire "$HOME/.local/share/Trash/" est utilisé,
- s'il existe. Sinon, les images sont simplement supprimées, plutôt
- que déplacées quelque part.
+ On Linux and other platforms where the X Desktop Group standards
+ are used, the location of the user's data directories.
+ Specifically, where to find the "Trash" directory. It is used when
+ deleting images from Tux Paint's "Open" dialog. If not set, the
+ location "$HOME/.local/share/Trash/" is used, if available. If
+ not, images are simply deleted, rather than moved anywhere.
TEMP
@@ -75,12 +71,11 @@ Variables d'environnement relatives aux langues
LC_MESSAGES
- Spécifie la langue utilisée par Tux Paint sur l'interface
- utilisateur. Remplacé par les options en ligne de commande
- "--lang" et --locale, ou bien leurs équivalents dans le fichier de
- configuration. La variable d'environnement "LANGUAGE" est utilisée
- (si elle est activée. Sinon, "LC_ALL' est utilisé comme solution
- de repli. Puis "LC_MESSAGES" et enfin "LANG".
+ Specify the language Tux Paint should utilize in its user
+ interface. Overridde by the "--lang" and "--locale" command-line
+ options or their configuration file counterparts. The "LANGUAGE"
+ environment variable is used, if set. If not, "LC_ALL" is used as
+ a fallback. Then "LC_MESSAGES", and finally "LANG".
Variables d'environnement en rapport avec l'affichage
@@ -99,7 +94,6 @@ Variables d'environnement en rapport avec l'affichage
SDL_VIDEO_WINDOW_POS
- Indique où positionner la fenêtre de Tux Paint. Normalement
- positionnée à "center" par Tux Paint lui-même, à moins que la
- variable d'environnement n'ait déjà une valeur (par ex. "nopref"
- signifie pas de préférence).
+ Requests where to position Tux Paint's window. Normally set to
+ "center" by Tux Paint itself, unless the environment variable is
+ already set (e.g., to "nopref", meaning "no preference").
diff --git a/docs/fr_FR.UTF-8/EXTENDING.txt b/docs/fr_FR.UTF-8/EXTENDING.txt
index d512d180b..5ccb512e3 100644
--- a/docs/fr_FR.UTF-8/EXTENDING.txt
+++ b/docs/fr_FR.UTF-8/EXTENDING.txt
@@ -1,6 +1,6 @@
Extension
Tux Paint
- version 0.9.26
+ version 0.9.27
Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.
http://www.tuxpaint.org/
diff --git a/docs/fr_FR.UTF-8/FAQ.txt b/docs/fr_FR.UTF-8/FAQ.txt
index 143c63768..a0676b3a3 100644
--- a/docs/fr_FR.UTF-8/FAQ.txt
+++ b/docs/fr_FR.UTF-8/FAQ.txt
@@ -1,5 +1,5 @@
Tux Paint
- version 0.9.26 Questions fréquemment posées
+ version 0.9.27 Questions fréquemment posées
Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.
http://www.tuxpaint.org/
diff --git a/docs/fr_FR.UTF-8/INSTALL.txt b/docs/fr_FR.UTF-8/INSTALL.txt
index 239111498..6e9d40beb 100644
--- a/docs/fr_FR.UTF-8/INSTALL.txt
+++ b/docs/fr_FR.UTF-8/INSTALL.txt
@@ -1,5 +1,5 @@
Tux Paint
- version 0.9.26
+ version 0.9.27
Documentation sur l'installation
Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.
diff --git a/docs/fr_FR.UTF-8/PNG.txt b/docs/fr_FR.UTF-8/PNG.txt
index 9d0391f81..be83fe12e 100644
--- a/docs/fr_FR.UTF-8/PNG.txt
+++ b/docs/fr_FR.UTF-8/PNG.txt
@@ -1,5 +1,5 @@
Tux Paint
- version 0.9.26
+ version 0.9.27
Documentation sur PNG pour Tux Paint
Copyright &copie; 2007-2021 par divers contributeurs; voir AUTHORS.
diff --git a/docs/fr_FR.UTF-8/README.txt b/docs/fr_FR.UTF-8/README.txt
index e78e7deea..3d2b8c2b7 100644
--- a/docs/fr_FR.UTF-8/README.txt
+++ b/docs/fr_FR.UTF-8/README.txt
@@ -1,12 +1,12 @@
Tux Paint
- version 0.9.26
+ version 0.9.27
Un programme simple pour les enfants
Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.
http://www.tuxpaint.org/
- juin 28, 2021
+ août 8, 2021
----------------------------------------------------------------------
diff --git a/docs/fr_FR.UTF-8/SIGNALS.txt b/docs/fr_FR.UTF-8/SIGNALS.txt
index 5250cdd6c..a851089af 100644
--- a/docs/fr_FR.UTF-8/SIGNALS.txt
+++ b/docs/fr_FR.UTF-8/SIGNALS.txt
@@ -1,5 +1,5 @@
Tux Paint
- version 0.9.26
+ version 0.9.27
Documentation sur les signaux
Copyright &copie; 2019-2021 par divers contributeurs; voir AUTHORS.
diff --git a/docs/fr_FR.UTF-8/SVG.txt b/docs/fr_FR.UTF-8/SVG.txt
index 11be65f21..bcf6d95c3 100644
--- a/docs/fr_FR.UTF-8/SVG.txt
+++ b/docs/fr_FR.UTF-8/SVG.txt
@@ -1,5 +1,5 @@
Tux Paint
- version 0.9.26
+ version 0.9.27
Documentation sur SVG
Copyright &copie; 2007-2021 par divers contributeurs; voir AUTHORS.
diff --git a/docs/fr_FR.UTF-8/html/ADVANCED-STAMPS-HOWTO.html b/docs/fr_FR.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
index cd996a5ce..9f24f6971 100644
--- a/docs/fr_FR.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
+++ b/docs/fr_FR.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- version 0.9.26 'Guide pratique" pour les tampons de haute qualité
+ version 0.9.27 'Guide pratique" pour les tampons de haute qualité
Copyright &copie; 2006-2021 par Albert Cahalan et d'autres; voir AUTHORS.
diff --git a/docs/fr_FR.UTF-8/html/ENVVARS.html b/docs/fr_FR.UTF-8/html/ENVVARS.html
index da05063ca..aa6b8be11 100644
--- a/docs/fr_FR.UTF-8/html/ENVVARS.html
+++ b/docs/fr_FR.UTF-8/html/ENVVARS.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- version 0.9.26
+ version 0.9.27
Documentation sur les variables d'environnement
@@ -26,7 +26,7 @@
- mai 11, 2021
+ août 8, 2021
@@ -61,7 +61,7 @@
- Sur Linux et d'autres plateformes où les standards du XDG (X Desktop Group) sont appliqués, c'est l'endroit où se trouvent les fichiers de configuration de l'utilisateur. Plus précisément, c'est où trouver "user-dirs.dirs", où le "XDG_PICTURES_DIR" devrait être défini. Il est utilisé pour exporter les dessins et GIF animés. En général, il est égal à quelque chose comme "$HOME/Pictures/". S'il n'est pas spécifié, Tux Paint vérifie le répertoire "$HOME/.config/". Si la configuration ne peut être trouvée, Tux Paint exporte simplement les dessins et GIF animés vers "$HOME".
+ On Linux and other platforms where the X Desktop Group standards are used, the location of the user's configuration files. Specifically, where to find "user-dirs.dirs", where the "XDG_PICTURES_DIR" might be defined. It is used for exporting drawings and animated GIFs. Generally it's set to something like "$HOME/Pictures/". If not specified, Tux Paint checks in the directory "$HOME/.config/". If the configuration cannot be found, Tux Paint simply exports drawings and GIFs to "$HOME".
@@ -70,7 +70,7 @@
- Sur Linux et d'autres plateformes où les standards du XDG (X Desktop Group) sont appliqués, c'est l'endroit où se trouvent les fichiers de données de l'utilisateur. Plus précisément, c'est où trouver le répertoire "Trash". Il est utilisé quand on supprime des images à partir de la boîte de dialogue "Ouvrir". Si ce n'est pas défini, le répertoire "$HOME/.local/share/Trash/" est utilisé, s'il existe. Sinon, les images sont simplement supprimées, plutôt que déplacées quelque part.
+ On Linux and other platforms where the X Desktop Group standards are used, the location of the user's data directories. Specifically, where to find the "Trash" directory. It is used when deleting images from Tux Paint's "Open" dialog. If not set, the location "$HOME/.local/share/Trash/" is used, if available. If not, images are simply deleted, rather than moved anywhere.
@@ -101,7 +101,7 @@
- Spécifie la langue utilisée par Tux Paint sur l'interface utilisateur. Remplacé par les options en ligne de commande "--lang" et --locale, ou bien leurs équivalents dans le fichier de configuration. La variable d'environnement "LANGUAGE" est utilisée (si elle est activée. Sinon, "LC_ALL' est utilisé comme solution de repli. Puis "LC_MESSAGES" et enfin "LANG".
+ Specify the language Tux Paint should utilize in its user interface. Overridde by the "--lang" and "--locale" command-line options or their configuration file counterparts. The "LANGUAGE" environment variable is used, if set. If not, "LC_ALL" is used as a fallback. Then "LC_MESSAGES", and finally "LANG".
@@ -124,7 +124,7 @@
- Indique où positionner la fenêtre de Tux Paint. Normalement positionnée à "center" par Tux Paint lui-même, à moins que la variable d'environnement n'ait déjà une valeur (par ex. "nopref" signifie pas de préférence).
+ Requests where to position Tux Paint's window. Normally set to "center" by Tux Paint itself, unless the environment variable is already set (e.g., to "nopref", meaning "no preference").
diff --git a/docs/fr_FR.UTF-8/html/EXTENDING.html b/docs/fr_FR.UTF-8/html/EXTENDING.html
index f273a8f05..d88a8ec73 100644
--- a/docs/fr_FR.UTF-8/html/EXTENDING.html
+++ b/docs/fr_FR.UTF-8/html/EXTENDING.html
@@ -18,7 +18,7 @@
width="205"
height="210"
alt="Tux Paint">
- version 0.9.26
+ version 0.9.27
Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.
diff --git a/docs/fr_FR.UTF-8/html/FAQ.html b/docs/fr_FR.UTF-8/html/FAQ.html
index 12ea0784b..e20a01310 100644
--- a/docs/fr_FR.UTF-8/html/FAQ.html
+++ b/docs/fr_FR.UTF-8/html/FAQ.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- version 0.9.26 Questions fréquemment posées
+ version 0.9.27 Questions fréquemment posées
Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.
diff --git a/docs/fr_FR.UTF-8/html/INSTALL.html b/docs/fr_FR.UTF-8/html/INSTALL.html
index df9365bfe..0589ec0ee 100644
--- a/docs/fr_FR.UTF-8/html/INSTALL.html
+++ b/docs/fr_FR.UTF-8/html/INSTALL.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- version 0.9.26
+ version 0.9.27
Documentation sur l'installation
diff --git a/docs/fr_FR.UTF-8/html/PNG.html b/docs/fr_FR.UTF-8/html/PNG.html
index 7cb333838..618318333 100644
--- a/docs/fr_FR.UTF-8/html/PNG.html
+++ b/docs/fr_FR.UTF-8/html/PNG.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- version 0.9.26
+ version 0.9.27
Documentation sur PNG pour Tux Paint
diff --git a/docs/fr_FR.UTF-8/html/README.html b/docs/fr_FR.UTF-8/html/README.html
index 154b4f2f0..c63b9cf93 100644
--- a/docs/fr_FR.UTF-8/html/README.html
+++ b/docs/fr_FR.UTF-8/html/README.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- version 0.9.26
+ version 0.9.27
Un programme simple pour les enfants
@@ -28,7 +28,7 @@
- juin 28, 2021
+ août 8, 2021
- version 0.9.26
+ version 0.9.27
Documentation sur les signaux
diff --git a/docs/fr_FR.UTF-8/html/SVG.html b/docs/fr_FR.UTF-8/html/SVG.html
index b37266222..a35fc4370 100644
--- a/docs/fr_FR.UTF-8/html/SVG.html
+++ b/docs/fr_FR.UTF-8/html/SVG.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- version 0.9.26
+ version 0.9.27
Documentation sur SVG
diff --git a/docs/gl_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt b/docs/gl_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt
index 584bfa0db..8e0f88c3c 100644
--- a/docs/gl_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt
+++ b/docs/gl_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt
@@ -1,5 +1,5 @@
Tux Paint
- versión 0.9.26 «Como facer» os selos avanzados
+ versión 0.9.27 «Como facer» os selos avanzados
Copyright © 2006-2021 por Albert Cahalan e outros; vexa AUTHORS (AUTORES).
http://www.tuxpaint.org/
diff --git a/docs/gl_ES.UTF-8/ENVVARS.txt b/docs/gl_ES.UTF-8/ENVVARS.txt
index 97ff2572a..7e755ae44 100644
--- a/docs/gl_ES.UTF-8/ENVVARS.txt
+++ b/docs/gl_ES.UTF-8/ENVVARS.txt
@@ -1,11 +1,11 @@
Tux Paint
- versión 0.9.26
+ versión 0.9.27
Documentación de variábeis de contorno
Copyright © 2021-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
http://www.tuxpaint.org/
- 11 de Maio de 2021
+ 8 de Agosto de 2021
----------------------------------------------------------------------
@@ -36,25 +36,23 @@ Variábeis de contorno relacionadas co almacenamento
XDG_CONFIG_HOME
- En Linux e noutras plataformas onde se usan os estándares X
- Desktop Group, a localización dos ficheiros de configuración do
- usuario. Especificamente, onde atopar «user-dirs.dirs», onde se
- podería definir o «XDG_PICTURES_DIR». Úsase para exportar debuxos
- e GIF animados. Xeralmente estabelecese en algo así como
- «$HOME/Pictures/». Se non se especifica, Tux Paint comproba no
- directorio «$HOME/.config/». Se non se pode atopar a
- configuración, Tux Paint simplemente exporta debuxos e GIF a
- «$HOME».
+ On Linux and other platforms where the X Desktop Group standards
+ are used, the location of the user's configuration files.
+ Specifically, where to find "user-dirs.dirs", where the
+ "XDG_PICTURES_DIR" might be defined. It is used for exporting
+ drawings and animated GIFs. Generally it's set to something like
+ "$HOME/Pictures/". If not specified, Tux Paint checks in the
+ directory "$HOME/.config/". If the configuration cannot be found,
+ Tux Paint simply exports drawings and GIFs to "$HOME".
XDG_DATA_HOME
- En Linux e noutras plataformas onde se usan os estándares X
- Desktop Group, a localización dos directorios de datos do usuario.
- En concreto, onde atopar o directorio «Trash». Úsase cando se
- eliminan imaxes do diálogo «Abrir» de Tux Paint. Se non se define,
- úsase a localización «$HOME/.local/share/Trash/», se está
- dispoñíbel. Se non, as imaxes bórranse simplemente no canto de
- movelas a calquera outro lugar.
+ On Linux and other platforms where the X Desktop Group standards
+ are used, the location of the user's data directories.
+ Specifically, where to find the "Trash" directory. It is used when
+ deleting images from Tux Paint's "Open" dialog. If not set, the
+ location "$HOME/.local/share/Trash/" is used, if available. If
+ not, images are simply deleted, rather than moved anywhere.
TEMP
@@ -72,12 +70,11 @@ Variábeis de contorno relacionadas co idioma
LC_MESSAGES
- Especifica o idioma que debe empregar Tux Paint na súa interface
- de usuario. Anulada polas opcións da liña de ordes «--lang» e
- «--locale» ou as súas equivalentes do ficheiro de configuración.
- Utilízase a variábel de contorno 'LANGUAGE', se está definida. Se
- non, «LC_ALL» úsase como alternativa. Após «LC_MESSAGES» e,
- finalmente, «LANG».
+ Specify the language Tux Paint should utilize in its user
+ interface. Overridde by the "--lang" and "--locale" command-line
+ options or their configuration file counterparts. The "LANGUAGE"
+ environment variable is used, if set. If not, "LC_ALL" is used as
+ a fallback. Then "LC_MESSAGES", and finally "LANG".
Variábeisbles de contorno relacionadas co que se amosa
@@ -95,7 +92,6 @@ Variábeisbles de contorno relacionadas co que se amosa
SDL_VIDEO_WINDOW_POS
- Solicita onde colocar a xanela de Tux Paint. Normalmente
- estabelécese en «center» polo propio Tux Paint, a menos que a
- variábel de contorno xa estea estabelecida (por exemplo, en
- «nopref», que significa «sen preferencia»).
+ Requests where to position Tux Paint's window. Normally set to
+ "center" by Tux Paint itself, unless the environment variable is
+ already set (e.g., to "nopref", meaning "no preference").
diff --git a/docs/gl_ES.UTF-8/EXTENDING.txt b/docs/gl_ES.UTF-8/EXTENDING.txt
index 2301ca0db..ecfd8fbb1 100644
--- a/docs/gl_ES.UTF-8/EXTENDING.txt
+++ b/docs/gl_ES.UTF-8/EXTENDING.txt
@@ -1,6 +1,6 @@
Ampliar
Tux Paint
- versión 0.9.26
+ versión 0.9.27
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
http://www.tuxpaint.org/
diff --git a/docs/gl_ES.UTF-8/FAQ.txt b/docs/gl_ES.UTF-8/FAQ.txt
index 257dce4bf..68b41ecfe 100644
--- a/docs/gl_ES.UTF-8/FAQ.txt
+++ b/docs/gl_ES.UTF-8/FAQ.txt
@@ -1,5 +1,5 @@
Tux Paint
- versión 0.9.26 Preguntas máis frecuentes
+ versión 0.9.27 Preguntas máis frecuentes
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
http://www.tuxpaint.org/
diff --git a/docs/gl_ES.UTF-8/INSTALL.txt b/docs/gl_ES.UTF-8/INSTALL.txt
index 130b4b087..d043c183a 100644
--- a/docs/gl_ES.UTF-8/INSTALL.txt
+++ b/docs/gl_ES.UTF-8/INSTALL.txt
@@ -1,5 +1,5 @@
Tux Paint
- versión 0.9.26
+ versión 0.9.27
Documentación da instalación
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
diff --git a/docs/gl_ES.UTF-8/PNG.txt b/docs/gl_ES.UTF-8/PNG.txt
index 627df7d0a..73c4034fe 100644
--- a/docs/gl_ES.UTF-8/PNG.txt
+++ b/docs/gl_ES.UTF-8/PNG.txt
@@ -1,5 +1,5 @@
Tux Paint
- versión 0.9.26
+ versión 0.9.27
Documentación PNG
Copyright © 2007-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
diff --git a/docs/gl_ES.UTF-8/README.txt b/docs/gl_ES.UTF-8/README.txt
index 8863cc231..d3583462b 100644
--- a/docs/gl_ES.UTF-8/README.txt
+++ b/docs/gl_ES.UTF-8/README.txt
@@ -1,12 +1,12 @@
Tux Paint
- versión 0.9.26
+ versión 0.9.27
Un sinxelo programa de debuxo para cativos
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
http://www.tuxpaint.org/
- 28 de Xuño de 2021
+ 8 de Agosto de 2021
----------------------------------------------------------------------
diff --git a/docs/gl_ES.UTF-8/SIGNALS.txt b/docs/gl_ES.UTF-8/SIGNALS.txt
index 2bfd4b8aa..9b2dd593a 100644
--- a/docs/gl_ES.UTF-8/SIGNALS.txt
+++ b/docs/gl_ES.UTF-8/SIGNALS.txt
@@ -1,5 +1,5 @@
Tux Paint
- versión 0.9.26
+ versión 0.9.27
Documentación de sinais
Copyright © 2019-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
diff --git a/docs/gl_ES.UTF-8/SVG.txt b/docs/gl_ES.UTF-8/SVG.txt
index fa45e9b28..cad291f8e 100644
--- a/docs/gl_ES.UTF-8/SVG.txt
+++ b/docs/gl_ES.UTF-8/SVG.txt
@@ -1,5 +1,5 @@
Tux Paint
- versión 0.9.26
+ versión 0.9.27
Documentación SVG
Copyright © 2007-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
diff --git a/docs/gl_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html b/docs/gl_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
index 7370e2079..0607ae18d 100644
--- a/docs/gl_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
+++ b/docs/gl_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- versión 0.9.26 «Como facer» os selos avanzados
+ versión 0.9.27 «Como facer» os selos avanzados
Copyright © 2006-2021 por Albert Cahalan e outros; vexa AUTHORS (AUTORES).
diff --git a/docs/gl_ES.UTF-8/html/ENVVARS.html b/docs/gl_ES.UTF-8/html/ENVVARS.html
index b0ae8a872..813c821b2 100644
--- a/docs/gl_ES.UTF-8/html/ENVVARS.html
+++ b/docs/gl_ES.UTF-8/html/ENVVARS.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- versión 0.9.26
+ versión 0.9.27
Documentación de variábeis de contorno
@@ -26,7 +26,7 @@
- 11 de Maio de 2021
+ 8 de Agosto de 2021
@@ -61,7 +61,7 @@
- En Linux e noutras plataformas onde se usan os estándares X Desktop Group, a localización dos ficheiros de configuración do usuario. Especificamente, onde atopar «user-dirs.dirs», onde se podería definir o «XDG_PICTURES_DIR». Úsase para exportar debuxos e GIF animados. Xeralmente estabelecese en algo así como «$HOME/Pictures/». Se non se especifica, Tux Paint comproba no directorio «$HOME/.config/». Se non se pode atopar a configuración, Tux Paint simplemente exporta debuxos e GIF a «$HOME».
+ On Linux and other platforms where the X Desktop Group standards are used, the location of the user's configuration files. Specifically, where to find "user-dirs.dirs", where the "XDG_PICTURES_DIR" might be defined. It is used for exporting drawings and animated GIFs. Generally it's set to something like "$HOME/Pictures/". If not specified, Tux Paint checks in the directory "$HOME/.config/". If the configuration cannot be found, Tux Paint simply exports drawings and GIFs to "$HOME".
@@ -70,7 +70,7 @@
- En Linux e noutras plataformas onde se usan os estándares X Desktop Group, a localización dos directorios de datos do usuario. En concreto, onde atopar o directorio «Trash». Úsase cando se eliminan imaxes do diálogo «Abrir» de Tux Paint. Se non se define, úsase a localización «$HOME/.local/share/Trash/», se está dispoñíbel. Se non, as imaxes bórranse simplemente no canto de movelas a calquera outro lugar.
+ On Linux and other platforms where the X Desktop Group standards are used, the location of the user's data directories. Specifically, where to find the "Trash" directory. It is used when deleting images from Tux Paint's "Open" dialog. If not set, the location "$HOME/.local/share/Trash/" is used, if available. If not, images are simply deleted, rather than moved anywhere.
@@ -101,7 +101,7 @@
- Especifica o idioma que debe empregar Tux Paint na súa interface de usuario. Anulada polas opcións da liña de ordes «--lang» e «--locale» ou as súas equivalentes do ficheiro de configuración. Utilízase a variábel de contorno 'LANGUAGE', se está definida. Se non, «LC_ALL» úsase como alternativa. Após «LC_MESSAGES» e, finalmente, «LANG».
+ Specify the language Tux Paint should utilize in its user interface. Overridde by the "--lang" and "--locale" command-line options or their configuration file counterparts. The "LANGUAGE" environment variable is used, if set. If not, "LC_ALL" is used as a fallback. Then "LC_MESSAGES", and finally "LANG".
@@ -124,7 +124,7 @@
- Solicita onde colocar a xanela de Tux Paint. Normalmente estabelécese en «center» polo propio Tux Paint, a menos que a variábel de contorno xa estea estabelecida (por exemplo, en «nopref», que significa «sen preferencia»).
+ Requests where to position Tux Paint's window. Normally set to "center" by Tux Paint itself, unless the environment variable is already set (e.g., to "nopref", meaning "no preference").
diff --git a/docs/gl_ES.UTF-8/html/EXTENDING.html b/docs/gl_ES.UTF-8/html/EXTENDING.html
index 6bd392541..fe15c606c 100644
--- a/docs/gl_ES.UTF-8/html/EXTENDING.html
+++ b/docs/gl_ES.UTF-8/html/EXTENDING.html
@@ -18,7 +18,7 @@
width="205"
height="210"
alt="Tux Paint">
- versión 0.9.26
+ versión 0.9.27
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
diff --git a/docs/gl_ES.UTF-8/html/FAQ.html b/docs/gl_ES.UTF-8/html/FAQ.html
index 3ba396056..46d38bb4f 100644
--- a/docs/gl_ES.UTF-8/html/FAQ.html
+++ b/docs/gl_ES.UTF-8/html/FAQ.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- versión 0.9.26 Preguntas máis frecuentes
+ versión 0.9.27 Preguntas máis frecuentes
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
diff --git a/docs/gl_ES.UTF-8/html/INSTALL.html b/docs/gl_ES.UTF-8/html/INSTALL.html
index f6e6af818..455e37170 100644
--- a/docs/gl_ES.UTF-8/html/INSTALL.html
+++ b/docs/gl_ES.UTF-8/html/INSTALL.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- versión 0.9.26
+ versión 0.9.27
Documentación da instalación
diff --git a/docs/gl_ES.UTF-8/html/PNG.html b/docs/gl_ES.UTF-8/html/PNG.html
index e6e55080f..72bf03d57 100644
--- a/docs/gl_ES.UTF-8/html/PNG.html
+++ b/docs/gl_ES.UTF-8/html/PNG.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- versión 0.9.26
+ versión 0.9.27
Documentación PNG
diff --git a/docs/gl_ES.UTF-8/html/README.html b/docs/gl_ES.UTF-8/html/README.html
index 319b1e615..8301964ed 100644
--- a/docs/gl_ES.UTF-8/html/README.html
+++ b/docs/gl_ES.UTF-8/html/README.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- versión 0.9.26
+ versión 0.9.27
Un sinxelo programa de debuxo para cativos
@@ -28,7 +28,7 @@
- 28 de Xuño de 2021
+ 8 de Agosto de 2021
- versión 0.9.26
+ versión 0.9.27
Documentación de sinais
diff --git a/docs/gl_ES.UTF-8/html/SVG.html b/docs/gl_ES.UTF-8/html/SVG.html
index fecf127d2..617f74a20 100644
--- a/docs/gl_ES.UTF-8/html/SVG.html
+++ b/docs/gl_ES.UTF-8/html/SVG.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- versión 0.9.26
+ versión 0.9.27
Documentación SVG
diff --git a/docs/ja_JP.UTF-8/ADVANCED-STAMPS-HOWTO.txt b/docs/ja_JP.UTF-8/ADVANCED-STAMPS-HOWTO.txt
index 0e5d745bf..74f07b564 100644
--- a/docs/ja_JP.UTF-8/ADVANCED-STAMPS-HOWTO.txt
+++ b/docs/ja_JP.UTF-8/ADVANCED-STAMPS-HOWTO.txt
@@ -1,5 +1,5 @@
Tux Paint
- バージョン 0.9.26 スタンプ作成の詳細について
+ バージョン 0.9.27 スタンプ作成の詳細について
Copyright © 2006-2021 by Albert Cahalan ほか; "AUTHORS" 参照.
http://www.tuxpaint.org/
diff --git a/docs/ja_JP.UTF-8/ENVVARS.txt b/docs/ja_JP.UTF-8/ENVVARS.txt
index bf096248c..d8287ea8f 100644
--- a/docs/ja_JP.UTF-8/ENVVARS.txt
+++ b/docs/ja_JP.UTF-8/ENVVARS.txt
@@ -1,11 +1,11 @@
Tux Paint
- バージョン 0.9.26
+ バージョン 0.9.27
Environment Variables Documentation
Copyright © 2021-2021 by various contributors; "AUTHORS" 参照.
http://www.tuxpaint.org/
- 2021年5月11日
+ 2021年8月 8日
----------------------------------------------------------------------
diff --git a/docs/ja_JP.UTF-8/EXTENDING.txt b/docs/ja_JP.UTF-8/EXTENDING.txt
index a35c35503..1f4cccb04 100644
--- a/docs/ja_JP.UTF-8/EXTENDING.txt
+++ b/docs/ja_JP.UTF-8/EXTENDING.txt
@@ -1,6 +1,6 @@
Extending
Tux Paint
- バージョン 0.9.26
+ バージョン 0.9.27
Copyright © 2002-2021 by various contributors; "AUTHORS" 参照.
http://www.tuxpaint.org/
diff --git a/docs/ja_JP.UTF-8/FAQ.txt b/docs/ja_JP.UTF-8/FAQ.txt
index 4b6cb52bf..2e1c3507c 100644
--- a/docs/ja_JP.UTF-8/FAQ.txt
+++ b/docs/ja_JP.UTF-8/FAQ.txt
@@ -1,5 +1,5 @@
Tux Paint
- バージョン 0.9.26 Frequently Asked Questions
+ バージョン 0.9.27 Frequently Asked Questions
Copyright © 2002-2021 by various contributors; "AUTHORS" 参照.
http://www.tuxpaint.org/
diff --git a/docs/ja_JP.UTF-8/INSTALL.txt b/docs/ja_JP.UTF-8/INSTALL.txt
index 2b769b555..b178347b9 100644
--- a/docs/ja_JP.UTF-8/INSTALL.txt
+++ b/docs/ja_JP.UTF-8/INSTALL.txt
@@ -1,5 +1,5 @@
Tux Paint
- バージョン 0.9.26
+ バージョン 0.9.27
Installation Documentation
Copyright © 2002-2021 by various contributors; "AUTHORS" 参照.
diff --git a/docs/ja_JP.UTF-8/PNG.txt b/docs/ja_JP.UTF-8/PNG.txt
index 6c9ea95a7..f1ce5b56f 100644
--- a/docs/ja_JP.UTF-8/PNG.txt
+++ b/docs/ja_JP.UTF-8/PNG.txt
@@ -1,5 +1,5 @@
Tux Paint
- バージョン 0.9.26
+ バージョン 0.9.27
PNG Documentation
Copyright © 2007-2021 by various contributors; "AUTHORS" 参照.
diff --git a/docs/ja_JP.UTF-8/README.txt b/docs/ja_JP.UTF-8/README.txt
index 9b9cc1328..52e1651c8 100644
--- a/docs/ja_JP.UTF-8/README.txt
+++ b/docs/ja_JP.UTF-8/README.txt
@@ -1,12 +1,12 @@
Tux Paint
- バージョン 0.9.26
+ バージョン 0.9.27
子供向けのシンプルなお絵かきプログラム
Copyright © 2002-2021 by various contributors; "AUTHORS" 参照.
http://www.tuxpaint.org/
- 2021年6月28日
+ 2021年8月 8日
----------------------------------------------------------------------
diff --git a/docs/ja_JP.UTF-8/SIGNALS.txt b/docs/ja_JP.UTF-8/SIGNALS.txt
index 88ac5fe9d..f46dac737 100644
--- a/docs/ja_JP.UTF-8/SIGNALS.txt
+++ b/docs/ja_JP.UTF-8/SIGNALS.txt
@@ -1,5 +1,5 @@
Tux Paint
- バージョン 0.9.26
+ バージョン 0.9.27
Signals Documentation
Copyright © 2019-2021 by various contributors; "AUTHORS" 参照.
diff --git a/docs/ja_JP.UTF-8/SVG.txt b/docs/ja_JP.UTF-8/SVG.txt
index 347140f02..3a372a175 100644
--- a/docs/ja_JP.UTF-8/SVG.txt
+++ b/docs/ja_JP.UTF-8/SVG.txt
@@ -1,5 +1,5 @@
Tux Paint
- バージョン 0.9.26
+ バージョン 0.9.27
SVG Documentation
Copyright © 2007-2021 by various contributors; "AUTHORS" 参照.
diff --git a/docs/ja_JP.UTF-8/html/ADVANCED-STAMPS-HOWTO.html b/docs/ja_JP.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
index 534bd1ac6..d8f1af134 100644
--- a/docs/ja_JP.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
+++ b/docs/ja_JP.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- バージョン 0.9.26 スタンプ作成の詳細について
+ バージョン 0.9.27 スタンプ作成の詳細について
Copyright © 2006-2021 by Albert Cahalan ほか; "AUTHORS" 参照.
diff --git a/docs/ja_JP.UTF-8/html/ENVVARS.html b/docs/ja_JP.UTF-8/html/ENVVARS.html
index 4f32cea11..ad86d86fa 100644
--- a/docs/ja_JP.UTF-8/html/ENVVARS.html
+++ b/docs/ja_JP.UTF-8/html/ENVVARS.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- バージョン 0.9.26
+ バージョン 0.9.27
Environment Variables Documentation
@@ -26,7 +26,7 @@
- 2021年5月11日
+ 2021年8月 8日
diff --git a/docs/ja_JP.UTF-8/html/EXTENDING.html b/docs/ja_JP.UTF-8/html/EXTENDING.html
index 48d0b2c4c..f459a29f1 100644
--- a/docs/ja_JP.UTF-8/html/EXTENDING.html
+++ b/docs/ja_JP.UTF-8/html/EXTENDING.html
@@ -18,7 +18,7 @@
width="205"
height="210"
alt="Tux Paint">
- バージョン 0.9.26
+ バージョン 0.9.27
Copyright © 2002-2021 by various contributors; "AUTHORS" 参照.
diff --git a/docs/ja_JP.UTF-8/html/FAQ.html b/docs/ja_JP.UTF-8/html/FAQ.html
index 90423f5b4..2b10bfe31 100644
--- a/docs/ja_JP.UTF-8/html/FAQ.html
+++ b/docs/ja_JP.UTF-8/html/FAQ.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- バージョン 0.9.26 Frequently Asked Questions
+ バージョン 0.9.27 Frequently Asked Questions
Copyright © 2002-2021 by various contributors; "AUTHORS" 参照.
diff --git a/docs/ja_JP.UTF-8/html/INSTALL.html b/docs/ja_JP.UTF-8/html/INSTALL.html
index f96afe76e..4def88607 100644
--- a/docs/ja_JP.UTF-8/html/INSTALL.html
+++ b/docs/ja_JP.UTF-8/html/INSTALL.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- バージョン 0.9.26
+ バージョン 0.9.27
Installation Documentation
diff --git a/docs/ja_JP.UTF-8/html/PNG.html b/docs/ja_JP.UTF-8/html/PNG.html
index db6f19395..4efa0e139 100644
--- a/docs/ja_JP.UTF-8/html/PNG.html
+++ b/docs/ja_JP.UTF-8/html/PNG.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- バージョン 0.9.26
+ バージョン 0.9.27
PNG Documentation
diff --git a/docs/ja_JP.UTF-8/html/README.html b/docs/ja_JP.UTF-8/html/README.html
index c9c6fb963..b7de67fa5 100644
--- a/docs/ja_JP.UTF-8/html/README.html
+++ b/docs/ja_JP.UTF-8/html/README.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- バージョン 0.9.26
+ バージョン 0.9.27
子供向けのシンプルなお絵かきプログラム
@@ -28,7 +28,7 @@
- 2021年6月28日
+ 2021年8月 8日
- バージョン 0.9.26
+ バージョン 0.9.27
Signals Documentation
diff --git a/docs/ja_JP.UTF-8/html/SVG.html b/docs/ja_JP.UTF-8/html/SVG.html
index 8414a50e1..3a93573e4 100644
--- a/docs/ja_JP.UTF-8/html/SVG.html
+++ b/docs/ja_JP.UTF-8/html/SVG.html
@@ -17,7 +17,7 @@
width="205"
height="210"
alt="Tux Paint">
- バージョン 0.9.26
+ バージョン 0.9.27
SVG Documentation
From 702403d60e26c2915b6debf56f1b2e348262690c Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Sun, 8 Aug 2021 02:05:00 -0700
Subject: [PATCH 05/48] Rebuild OPTIONS docs, after reorganization
---
docs/CHANGES.txt | 4 +
docs/en/OPTIONS.txt | 1997 ++++++-----
docs/en/html/OPTIONS.html | 5310 +++++++++++++++-------------
docs/es_ES.UTF-8/OPTIONS.txt | 1997 ++++++-----
docs/es_ES.UTF-8/html/OPTIONS.html | 5310 +++++++++++++++-------------
docs/fr_FR.UTF-8/OPTIONS.txt | 2162 +++++------
docs/fr_FR.UTF-8/html/OPTIONS.html | 5310 +++++++++++++++-------------
docs/gl_ES.UTF-8/OPTIONS.txt | 2090 +++++------
docs/gl_ES.UTF-8/html/OPTIONS.html | 5310 +++++++++++++++-------------
docs/ja_JP.UTF-8/OPTIONS.txt | 1615 +++++----
docs/ja_JP.UTF-8/html/OPTIONS.html | 5310 +++++++++++++++-------------
11 files changed, 19174 insertions(+), 17241 deletions(-)
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index 5b8c69278..df45f164a 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -16,6 +16,10 @@ $Id$
tab-completion list, and "OPTIONS" documentation all cover
the full set of Tux Paint options.
+ * Reorganized the "Available Options" section of "OPTIONS"
+ documentation (to match the organization found in the UI
+ of "Tux Paint Config.")
+
2021.June.28 (0.9.26)
* New Features
------------
diff --git a/docs/en/OPTIONS.txt b/docs/en/OPTIONS.txt
index d4288ec7e..9dd1134e7 100644
--- a/docs/en/OPTIONS.txt
+++ b/docs/en/OPTIONS.txt
@@ -79,1128 +79,1261 @@ Windows Users
(Command-line settings will override these. See the "Command-Line
Options" section, below.)
- fullscreen=yes
+ ----------------------------------------------------------------------
- Run the program in full screen mode, rather than in a window.
+Video/Sound
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "fullscreen=no". In both cases, may be overridden by the
- command-line option "--windowed".
+ Video
- fullscreen=native
+ fullscreen=yes
- Run the program in full screen mode. Additionally, assume the
- screen's current resolution (set by the operating system).
+ Run the program in full screen mode, rather than in a
+ window.
- windowsize=SIZE
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "fullscreen=no". In both cases, may be overridden by the
+ command-line option "--windowed".
- Run the program at a different size (in windowed mode) or at a
- different screen resolution (in fullscreen mode), rather than
- the default (usually 800x600).
+ fullscreen=native
- The SIZE value should be presented in pixels, in
- 'width-by-height' format, with an "x" (lowercase X) between the
- values. The size can be anything that's at least 640 wide, and
- at least 480 tall.
+ Run the program in full screen mode. Additionally, assume
+ the screen's current resolution (set by the operating
+ system).
- Some examples:
+ windowsize=SIZE
- * 640x480
- * 1024x768
- * 768x1024
- * 1600x1200
+ Run the program at a different size (in windowed mode) or at
+ a different screen resolution (in fullscreen mode), rather
+ than the default (usually 800x600).
- orient=portrait
+ The SIZE value should be presented in pixels, in
+ 'width-by-height' format, with an "x" (lowercase X) between
+ the values. The size can be anything that's at least 640
+ wide, and at least 480 tall.
- Swaps the width/height options given to Tux Paint, useful for
- rotating the window on portait displays, such as a tablet PC
- that's in tablet orientation.
+ Some examples:
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "orient=landscape". In both cases, may be overridden by the
- command-line option "--orient=landscape".
+ * 640x480
+ * 1024x768
+ * 768x1024
+ * 1600x1200
- native=yes
+ orient=portrait
- When running Tux Paint in fullscreen mode, this assumes the
- screen's current resolution (overriding any "windowsize"
- option), as set by the operating system.
+ Swaps the width/height options given to Tux Paint, useful
+ for rotating the window on portait displays, such as a
+ tablet PC that's in tablet orientation.
- buttonsize=SIZE
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "orient=landscape". In both cases, may be overridden by the
+ command-line option "--orient=landscape".
- Set the pixel size of buttons in Tux Paint's user interface
- (overriding the default of "48"). Useful when using very
- high-density displays or coarse input devices, such as eye gaze
- trackers.
+ native=yes
- The SIZE value should be presented in pixels, and can be
- anything between 24 and 192, inclusive. Most buttons are square,
- and this will affect their width and height.
+ When running Tux Paint in fullscreen mode, this assumes the
+ screen's current resolution (overriding any "windowsize"
+ option), as set by the operating system.
- Note: If the chosen button size would cause the buttons to be
- too large for all required UI elements to appear under Tux
- Paint's chosen window size, the largest possible button size
- will be used. (A note will appear in stderr.)
+ allowscreensaver=yes
- allowscreensaver=yes
+ By default, Tux Paint prevents your system's screensaver
+ from starting up. You can override this by using the
+ "allowscreensaver" option. Note: This requires version
+ 1.2.12 or higher of the SDL library. (You can also do this
+ by setting the "SDL_VIDEO_ALLOW_SCREENSAVER" environment
+ variable on your system to "1".)
- By default, Tux Paint prevents your system's screensaver from
- starting up. You can override this by using the
- "allowscreensaver" option. Note: This requires version 1.2.12 or
- higher of the SDL library. (You can also do this by setting the
- "SDL_VIDEO_ALLOW_SCREENSAVER" environment variable on your
- system to "1".)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "allowscreensaver=no" or "disablescreensaver=yes". In both
+ cases, may be overridden by the command-line option
+ "--disablescreensaver".
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "allowscreensaver=no" or "disablescreensaver=yes". In both
- cases, may be overridden by the command-line option
- "--disablescreensaver".
+ Sound
- nosound=yes
+ nosound=yes
- Disable sound effects. (Note: Pressing [Alt] + [S] cannot be
- used to reenable sounds if they were disabled using this
- option.)
+ Disable sound effects. (Note: Pressing [Alt] + [S] cannot be
+ used to reenable sounds if they were disabled using this
+ option.)
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "nosound=no"
- or "sound=yes". In both cases, may be overridden by the
- command-line option "--sound".
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nosound=no" or "sound=yes". In both cases, may be
+ overridden by the command-line option "--sound".
- nostereo=yes
+ nostereo=yes
- Disable stereo panning support. (Useful for users with hearing
- impairment in one ear, or places where a single speaker or
- headphone is being used.)
+ Disable stereo panning support. (Useful for users with
+ hearing impairment in one ear, or places where a single
+ speaker or headphone is being used.)
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "nostereo=no"
- or "stereo=yes". In both cases, may be overridden by the
- command-line option "--stereo".
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nostereo=no" or "stereo=yes". In both cases, may be
+ overridden by the command-line option "--stereo".
- noquit=yes
+ Interface Size
- Disable the on-screen "Quit" button and prevent the [Escape] key
- from quitting Tux Paint.
+ buttonsize=SIZE
- Using the [Alt] + [F4] keyboard combination or clicking the
- window's close button (assuming you're not in fullscreen mode)
- still works to quit Tux Paint.
+ Set the pixel size of buttons in Tux Paint's user interface
+ (overriding the default of "48"). Useful when using very
+ high-density displays or coarse input devices, such as eye
+ gaze trackers.
- You can also use the following keyboard combination to quit:
- [Shift] + [Control] + [Escape].
+ The SIZE value should be presented in pixels, and can be
+ anything between 24 and 192, inclusive. Most buttons are
+ square, and this will affect their width and height.
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "noquit=no" or
- "quit=yes". In both cases, may be overridden by the command-line
- option "--quit".
+ Note: If the chosen button size would cause the buttons to
+ be too large for all required UI elements to appear under
+ Tux Paint's chosen window size, the largest possible button
+ size will be used. (A note will appear in stderr.)
- noprint=yes
+ colorsrows=ROWS
- Disable the printing feature.
+ How many rows of color palette buttons to show; useful when
+ using a large color palette (see "colorfile", above), and/or
+ for use with coarse input devices (like eyegaze trackers).
+ "ROWS" may be between "1" (the default) and "3".
- printdelay=SECONDS
+ ----------------------------------------------------------------------
- Restrict printing so that printing can occur only once every
- SECONDS seconds.
+Mouse/Keyboard
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "printdelay=0". In both cases, may be overridden by the
- command-line option "--printdelay=0".
+ Cursor
- printcommand=COMMAND
+ nofancycursors=yes
- (Linux and Unix only)
+ This disables the fancy mouse pointer shapes in Tux Paint,
+ and uses your environment's normal mouse pointer.
- Use the command COMMAND to print a PostScript format file when
- the 'Print' button is clicked. If this option is not
- specifically not set, the default command is:
+ In some enviornments, the fancy cursors cause problems. Use
+ this option to avoid them.
- lpr
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nofancycursors=no" or "fancycursors=yes". In both cases,
+ may be overridden by the command-line option
+ "--fancycursors".
- Note: Versions of Tux Paint prior to 0.9.15 sent PNG format data
- to the print command (which defaulted to "pngtopnm | pnmtops |
- lpr").
+ hidecursor=yes
- If you set an alternative printcommand in the configuration file
- prior to version 0.9.15, you will need to change it.
+ This completely hides the mouse pointer shapes in Tux Paint.
- altprintcommand=COMMAND
+ This is useful for touchscreen devices, such as tablet PCs.
- (Linux and Unix only)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "hidecursor=no" or "showcursor=yes". In both cases, may be
+ overridden by the command-line option "--showcursor".
- Use the command COMMAND to print a PostScript format file when
- the 'Print' button is clicked while the [Alt] modifier key is
- being held. (This is typically used for providing a print
- dialog, similar to when pressing [Alt]+'Print' in Windows and
- macOS.)
+ Keyboard
- If this option is not specifically not set, the default command
- is KDE's graphical print dialog:
+ noshortcuts=yes
- kprinter
+ This disable keyboard shortcuts (e.g., [Ctrl]-[S] for save,
+ [Ctrl]-[N] for a new image, etc.)
- printcfg=yes
+ This is useful to prevent unwanted commands from being
+ activated by children who aren't experienced with keyboards.
- (Windows and macOS only)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "noshortcuts=no" or "shortcuts=yes". In both cases, may be
+ overridden by the command-line option "--shortcuts".
- Tux Paint will use a printer configuration file when printing.
- Push the [Alt] key while clicking the 'Print' button in Tux
- Paint to cause a Windows print dialog window to appear.
+ Mouse
- (Note: This only works when not running Tux Paint in fullscreen
- mode.) Any configuration changes made in this dialog will be
- saved to the file "userdata/print.cfg" , and used again, as long
- as the "printcfg" option is set.
+ grab=yes
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "printcfg=no"
- or "noprintcfg=yes". In both cases, may be overridden by the
- command-line option "--noprintcfg".
+ Tux Paint will attempt to 'grab' the mouse and keyboard, so
+ that the mouse is confined to Tux Paint's window, and nearly
+ all keyboard input is passed directly to it.
- altprint=always
+ This is useful to disable operating system actions that
+ could get the user out of Tux Paint [Alt]-[Tab] window
+ cycling, [Ctrl]-[Escape], etc. This is especially useful in
+ fullscreen mode.
- This causes Tux Paint to always show the printer dialog (or, on
- Linux/Unix, run the "altprintcommand") when the 'Print' button
- is clicked. In other words, it's like clicking 'Print' while
- holding [Alt], except you don't need to hold [Alt] every time.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "grab=no"
+ or "dontgrab=yes". In both cases, may be overridden by the
+ command-line option "--dontgrab".
- altprint=never
+ nowheelmouse=yes
- This prevents Tux Paint from ever showing the printer dialog
- (or, on Linux/Unix, run the "altprintcommand") when the 'Print'
- button is clicked. In other words, it makes the [Alt] key have
- no effect when clicking the 'Print' button.
+ This disables support for the wheel on mice that have it.
+ (Normally, the wheel will scroll the selector menu on the
+ right.)
- altprint=mod
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be
+ overridden by the command-line option "--wheelmouse".
- This is the normal, default behavior. Tux Paint shows a printer
- dialog (or, on Linux/Unix, runs the "altprintcommand"), when the
- [Alt] key is pressed while the 'Print' button is clicked.
- Clicking 'Print' without holding [Alt] prints without showing a
- dialog.
+ nobuttondistinction=yes
- papersize=PAPERSIZE
+ Prior to Tux Paint 0.9.15, the middle and right buttons on a
+ mouse could also be used for clicking. In version 0.9.15, it
+ was changed so that only the left mouse button worked, so as
+ to not train children to use the wrong button.
- (Platforms that use Tux Paint's internal PostScript generator —
- not Windows, macOS, BeOS, or Haiku.)
+ However, for children who have trouble with the mouse, this
+ distinction between the two or three buttons on a mouse can
+ be disabled (returning Tux Paint to its old behavior) by
+ using this option.
- Tell Tux Paint what size PostScript to generate. If none is
- specified, Tux Paint first checks your $PAPER environment
- variable, then the file /etc/papersize, then uses the the
- 'libpaper' library's default paper size.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nobuttondistinction=no" or "buttondistinction=yes". In both
+ cases, may be overridden by the command-line option
+ "--buttondistinction".
- Valid paper sizes include: letter, legal, tabloid, executive,
- note, statement, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10,
- b0, b1, b2 b3, b4, 10x14, 11x17, halfletter, halfexecutive,
- halfnote, folio, quarto, ledger, archA, archB, archC, archD,
- archE, flsa, flse, csheet, dsheet, esheet.
+ ----------------------------------------------------------------------
- nolockfile=yes
+Simplification
- By default, Tux Paint uses what's known as a 'lockfile' to
- prevent it from being launched more than once in 30 seconds.
- (This is to avoid accidentally running multiple copies; for
- example, by double-clicking a single-click launcher, or simply
- impatiently clicking the icon multiple times.)
+ Interface Simplification
- To make Tux Paint ignore the lockfile, allowing it to run again,
- even if it was just launched less than 30 seconds ago, enable
- this setting in the configuration file, or run Tux Paint with
- the --nolockfile option on the command-line.
+ simpleshapes=yes
- By default, the lockfile is stored in "~/.tuxpaint/" under Linux
- and Unix, and "userdata\" under Windows.
+ Disable the rotation step of the 'Shape' tool. Click, drag
+ and release is all that will be needed to draw a shape.
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nolockfile=no" or "lockfile=yes". In both cases, may be
- overridden by the command-line option "--lockfile".
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "simpleshapes=no" or "complexshapes=yes". In both cases, may
+ be overridden by the command-line option "--complexshapes".
- simpleshapes=yes
+ nooutlines=yes
- Disable the rotation step of the 'Shape' tool. Click, drag and
- release is all that will be needed to draw a shape.
+ In this mode, much simpler outlines and 'rubber-band' lines
+ are displayed when using the Lines, Shapes, Stamps and
+ Eraser tools.
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "simpleshapes=no" or "complexshapes=yes". In both cases, may be
- overridden by the command-line option "--complexshapes".
+ This can help when Tux Paint is run on very slow computers,
+ or displayed on a remote X-Window display.
- uppercase=yes
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nooutlines=no" or "outlines=yes". In both cases, may be
+ overridden by the command-line option "--outlines".
- All text will be rendered only in uppercase (e.g., "Brush" will
- be "BRUSH"). Useful for children who can read, but who have only
- learned uppercase letters so far.
+ uppercase=yes
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "uppercase=no"
- or "mixedcase=yes". In both cases, may be overridden by the
- command-line option "--mixedcase".
+ All text will be rendered only in uppercase (e.g., "Brush"
+ will be "BRUSH"). Useful for children who can read, but who
+ have only learned uppercase letters so far.
- grab=yes
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "uppercase=no" or "mixedcase=yes". In both cases, may be
+ overridden by the command-line option "--mixedcase".
- Tux Paint will attempt to 'grab' the mouse and keyboard, so that
- the mouse is confined to Tux Paint's window, and nearly all
- keyboard input is passed directly to it.
+ Initial Stamp Size
- This is useful to disable operating system actions that could
- get the user out of Tux Paint [Alt]-[Tab] window cycling,
- [Ctrl]-[Escape], etc. This is especially useful in fullscreen
- mode.
+ stampsize=SIZE
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "grab=no" or
- "dontgrab=yes". In both cases, may be overridden by the
- command-line option "--dontgrab".
+ Use this option to force Tux Paint to set the starting size
+ of all stamps. The SIZE value should be between 0 (smallest)
+ and 10 (largest). The size is relative to the available
+ sizes of the stamp, which depends on the stamp itself, and
+ Tux Paint's current canvas size.
- noshortcuts=yes
+ Specify "default" to let Tux Paint decide (its standard
+ behavior).
- This disable keyboard shortcuts (e.g., [Ctrl]-[S] for save,
- [Ctrl]-[N] for a new image, etc.)
+ Control Simplification
- This is useful to prevent unwanted commands from being activated
- by children who aren't experienced with keyboards.
+ noquit=yes
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "noshortcuts=no" or "shortcuts=yes". In both cases, may be
- overridden by the command-line option "--shortcuts".
+ Disable the on-screen "Quit" button and prevent the [Escape]
+ key from quitting Tux Paint.
- nowheelmouse=yes
+ Using the [Alt] + [F4] keyboard combination or clicking the
+ window's close button (assuming you're not in fullscreen
+ mode) still works to quit Tux Paint.
- This disables support for the wheel on mice that have it.
- (Normally, the wheel will scroll the selector menu on the
- right.)
+ You can also use the following keyboard combination to quit:
+ [Shift] + [Control] + [Escape].
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be
- overridden by the command-line option "--wheelmouse".
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "noquit=no" or "quit=yes". In both cases, may be overridden
+ by the command-line option "--quit".
- nobuttondistinction=yes
+ nostamps=yes
- Prior to Tux Paint 0.9.15, the middle and right buttons on a
- mouse could also be used for clicking. In version 0.9.15, it was
- changed so that only the left mouse button worked, so as to not
- train children to use the wrong button.
+ This option tells Tux Paint to not load any rubber stamp
+ images, which in turn ends up disabling the Stamps tool.
+
+ This can speed up Tux Paint when it first loads up, and
+ reduce memory usage while it's running. Of course, no stamps
+ will be available at all.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nostamps=no" or "stamps=yes". In both cases, may be
+ overridden by the command-line option "--stamps".
+
+ nostampcontrols=yes
+
+ Some images in the Stamps tool can be mirrored, flipped,
+ and/or have their size changed. This option disables the
+ controls, and only provides the basic stamps.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nostampcontrols=no" or "stampcontrols=yes". In both cases,
+ may be overridden by the command-line option
+ "--stampcontrols".
+
+ nomagiccontrols=yes
+
+ Some Magic tools have the option of acting like a
+ paintbrush, or affecting the entire canvas at once. This
+ option disables the controls, and only provides the default
+ functionality (usually paint-mode).
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nomagiccontrols=no" or "magiccontrols=yes". In both cases,
+ may be overridden by the command-line option
+ "--magiccontrols".
+
+ noshapecontrols=yes
+
+ Disable the control buttons shown when using the Shapes tool
+ that allow changing how shapes are drawn — centered around
+ the initial mouse click, or with a corner at the initial
+ mouse click.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "noshapecontrols=no" or "shapecontrols=yes". In both cases,
+ may be overridden by the command-line option
+ "--shapecontrols".
+
+ nolabel=yes
+
+ Disables the Label tool: the tool that allows text entry
+ which can be edited later.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nolabel=no" or "label=yes". In both cases, may be
+ overridden by the command-line option "--label".
+
+ ----------------------------------------------------------------------
+
+Languages
+
+ Language
+
+ lang=LANGUAGE
+
+ Run Tux Paint in one of the supported languages. Possible
+ choice for LANGUAGE currently include:
+
+ +-----------------------------------------------------------+
+ |english |american-english | |
+ |---------------------+---------------------+---------------|
+ |acholi |acoli | |
+ |---------------------+---------------------+---------------|
+ |afrikaans | | |
+ |---------------------+---------------------+---------------|
+ |akan |twi-fante | |
+ |---------------------+---------------------+---------------|
+ |albanian | | |
+ |---------------------+---------------------+---------------|
+ |amharic | | |
+ |---------------------+---------------------+---------------|
+ |arabic | | |
+ |---------------------+---------------------+---------------|
+ |aragones | | |
+ |---------------------+---------------------+---------------|
+ |armenian |hayeren | |
+ |---------------------+---------------------+---------------|
+ |assamese | | |
+ |---------------------+---------------------+---------------|
+ |asturian | | |
+ |---------------------+---------------------+---------------|
+ |australian-english | | |
+ |---------------------+---------------------+---------------|
+ |azerbaijani | | |
+ |---------------------+---------------------+---------------|
+ |bambara | | |
+ |---------------------+---------------------+---------------|
+ |basque |euskara | |
+ |---------------------+---------------------+---------------|
+ |belarusian |bielaruskaja | |
+ |---------------------+---------------------+---------------|
+ |bengali | | |
+ |---------------------+---------------------+---------------|
+ |bodo | | |
+ |---------------------+---------------------+---------------|
+ |bokmal | | |
+ |---------------------+---------------------+---------------|
+ |bosnian | | |
+ |---------------------+---------------------+---------------|
+ |brazilian-portuguese |portugues-brazilian |brazilian |
+ |---------------------+---------------------+---------------|
+ |breton |brezhoneg | |
+ |---------------------+---------------------+---------------|
+ |british-english |british | |
+ |---------------------+---------------------+---------------|
+ |bulgarian | | |
+ |---------------------+---------------------+---------------|
+ |canadian-english | | |
+ |---------------------+---------------------+---------------|
+ |catalan |catala | |
+ |---------------------+---------------------+---------------|
+ |chinese |simplified-chinese | |
+ |---------------------+---------------------+---------------|
+ |croatian |hrvatski | |
+ |---------------------+---------------------+---------------|
+ |czech |cesky | |
+ |---------------------+---------------------+---------------|
+ |danish |dansk | |
+ |---------------------+---------------------+---------------|
+ | |dogri | |
+ |---------------------+---------------------+---------------|
+ |dutch |nederlands | |
+ |---------------------+---------------------+---------------|
+ |esperanto | | |
+ |---------------------+---------------------+---------------|
+ |estonian | | |
+ |---------------------+---------------------+---------------|
+ |faroese | | |
+ |---------------------+---------------------+---------------|
+ |finnish |suomi | |
+ |---------------------+---------------------+---------------|
+ |french |francais | |
+ |---------------------+---------------------+---------------|
+ |fula |fulah |pulaar-fulfulde|
+ |---------------------+---------------------+---------------|
+ |gaelic |gaidhlig |irish-gaelic |
+ |---------------------+---------------------+---------------|
+ |galician |galego | |
+ |---------------------+---------------------+---------------|
+ |georgian | | |
+ |---------------------+---------------------+---------------|
+ |german |deutsch | |
+ |---------------------+---------------------+---------------|
+ |greek | | |
+ |---------------------+---------------------+---------------|
+ |gronings |zudelk-veenkelonioals| |
+ |---------------------+---------------------+---------------|
+ |gujarati | | |
+ |---------------------+---------------------+---------------|
+ |hebrew | | |
+ |---------------------+---------------------+---------------|
+ |hindi | | |
+ |---------------------+---------------------+---------------|
+ |hungarian |magyar | |
+ |---------------------+---------------------+---------------|
+ |icelandic |islenska | |
+ |---------------------+---------------------+---------------|
+ |indonesian |bahasa-indonesia | |
+ |---------------------+---------------------+---------------|
+ |inuktitut | | |
+ |---------------------+---------------------+---------------|
+ |italian |italiano | |
+ |---------------------+---------------------+---------------|
+ |japanese | | |
+ |---------------------+---------------------+---------------|
+ |kabyle | |kabylian |
+ |---------------------+---------------------+---------------|
+ |kannada | | |
+ |---------------------+---------------------+---------------|
+ |kashmiri-devanagari | | |
+ |---------------------+---------------------+---------------|
+ |kashmiri-perso-arabic| | |
+ |---------------------+---------------------+---------------|
+ |khmer | | |
+ |---------------------+---------------------+---------------|
+ |kiga |chiga | |
+ |---------------------+---------------------+---------------|
+ |kinyarwanda | | |
+ |---------------------+---------------------+---------------|
+ |klingon |tlhIngan | |
+ |---------------------+---------------------+---------------|
+ |konkani-devanagari | | |
+ |---------------------+---------------------+---------------|
+ |konkani-roman | | |
+ |---------------------+---------------------+---------------|
+ |korean | | |
+ |---------------------+---------------------+---------------|
+ |kurdish | | |
+ |---------------------+---------------------+---------------|
+ |latvian | | |
+ |---------------------+---------------------+---------------|
+ |lithuanian |lietuviu | |
+ |---------------------+---------------------+---------------|
+ |luganda | | |
+ |---------------------+---------------------+---------------|
+ |luxembourgish |letzebuergesch | |
+ |---------------------+---------------------+---------------|
+ |macedonian | | |
+ |---------------------+---------------------+---------------|
+ |maithili | | |
+ |---------------------+---------------------+---------------|
+ |malay | | |
+ |---------------------+---------------------+---------------|
+ |malayalam | | |
+ |---------------------+---------------------+---------------|
+ |manipuri-bengali | | |
+ |---------------------+---------------------+---------------|
+ |manipuri-meitei-mayek| | |
+ |---------------------+---------------------+---------------|
+ |marathi | | |
+ |---------------------+---------------------+---------------|
+ |mexican-spanish |espanol-mejicano |mexican |
+ |---------------------+---------------------+---------------|
+ |mongolian | | |
+ |---------------------+---------------------+---------------|
+ |ndebele | | |
+ |---------------------+---------------------+---------------|
+ |nepali | | |
+ |---------------------+---------------------+---------------|
+ |northern-sotho |sesotho-sa-leboa | |
+ |---------------------+---------------------+---------------|
+ |norwegian |nynorsk |norsk |
+ |---------------------+---------------------+---------------|
+ |occitan | | |
+ |---------------------+---------------------+---------------|
+ |odia |oriya | |
+ |---------------------+---------------------+---------------|
+ |ojibwe |ojibway | |
+ |---------------------+---------------------+---------------|
+ |persian | | |
+ |---------------------+---------------------+---------------|
+ |polish |polski | |
+ |---------------------+---------------------+---------------|
+ |portuguese |portugues | |
+ |---------------------+---------------------+---------------|
+ |punjabi |panjabi | |
+ |---------------------+---------------------+---------------|
+ |romanian | | |
+ |---------------------+---------------------+---------------|
+ |russian |russkiy | |
+ |---------------------+---------------------+---------------|
+ |sanskrit | | |
+ |---------------------+---------------------+---------------|
+ |santali-devanagari | | |
+ |---------------------+---------------------+---------------|
+ |santali-ol-chiki | | |
+ |---------------------+---------------------+---------------|
+ |scottish |ghaidhlig |scottish-gaelic|
+ |---------------------+---------------------+---------------|
+ |serbian | | |
+ |---------------------+---------------------+---------------|
+ |serbian-latin | | |
+ |---------------------+---------------------+---------------|
+ |shuswap |secwepemctin | |
+ |---------------------+---------------------+---------------|
+ |sindhi-devanagari | | |
+ |---------------------+---------------------+---------------|
+ |sindhi-perso-arabic | | |
+ |---------------------+---------------------+---------------|
+ |slovak | | |
+ |---------------------+---------------------+---------------|
+ |slovenian |slovensko | |
+ |---------------------+---------------------+---------------|
+ |songhay | | |
+ |---------------------+---------------------+---------------|
+ |southafrican-english | | |
+ |---------------------+---------------------+---------------|
+ |spanish |espanol | |
+ |---------------------+---------------------+---------------|
+ |sundanese | | |
+ |---------------------+---------------------+---------------|
+ |swahili | | |
+ |---------------------+---------------------+---------------|
+ |swedish |svenska | |
+ |---------------------+---------------------+---------------|
+ |tagalog | | |
+ |---------------------+---------------------+---------------|
+ |tamil | | |
+ |---------------------+---------------------+---------------|
+ |telugu | | |
+ |---------------------+---------------------+---------------|
+ |thai | | |
+ |---------------------+---------------------+---------------|
+ |tibetan | | |
+ |---------------------+---------------------+---------------|
+ |traditional-chinese | | |
+ |---------------------+---------------------+---------------|
+ |turkish | | |
+ |---------------------+---------------------+---------------|
+ |twi | | |
+ |---------------------+---------------------+---------------|
+ |ukrainian | | |
+ |---------------------+---------------------+---------------|
+ |urdu | | |
+ |---------------------+---------------------+---------------|
+ |venda | | |
+ |---------------------+---------------------+---------------|
+ |venetian |veneto | |
+ |---------------------+---------------------+---------------|
+ |vietnamese | | |
+ |---------------------+---------------------+---------------|
+ |walloon |walon | |
+ |---------------------+---------------------+---------------|
+ |welsh |cymraeg | |
+ |---------------------+---------------------+---------------|
+ |wolof | | |
+ |---------------------+---------------------+---------------|
+ |xhosa | | |
+ |---------------------+---------------------+---------------|
+ |miahuatlan-zapotec | |zapotec |
+ |---------------------+---------------------+---------------|
+ |zulu | |zulu |
+ +-----------------------------------------------------------+
+
+ --locale LOCALE
+
+ Run Tux Paint in one of the support languages. See the
+ "Choosing a Different Language" section below for the locale
+ strings (e.g., "de_DE" for German) to use.
+
+ (If your locale is already set, e.g. with the "$LANG"
+ environment variable, this option is not necessary, since
+ Tux Paint honors your environment's setting, if possible.)
+
+ mirrorstamps=yes
+
+ For stamps that can be mirrored, this option sets them to
+ their mirrored shape by default.
+
+ This can be useful for people who prefer things
+ right-to-left, rather than left-to-right.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases,
+ may be overridden by the command-line option
+ "--dontmirrorstamps".
+
+ Fonts
+
+ sysfonts=yes
+
+ This option causes Tux Paint to attempt to load fonts (for
+ use in the Text tool) from your operating system. Normally,
+ Tux Paint will only load the ones that came bundled with Tux
+ Paint.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "sysfonts=no" or "nosysfonts=yes". In both cases, may be
+ overridden by the command-line option "--nosysfonts".
+
+ alllocalefonts=yes
+
+ Prior to version 0.9.21, Tux Paint loaded all fonts in its
+ own fonts directory, including locale-specific ones (e.g.,
+ the one for Tibetan, which had no latin characters). As of
+ 0.9.21, the only font loaded from the locale-specific
+ subdirectory, if any, is one matching the locale Tux Paint
+ is running on.
+
+ To load all locale-specific fonts (the old behavior), set
+ this option.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "alllocalefonts=no" or "currentlocalefont=yes". In both
+ cases, may be overridden by the command-line option
+ "--currentlocalefont".
+
+ ----------------------------------------------------------------------
- However, for children who have trouble with the mouse, this
- distinction between the two or three buttons on a mouse can be
- disabled (returning Tux Paint to its old behavior) by using this
- option.
+Printing
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nobuttondistinction=no" or "buttondistinction=yes". In both
- cases, may be overridden by the command-line option
- "--buttondistinction".
+ Print Permissions
- nofancycursors=yes
+ noprint=yes
- This disables the fancy mouse pointer shapes in Tux Paint, and
- uses your environment's normal mouse pointer.
+ Disable the printing feature.
- In some enviornments, the fancy cursors cause problems. Use this
- option to avoid them.
+ printdelay=SECONDS
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nofancycursors=no" or "fancycursors=yes". In both cases, may be
- overridden by the command-line option "--fancycursors".
+ Restrict printing so that printing can occur only once every
+ SECONDS seconds.
- hidecursor=yes
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "printdelay=0". In both cases, may be overridden by the
+ command-line option "--printdelay=0".
- This completely hides the mouse pointer shapes in Tux Paint.
+ Show Printer Dialog
- This is useful for touchscreen devices, such as tablet PCs.
+ altprint=always
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "hidecursor=no" or "showcursor=yes". In both cases, may be
- overridden by the command-line option "--showcursor".
+ This causes Tux Paint to always show the printer dialog (or,
+ on Linux/Unix, run the "altprintcommand") when the 'Print'
+ button is clicked. In other words, it's like clicking
+ 'Print' while holding [Alt], except you don't need to hold
+ [Alt] every time.
- nooutlines=yes
+ altprint=never
- In this mode, much simpler outlines and 'rubber-band' lines are
- displayed when using the Lines, Shapes, Stamps and Eraser tools.
+ This prevents Tux Paint from ever showing the printer dialog
+ (or, on Linux/Unix, run the "altprintcommand") when the
+ 'Print' button is clicked. In other words, it makes the
+ [Alt] key have no effect when clicking the 'Print' button.
- This can help when Tux Paint is run on very slow computers, or
- displayed on a remote X-Window display.
+ altprint=mod
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nooutlines=no" or "outlines=yes". In both cases, may be
- overridden by the command-line option "--outlines".
+ This is the normal, default behavior. Tux Paint shows a
+ printer dialog (or, on Linux/Unix, runs the
+ "altprintcommand"), when the [Alt] key is pressed while the
+ 'Print' button is clicked. Clicking 'Print' without holding
+ [Alt] prints without showing a dialog.
- sysfonts=yes
+ Save Printer Configuration
- This option causes Tux Paint to attempt to load fonts (for use
- in the Text tool) from your operating system. Normally, Tux
- Paint will only load the ones that came bundled with Tux Paint.
+ printcfg=yes
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "sysfonts=no"
- or "nosysfonts=yes". In both cases, may be overridden by the
- command-line option "--nosysfonts".
+ (Windows and macOS only)
- alllocalefonts=yes
+ Tux Paint will use a printer configuration file when
+ printing. Push the [Alt] key while clicking the 'Print'
+ button in Tux Paint to cause a Windows print dialog window
+ to appear.
- Prior to version 0.9.21, Tux Paint loaded all fonts in its own
- fonts directory, including locale-specific ones (e.g., the one
- for Tibetan, which had no latin characters). As of 0.9.21, the
- only font loaded from the locale-specific subdirectory, if any,
- is one matching the locale Tux Paint is running on.
+ (Note: This only works when not running Tux Paint in
+ fullscreen mode.) Any configuration changes made in this
+ dialog will be saved to the file "userdata/print.cfg" , and
+ used again, as long as the "printcfg" option is set.
- To load all locale-specific fonts (the old behavior), set this
- option.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "printcfg=no" or "noprintcfg=yes". In both cases, may be
+ overridden by the command-line option "--noprintcfg".
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "alllocalefonts=no" or "currentlocalefont=yes". In both cases,
- may be overridden by the command-line option
- "--currentlocalefont".
+ Print Commands
- nostamps=yes
+ printcommand=COMMAND
- This option tells Tux Paint to not load any rubber stamp images,
- which in turn ends up disabling the Stamps tool.
+ (Linux and Unix only)
- This can speed up Tux Paint when it first loads up, and reduce
- memory usage while it's running. Of course, no stamps will be
- available at all.
+ Use the command COMMAND to print a PostScript format file
+ when the 'Print' button is clicked. If this option is not
+ specifically not set, the default command is:
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "nostamps=no"
- or "stamps=yes". In both cases, may be overridden by the
- command-line option "--stamps".
+ lpr
- nostampcontrols=yes
+ Note: Versions of Tux Paint prior to 0.9.15 sent PNG format
+ data to the print command (which defaulted to "pngtopnm |
+ pnmtops | lpr").
- Some images in the Stamps tool can be mirrored, flipped, and/or
- have their size changed. This option disables the controls, and
- only provides the basic stamps.
+ If you set an alternative printcommand in the configuration
+ file prior to version 0.9.15, you will need to change it.
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nostampcontrols=no" or "stampcontrols=yes". In both cases, may
- be overridden by the command-line option "--stampcontrols".
+ altprintcommand=COMMAND
- nomagiccontrols=yes
+ (Linux and Unix only)
- Some Magic tools have the option of acting like a paintbrush, or
- affecting the entire canvas at once. This option disables the
- controls, and only provides the default functionality (usually
- paint-mode).
+ Use the command COMMAND to print a PostScript format file
+ when the 'Print' button is clicked while the [Alt] modifier
+ key is being held. (This is typically used for providing a
+ print dialog, similar to when pressing [Alt]+'Print' in
+ Windows and macOS.)
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may
- be overridden by the command-line option "--magiccontrols".
+ If this option is not specifically not set, the default
+ command is KDE's graphical print dialog:
- noshapecontrols=yes
+ kprinter
- Disable the control buttons shown when using the Shapes tool
- that allow changing how shapes are drawn — centered around the
- initial mouse click, or with a corner at the initial mouse
- click.
+ Paper Size
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "noshapecontrols=no" or "shapecontrols=yes". In both cases, may
- be overridden by the command-line option "--shapecontrols".
+ papersize=PAPERSIZE
- nolabel=yes
+ (Platforms that use Tux Paint's internal PostScript
+ generator — not Windows, macOS, BeOS, or Haiku.)
- Disables the Label tool: the tool that allows text entry which
- can be edited later.
+ Tell Tux Paint what size PostScript to generate. If none is
+ specified, Tux Paint first checks your $PAPER environment
+ variable, then the file /etc/papersize, then uses the the
+ 'libpaper' library's default paper size.
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "nolabel=no"
- or "label=yes". In both cases, may be overridden by the
- command-line option "--label".
+ Valid paper sizes include: letter, legal, tabloid,
+ executive, note, statement, a0, a1, a2, a3, a4, a5, a6, a7,
+ a8, a9, a10, b0, b1, b2 b3, b4, 10x14, 11x17, halfletter,
+ halfexecutive, halfnote, folio, quarto, ledger, archA,
+ archB, archC, archD, archE, flsa, flse, csheet, dsheet,
+ esheet.
- newcolorslast=yes
+ ----------------------------------------------------------------------
- Places the blank color options in the New dialog at the end, so
- that any Starters and/or Templates are shown first.
+Saving
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "newcolorslast=no" or "newcolorsfirst=yes". In both cases, may
- be overridden by the command-line option "--newcolorsfirst".
+ Save Over Earlier Work
- mirrorstamps=yes
+ saveover=yes
- For stamps that can be mirrored, this option sets them to their
- mirrored shape by default.
+ This disables the "Save over the old version...?" prompt
+ when saving an existing file. With this option, the older
+ version will always be replaced by the new version,
+ automatically.
- This can be useful for people who prefer things right-to-left,
- rather than left-to-right.
+ saveover=new
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases, may
- be overridden by the command-line option "--dontmirrorstamps".
+ This also disables the "Save over the old version...?"
+ prompt when saving an existing file. This option, however,
+ will always save a new file, rather than overwrite the older
+ version.
- mouse-accessibility=yes
+ saveover=ask
- In this mode, instead of clicking, dragging and releasing (e.g.,
- to draw), you click, move, and click again to end the motion.
+ (This option is redundant, since this is the default.) When
+ saving an existing drawing, you will be first asked whether
+ to save over the older version or not.
- onscreen-keyboard=yes
+ Starting Out
- Presents a clickable on-screen keyboard when using the Text and
- Label tools.
+ startblank=yes
- onscreen-keyboard-layout=LAYOUTNAME
+ This causes Tux Paint to display a blank canvas when it
+ first starts up, rather than loading the last image that was
+ being edited.
- Selects the initial layout for the on-screen keyboard when using
- the Text and Label tools.
- Note: Using this option implies automatically
- onscreen-keyboard=yes, so setting both is redundant.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "startblank=no" or "startlast=yes". In both cases, may be
+ overridden by the command-line option "--startlast".
- onscreen-keyboard-disable-change=yes
+ newcolorslast=yes
- Disables the possibility for changing the layout of the
- on-screen keyboard when using the Text and Label tools, useful
- for simplifying things for the small children.
- Note: Using this option implies automatically
- onscreen-keyboard=yes, so setting both is redundant.
+ Places the blank color options in the New dialog at the end,
+ so that any Starters and/or Templates are shown first.
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "onscreen-keyboard-disable-change=no". In both cases, may be
- overridden by the command-line option
- "--onscreen-keyboard-disable-change=no".
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "newcolorslast=no" or "newcolorsfirst=yes". In both cases,
+ may be overridden by the command-line option
+ "--newcolorsfirst".
- joystick-dev=N
+ Save and Export Directories
- Specify which joystick device should be used by Tux Paint.
- Default value is 0 (the first joystick).
+ savedir=DIRECTORY
- joystick-slowness=SPEED
+ Use this option to change where Tux Paint's "saved"
+ directory/folder is located, which is where Tux Paint saves
+ and opens pictures.
- Sets a delay at each axis motion, allowing to slow the joystick.
- Allowed values are from 0 to 500. Default value is 15.
+ If you do not override it, the default location is:
- joystick-threshold=THRESHOLD
+ * Linux & Unix — Under a hidden directory named
+ ".tuxpaint" in your home directory (aka "~" or "$HOME")
+ Example: /home/username/.tuxpaint/saved/
+ * Windows — Inside a folder named "TuxPaint" in your
+ "Application Data" folder.
+ Example: C:\Documents and Settings\Username\Application
+ Data\TuxPaint\saved\
+ * macOS — Inside a folder named "TuxPaint" in your
+ "Application Support" folder.
+ Example: /Users/Username/Library/Application
+ Support/TuxPaint/saved/
- Sets the minimum level of axis motion to start moving the
- pointer. Allowed values are from 0 to 32766. Default value is
- 3200.
+ Note: When specifying a Windows drive (e.g., "H:\"), you
+ must also specify a subdirectory.
- joystick-maxsteps=STEPS
+ Note: Prior to version 0.9.18, Tux Paint would also use the
+ setting or default for "savedir" as the place to search for
+ personal data files (brushes, stamps, starters and fonts).
+ As of version 0.9.18, they may be specified separately (see
+ the "datadir" option, below).
- Sets the maximum pixels the pointer will move at once. Allowed
- values are from 1 to 7. Default value is 7.
+ Example: savedir=Z:\tuxpaint\
- joystick-hat-timeout=MILLISECONDS
+ exportdir=DIRECTORY
- Sets the delay after wich the pointer will start moving
- automatically if the hat is keeped pushed. Allowed values are
- from 0 to 3000. Default value is 1000.
+ Use this option to change where Tux Paint exports files —
+ single images, or animated GIF slideshows — for external
+ use.
- joystick-hat-slowness=SPEED
+ If you do not override it, the default location is:
- Sets a delay at each automatic motion, allowing to slow the
- speed of the hat. Allowed values are from 0 to 500. Default
- value is 15.
+ * Linux & Unix — If available, wherever your desktop
+ environment is configured for pictures to be stored,
+ based on your XDG (X Desktop Group) configuration. (Try
+ running the command-line "xdg-user-dir PICTURES" to
+ find out.)
+ Typically (in an English locale), this will be a
+ "Pictures" subdirectory in your home directory (i.e.,
+ "$HOME/Pictures" aka "~/Pictures").
+ Tux Paint will fall back to using that typical
+ directory, of no XDG configuration can be read, or
+ nothing is set for "XDG_PICTURES_DIR".
+ * Windows - "My Pictures" directory for each user
+ (normaly "c:\Users\USERNAME\Pictures").
+ You can directly open the folder as follows:
+ * Press "[Windows]+[R]" key to open "Run ..."
+ dialogue.
+ * Enter "Shell:My Pictures" in the text box and push
+ [OK].
+ * macOS — TBD!
- joystick-btn-escape=BUTTON NUMBER
+ Note: When the defaults are used, a new "TuxPaint"
+ subdirectory will be created and used. (e.g.,
+ "~/Pictures/TuxPaint") When the "--exportdir" option is
+ used, the exact path specified will be used (no "TuxPaint"
+ subdirectory is created).
- Selects the joystick button number, as seen by SDL, that will be
- used to generate a escape event. Useful to dismiss dialogs and
- quit.
+ The directory itself (e.g., "~/Pictures/TuxPaint") will be
+ created, if it doesn't exist.
- joystick-btn-brush=BUTTON NUMBER
+ If the parent directory (e.g., "~/Pictures/TuxPaint") also
+ does not exist, Tux Paint will attempt to create it as well
+ (but not any directories higher than that).
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to select the brush tool.
+ Example: exportdir=/home/penguin/TuxPaintExports
- joystick-btn-stamp=BUTTON NUMBER
+ More Saving Options
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to select the stamp tool.
+ nosave=yes
- joystick-btn-lines=BUTTON NUMBER
+ This disables Tux Paint's ability to save files (and
+ therefore disables the on-screen "Save" button). It can be
+ used in situations where the program is only being used for
+ fun, or in a test environment.
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to select the lines tool.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nosave=no" or "save=yes". In both cases, may be overridden
+ by the command-line option "--save".
- joystick-btn-shapes=BUTTON NUMBER
+ autosave=yes
+
+ This prevents Tux Paint from asking whether you want to save
+ the current picture when quitting, and assumes you do.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "autosave=no" or "noautosave=yes". In both cases, may be
+ overridden by the command-line option "--noautosave".
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to select the shapes tool.
+ ----------------------------------------------------------------------
- joystick-btn-text=BUTTON NUMBER
+Data
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to select the text tool.
+ Lockfile
- joystick-btn-label=BUTTON NUMBER
+ nolockfile=yes
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to select the label tool.
+ By default, Tux Paint uses what's known as a 'lockfile' to
+ prevent it from being launched more than once in 30 seconds.
+ (This is to avoid accidentally running multiple copies; for
+ example, by double-clicking a single-click launcher, or
+ simply impatiently clicking the icon multiple times.)
- joystick-btn-magic=BUTTON NUMBER
+ To make Tux Paint ignore the lockfile, allowing it to run
+ again, even if it was just launched less than 30 seconds
+ ago, enable this setting in the configuration file, or run
+ Tux Paint with the --nolockfile option on the command-line.
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to select the magic tool.
+ By default, the lockfile is stored in "~/.tuxpaint/" under
+ Linux and Unix, and "userdata\" under Windows.
- joystick-btn-undo=BUTTON NUMBER
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nolockfile=no" or "lockfile=yes". In both cases, may be
+ overridden by the command-line option "--lockfile".
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to invoke the undo tool.
+ Data Directory
- joystick-btn-redo=BUTTON NUMBER
+ datadir=DIRECTORY
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to select redo tool.
+ Use this option to change where Tux Paint looks for personal
+ data files (brushes, stamps, starters, templates, and fonts
+ specific to the current user).
+
+ Tux Paint will search for subdirectories/subfolders named
+ "brushes", "stamps", "starters", "templates", and "fonts"
+ under the specified data directory.
+
+ If you do not override it, the default location is:
+
+ * Linux & Unix — Under a hidden directory named
+ ".tuxpaint" in your home directory (aka "~" or "$HOME")
+ Example: /home/username/.tuxpaint/brushes/
+ * Windows — Inside a folder named "TuxPaint" in your
+ "Application Data" folder.
+ Example: C:\Documents and Settings\Username\Application
+ Data\TuxPaint\brushes\
+ * macOS — Inside a folder named "TuxPaint" in your
+ "Application Support" folder.
+ Example: /Users/Username/Library/Application
+ Support/TuxPaint/brushes/
+
+ Note: Prior to version 0.9.18, Tux Paint would use the same
+ setting or default as for "savedir" to search for data
+ files. As of version 0.9.18, they may be specified
+ separately.
- joystick-btn-eraser=BUTTON NUMBER
+ Note: When specifying a Windows drive (e.g., "H:\"), you
+ must also specify a subdirectory.
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to select eraser tool.
+ Example: datadir=/home/johnny/tuxpaint-data/
- joystick-btn-new=BUTTON NUMBER
+ Color Palette File
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to launch the dialog for creating a new drawing.
+ colorfile=FILENAME
- joystick-btn-open=BUTTON NUMBER
+ You may override Tux Paint's default color palette by
+ creating a plain ASCII text file that describes the colors
+ you want, and pointing to that file using the "colorfile"
+ option.
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to launch the dialog for opening an existing drawing.
+ The file should list one color per line. Colors are defined
+ in terms of their Red, Green and Blue values, each from 0
+ (off) to 255 (brightest). (For more information, try
+ Wikipedia's "RGB color model" article.)
- joystick-btn-save=BUTTON NUMBER
+ Colors may be listed using three decimal numbers (e.g., "255
+ 68 136") or a 6- or 3-digit-long hexadecimal 'triplet'
+ (e.g., "#ff4488" or "#F48").
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to save the drawing.
+ After the color definition (on the same line) you may enter
+ text to describe the color. Tux will display this text when
+ the color is clicked. (For example, "#FFF White as snow.")
- joystick-btn-pgsetup=BUTTON NUMBER
+ As an example, you can see the default colors currently used
+ in Tux Paint in: "default_colors.txt".
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to launch the page setup dialog for printing.
+ NOTES: You must separate decimal values with spaces, and
+ begin hexadecimal values with a pound/number-sign character
+ ("#"). In 3-digit hexadecimal, each digit is used for both
+ the high and low halves of the byte, so "#FFF" is the same
+ as "#FFFFFF", not "#F0F0F0".
- joystick-btn-print=BUTTON NUMBER
+ ----------------------------------------------------------------------
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to print.
+Accessibility
- joystick-buttons-ignore=BUTTON1,BUTTON2,...
+ Mouse
- A set of joystick button numbers, as seen by SDL, that should be
- ignored. Otherwise, unless they are used by one of the
- "joystick-btn-" options above, buttons will be seen as a mouse
- left-click.
+ mouse-accessibility=yes
- stampsize=SIZE
+ In this mode, instead of clicking, dragging and releasing
+ (e.g., to draw), you click, move, and click again to end the
+ motion.
- Use this option to force Tux Paint to set the starting size of
- all stamps. The SIZE value should be between 0 (smallest) and 10
- (largest). The size is relative to the available sizes of the
- stamp, which depends on the stamp itself, and Tux Paint's
- current canvas size.
+ Keyboard
- Specify "default" to let Tux Paint decide (its standard
- behavior).
+ keyboard=yes
- keyboard=yes
+ This allows the keyboard arrow keys to be used to control
+ the mouse pointer. (e.g., for mouseless environments, or
+ handicapped/accessibility purposes)
- This allows the keyboard arrow keys to be used to control the
- mouse pointer. (e.g., for mouseless environments, or
- handicapped/accessibility purposes)
+ Features:
- Features:
+ * Fine movement within canvas, or coarse movement if
+ Shift is held.
+ * Coarse movement within tool button areas.
+ * Key controls:
+ * [Left]/[Right]/[Up]/[Down], numpad [1] thru [9]:
+ Move mouse
+ * [Space]/[5]: Click mouse (except when using "Text"
+ or "Label" tools)
+ * [Insert]/[F5]: Click mouse (always)
+ * [F4] jump mouse between "Tools", "Colors" and
+ canvas areas
+ * If mouse is within "Tools" section on the left, or
+ "Colors" section at the bottom:
+ * [F7], [F8]: Move down/up between buttons,
+ respectively (Tools section, only)
+ * [F11], [F12]: Move to previous/next button,
+ respectively
+ * To click-and-drag, hold one of the 'click' keys (e.g.,
+ [Insert]), and use the movement keys (e.g., [Left]).
+ * Note: The "mouse accessibility" feature works with
+ the keyboard mouse controls. With both options
+ enabled, painting tools can be used to draw by
+ pressing a 'click' key to start clicking, movement
+ keys to move around (which will draw), and another
+ 'click' key to end the click (stop drawing).
+ * A regular mouse and/or joystick may still be used (so
+ you can, e.g., move with the mouse, and click with the
+ keyboard, or vice-versa)
- * Fine movement within canvas, or coarse movement if Shift is
- held.
- * Coarse movement within tool button areas.
- * Key controls:
- * [Left]/[Right]/[Up]/[Down], numpad [1] thru [9]: Move
- mouse
- * [Space]/[5]: Click mouse (except when using "Text" or
- "Label" tools)
- * [Insert]/[F5]: Click mouse (always)
- * [F4] jump mouse between "Tools", "Colors" and canvas
- areas
- * If mouse is within "Tools" section on the left, or
- "Colors" section at the bottom:
- * [F7], [F8]: Move down/up between buttons,
- respectively (Tools section, only)
- * [F11], [F12]: Move to previous/next button,
- respectively
- * To click-and-drag, hold one of the 'click' keys (e.g.,
- [Insert]), and use the movement keys (e.g., [Left]).
- * Note: The "mouse accessibility" feature works with the
- keyboard mouse controls. With both options enabled,
- painting tools can be used to draw by pressing a
- 'click' key to start clicking, movement keys to move
- around (which will draw), and another 'click' key to
- end the click (stop drawing).
- * A regular mouse and/or joystick may still be used (so you
- can, e.g., move with the mouse, and click with the
- keyboard, or vice-versa)
-
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "keyboard=no"
- or "2$keyboard=no". In both cases, may be overridden by the
- command-line option "--mouse".
-
- savedir=DIRECTORY
-
- Use this option to change where Tux Paint's "saved"
- directory/folder is located, which is where Tux Paint saves and
- opens pictures.
-
- If you do not override it, the default location is:
-
- * Linux & Unix — Under a hidden directory named ".tuxpaint"
- in your home directory (aka "~" or "$HOME")
- Example: /home/username/.tuxpaint/saved/
- * Windows — Inside a folder named "TuxPaint" in your
- "Application Data" folder.
- Example: C:\Documents and Settings\Username\Application
- Data\TuxPaint\saved\
- * macOS — Inside a folder named "TuxPaint" in your
- "Application Support" folder.
- Example: /Users/Username/Library/Application
- Support/TuxPaint/saved/
-
- Note: When specifying a Windows drive (e.g., "H:\"), you must
- also specify a subdirectory.
-
- Note: Prior to version 0.9.18, Tux Paint would also use the
- setting or default for "savedir" as the place to search for
- personal data files (brushes, stamps, starters and fonts). As of
- version 0.9.18, they may be specified separately (see the
- "datadir" option, below).
-
- Example: savedir=Z:\tuxpaint\
-
- exportdir=DIRECTORY
-
- Use this option to change where Tux Paint exports files — single
- images, or animated GIF slideshows — for external use.
-
- If you do not override it, the default location is:
-
- * Linux & Unix — If available, wherever your desktop
- environment is configured for pictures to be stored, based
- on your XDG (X Desktop Group) configuration. (Try running
- the command-line "xdg-user-dir PICTURES" to find out.)
- Typically (in an English locale), this will be a "Pictures"
- subdirectory in your home directory (i.e., "$HOME/Pictures"
- aka "~/Pictures").
- Tux Paint will fall back to using that typical directory,
- of no XDG configuration can be read, or nothing is set for
- "XDG_PICTURES_DIR".
- * Windows - "My Pictures" directory for each user (normaly
- "c:\Users\USERNAME\Pictures").
- You can directly open the folder as follows:
- * Press "[Windows]+[R]" key to open "Run ..." dialogue.
- * Enter "Shell:My Pictures" in the text box and push
- [OK].
- * macOS — TBD!
-
- Note: When the defaults are used, a new "TuxPaint" subdirectory
- will be created and used. (e.g., "~/Pictures/TuxPaint") When the
- "--exportdir" option is used, the exact path specified will be
- used (no "TuxPaint" subdirectory is created).
-
- The directory itself (e.g., "~/Pictures/TuxPaint") will be
- created, if it doesn't exist.
-
- If the parent directory (e.g., "~/Pictures/TuxPaint") also does
- not exist, Tux Paint will attempt to create it as well (but not
- any directories higher than that).
-
- Example: exportdir=/home/penguin/TuxPaintExports
-
- datadir=DIRECTORY
-
- Use this option to change where Tux Paint looks for personal
- data files (brushes, stamps, starters, templates, and fonts
- specific to the current user).
-
- Tux Paint will search for subdirectories/subfolders named
- "brushes", "stamps", "starters", "templates", and "fonts" under
- the specified data directory.
-
- If you do not override it, the default location is:
-
- * Linux & Unix — Under a hidden directory named ".tuxpaint"
- in your home directory (aka "~" or "$HOME")
- Example: /home/username/.tuxpaint/brushes/
- * Windows — Inside a folder named "TuxPaint" in your
- "Application Data" folder.
- Example: C:\Documents and Settings\Username\Application
- Data\TuxPaint\brushes\
- * macOS — Inside a folder named "TuxPaint" in your
- "Application Support" folder.
- Example: /Users/Username/Library/Application
- Support/TuxPaint/brushes/
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "keyboard=no" or "2$keyboard=no". In both cases, may be
+ overridden by the command-line option "--mouse".
- Note: Prior to version 0.9.18, Tux Paint would use the same
- setting or default as for "savedir" to search for data files. As
- of version 0.9.18, they may be specified separately.
+ Onscreen Keyboard
- Note: When specifying a Windows drive (e.g., "H:\"), you must
- also specify a subdirectory.
-
- Example: datadir=/home/johnny/tuxpaint-data/
-
- saveover=yes
-
- This disables the "Save over the old version...?" prompt when
- saving an existing file. With this option, the older version
- will always be replaced by the new version, automatically.
-
- saveover=new
-
- This also disables the "Save over the old version...?" prompt
- when saving an existing file. This option, however, will always
- save a new file, rather than overwrite the older version.
-
- saveover=ask
-
- (This option is redundant, since this is the default.) When
- saving an existing drawing, you will be first asked whether to
- save over the older version or not.
-
- nosave=yes
-
- This disables Tux Paint's ability to save files (and therefore
- disables the on-screen "Save" button). It can be used in
- situations where the program is only being used for fun, or in a
- test environment.
-
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "nosave=no" or
- "save=yes". In both cases, may be overridden by the command-line
- option "--save".
-
- autosave=yes
-
- This prevents Tux Paint from asking whether you want to save the
- current picture when quitting, and assumes you do.
-
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "autosave=no"
- or "noautosave=yes". In both cases, may be overridden by the
- command-line option "--noautosave".
-
- startblank=yes
-
- This causes Tux Paint to display a blank canvas when it first
- starts up, rather than loading the last image that was being
- edited.
-
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "startblank=no" or "startlast=yes". In both cases, may be
- overridden by the command-line option "--startlast".
-
- colorfile=FILENAME
-
- You may override Tux Paint's default color palette by creating a
- plain ASCII text file that describes the colors you want, and
- pointing to that file using the "colorfile" option.
-
- The file should list one color per line. Colors are defined in
- terms of their Red, Green and Blue values, each from 0 (off) to
- 255 (brightest). (For more information, try Wikipedia's "RGB
- color model" article.)
-
- Colors may be listed using three decimal numbers (e.g., "255 68
- 136") or a 6- or 3-digit-long hexadecimal 'triplet' (e.g.,
- "#ff4488" or "#F48").
-
- After the color definition (on the same line) you may enter text
- to describe the color. Tux will display this text when the color
- is clicked. (For example, "#FFF White as snow.")
-
- As an example, you can see the default colors currently used in
- Tux Paint in: "default_colors.txt".
-
- NOTES: You must separate decimal values with spaces, and begin
- hexadecimal values with a pound/number-sign character ("#"). In
- 3-digit hexadecimal, each digit is used for both the high and
- low halves of the byte, so "#FFF" is the same as "#FFFFFF", not
- "#F0F0F0".
-
- colorsrows=ROWS
-
- How many rows of color palette buttons to show; useful when
- using a large color palette (see "colorfile", above), and/or for
- use with coarse input devices (like eyegaze trackers). "ROWS"
- may be between "1" (the default) and "3".
-
- lang=LANGUAGE
-
- Run Tux Paint in one of the supported languages. Possible choice
- for LANGUAGE currently include:
-
- +-----------------------------------------------------------+
- |english |american-english | |
- |---------------------+---------------------+---------------|
- |acholi |acoli | |
- |---------------------+---------------------+---------------|
- |afrikaans | | |
- |---------------------+---------------------+---------------|
- |akan |twi-fante | |
- |---------------------+---------------------+---------------|
- |albanian | | |
- |---------------------+---------------------+---------------|
- |amharic | | |
- |---------------------+---------------------+---------------|
- |arabic | | |
- |---------------------+---------------------+---------------|
- |aragones | | |
- |---------------------+---------------------+---------------|
- |armenian |hayeren | |
- |---------------------+---------------------+---------------|
- |assamese | | |
- |---------------------+---------------------+---------------|
- |asturian | | |
- |---------------------+---------------------+---------------|
- |australian-english | | |
- |---------------------+---------------------+---------------|
- |azerbaijani | | |
- |---------------------+---------------------+---------------|
- |bambara | | |
- |---------------------+---------------------+---------------|
- |basque |euskara | |
- |---------------------+---------------------+---------------|
- |belarusian |bielaruskaja | |
- |---------------------+---------------------+---------------|
- |bengali | | |
- |---------------------+---------------------+---------------|
- |bodo | | |
- |---------------------+---------------------+---------------|
- |bokmal | | |
- |---------------------+---------------------+---------------|
- |bosnian | | |
- |---------------------+---------------------+---------------|
- |brazilian-portuguese |portugues-brazilian |brazilian |
- |---------------------+---------------------+---------------|
- |breton |brezhoneg | |
- |---------------------+---------------------+---------------|
- |british-english |british | |
- |---------------------+---------------------+---------------|
- |bulgarian | | |
- |---------------------+---------------------+---------------|
- |canadian-english | | |
- |---------------------+---------------------+---------------|
- |catalan |catala | |
- |---------------------+---------------------+---------------|
- |chinese |simplified-chinese | |
- |---------------------+---------------------+---------------|
- |croatian |hrvatski | |
- |---------------------+---------------------+---------------|
- |czech |cesky | |
- |---------------------+---------------------+---------------|
- |danish |dansk | |
- |---------------------+---------------------+---------------|
- | |dogri | |
- |---------------------+---------------------+---------------|
- |dutch |nederlands | |
- |---------------------+---------------------+---------------|
- |esperanto | | |
- |---------------------+---------------------+---------------|
- |estonian | | |
- |---------------------+---------------------+---------------|
- |faroese | | |
- |---------------------+---------------------+---------------|
- |finnish |suomi | |
- |---------------------+---------------------+---------------|
- |french |francais | |
- |---------------------+---------------------+---------------|
- |fula |fulah |pulaar-fulfulde|
- |---------------------+---------------------+---------------|
- |gaelic |gaidhlig |irish-gaelic |
- |---------------------+---------------------+---------------|
- |galician |galego | |
- |---------------------+---------------------+---------------|
- |georgian | | |
- |---------------------+---------------------+---------------|
- |german |deutsch | |
- |---------------------+---------------------+---------------|
- |greek | | |
- |---------------------+---------------------+---------------|
- |gronings |zudelk-veenkelonioals| |
- |---------------------+---------------------+---------------|
- |gujarati | | |
- |---------------------+---------------------+---------------|
- |hebrew | | |
- |---------------------+---------------------+---------------|
- |hindi | | |
- |---------------------+---------------------+---------------|
- |hungarian |magyar | |
- |---------------------+---------------------+---------------|
- |icelandic |islenska | |
- |---------------------+---------------------+---------------|
- |indonesian |bahasa-indonesia | |
- |---------------------+---------------------+---------------|
- |inuktitut | | |
- |---------------------+---------------------+---------------|
- |italian |italiano | |
- |---------------------+---------------------+---------------|
- |japanese | | |
- |---------------------+---------------------+---------------|
- |kabyle | |kabylian |
- |---------------------+---------------------+---------------|
- |kannada | | |
- |---------------------+---------------------+---------------|
- |kashmiri-devanagari | | |
- |---------------------+---------------------+---------------|
- |kashmiri-perso-arabic| | |
- |---------------------+---------------------+---------------|
- |khmer | | |
- |---------------------+---------------------+---------------|
- |kiga |chiga | |
- |---------------------+---------------------+---------------|
- |kinyarwanda | | |
- |---------------------+---------------------+---------------|
- |klingon |tlhIngan | |
- |---------------------+---------------------+---------------|
- |konkani-devanagari | | |
- |---------------------+---------------------+---------------|
- |konkani-roman | | |
- |---------------------+---------------------+---------------|
- |korean | | |
- |---------------------+---------------------+---------------|
- |kurdish | | |
- |---------------------+---------------------+---------------|
- |latvian | | |
- |---------------------+---------------------+---------------|
- |lithuanian |lietuviu | |
- |---------------------+---------------------+---------------|
- |luganda | | |
- |---------------------+---------------------+---------------|
- |luxembourgish |letzebuergesch | |
- |---------------------+---------------------+---------------|
- |macedonian | | |
- |---------------------+---------------------+---------------|
- |maithili | | |
- |---------------------+---------------------+---------------|
- |malay | | |
- |---------------------+---------------------+---------------|
- |malayalam | | |
- |---------------------+---------------------+---------------|
- |manipuri-bengali | | |
- |---------------------+---------------------+---------------|
- |manipuri-meitei-mayek| | |
- |---------------------+---------------------+---------------|
- |marathi | | |
- |---------------------+---------------------+---------------|
- |mexican-spanish |espanol-mejicano |mexican |
- |---------------------+---------------------+---------------|
- |mongolian | | |
- |---------------------+---------------------+---------------|
- |ndebele | | |
- |---------------------+---------------------+---------------|
- |nepali | | |
- |---------------------+---------------------+---------------|
- |northern-sotho |sesotho-sa-leboa | |
- |---------------------+---------------------+---------------|
- |norwegian |nynorsk |norsk |
- |---------------------+---------------------+---------------|
- |occitan | | |
- |---------------------+---------------------+---------------|
- |odia |oriya | |
- |---------------------+---------------------+---------------|
- |ojibwe |ojibway | |
- |---------------------+---------------------+---------------|
- |persian | | |
- |---------------------+---------------------+---------------|
- |polish |polski | |
- |---------------------+---------------------+---------------|
- |portuguese |portugues | |
- |---------------------+---------------------+---------------|
- |punjabi |panjabi | |
- |---------------------+---------------------+---------------|
- |romanian | | |
- |---------------------+---------------------+---------------|
- |russian |russkiy | |
- |---------------------+---------------------+---------------|
- |sanskrit | | |
- |---------------------+---------------------+---------------|
- |santali-devanagari | | |
- |---------------------+---------------------+---------------|
- |santali-ol-chiki | | |
- |---------------------+---------------------+---------------|
- |scottish |ghaidhlig |scottish-gaelic|
- |---------------------+---------------------+---------------|
- |serbian | | |
- |---------------------+---------------------+---------------|
- |serbian-latin | | |
- |---------------------+---------------------+---------------|
- |shuswap |secwepemctin | |
- |---------------------+---------------------+---------------|
- |sindhi-devanagari | | |
- |---------------------+---------------------+---------------|
- |sindhi-perso-arabic | | |
- |---------------------+---------------------+---------------|
- |slovak | | |
- |---------------------+---------------------+---------------|
- |slovenian |slovensko | |
- |---------------------+---------------------+---------------|
- |songhay | | |
- |---------------------+---------------------+---------------|
- |southafrican-english | | |
- |---------------------+---------------------+---------------|
- |spanish |espanol | |
- |---------------------+---------------------+---------------|
- |sundanese | | |
- |---------------------+---------------------+---------------|
- |swahili | | |
- |---------------------+---------------------+---------------|
- |swedish |svenska | |
- |---------------------+---------------------+---------------|
- |tagalog | | |
- |---------------------+---------------------+---------------|
- |tamil | | |
- |---------------------+---------------------+---------------|
- |telugu | | |
- |---------------------+---------------------+---------------|
- |thai | | |
- |---------------------+---------------------+---------------|
- |tibetan | | |
- |---------------------+---------------------+---------------|
- |traditional-chinese | | |
- |---------------------+---------------------+---------------|
- |turkish | | |
- |---------------------+---------------------+---------------|
- |twi | | |
- |---------------------+---------------------+---------------|
- |ukrainian | | |
- |---------------------+---------------------+---------------|
- |urdu | | |
- |---------------------+---------------------+---------------|
- |venda | | |
- |---------------------+---------------------+---------------|
- |venetian |veneto | |
- |---------------------+---------------------+---------------|
- |vietnamese | | |
- |---------------------+---------------------+---------------|
- |walloon |walon | |
- |---------------------+---------------------+---------------|
- |welsh |cymraeg | |
- |---------------------+---------------------+---------------|
- |wolof | | |
- |---------------------+---------------------+---------------|
- |xhosa | | |
- |---------------------+---------------------+---------------|
- |miahuatlan-zapotec | |zapotec |
- |---------------------+---------------------+---------------|
- |zulu | |zulu |
- +-----------------------------------------------------------+
+ onscreen-keyboard=yes
+
+ Presents a clickable on-screen keyboard when using the Text
+ and Label tools.
+
+ onscreen-keyboard-layout=LAYOUTNAME
+
+ Selects the initial layout for the on-screen keyboard when
+ using the Text and Label tools.
+ Note: Using this option implies automatically
+ onscreen-keyboard=yes, so setting both is redundant.
+
+ onscreen-keyboard-disable-change=yes
+
+ Disables the possibility for changing the layout of the
+ on-screen keyboard when using the Text and Label tools,
+ useful for simplifying things for the small children.
+ Note: Using this option implies automatically
+ onscreen-keyboard=yes, so setting both is redundant.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "onscreen-keyboard-disable-change=no". In both cases, may be
+ overridden by the command-line option
+ "--onscreen-keyboard-disable-change=no".
+
+ ----------------------------------------------------------------------
+
+Joystick
+
+ Main Device
+
+ joystick-dev=N
+
+ Specify which joystick device should be used by Tux Paint.
+ Default value is 0 (the first joystick).
+
+ joystick-slowness=SPEED
+
+ Sets a delay at each axis motion, allowing to slow the
+ joystick. Allowed values are from 0 to 500. Default value is
+ 15.
+
+ joystick-threshold=THRESHOLD
+
+ Sets the minimum level of axis motion to start moving the
+ pointer. Allowed values are from 0 to 32766. Default value
+ is 3200.
+
+ joystick-maxsteps=STEPS
+
+ Sets the maximum pixels the pointer will move at once.
+ Allowed values are from 1 to 7. Default value is 7.
+
+ Hat
+
+ joystick-hat-slowness=SPEED
+
+ Sets a delay at each automatic motion, allowing to slow the
+ speed of the hat. Allowed values are from 0 to 500. Default
+ value is 15.
+
+ joystick-hat-timeout=MILLISECONDS
+
+ Sets the delay after wich the pointer will start moving
+ automatically if the hat is keeped pushed. Allowed values
+ are from 0 to 3000. Default value is 1000.
+
+ Buttons to Disable
+
+ joystick-buttons-ignore=BUTTON1,BUTTON2,...
+
+ A set of joystick button numbers, as seen by SDL, that
+ should be ignored. Otherwise, unless they are used by one of
+ the "joystick-btn-" options above, buttons will be seen as a
+ mouse left-click.
+
+ Button Shortcuts
+
+ joystick-btn-escape=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be used to generate a escape event. Useful to dismiss
+ dialogs and quit.
+
+ joystick-btn-brush=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to select the brush tool.
+
+ joystick-btn-stamp=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to select the stamp tool.
+
+ joystick-btn-lines=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to select the lines tool.
+
+ joystick-btn-shapes=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to select the shapes tool.
+
+ joystick-btn-text=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to select the text tool.
+
+ joystick-btn-label=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to select the label tool.
+
+ joystick-btn-magic=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to select the magic tool.
+
+ joystick-btn-undo=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to invoke the undo tool.
+
+ joystick-btn-redo=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to select redo tool.
+
+ joystick-btn-eraser=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to select eraser tool.
+
+ joystick-btn-new=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to launch the dialog for creating a new
+ drawing.
+
+ joystick-btn-open=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to launch the dialog for opening an
+ existing drawing.
+
+ joystick-btn-save=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to save the drawing.
+
+ joystick-btn-pgsetup=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to launch the page setup dialog for
+ printing.
+
+ joystick-btn-print=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to print.
----------------------------------------------------------------------
@@ -1354,16 +1487,6 @@ Windows Users
-------------------------------------
- --locale LOCALE
-
- Run Tux Paint in one of the support languages. See the
- "Choosing a Different Language" section below for the locale
- strings (e.g., "de_DE" for German) to use.
-
- (If your locale is already set, e.g. with the "$LANG"
- environment variable, this option is not necessary, since Tux
- Paint honors your environment's setting, if possible.)
-
--nosysconfig
Under Linux and Unix, this prevents the system-wide
diff --git a/docs/en/html/OPTIONS.html b/docs/en/html/OPTIONS.html
index 46b39b07f..9233e9934 100644
--- a/docs/en/html/OPTIONS.html
+++ b/docs/en/html/OPTIONS.html
@@ -121,2555 +121,2830 @@
The following settings can be set in the configuration file. (Command-line settings will override these. See the "Command-Line Options" section, below.)
-
- -
-
fullscreen=yes
-
+
+
+ Video/Sound
+
+
+ Video
- -
-
- Run the program in full screen mode, rather than in a window.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "fullscreen=no". In both cases, may be overridden by the command-line option "--windowed".
-
+
+
+ -
+
fullscreen=yes
+
+
+ -
+
+ Run the program in full screen mode, rather than in a window.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "fullscreen=no". In both cases, may be overridden by the command-line option "--windowed".
+
+
+ -
+
fullscreen=native
+
+
+ -
+
+ Run the program in full screen mode. Additionally, assume the screen's current resolution (set by the operating system).
+
+
+ -
+
windowsize=SIZE
+
+
+ -
+
+ Run the program at a different size (in windowed mode) or at a different screen resolution (in fullscreen mode), rather than the default (usually 800x600).
+
+
+ The SIZE value should be presented in pixels, in 'width-by-height' format, with an "x" (lowercase X) between the values. The size can be anything that's at least 640 wide, and at least 480 tall.
+
+
+ Some examples:
+
+
+ - 640x480
+
+
+ - 1024x768
+
+
+ - 768x1024
+
+
+ - 1600x1200
+
+
+
+
+ -
+
orient=portrait
+
+
+ -
+
+ Swaps the width/height options given to Tux Paint, useful for rotating the window on portait displays, such as a tablet PC that's in tablet orientation.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "orient=landscape". In both cases, may be overridden by the command-line option "--orient=landscape".
+
+
+ -
+
native=yes
+
+
+ -
+
+ When running Tux Paint in fullscreen mode, this assumes the screen's current resolution (overriding any "windowsize" option), as set by the operating system.
+
+
+ -
+
allowscreensaver=yes
+
+
+ -
+
+ By default, Tux Paint prevents your system's screensaver from starting up. You can override this by using the "allowscreensaver" option. Note: This requires version 1.2.12 or higher of the SDL library. (You can also do this by setting the "SDL_VIDEO_ALLOW_SCREENSAVER" environment variable on your system to "1".)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "allowscreensaver=no" or "disablescreensaver=yes". In both cases, may be overridden by the command-line option "--disablescreensaver".
+
+
+
- -
-
fullscreen=native
-
+
+ Sound
+
+
+ -
+
nosound=yes
+
+
+ -
+
+ Disable sound effects. (Note: Pressing [Alt] + [S] cannot be used to reenable sounds if they were disabled using this option.)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosound=no" or "sound=yes". In both cases, may be overridden by the command-line option "--sound".
+
+
+ -
+
nostereo=yes
+
+
+ -
+
+ Disable stereo panning support. (Useful for users with hearing impairment in one ear, or places where a single speaker or headphone is being used.)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostereo=no" or "stereo=yes". In both cases, may be overridden by the command-line option "--stereo".
+
+
+
- -
-
- Run the program in full screen mode. Additionally, assume the screen's current resolution (set by the operating system).
-
+
+ Interface Size
+
+
+ -
+
buttonsize=SIZE
+
+
+ -
+
+ Set the pixel size of buttons in Tux Paint's user interface (overriding the default of "48"). Useful when using very high-density displays or coarse input devices, such as eye gaze trackers.
+
+
+ The SIZE value should be presented in pixels, and can be anything between 24 and 192, inclusive. Most buttons are square, and this will affect their width and height.
+
+
+ Note: If the chosen button size would cause the buttons to be too large for all required UI elements to appear under Tux Paint's chosen window size, the largest possible button size will be used. (A note will appear in stderr.)
+
+
+ -
+
colorsrows=ROWS
+
+
+ -
+
+ How many rows of color palette buttons to show; useful when using a large color palette (see "colorfile", above), and/or for use with coarse input devices (like eyegaze trackers). "ROWS" may be between "1" (the default) and "3".
+
+
+
+
- -
-
windowsize=SIZE
-
+
+
+ Mouse/Keyboard
+
+
+ Cursor
- -
-
- Run the program at a different size (in windowed mode) or at a different screen resolution (in fullscreen mode), rather than the default (usually 800x600).
+
+
+ -
+
nofancycursors=yes
+
-
- The SIZE value should be presented in pixels, in 'width-by-height' format, with an "x" (lowercase X) between the values. The size can be anything that's at least 640 wide, and at least 480 tall.
+ -
+
+ This disables the fancy mouse pointer shapes in Tux Paint, and uses your environment's normal mouse pointer.
-
- Some examples:
+
+ In some enviornments, the fancy cursors cause problems. Use this option to avoid them.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nofancycursors=no" or "fancycursors=yes". In both cases, may be overridden by the command-line option "--fancycursors".
+
-
- - 640x480
-
+ -
+
hidecursor=yes
+
- - 1024x768
-
+ -
+
+ This completely hides the mouse pointer shapes in Tux Paint.
- - 768x1024
-
+
+ This is useful for touchscreen devices, such as tablet PCs.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "hidecursor=no" or "showcursor=yes". In both cases, may be overridden by the command-line option "--showcursor".
+
+
+
- - 1600x1200
-
+
+ Keyboard
+
+
+
+ -
+
noshortcuts=yes
+
+
+ -
+
+ This disable keyboard shortcuts (e.g., [Ctrl]-[S] for save, [Ctrl]-[N] for a new image, etc.)
+
+
+ This is useful to prevent unwanted commands from being activated by children who aren't experienced with keyboards.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshortcuts=no" or "shortcuts=yes". In both cases, may be overridden by the command-line option "--shortcuts".
+
+
+
+
+
+ Mouse
+
+
+
+ -
+
grab=yes
+
+
+ -
+
+ Tux Paint will attempt to 'grab' the mouse and keyboard, so that the mouse is confined to Tux Paint's window, and nearly all keyboard input is passed directly to it.
+
+
+ This is useful to disable operating system actions that could get the user out of Tux Paint [Alt]-[Tab] window cycling, [Ctrl]-[Escape], etc. This is especially useful in fullscreen mode.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "grab=no" or "dontgrab=yes". In both cases, may be overridden by the command-line option "--dontgrab".
+
+
+ -
+
nowheelmouse=yes
+
+
+ -
+
+ This disables support for the wheel on mice that have it. (Normally, the wheel will scroll the selector menu on the right.)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be overridden by the command-line option "--wheelmouse".
+
+
+ -
+
nobuttondistinction=yes
+
+
+ -
+
+ Prior to Tux Paint 0.9.15, the middle and right buttons on a mouse could also be used for clicking. In version 0.9.15, it was changed so that only the left mouse button worked, so as to not train children to use the wrong button.
+
+
+ However, for children who have trouble with the mouse, this distinction between the two or three buttons on a mouse can be disabled (returning Tux Paint to its old behavior) by using this option.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nobuttondistinction=no" or "buttondistinction=yes". In both cases, may be overridden by the command-line option "--buttondistinction".
+
+
+
+
+
+
+
+ Simplification
+
+
+ Interface Simplification
+
+
+
+ -
+
simpleshapes=yes
+
+
+ -
+
+ Disable the rotation step of the 'Shape' tool. Click, drag and release is all that will be needed to draw a shape.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "simpleshapes=no" or "complexshapes=yes". In both cases, may be overridden by the command-line option "--complexshapes".
+
+
+ -
+
nooutlines=yes
+
+
+ -
+
+ In this mode, much simpler outlines and 'rubber-band' lines are displayed when using the Lines, Shapes, Stamps and Eraser tools.
+
+
+ This can help when Tux Paint is run on very slow computers, or displayed on a remote X-Window display.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nooutlines=no" or "outlines=yes". In both cases, may be overridden by the command-line option "--outlines".
+
+
+ -
+
uppercase=yes
+
+
+ -
+
+ All text will be rendered only in uppercase (e.g., "Brush" will be "BRUSH"). Useful for children who can read, but who have only learned uppercase letters so far.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "uppercase=no" or "mixedcase=yes". In both cases, may be overridden by the command-line option "--mixedcase".
+
+
+
+
+
+ Initial Stamp Size
+
+
+
+ -
+
stampsize=SIZE
+
+
+ -
+
+ Use this option to force Tux Paint to set the starting size of all stamps. The SIZE value should be between 0 (smallest) and 10 (largest). The size is relative to the available sizes of the stamp, which depends on the stamp itself, and Tux Paint's current canvas size.
+
+
+ Specify "default" to let Tux Paint decide (its standard behavior).
+
+
+
+
+
+ Control Simplification
+
+
+
+ -
+
noquit=yes
+
+
+ -
+
+ Disable the on-screen "Quit" button and prevent the [Escape] key from quitting Tux Paint.
+
+
+ Using the [Alt] + [F4] keyboard combination or clicking the window's close button (assuming you're not in fullscreen mode) still works to quit Tux Paint.
+
+
+ You can also use the following keyboard combination to quit: [Shift] + [Control] + [Escape].
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noquit=no" or "quit=yes". In both cases, may be overridden by the command-line option "--quit".
+
+
+ -
+
nostamps=yes
+
+
+ -
+
+ This option tells Tux Paint to not load any rubber stamp images, which in turn ends up disabling the Stamps tool.
+
+
+ This can speed up Tux Paint when it first loads up, and reduce memory usage while it's running. Of course, no stamps will be available at all.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostamps=no" or "stamps=yes". In both cases, may be overridden by the command-line option "--stamps".
+
+
+ -
+
nostampcontrols=yes
+
+
+ -
+
+ Some images in the Stamps tool can be mirrored, flipped, and/or have their size changed. This option disables the controls, and only provides the basic stamps.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostampcontrols=no" or "stampcontrols=yes". In both cases, may be overridden by the command-line option "--stampcontrols".
+
+
+ -
+
nomagiccontrols=yes
+
+
+ -
+
+ Some Magic tools have the option of acting like a paintbrush, or affecting the entire canvas at once. This option disables the controls, and only provides the default functionality (usually paint-mode).
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may be overridden by the command-line option "--magiccontrols".
+
+
+ -
+
noshapecontrols=yes
+
+
+ -
+
+ Disable the control buttons shown when using the Shapes tool that allow changing how shapes are drawn — centered around the initial mouse click, or with a corner at the initial mouse click.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshapecontrols=no" or "shapecontrols=yes". In both cases, may be overridden by the command-line option "--shapecontrols".
+
+
+ -
+
nolabel=yes
+
+
+ -
+
+ Disables the Label tool: the tool that allows text entry which can be edited later.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolabel=no" or "label=yes". In both cases, may be overridden by the command-line option "--label".
+
+
+
+
+
+
+
+ Languages
+
+
+ Language
+
+
+
+ -
+
lang=LANGUAGE
+
+
+ -
+
+ Run Tux Paint in one of the supported languages. Possible choice for LANGUAGE currently include:
+
+
+
+
+
+
+ english
+
+
+ american-english
+
+
+
+
+
+
+
+
+ acholi
+
+
+ acoli
+
+
+
+
+
+
+
+
+ afrikaans
+
+
+
+
+
+
+
+
+
+
+
+ akan
+
+
+ twi-fante
+
+
+
+
+
+
+
+
+ albanian
+
+
+
+
+
+
+
+
+
+
+
+ amharic
+
+
+
+
+
+
+
+
+
+
+
+ arabic
+
+
+
+
+
+
+
+
+
+
+
+ aragones
+
+
+
+
+
+
+
+
+
+
+
+ armenian
+
+
+ hayeren
+
+
+
+
+
+
+
+
+ assamese
+
+
+
+
+
+
+
+
+
+
+
+ asturian
+
+
+
+
+
+
+
+
+
+
+
+ australian-english
+
+
+
+
+
+
+
+
+
+
+
+ azerbaijani
+
+
+
+
+
+
+
+
+
+
+
+ bambara
+
+
+
+
+
+
+
+
+
+
+
+ basque
+
+
+ euskara
+
+
+
+
+
+
+
+
+ belarusian
+
+
+ bielaruskaja
+
+
+
+
+
+
+
+
+ bengali
+
+
+
+
+
+
+
+
+
+
+
+ bodo
+
+
+
+
+
+
+
+
+
+
+
+ bokmal
+
+
+
+
+
+
+
+
+
+
+
+ bosnian
+
+
+
+
+
+
+
+
+
+
+
+ brazilian-portuguese
+
+
+ portugues-brazilian
+
+
+ brazilian
+
+
+
+
+
+ breton
+
+
+ brezhoneg
+
+
+
+
+
+
+
+
+ british-english
+
+
+ british
+
+
+
+
+
+
+
+
+ bulgarian
+
+
+
+
+
+
+
+
+
+
+
+ canadian-english
+
+
+
+
+
+
+
+
+
+
+
+ catalan
+
+
+ catala
+
+
+
+
+
+
+
+
+ chinese
+
+
+ simplified-chinese
+
+
+
+
+
+
+
+
+ croatian
+
+
+ hrvatski
+
+
+
+
+
+
+
+
+ czech
+
+
+ cesky
+
+
+
+
+
+
+
+
+ danish
+
+
+ dansk
+
+
+
+
+
+
+
+
+
+
+
+ dogri
+
+
+
+
+
+
+
+
+ dutch
+
+
+ nederlands
+
+
+
+
+
+
+
+
+ esperanto
+
+
+
+
+
+
+
+
+
+
+
+ estonian
+
+
+
+
+
+
+
+
+
+
+
+ faroese
+
+
+
+
+
+
+
+
+
+
+
+ finnish
+
+
+ suomi
+
+
+
+
+
+
+
+
+ french
+
+
+ francais
+
+
+
+
+
+
+
+
+ fula
+
+
+ fulah
+
+
+ pulaar-fulfulde
+
+
+
+
+
+ gaelic
+
+
+ gaidhlig
+
+
+ irish-gaelic
+
+
+
+
+
+ galician
+
+
+ galego
+
+
+
+
+
+
+
+
+ georgian
+
+
+
+
+
+
+
+
+
+
+
+ german
+
+
+ deutsch
+
+
+
+
+
+
+
+
+ greek
+
+
+
+
+
+
+
+
+
+
+
+ gronings
+
+
+ zudelk-veenkelonioals
+
+
+
+
+
+
+
+
+ gujarati
+
+
+
+
+
+
+
+
+
+
+
+ hebrew
+
+
+
+
+
+
+
+
+
+
+
+ hindi
+
+
+
+
+
+
+
+
+
+
+
+ hungarian
+
+
+ magyar
+
+
+
+
+
+
+
+
+ icelandic
+
+
+ islenska
+
+
+
+
+
+
+
+
+ indonesian
+
+
+ bahasa-indonesia
+
+
+
+
+
+
+
+
+ inuktitut
+
+
+
+
+
+
+
+
+
+
+
+ italian
+
+
+ italiano
+
+
+
+
+
+
+
+
+ japanese
+
+
+
+
+
+
+
+
+
+
+
+ kabyle
+
+
+
+
+
+ kabylian
+
+
+
+
+
+ kannada
+
+
+
+
+
+
+
+
+
+
+
+ kashmiri-devanagari
+
+
+
+
+
+
+
+
+
+
+
+ kashmiri-perso-arabic
+
+
+
+
+
+
+
+
+
+
+
+ khmer
+
+
+
+
+
+
+
+
+
+
+
+ kiga
+
+
+ chiga
+
+
+
+
+
+
+
+
+ kinyarwanda
+
+
+
+
+
+
+
+
+
+
+
+ klingon
+
+
+ tlhIngan
+
+
+
+
+
+
+
+
+ konkani-devanagari
+
+
+
+
+
+
+
+
+
+
+
+ konkani-roman
+
+
+
+
+
+
+
+
+
+
+
+ korean
+
+
+
+
+
+
+
+
+
+
+
+ kurdish
+
+
+
+
+
+
+
+
+
+
+
+ latvian
+
+
+
+
+
+
+
+
+
+
+
+ lithuanian
+
+
+ lietuviu
+
+
+
+
+
+
+
+
+ luganda
+
+
+
+
+
+
+
+
+
+
+
+ luxembourgish
+
+
+ letzebuergesch
+
+
+
+
+
+
+
+
+ macedonian
+
+
+
+
+
+
+
+
+
+
+
+ maithili
+
+
+
+
+
+
+
+
+
+
+
+ malay
+
+
+
+
+
+
+
+
+
+
+
+ malayalam
+
+
+
+
+
+
+
+
+
+
+
+ manipuri-bengali
+
+
+
+
+
+
+
+
+
+
+
+ manipuri-meitei-mayek
+
+
+
+
+
+
+
+
+
+
+
+ marathi
+
+
+
+
+
+
+
+
+
+
+
+ mexican-spanish
+
+
+ espanol-mejicano
+
+
+ mexican
+
+
+
+
+
+ mongolian
+
+
+
+
+
+
+
+
+
+
+
+ ndebele
+
+
+
+
+
+
+
+
+
+
+
+ nepali
+
+
+
+
+
+
+
+
+
+
+
+ northern-sotho
+
+
+ sesotho-sa-leboa
+
+
+
+
+
+
+
+
+ norwegian
+
+
+ nynorsk
+
+
+ norsk
+
+
+
+
+
+ occitan
+
+
+
+
+
+
+
+
+
+
+
+ odia
+
+
+ oriya
+
+
+
+
+
+
+
+
+ ojibwe
+
+
+ ojibway
+
+
+
+
+
+
+
+
+ persian
+
+
+
+
+
+
+
+
+
+
+
+ polish
+
+
+ polski
+
+
+
+
+
+
+
+
+ portuguese
+
+
+ portugues
+
+
+
+
+
+
+
+
+ punjabi
+
+
+ panjabi
+
+
+
+
+
+
+
+
+ romanian
+
+
+
+
+
+
+
+
+
+
+
+ russian
+
+
+ russkiy
+
+
+
+
+
+
+
+
+ sanskrit
+
+
+
+
+
+
+
+
+
+
+
+ santali-devanagari
+
+
+
+
+
+
+
+
+
+
+
+ santali-ol-chiki
+
+
+
+
+
+
+
+
+
+
+
+ scottish
+
+
+ ghaidhlig
+
+
+ scottish-gaelic
+
+
+
+
+
+ serbian
+
+
+
+
+
+
+
+
+
+
+
+ serbian-latin
+
+
+
+
+
+
+
+
+
+
+
+ shuswap
+
+
+ secwepemctin
+
+
+
+
+
+
+
+
+ sindhi-devanagari
+
+
+
+
+
+
+
+
+
+
+
+ sindhi-perso-arabic
+
+
+
+
+
+
+
+
+
+
+
+ slovak
+
+
+
+
+
+
+
+
+
+
+
+ slovenian
+
+
+ slovensko
+
+
+
+
+
+
+
+
+ songhay
+
+
+
+
+
+
+
+
+
+
+
+ southafrican-english
+
+
+
+
+
+
+
+
+
+
+
+ spanish
+
+
+ espanol
+
+
+
+
+
+
+
+
+ sundanese
+
+
+
+
+
+
+
+
+
+
+
+ swahili
+
+
+
+
+
+
+
+
+
+
+
+ swedish
+
+
+ svenska
+
+
+
+
+
+
+
+
+ tagalog
+
+
+
+
+
+
+
+
+
+
+
+ tamil
+
+
+
+
+
+
+
+
+
+
+
+ telugu
+
+
+
+
+
+
+
+
+
+
+
+ thai
+
+
+
+
+
+
+
+
+
+
+
+ tibetan
+
+
+
+
+
+
+
+
+
+
+
+ traditional-chinese
+
+
+
+
+
+
+
+
+
+
+
+ turkish
+
+
+
+
+
+
+
+
+
+
+
+ twi
+
+
+
+
+
+
+
+
+
+
+
+ ukrainian
+
+
+
+
+
+
+
+
+
+
+
+ urdu
+
+
+
+
+
+
+
+
+
+
+
+ venda
+
+
+
+
+
+
+
+
+
+
+
+ venetian
+
+
+ veneto
+
+
+
+
+
+
+
+
+ vietnamese
+
+
+
+
+
+
+
+
+
+
+
+ walloon
+
+
+ walon
+
+
+
+
+
+
+
+
+ welsh
+
+
+ cymraeg
+
+
+
+
+
+
+
+
+ wolof
+
+
+
+
+
+
+
+
+
+
+
+ xhosa
+
+
+
+
+
+
+
+
+
+
+
+ miahuatlan-zapotec
+
+
+
+
+
+ zapotec
+
+
+
+
+
+ zulu
+
+
+
+
+
+ zulu
+
+
+
+
+
+
+ -
+
--locale LOCALE
+
+
+ -
+
+ Run Tux Paint in one of the support languages. See the "Choosing a Different Language" section below for the locale strings (e.g., "de_DE" for German) to use.
+
+
+ (If your locale is already set, e.g. with the "$LANG" environment variable, this option is not necessary, since Tux Paint honors your environment's setting, if possible.)
+
+
+ -
+
mirrorstamps=yes
+
+
+ -
+
+ For stamps that can be mirrored, this option sets them to their mirrored shape by default.
+
+
+ This can be useful for people who prefer things right-to-left, rather than left-to-right.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases, may be overridden by the command-line option "--dontmirrorstamps".
+
+
+
+
+
+ Fonts
+
+
+
+ -
+
sysfonts=yes
+
+
+ -
+
+ This option causes Tux Paint to attempt to load fonts (for use in the Text tool) from your operating system. Normally, Tux Paint will only load the ones that came bundled with Tux Paint.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "sysfonts=no" or "nosysfonts=yes". In both cases, may be overridden by the command-line option "--nosysfonts".
+
+
+ -
+
alllocalefonts=yes
+
+
+ -
+
+ Prior to version 0.9.21, Tux Paint loaded all fonts in its own fonts directory, including locale-specific ones (e.g., the one for Tibetan, which had no latin characters). As of 0.9.21, the only font loaded from the locale-specific subdirectory, if any, is one matching the locale Tux Paint is running on.
+
+
+ To load all locale-specific fonts (the old behavior), set this option.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "alllocalefonts=no" or "currentlocalefont=yes". In both cases, may be overridden by the command-line option "--currentlocalefont".
+
+
+
+
+
+
+
+ Printing
+
+
+ Print Permissions
+
+
+
+ -
+
noprint=yes
+
+
+ -
+
+ Disable the printing feature.
+
+
+ -
+
printdelay=SECONDS
+
+
+ -
+
+ Restrict printing so that printing can occur only once every SECONDS seconds.
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printdelay=0". In both cases, may be overridden by the command-line option "--printdelay=0".
+
+
+
+
+
+ Show Printer Dialog
+
+
+
+ -
+
altprint=always
+
+
+ -
+
+ This causes Tux Paint to always show the printer dialog (or, on Linux/Unix, run the "altprintcommand") when the 'Print' button is clicked. In other words, it's like clicking 'Print' while holding [Alt], except you don't need to hold [Alt] every time.
+
+
+ -
+
altprint=never
+
+
+ -
+
+ This prevents Tux Paint from ever showing the printer dialog (or, on Linux/Unix, run the "altprintcommand") when the 'Print' button is clicked. In other words, it makes the [Alt] key have no effect when clicking the 'Print' button.
+
+
+ -
+
altprint=mod
+
+
+ -
+
+ This is the normal, default behavior. Tux Paint shows a printer dialog (or, on Linux/Unix, runs the "altprintcommand"), when the [Alt] key is pressed while the 'Print' button is clicked. Clicking 'Print' without holding [Alt] prints without showing a dialog.
+
+
+
+
+
+
+ Save Printer Configuration
+
+
+
+ -
+
printcfg=yes
+
+
+ -
+
+ (Windows and macOS only)
+
+
+
+ Tux Paint will use a printer configuration file when printing. Push the [Alt] key while clicking the 'Print' button in Tux Paint to cause a Windows print dialog window to appear.
+
+
+ (Note: This only works when not running Tux Paint in fullscreen mode.) Any configuration changes made in this dialog will be saved to the file "userdata/print.cfg" , and used again, as long as the "printcfg" option is set.
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printcfg=no" or "noprintcfg=yes". In both cases, may be overridden by the command-line option "--noprintcfg".
+
+
+
+
+
+
+ Print Commands
+
+
+
+ -
+
printcommand=COMMAND
+
+
+ -
+
+ (Linux and Unix only)
+
+
+
+ Use the command COMMAND to print a PostScript format file when the 'Print' button is clicked. If this option is not specifically not set, the default command is:
+
+
+ lpr
+
+
+
+ Note: Versions of Tux Paint prior to 0.9.15 sent PNG format data to the print command (which defaulted to "pngtopnm | pnmtops | lpr").
+
+
+ If you set an alternative printcommand in the configuration file prior to version 0.9.15, you will need to change it.
+
+
+ -
+
altprintcommand=COMMAND
+
+
+ -
+
+ (Linux and Unix only)
+
+
+
+ Use the command COMMAND to print a PostScript format file when the 'Print' button is clicked while the [Alt] modifier key is being held. (This is typically used for providing a print dialog, similar to when pressing [Alt]+'Print' in Windows and macOS.)
+
+
+ If this option is not specifically not set, the default command is KDE's graphical print dialog:
+
+
+ kprinter
+
+
+
+
+
+
+
+ Paper Size
+
+
+
+ -
+
papersize=PAPERSIZE
+
+
+ -
+
+ (Platforms that use Tux Paint's internal PostScript generator — not Windows, macOS, BeOS, or Haiku.)
+
+
+
+ Tell Tux Paint what size PostScript to generate. If none is specified, Tux Paint first checks your $PAPER environment variable, then the file /etc/papersize, then uses the the 'libpaper' library's default paper size.
+
+
+ Valid paper sizes include: letter, legal, tabloid, executive, note, statement, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, b0, b1, b2 b3, b4, 10x14, 11x17, halfletter, halfexecutive, halfnote, folio, quarto, ledger, archA, archB, archC, archD, archE, flsa, flse, csheet, dsheet, esheet.
+
+
+
+
+
+
+
+
+ Saving
+
+
+ Save Over Earlier Work
+
+
+
+ -
+
saveover=yes
+
+
+ -
+
+ This disables the "Save over the old version...?" prompt when saving an existing file. With this option, the older version will always be replaced by the new version, automatically.
+
+
+ -
+
saveover=new
+
+
+ -
+
+ This also disables the "Save over the old version...?" prompt when saving an existing file. This option, however, will always save a new file, rather than overwrite the older version.
+
+
+ -
+
saveover=ask
+
+
+ -
+
+ (This option is redundant, since this is the default.)
+ When saving an existing drawing, you will be first asked whether to save over the older version or not.
+
+
+
+
+
+ Starting Out
+
+
+
+ -
+
startblank=yes
+
+
+ -
+
+ This causes Tux Paint to display a blank canvas when it first starts up, rather than loading the last image that was being edited.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "startblank=no" or "startlast=yes". In both cases, may be overridden by the command-line option "--startlast".
+
+
+ -
+
newcolorslast=yes
+
+
+ -
+
+ Places the blank color options in the New dialog at the end, so that any Starters and/or Templates are shown first.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "newcolorslast=no" or "newcolorsfirst=yes". In both cases, may be overridden by the command-line option "--newcolorsfirst".
+
+
+
+
+
+
+ Save and Export Directories
+
+
+
+ -
+
savedir=DIRECTORY
+
+
+ -
+
+ Use this option to change where Tux Paint's "saved" directory/folder is located, which is where Tux Paint saves and opens pictures.
+
+
+ If you do not override it, the default location is:
+
+
+ - Linux & Unix — Under a hidden directory named "
.tuxpaint" in your home directory (aka "~" or "$HOME")
+ Example: /home/username/.tuxpaint/saved/
+
+ - Windows — Inside a folder named "
TuxPaint" in your "Application Data" folder.
+ Example: C:\Documents and Settings\Username\Application Data\TuxPaint\saved\
+
+
+ - macOS — Inside a folder named "
TuxPaint" in your "Application Support" folder.
+ Example: /Users/Username/Library/Application Support/TuxPaint/saved/
+
+
+
+ Note: When specifying a Windows drive (e.g., "H:\"), you must also specify a subdirectory.
+
+
+ Note: Prior to version 0.9.18, Tux Paint would also use the setting or default for "savedir" as the place to search for personal data files (brushes, stamps, starters and fonts). As of version 0.9.18, they may be specified separately (see the "datadir" option, below).
+
+
+ Example: savedir=Z:\tuxpaint\
+
+
+ -
+
exportdir=DIRECTORY
+
+
+ -
+
+ Use this option to change where Tux Paint exports files — single images, or animated GIF slideshows — for external use.
+
+
+ If you do not override it, the default location is:
+
+
+ - Linux & Unix — If available, wherever your desktop environment is configured for pictures to be stored, based on your XDG (X Desktop Group) configuration. (Try running the command-line "
xdg-user-dir PICTURES" to find out.)
+ Typically (in an English locale), this will be a "Pictures" subdirectory in your home directory (i.e., "$HOME/Pictures" aka "~/Pictures").
+ Tux Paint will fall back to using that typical directory, of no XDG configuration can be read, or nothing is set for "XDG_PICTURES_DIR".
+ - Windows - "My Pictures" directory for each user (normaly "c:\Users\USERNAME\Pictures").
You can directly open the folder as follows:
+ - Press "[Windows]+[R]" key to open "Run ..." dialogue.
+ - Enter "Shell:My Pictures" in the text box and push [OK].
-
-
- -
-
orient=portrait
-
-
- -
-
- Swaps the width/height options given to Tux Paint, useful for rotating the window on portait displays, such as a tablet PC that's in tablet orientation.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "orient=landscape". In both cases, may be overridden by the command-line option "--orient=landscape".
-
-
- -
-
native=yes
-
-
- -
-
- When running Tux Paint in fullscreen mode, this assumes the screen's current resolution (overriding any "windowsize" option), as set by the operating system.
-
-
- -
-
buttonsize=SIZE
-
-
- -
-
- Set the pixel size of buttons in Tux Paint's user interface (overriding the default of "48"). Useful when using very high-density displays or coarse input devices, such as eye gaze trackers.
-
-
- The SIZE value should be presented in pixels, and can be anything between 24 and 192, inclusive. Most buttons are square, and this will affect their width and height.
-
-
- Note: If the chosen button size would cause the buttons to be too large for all required UI elements to appear under Tux Paint's chosen window size, the largest possible button size will be used. (A note will appear in stderr.)
-
-
- -
-
allowscreensaver=yes
-
-
- -
-
- By default, Tux Paint prevents your system's screensaver from starting up. You can override this by using the "allowscreensaver" option. Note: This requires version 1.2.12 or higher of the SDL library. (You can also do this by setting the "SDL_VIDEO_ALLOW_SCREENSAVER" environment variable on your system to "1".)
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "allowscreensaver=no" or "disablescreensaver=yes". In both cases, may be overridden by the command-line option "--disablescreensaver".
-
-
- -
-
nosound=yes
-
-
- -
-
- Disable sound effects. (Note: Pressing [Alt] + [S] cannot be used to reenable sounds if they were disabled using this option.)
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosound=no" or "sound=yes". In both cases, may be overridden by the command-line option "--sound".
-
-
- -
-
nostereo=yes
-
-
- -
-
- Disable stereo panning support. (Useful for users with hearing impairment in one ear, or places where a single speaker or headphone is being used.)
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostereo=no" or "stereo=yes". In both cases, may be overridden by the command-line option "--stereo".
-
-
- -
-
noquit=yes
-
-
- -
-
- Disable the on-screen "Quit" button and prevent the [Escape] key from quitting Tux Paint.
-
-
- Using the [Alt] + [F4] keyboard combination or clicking the window's close button (assuming you're not in fullscreen mode) still works to quit Tux Paint.
-
-
- You can also use the following keyboard combination to quit: [Shift] + [Control] + [Escape].
-
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noquit=no" or "quit=yes". In both cases, may be overridden by the command-line option "--quit".
-
-
- -
-
noprint=yes
-
-
- -
-
- Disable the printing feature.
-
-
- -
-
printdelay=SECONDS
-
-
- -
-
- Restrict printing so that printing can occur only once every SECONDS seconds.
-
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printdelay=0". In both cases, may be overridden by the command-line option "--printdelay=0".
-
-
- -
-
printcommand=COMMAND
-
-
- -
-
- (Linux and Unix only)
-
-
-
- Use the command COMMAND to print a PostScript format file when the 'Print' button is clicked. If this option is not specifically not set, the default command is:
-
-
- lpr
-
-
-
- Note: Versions of Tux Paint prior to 0.9.15 sent PNG format data to the print command (which defaulted to "pngtopnm | pnmtops | lpr").
-
-
- If you set an alternative printcommand in the configuration file prior to version 0.9.15, you will need to change it.
-
-
- -
-
altprintcommand=COMMAND
-
-
- -
-
- (Linux and Unix only)
-
-
-
- Use the command COMMAND to print a PostScript format file when the 'Print' button is clicked while the [Alt] modifier key is being held. (This is typically used for providing a print dialog, similar to when pressing [Alt]+'Print' in Windows and macOS.)
-
-
- If this option is not specifically not set, the default command is KDE's graphical print dialog:
-
-
- kprinter
-
-
-
- -
-
printcfg=yes
-
-
- -
-
- (Windows and macOS only)
-
-
-
- Tux Paint will use a printer configuration file when printing. Push the [Alt] key while clicking the 'Print' button in Tux Paint to cause a Windows print dialog window to appear.
-
-
- (Note: This only works when not running Tux Paint in fullscreen mode.) Any configuration changes made in this dialog will be saved to the file "userdata/print.cfg" , and used again, as long as the "printcfg" option is set.
-
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printcfg=no" or "noprintcfg=yes". In both cases, may be overridden by the command-line option "--noprintcfg".
-
-
- -
-
altprint=always
-
-
- -
-
- This causes Tux Paint to always show the printer dialog (or, on Linux/Unix, run the "altprintcommand") when the 'Print' button is clicked. In other words, it's like clicking 'Print' while holding [Alt], except you don't need to hold [Alt] every time.
-
-
- -
-
altprint=never
-
-
- -
-
- This prevents Tux Paint from ever showing the printer dialog (or, on Linux/Unix, run the "altprintcommand") when the 'Print' button is clicked. In other words, it makes the [Alt] key have no effect when clicking the 'Print' button.
-
-
- -
-
altprint=mod
-
-
- -
-
- This is the normal, default behavior. Tux Paint shows a printer dialog (or, on Linux/Unix, runs the "altprintcommand"), when the [Alt] key is pressed while the 'Print' button is clicked. Clicking 'Print' without holding [Alt] prints without showing a dialog.
-
-
- -
-
papersize=PAPERSIZE
-
-
- -
-
- (Platforms that use Tux Paint's internal PostScript generator — not Windows, macOS, BeOS, or Haiku.)
-
-
-
- Tell Tux Paint what size PostScript to generate. If none is specified, Tux Paint first checks your $PAPER environment variable, then the file /etc/papersize, then uses the the 'libpaper' library's default paper size.
-
-
- Valid paper sizes include: letter, legal, tabloid, executive, note, statement, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, b0, b1, b2 b3, b4, 10x14, 11x17, halfletter, halfexecutive, halfnote, folio, quarto, ledger, archA, archB, archC, archD, archE, flsa, flse, csheet, dsheet, esheet.
-
-
- -
-
nolockfile=yes
-
-
- -
-
- By default, Tux Paint uses what's known as a 'lockfile' to prevent it from being launched more than once in 30 seconds. (This is to avoid accidentally running multiple copies; for example, by double-clicking a single-click launcher, or simply impatiently clicking the icon multiple times.)
-
-
- To make Tux Paint ignore the lockfile, allowing it to run again, even if it was just launched less than 30 seconds ago, enable this setting in the configuration file, or run Tux Paint with the --nolockfile option on the command-line.
-
-
- By default, the lockfile is stored in "~/.tuxpaint/" under Linux and Unix, and "userdata\" under Windows.
-
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolockfile=no" or "lockfile=yes". In both cases, may be overridden by the command-line option "--lockfile".
-
-
- -
-
simpleshapes=yes
-
-
- -
-
- Disable the rotation step of the 'Shape' tool. Click, drag and release is all that will be needed to draw a shape.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "simpleshapes=no" or "complexshapes=yes". In both cases, may be overridden by the command-line option "--complexshapes".
-
-
- -
-
uppercase=yes
-
-
- -
-
- All text will be rendered only in uppercase (e.g., "Brush" will be "BRUSH"). Useful for children who can read, but who have only learned uppercase letters so far.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "uppercase=no" or "mixedcase=yes". In both cases, may be overridden by the command-line option "--mixedcase".
-
-
- -
-
grab=yes
-
-
- -
-
- Tux Paint will attempt to 'grab' the mouse and keyboard, so that the mouse is confined to Tux Paint's window, and nearly all keyboard input is passed directly to it.
-
-
- This is useful to disable operating system actions that could get the user out of Tux Paint [Alt]-[Tab] window cycling, [Ctrl]-[Escape], etc. This is especially useful in fullscreen mode.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "grab=no" or "dontgrab=yes". In both cases, may be overridden by the command-line option "--dontgrab".
-
-
- -
-
noshortcuts=yes
-
-
- -
-
- This disable keyboard shortcuts (e.g., [Ctrl]-[S] for save, [Ctrl]-[N] for a new image, etc.)
-
-
- This is useful to prevent unwanted commands from being activated by children who aren't experienced with keyboards.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshortcuts=no" or "shortcuts=yes". In both cases, may be overridden by the command-line option "--shortcuts".
-
-
- -
-
nowheelmouse=yes
-
-
- -
-
- This disables support for the wheel on mice that have it. (Normally, the wheel will scroll the selector menu on the right.)
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be overridden by the command-line option "--wheelmouse".
-
-
- -
-
nobuttondistinction=yes
-
-
- -
-
- Prior to Tux Paint 0.9.15, the middle and right buttons on a mouse could also be used for clicking. In version 0.9.15, it was changed so that only the left mouse button worked, so as to not train children to use the wrong button.
-
-
- However, for children who have trouble with the mouse, this distinction between the two or three buttons on a mouse can be disabled (returning Tux Paint to its old behavior) by using this option.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nobuttondistinction=no" or "buttondistinction=yes". In both cases, may be overridden by the command-line option "--buttondistinction".
-
-
- -
-
nofancycursors=yes
-
-
- -
-
- This disables the fancy mouse pointer shapes in Tux Paint, and uses your environment's normal mouse pointer.
-
-
- In some enviornments, the fancy cursors cause problems. Use this option to avoid them.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nofancycursors=no" or "fancycursors=yes". In both cases, may be overridden by the command-line option "--fancycursors".
-
-
- -
-
hidecursor=yes
-
-
- -
-
- This completely hides the mouse pointer shapes in Tux Paint.
-
-
- This is useful for touchscreen devices, such as tablet PCs.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "hidecursor=no" or "showcursor=yes". In both cases, may be overridden by the command-line option "--showcursor".
-
-
- -
-
nooutlines=yes
-
-
- -
-
- In this mode, much simpler outlines and 'rubber-band' lines are displayed when using the Lines, Shapes, Stamps and Eraser tools.
-
-
- This can help when Tux Paint is run on very slow computers, or displayed on a remote X-Window display.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nooutlines=no" or "outlines=yes". In both cases, may be overridden by the command-line option "--outlines".
-
-
- -
-
sysfonts=yes
-
-
- -
-
- This option causes Tux Paint to attempt to load fonts (for use in the Text tool) from your operating system. Normally, Tux Paint will only load the ones that came bundled with Tux Paint.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "sysfonts=no" or "nosysfonts=yes". In both cases, may be overridden by the command-line option "--nosysfonts".
-
-
- -
-
alllocalefonts=yes
-
-
- -
-
- Prior to version 0.9.21, Tux Paint loaded all fonts in its own fonts directory, including locale-specific ones (e.g., the one for Tibetan, which had no latin characters). As of 0.9.21, the only font loaded from the locale-specific subdirectory, if any, is one matching the locale Tux Paint is running on.
-
-
- To load all locale-specific fonts (the old behavior), set this option.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "alllocalefonts=no" or "currentlocalefont=yes". In both cases, may be overridden by the command-line option "--currentlocalefont".
-
-
- -
-
nostamps=yes
-
-
- -
-
- This option tells Tux Paint to not load any rubber stamp images, which in turn ends up disabling the Stamps tool.
-
-
- This can speed up Tux Paint when it first loads up, and reduce memory usage while it's running. Of course, no stamps will be available at all.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostamps=no" or "stamps=yes". In both cases, may be overridden by the command-line option "--stamps".
-
-
- -
-
nostampcontrols=yes
-
-
- -
-
- Some images in the Stamps tool can be mirrored, flipped, and/or have their size changed. This option disables the controls, and only provides the basic stamps.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostampcontrols=no" or "stampcontrols=yes". In both cases, may be overridden by the command-line option "--stampcontrols".
-
-
- -
-
nomagiccontrols=yes
-
-
- -
-
- Some Magic tools have the option of acting like a paintbrush, or affecting the entire canvas at once. This option disables the controls, and only provides the default functionality (usually paint-mode).
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may be overridden by the command-line option "--magiccontrols".
-
-
- -
-
noshapecontrols=yes
-
-
- -
-
- Disable the control buttons shown when using the Shapes tool that allow changing how shapes are drawn — centered around the initial mouse click, or with a corner at the initial mouse click.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshapecontrols=no" or "shapecontrols=yes". In both cases, may be overridden by the command-line option "--shapecontrols".
-
-
- -
-
nolabel=yes
-
-
- -
-
- Disables the Label tool: the tool that allows text entry which can be edited later.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolabel=no" or "label=yes". In both cases, may be overridden by the command-line option "--label".
-
-
- -
-
newcolorslast=yes
-
-
- -
-
- Places the blank color options in the New dialog at the end, so that any Starters and/or Templates are shown first.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "newcolorslast=no" or "newcolorsfirst=yes". In both cases, may be overridden by the command-line option "--newcolorsfirst".
-
-
- -
-
mirrorstamps=yes
-
-
- -
-
- For stamps that can be mirrored, this option sets them to their mirrored shape by default.
-
-
- This can be useful for people who prefer things right-to-left, rather than left-to-right.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases, may be overridden by the command-line option "--dontmirrorstamps".
-
-
- -
-
mouse-accessibility=yes
-
-
- -
-
- In this mode, instead of clicking, dragging and releasing (e.g., to draw), you click, move, and click again to end the motion.
-
-
- -
-
onscreen-keyboard=yes
-
-
- -
-
- Presents a clickable on-screen keyboard when using the Text and Label tools.
-
-
- -
-
onscreen-keyboard-layout=LAYOUTNAME
-
-
- -
-
- Selects the initial layout for the on-screen keyboard when using the Text and Label tools.
Note: Using this option implies automatically onscreen-keyboard=yes, so setting both is redundant.
-
-
- -
-
onscreen-keyboard-disable-change=yes
-
-
- -
-
- Disables the possibility for changing the layout of the on-screen keyboard when using the Text and Label tools, useful for simplifying things for the small children.
- Note: Using this option implies automatically onscreen-keyboard=yes, so setting both is redundant.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "onscreen-keyboard-disable-change=no". In both cases, may be overridden by the command-line option "--onscreen-keyboard-disable-change=no".
-
-
- -
-
joystick-dev=N
-
-
- -
-
- Specify which joystick device should be used by Tux Paint. Default value is 0 (the first joystick).
-
-
- -
-
joystick-slowness=SPEED
-
-
- -
-
- Sets a delay at each axis motion, allowing to slow the joystick. Allowed values are from 0 to 500. Default value is 15.
-
-
- -
-
joystick-threshold=THRESHOLD
-
-
- -
-
- Sets the minimum level of axis motion to start moving the pointer. Allowed values are from 0 to 32766. Default value is 3200.
-
-
- -
-
joystick-maxsteps=STEPS
-
-
- -
-
- Sets the maximum pixels the pointer will move at once. Allowed values are from 1 to 7. Default value is 7.
-
-
- -
-
joystick-hat-timeout=MILLISECONDS
-
-
- -
-
- Sets the delay after wich the pointer will start moving automatically if the hat is keeped pushed. Allowed values are from 0 to 3000. Default value is 1000.
-
-
- -
-
joystick-hat-slowness=SPEED
-
-
- -
-
- Sets a delay at each automatic motion, allowing to slow the speed of the hat. Allowed values are from 0 to 500. Default value is 15.
-
-
- -
-
joystick-btn-escape=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be used to generate a escape event. Useful to dismiss dialogs and quit.
-
-
- -
-
joystick-btn-brush=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to select the brush tool.
-
-
- -
-
joystick-btn-stamp=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to select the stamp tool.
-
-
- -
-
joystick-btn-lines=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to select the lines tool.
-
-
- -
-
joystick-btn-shapes=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to select the shapes tool.
-
-
- -
-
joystick-btn-text=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to select the text tool.
-
-
- -
-
joystick-btn-label=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to select the label tool.
-
-
- -
-
joystick-btn-magic=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to select the magic tool.
-
-
- -
-
joystick-btn-undo=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to invoke the undo tool.
-
-
- -
-
joystick-btn-redo=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to select redo tool.
-
-
- -
-
joystick-btn-eraser=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to select eraser tool.
-
-
- -
-
joystick-btn-new=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to launch the dialog for creating a new drawing.
-
-
- -
-
joystick-btn-open=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to launch the dialog for opening an existing drawing.
-
-
- -
-
joystick-btn-save=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to save the drawing.
-
+
+
+
- macOS — TBD!
+
+
+
+
+ Note: When the defaults are used, a new "TuxPaint" subdirectory will be created and used. (e.g., "~/Pictures/TuxPaint") When the "--exportdir" option is used, the exact path specified will be used (no "TuxPaint" subdirectory is created).
+
+ The directory itself (e.g., "~/Pictures/TuxPaint") will be created, if it doesn't exist.
+
+ If the parent directory (e.g., "~/Pictures/TuxPaint") also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that).
+
+
+ Example: exportdir=/home/penguin/TuxPaintExports
+
+
+
+
+
+
+ More Saving Options
+
+
+
+ -
+
nosave=yes
+
+
+ -
+
+ This disables Tux Paint's ability to save files (and therefore disables the on-screen "Save" button). It can be used in situations where the program is only being used for fun, or in a test environment.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosave=no" or "save=yes". In both cases, may be overridden by the command-line option "--save".
+
+
+ -
+
autosave=yes
+
+
+ -
+
+ This prevents Tux Paint from asking whether you want to save the current picture when quitting, and assumes you do.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "autosave=no" or "noautosave=yes". In both cases, may be overridden by the command-line option "--noautosave".
+
- -
-
joystick-btn-pgsetup=BUTTON NUMBER
-
+
+
+
-
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to launch the page setup dialog for printing.
-
+
+
+ Data
+
+
+ Lockfile
+
+
+
+ -
+
nolockfile=yes
+
+
+ -
+
+ By default, Tux Paint uses what's known as a 'lockfile' to prevent it from being launched more than once in 30 seconds. (This is to avoid accidentally running multiple copies; for example, by double-clicking a single-click launcher, or simply impatiently clicking the icon multiple times.)
+
+
+ To make Tux Paint ignore the lockfile, allowing it to run again, even if it was just launched less than 30 seconds ago, enable this setting in the configuration file, or run Tux Paint with the --nolockfile option on the command-line.
+
+
+ By default, the lockfile is stored in "~/.tuxpaint/" under Linux and Unix, and "userdata\" under Windows.
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolockfile=no" or "lockfile=yes". In both cases, may be overridden by the command-line option "--lockfile".
+
+
+
+
+
+
+ Data Directory
+
+
+
+ -
+
datadir=DIRECTORY
+
+
+ -
+
+ Use this option to change where Tux Paint looks for personal data files (brushes, stamps, starters, templates, and fonts specific to the current user).
+
+
+ Tux Paint will search for subdirectories/subfolders named "brushes", "stamps", "starters", "templates", and "fonts" under the specified data directory.
+
+
+ If you do not override it, the default location is:
+
+
+ - Linux & Unix — Under a hidden directory named "
.tuxpaint" in your home directory (aka "~" or "$HOME")
+ Example: /home/username/.tuxpaint/brushes/
+
+ - Windows — Inside a folder named "
TuxPaint" in your "Application Data" folder.
+ Example: C:\Documents and Settings\Username\Application Data\TuxPaint\brushes\
+
+ - macOS — Inside a folder named "
TuxPaint" in your "Application Support" folder.
+ Example: /Users/Username/Library/Application Support/TuxPaint/brushes/
+
- -
-
joystick-btn-print=BUTTON NUMBER
-
+
+ Note: Prior to version 0.9.18, Tux Paint would use the same setting or default as for "savedir" to search for data files. As of version 0.9.18, they may be specified separately.
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to print.
-
+
+ Note: When specifying a Windows drive (e.g., "H:\"), you must also specify a subdirectory.
- -
-
joystick-buttons-ignore=BUTTON1,BUTTON2,...
-
+
+ Example: datadir=/home/johnny/tuxpaint-data/
+
- -
-
- A set of joystick button numbers, as seen by SDL, that should be ignored. Otherwise, unless they are used by one of the "joystick-btn-" options above, buttons will be seen as a mouse left-click.
-
+
+
-
- stampsize=SIZE
-
+
+ Color Palette File
-
-
- Use this option to force Tux Paint to set the starting size of all stamps. The SIZE value should be between 0 (smallest) and 10 (largest). The size is relative to the available sizes of the stamp, which depends on the stamp itself, and Tux Paint's current canvas size.
+
+
+ -
+
colorfile=FILENAME
+
-
- Specify "default" to let Tux Paint decide (its standard behavior).
-
+
+
+ You may override Tux Paint's default color palette by creating a plain ASCII text file that describes the colors you want, and pointing to that file using the "colorfile" option.
-
- keyboard=yes
-
+
+ The file should list one color per line. Colors are defined in terms of their Red, Green and Blue values, each from 0 (off) to 255 (brightest). (For more information, try Wikipedia's "RGB color model" article.)
-
-
- This allows the keyboard arrow keys to be used to control the mouse pointer. (e.g., for mouseless environments, or handicapped/accessibility purposes)
+
+ Colors may be listed using three decimal numbers (e.g., "255 68 136") or a 6- or 3-digit-long hexadecimal 'triplet' (e.g., "#ff4488" or "#F48").
-
- Features:
+
+ After the color definition (on the same line) you may enter text to describe the color. Tux will display this text when the color is clicked. (For example, "#FFF White as snow.")
-
- - Fine movement within canvas, or coarse movement if
Shift is held.
+
+ As an example, you can see the default colors currently used in Tux Paint in: "default_colors.txt".
- - Coarse movement within tool button areas.
+
+ NOTES: You must separate decimal values with spaces, and begin hexadecimal values with a pound/number-sign character ("#"). In 3-digit hexadecimal, each digit is used for both the high and low halves of the byte, so "#FFF" is the same as "#FFFFFF", not "#F0F0F0".
+
+
+
+
- Key controls:
- - [Left]/[Right]/[Up]/[Down], numpad [1] thru [9]: Move mouse
+
+
+ Accessibility
+
+
+ Mouse
- - [Space]/[5]: Click mouse (except when using "Text" or "Label" tools)
+
+
+ -
+
mouse-accessibility=yes
+
-
- [Insert]/[F5]: Click mouse (always)
+ -
+
+ In this mode, instead of clicking, dragging and releasing (e.g., to draw), you click, move, and click again to end the motion.
+
+
+
- - [F4] jump mouse between "Tools", "Colors" and canvas areas
+
+ Keyboard
- - If mouse is within "Tools" section on the left, or "Colors" section at the bottom:
- - [F7], [F8]: Move down/up between buttons, respectively (Tools section, only)
+
+
+ -
+
keyboard=yes
+
-
- [F11], [F12]: Move to previous/next button, respectively
-
-
+ -
+
+ This allows the keyboard arrow keys to be used to control the mouse pointer. (e.g., for mouseless environments, or handicapped/accessibility purposes)
+
+
+ Features:
+
+
+ - Fine movement within canvas, or coarse movement if
Shift is held.
+
+ - Coarse movement within tool button areas.
+
+ - Key controls:
+ - [Left]/[Right]/[Up]/[Down], numpad [1] thru [9]: Move mouse
+
+ - [Space]/[5]: Click mouse (except when using "Text" or "Label" tools)
+
+ - [Insert]/[F5]: Click mouse (always)
+
+ - [F4] jump mouse between "Tools", "Colors" and canvas areas
+
+ - If mouse is within "Tools" section on the left, or "Colors" section at the bottom:
+ - [F7], [F8]: Move down/up between buttons, respectively (Tools section, only)
+
+ - [F11], [F12]: Move to previous/next button, respectively
-
- - To click-and-drag, hold one of the 'click' keys (e.g., [Insert]), and use the movement keys (e.g., [Left]).
- - Note: The "mouse accessibility" feature works with the keyboard mouse controls. With both options enabled, painting tools can be used to draw by pressing a 'click' key to start clicking, movement keys to move around (which will draw), and another 'click' key to end the click (stop drawing).
-
-
-
- - A regular mouse and/or joystick may still be used (so you can, e.g., move with the mouse, and click with the keyboard, or vice-versa)
+
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "keyboard=no" or "2$keyboard=no". In both cases, may be overridden by the command-line option "--mouse".
-
-
- -
-
savedir=DIRECTORY
-
-
- -
-
- Use this option to change where Tux Paint's "saved" directory/folder is located, which is where Tux Paint saves and opens pictures.
-
-
- If you do not override it, the default location is:
-
-
- - Linux & Unix — Under a hidden directory named "
.tuxpaint" in your home directory (aka "~" or "$HOME")
- Example: /home/username/.tuxpaint/saved/
-
- - Windows — Inside a folder named "
TuxPaint" in your "Application Data" folder.
- Example: C:\Documents and Settings\Username\Application Data\TuxPaint\saved\
-
-
- - macOS — Inside a folder named "
TuxPaint" in your "Application Support" folder.
- Example: /Users/Username/Library/Application Support/TuxPaint/saved/
+ - To click-and-drag, hold one of the 'click' keys (e.g., [Insert]), and use the movement keys (e.g., [Left]).
+ - Note: The "mouse accessibility" feature works with the keyboard mouse controls. With both options enabled, painting tools can be used to draw by pressing a 'click' key to start clicking, movement keys to move around (which will draw), and another 'click' key to end the click (stop drawing).
+
+
+ - A regular mouse and/or joystick may still be used (so you can, e.g., move with the mouse, and click with the keyboard, or vice-versa)
+
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "keyboard=no" or "2$keyboard=no". In both cases, may be overridden by the command-line option "--mouse".
+
+
+
+
+
+ Onscreen Keyboard
+
+
+
+ -
+
onscreen-keyboard=yes
+
+
+ -
+
+ Presents a clickable on-screen keyboard when using the Text and Label tools.
+
+
+ -
+
onscreen-keyboard-layout=LAYOUTNAME
+
+
+ -
+
+ Selects the initial layout for the on-screen keyboard when using the Text and Label tools.
Note: Using this option implies automatically onscreen-keyboard=yes, so setting both is redundant.
+
+
+ -
+
onscreen-keyboard-disable-change=yes
+
+
+ -
+
+ Disables the possibility for changing the layout of the on-screen keyboard when using the Text and Label tools, useful for simplifying things for the small children.
+ Note: Using this option implies automatically onscreen-keyboard=yes, so setting both is redundant.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "onscreen-keyboard-disable-change=no". In both cases, may be overridden by the command-line option "--onscreen-keyboard-disable-change=no".
+
+
+
+
+
+
+
+ Joystick
+
+
+ Main Device
+
+
+
+ -
+
joystick-dev=N
+
+
+ -
+
+ Specify which joystick device should be used by Tux Paint. Default value is 0 (the first joystick).
+
+
+ -
+
joystick-slowness=SPEED
+
+
+ -
+
+ Sets a delay at each axis motion, allowing to slow the joystick. Allowed values are from 0 to 500. Default value is 15.
+
+
+ -
+
joystick-threshold=THRESHOLD
+
+
+ -
+
+ Sets the minimum level of axis motion to start moving the pointer. Allowed values are from 0 to 32766. Default value is 3200.
+
+
+ -
+
joystick-maxsteps=STEPS
+
+
+ -
+
+ Sets the maximum pixels the pointer will move at once. Allowed values are from 1 to 7. Default value is 7.
+
+
+
+
+
+
+ Hat
+
+
+
+ -
+
joystick-hat-slowness=SPEED
+
+
+ -
+
+ Sets a delay at each automatic motion, allowing to slow the speed of the hat. Allowed values are from 0 to 500. Default value is 15.
+
+
+ -
+
joystick-hat-timeout=MILLISECONDS
+
+
+ -
+
+ Sets the delay after wich the pointer will start moving automatically if the hat is keeped pushed. Allowed values are from 0 to 3000. Default value is 1000.
+
+
+
+
+
+ Buttons to Disable
+
+
+
+ -
+
joystick-buttons-ignore=BUTTON1,BUTTON2,...
+
+
+ -
+
+ A set of joystick button numbers, as seen by SDL, that should be ignored. Otherwise, unless they are used by one of the "joystick-btn-" options above, buttons will be seen as a mouse left-click.
+
+
+
+
+
+ Button Shortcuts
+
+
+
+ -
+
joystick-btn-escape=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be used to generate a escape event. Useful to dismiss dialogs and quit.
+
+
+ -
+
joystick-btn-brush=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to select the brush tool.
+
+
+ -
+
joystick-btn-stamp=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to select the stamp tool.
+
+
+ -
+
joystick-btn-lines=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to select the lines tool.
+
+
+ -
+
joystick-btn-shapes=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to select the shapes tool.
+
+
+ -
+
joystick-btn-text=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to select the text tool.
+
+
+ -
+
joystick-btn-label=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to select the label tool.
+
+
+ -
+
joystick-btn-magic=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to select the magic tool.
+
+
+ -
+
joystick-btn-undo=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to invoke the undo tool.
+
+
+ -
+
joystick-btn-redo=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to select redo tool.
+
+
+ -
+
joystick-btn-eraser=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to select eraser tool.
+
+
+ -
+
joystick-btn-new=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to launch the dialog for creating a new drawing.
+
+
+ -
+
joystick-btn-open=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to launch the dialog for opening an existing drawing.
+
+
+ -
+
joystick-btn-save=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to save the drawing.
+
+
+ -
+
joystick-btn-pgsetup=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to launch the page setup dialog for printing.
+
+
+ -
+
joystick-btn-print=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to print.
+
+
+
+
-
- Note: When specifying a Windows drive (e.g., "H:\"), you must also specify a subdirectory.
-
-
- Note: Prior to version 0.9.18, Tux Paint would also use the setting or default for "savedir" as the place to search for personal data files (brushes, stamps, starters and fonts). As of version 0.9.18, they may be specified separately (see the "datadir" option, below).
-
-
- Example: savedir=Z:\tuxpaint\
-
-
- -
-
exportdir=DIRECTORY
-
-
- -
-
- Use this option to change where Tux Paint exports files — single images, or animated GIF slideshows — for external use.
-
-
- If you do not override it, the default location is:
-
-
- - Linux & Unix — If available, wherever your desktop environment is configured for pictures to be stored, based on your XDG (X Desktop Group) configuration. (Try running the command-line "
xdg-user-dir PICTURES" to find out.)
- Typically (in an English locale), this will be a "Pictures" subdirectory in your home directory (i.e., "$HOME/Pictures" aka "~/Pictures").
- Tux Paint will fall back to using that typical directory, of no XDG configuration can be read, or nothing is set for "XDG_PICTURES_DIR".
- - Windows - "My Pictures" directory for each user (normaly "c:\Users\USERNAME\Pictures").
You can directly open the folder as follows:
- - Press "[Windows]+[R]" key to open "Run ..." dialogue.
- - Enter "Shell:My Pictures" in the text box and push [OK].
-
-
-
- - macOS — TBD!
-
-
-
-
- Note: When the defaults are used, a new "TuxPaint" subdirectory will be created and used. (e.g., "~/Pictures/TuxPaint") When the "--exportdir" option is used, the exact path specified will be used (no "TuxPaint" subdirectory is created).
-
- The directory itself (e.g., "~/Pictures/TuxPaint") will be created, if it doesn't exist.
-
- If the parent directory (e.g., "~/Pictures/TuxPaint") also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that).
-
-
- Example: exportdir=/home/penguin/TuxPaintExports
-
-
- -
-
datadir=DIRECTORY
-
-
- -
-
- Use this option to change where Tux Paint looks for personal data files (brushes, stamps, starters, templates, and fonts specific to the current user).
-
-
- Tux Paint will search for subdirectories/subfolders named "brushes", "stamps", "starters", "templates", and "fonts" under the specified data directory.
-
-
- If you do not override it, the default location is:
-
-
- - Linux & Unix — Under a hidden directory named "
.tuxpaint" in your home directory (aka "~" or "$HOME")
- Example: /home/username/.tuxpaint/brushes/
-
- - Windows — Inside a folder named "
TuxPaint" in your "Application Data" folder.
- Example: C:\Documents and Settings\Username\Application Data\TuxPaint\brushes\
-
- - macOS — Inside a folder named "
TuxPaint" in your "Application Support" folder.
- Example: /Users/Username/Library/Application Support/TuxPaint/brushes/
-
-
-
- Note: Prior to version 0.9.18, Tux Paint would use the same setting or default as for "savedir" to search for data files. As of version 0.9.18, they may be specified separately.
-
-
- Note: When specifying a Windows drive (e.g., "H:\"), you must also specify a subdirectory.
-
-
- Example: datadir=/home/johnny/tuxpaint-data/
-
-
- -
-
saveover=yes
-
-
- -
-
- This disables the "Save over the old version...?" prompt when saving an existing file. With this option, the older version will always be replaced by the new version, automatically.
-
-
- -
-
saveover=new
-
-
- -
-
- This also disables the "Save over the old version...?" prompt when saving an existing file. This option, however, will always save a new file, rather than overwrite the older version.
-
-
- -
-
saveover=ask
-
-
- -
-
- (This option is redundant, since this is the default.)
- When saving an existing drawing, you will be first asked whether to save over the older version or not.
-
-
- -
-
nosave=yes
-
-
- -
-
- This disables Tux Paint's ability to save files (and therefore disables the on-screen "Save" button). It can be used in situations where the program is only being used for fun, or in a test environment.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosave=no" or "save=yes". In both cases, may be overridden by the command-line option "--save".
-
-
- -
-
autosave=yes
-
-
- -
-
- This prevents Tux Paint from asking whether you want to save the current picture when quitting, and assumes you do.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "autosave=no" or "noautosave=yes". In both cases, may be overridden by the command-line option "--noautosave".
-
-
- -
-
startblank=yes
-
-
- -
-
- This causes Tux Paint to display a blank canvas when it first starts up, rather than loading the last image that was being edited.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "startblank=no" or "startlast=yes". In both cases, may be overridden by the command-line option "--startlast".
-
-
- -
-
colorfile=FILENAME
-
-
- -
-
- You may override Tux Paint's default color palette by creating a plain ASCII text file that describes the colors you want, and pointing to that file using the "colorfile" option.
-
-
- The file should list one color per line. Colors are defined in terms of their Red, Green and Blue values, each from 0 (off) to 255 (brightest). (For more information, try Wikipedia's "RGB color model" article.)
-
-
- Colors may be listed using three decimal numbers (e.g., "255 68 136") or a 6- or 3-digit-long hexadecimal 'triplet' (e.g., "#ff4488" or "#F48").
-
-
- After the color definition (on the same line) you may enter text to describe the color. Tux will display this text when the color is clicked. (For example, "#FFF White as snow.")
-
-
- As an example, you can see the default colors currently used in Tux Paint in: "default_colors.txt".
-
-
- NOTES: You must separate decimal values with spaces, and begin hexadecimal values with a pound/number-sign character ("#"). In 3-digit hexadecimal, each digit is used for both the high and low halves of the byte, so "#FFF" is the same as "#FFFFFF", not "#F0F0F0".
-
-
- -
-
colorsrows=ROWS
-
-
- -
-
- How many rows of color palette buttons to show; useful when using a large color palette (see "colorfile", above), and/or for use with coarse input devices (like eyegaze trackers). "ROWS" may be between "1" (the default) and "3".
-
-
- -
-
lang=LANGUAGE
-
-
- -
-
- Run Tux Paint in one of the supported languages. Possible choice for LANGUAGE currently include:
-
-
-
-
-
-
- english
-
-
- american-english
-
-
-
-
-
-
-
-
- acholi
-
-
- acoli
-
-
-
-
-
-
-
-
- afrikaans
-
-
-
-
-
-
-
-
-
-
-
- akan
-
-
- twi-fante
-
-
-
-
-
-
-
-
- albanian
-
-
-
-
-
-
-
-
-
-
-
- amharic
-
-
-
-
-
-
-
-
-
-
-
- arabic
-
-
-
-
-
-
-
-
-
-
-
- aragones
-
-
-
-
-
-
-
-
-
-
-
- armenian
-
-
- hayeren
-
-
-
-
-
-
-
-
- assamese
-
-
-
-
-
-
-
-
-
-
-
- asturian
-
-
-
-
-
-
-
-
-
-
-
- australian-english
-
-
-
-
-
-
-
-
-
-
-
- azerbaijani
-
-
-
-
-
-
-
-
-
-
-
- bambara
-
-
-
-
-
-
-
-
-
-
-
- basque
-
-
- euskara
-
-
-
-
-
-
-
-
- belarusian
-
-
- bielaruskaja
-
-
-
-
-
-
-
-
- bengali
-
-
-
-
-
-
-
-
-
-
-
- bodo
-
-
-
-
-
-
-
-
-
-
-
- bokmal
-
-
-
-
-
-
-
-
-
-
-
- bosnian
-
-
-
-
-
-
-
-
-
-
-
- brazilian-portuguese
-
-
- portugues-brazilian
-
-
- brazilian
-
-
-
-
-
- breton
-
-
- brezhoneg
-
-
-
-
-
-
-
-
- british-english
-
-
- british
-
-
-
-
-
-
-
-
- bulgarian
-
-
-
-
-
-
-
-
-
-
-
- canadian-english
-
-
-
-
-
-
-
-
-
-
-
- catalan
-
-
- catala
-
-
-
-
-
-
-
-
- chinese
-
-
- simplified-chinese
-
-
-
-
-
-
-
-
- croatian
-
-
- hrvatski
-
-
-
-
-
-
-
-
- czech
-
-
- cesky
-
-
-
-
-
-
-
-
- danish
-
-
- dansk
-
-
-
-
-
-
-
-
-
-
-
- dogri
-
-
-
-
-
-
-
-
- dutch
-
-
- nederlands
-
-
-
-
-
-
-
-
- esperanto
-
-
-
-
-
-
-
-
-
-
-
- estonian
-
-
-
-
-
-
-
-
-
-
-
- faroese
-
-
-
-
-
-
-
-
-
-
-
- finnish
-
-
- suomi
-
-
-
-
-
-
-
-
- french
-
-
- francais
-
-
-
-
-
-
-
-
- fula
-
-
- fulah
-
-
- pulaar-fulfulde
-
-
-
-
-
- gaelic
-
-
- gaidhlig
-
-
- irish-gaelic
-
-
-
-
-
- galician
-
-
- galego
-
-
-
-
-
-
-
-
- georgian
-
-
-
-
-
-
-
-
-
-
-
- german
-
-
- deutsch
-
-
-
-
-
-
-
-
- greek
-
-
-
-
-
-
-
-
-
-
-
- gronings
-
-
- zudelk-veenkelonioals
-
-
-
-
-
-
-
-
- gujarati
-
-
-
-
-
-
-
-
-
-
-
- hebrew
-
-
-
-
-
-
-
-
-
-
-
- hindi
-
-
-
-
-
-
-
-
-
-
-
- hungarian
-
-
- magyar
-
-
-
-
-
-
-
-
- icelandic
-
-
- islenska
-
-
-
-
-
-
-
-
- indonesian
-
-
- bahasa-indonesia
-
-
-
-
-
-
-
-
- inuktitut
-
-
-
-
-
-
-
-
-
-
-
- italian
-
-
- italiano
-
-
-
-
-
-
-
-
- japanese
-
-
-
-
-
-
-
-
-
-
-
- kabyle
-
-
-
-
-
- kabylian
-
-
-
-
-
- kannada
-
-
-
-
-
-
-
-
-
-
-
- kashmiri-devanagari
-
-
-
-
-
-
-
-
-
-
-
- kashmiri-perso-arabic
-
-
-
-
-
-
-
-
-
-
-
- khmer
-
-
-
-
-
-
-
-
-
-
-
- kiga
-
-
- chiga
-
-
-
-
-
-
-
-
- kinyarwanda
-
-
-
-
-
-
-
-
-
-
-
- klingon
-
-
- tlhIngan
-
-
-
-
-
-
-
-
- konkani-devanagari
-
-
-
-
-
-
-
-
-
-
-
- konkani-roman
-
-
-
-
-
-
-
-
-
-
-
- korean
-
-
-
-
-
-
-
-
-
-
-
- kurdish
-
-
-
-
-
-
-
-
-
-
-
- latvian
-
-
-
-
-
-
-
-
-
-
-
- lithuanian
-
-
- lietuviu
-
-
-
-
-
-
-
-
- luganda
-
-
-
-
-
-
-
-
-
-
-
- luxembourgish
-
-
- letzebuergesch
-
-
-
-
-
-
-
-
- macedonian
-
-
-
-
-
-
-
-
-
-
-
- maithili
-
-
-
-
-
-
-
-
-
-
-
- malay
-
-
-
-
-
-
-
-
-
-
-
- malayalam
-
-
-
-
-
-
-
-
-
-
-
- manipuri-bengali
-
-
-
-
-
-
-
-
-
-
-
- manipuri-meitei-mayek
-
-
-
-
-
-
-
-
-
-
-
- marathi
-
-
-
-
-
-
-
-
-
-
-
- mexican-spanish
-
-
- espanol-mejicano
-
-
- mexican
-
-
-
-
-
- mongolian
-
-
-
-
-
-
-
-
-
-
-
- ndebele
-
-
-
-
-
-
-
-
-
-
-
- nepali
-
-
-
-
-
-
-
-
-
-
-
- northern-sotho
-
-
- sesotho-sa-leboa
-
-
-
-
-
-
-
-
- norwegian
-
-
- nynorsk
-
-
- norsk
-
-
-
-
-
- occitan
-
-
-
-
-
-
-
-
-
-
-
- odia
-
-
- oriya
-
-
-
-
-
-
-
-
- ojibwe
-
-
- ojibway
-
-
-
-
-
-
-
-
- persian
-
-
-
-
-
-
-
-
-
-
-
- polish
-
-
- polski
-
-
-
-
-
-
-
-
- portuguese
-
-
- portugues
-
-
-
-
-
-
-
-
- punjabi
-
-
- panjabi
-
-
-
-
-
-
-
-
- romanian
-
-
-
-
-
-
-
-
-
-
-
- russian
-
-
- russkiy
-
-
-
-
-
-
-
-
- sanskrit
-
-
-
-
-
-
-
-
-
-
-
- santali-devanagari
-
-
-
-
-
-
-
-
-
-
-
- santali-ol-chiki
-
-
-
-
-
-
-
-
-
-
-
- scottish
-
-
- ghaidhlig
-
-
- scottish-gaelic
-
-
-
-
-
- serbian
-
-
-
-
-
-
-
-
-
-
-
- serbian-latin
-
-
-
-
-
-
-
-
-
-
-
- shuswap
-
-
- secwepemctin
-
-
-
-
-
-
-
-
- sindhi-devanagari
-
-
-
-
-
-
-
-
-
-
-
- sindhi-perso-arabic
-
-
-
-
-
-
-
-
-
-
-
- slovak
-
-
-
-
-
-
-
-
-
-
-
- slovenian
-
-
- slovensko
-
-
-
-
-
-
-
-
- songhay
-
-
-
-
-
-
-
-
-
-
-
- southafrican-english
-
-
-
-
-
-
-
-
-
-
-
- spanish
-
-
- espanol
-
-
-
-
-
-
-
-
- sundanese
-
-
-
-
-
-
-
-
-
-
-
- swahili
-
-
-
-
-
-
-
-
-
-
-
- swedish
-
-
- svenska
-
-
-
-
-
-
-
-
- tagalog
-
-
-
-
-
-
-
-
-
-
-
- tamil
-
-
-
-
-
-
-
-
-
-
-
- telugu
-
-
-
-
-
-
-
-
-
-
-
- thai
-
-
-
-
-
-
-
-
-
-
-
- tibetan
-
-
-
-
-
-
-
-
-
-
-
- traditional-chinese
-
-
-
-
-
-
-
-
-
-
-
- turkish
-
-
-
-
-
-
-
-
-
-
-
- twi
-
-
-
-
-
-
-
-
-
-
-
- ukrainian
-
-
-
-
-
-
-
-
-
-
-
- urdu
-
-
-
-
-
-
-
-
-
-
-
- venda
-
-
-
-
-
-
-
-
-
-
-
- venetian
-
-
- veneto
-
-
-
-
-
-
-
-
- vietnamese
-
-
-
-
-
-
-
-
-
-
-
- walloon
-
-
- walon
-
-
-
-
-
-
-
-
- welsh
-
-
- cymraeg
-
-
-
-
-
-
-
-
- wolof
-
-
-
-
-
-
-
-
-
-
-
- xhosa
-
-
-
-
-
-
-
-
-
-
-
- miahuatlan-zapotec
-
-
-
-
-
- zapotec
-
-
-
-
-
- zulu
-
-
-
-
-
- zulu
-
-
-
-
-
-
- -
-
--locale LOCALE
-
-
- -
-
- Run Tux Paint in one of the support languages. See the "Choosing a Different Language" section below for the locale strings (e.g., "de_DE" for German) to use.
-
-
- (If your locale is already set, e.g. with the "$LANG" environment variable, this option is not necessary, since Tux Paint honors your environment's setting, if possible.)
-
-
-
--nosysconfig
diff --git a/docs/es_ES.UTF-8/OPTIONS.txt b/docs/es_ES.UTF-8/OPTIONS.txt
index 5af04daa4..42cf65576 100644
--- a/docs/es_ES.UTF-8/OPTIONS.txt
+++ b/docs/es_ES.UTF-8/OPTIONS.txt
@@ -79,1128 +79,1261 @@ Windows Users
(Command-line settings will override these. See the "Command-Line
Options" section, below.)
- fullscreen=yes
+ ----------------------------------------------------------------------
- Run the program in full screen mode, rather than in a window.
+Video/Sound
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "fullscreen=no". In both cases, may be overridden by the
- command-line option "--windowed".
+ Video
- fullscreen=native
+ fullscreen=yes
- Run the program in full screen mode. Additionally, assume the
- screen's current resolution (set by the operating system).
+ Run the program in full screen mode, rather than in a
+ window.
- windowsize=SIZE
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "fullscreen=no". In both cases, may be overridden by the
+ command-line option "--windowed".
- Run the program at a different size (in windowed mode) or at a
- different screen resolution (in fullscreen mode), rather than
- the default (usually 800x600).
+ fullscreen=native
- The SIZE value should be presented in pixels, in
- 'width-by-height' format, with an "x" (lowercase X) between the
- values. The size can be anything that's at least 640 wide, and
- at least 480 tall.
+ Run the program in full screen mode. Additionally, assume
+ the screen's current resolution (set by the operating
+ system).
- Some examples:
+ windowsize=SIZE
- * 640x480
- * 1024x768
- * 768x1024
- * 1600x1200
+ Run the program at a different size (in windowed mode) or at
+ a different screen resolution (in fullscreen mode), rather
+ than the default (usually 800x600).
- orient=portrait
+ The SIZE value should be presented in pixels, in
+ 'width-by-height' format, with an "x" (lowercase X) between
+ the values. The size can be anything that's at least 640
+ wide, and at least 480 tall.
- Swaps the width/height options given to Tux Paint, useful for
- rotating the window on portait displays, such as a tablet PC
- that's in tablet orientation.
+ Some examples:
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "orient=landscape". In both cases, may be overridden by the
- command-line option "--orient=landscape".
+ * 640x480
+ * 1024x768
+ * 768x1024
+ * 1600x1200
- native=yes
+ orient=portrait
- When running Tux Paint in fullscreen mode, this assumes the
- screen's current resolution (overriding any "windowsize"
- option), as set by the operating system.
+ Swaps the width/height options given to Tux Paint, useful
+ for rotating the window on portait displays, such as a
+ tablet PC that's in tablet orientation.
- buttonsize=SIZE
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "orient=landscape". In both cases, may be overridden by the
+ command-line option "--orient=landscape".
- Set the pixel size of buttons in Tux Paint's user interface
- (overriding the default of "48"). Useful when using very
- high-density displays or coarse input devices, such as eye gaze
- trackers.
+ native=yes
- The SIZE value should be presented in pixels, and can be
- anything between 24 and 192, inclusive. Most buttons are square,
- and this will affect their width and height.
+ When running Tux Paint in fullscreen mode, this assumes the
+ screen's current resolution (overriding any "windowsize"
+ option), as set by the operating system.
- Note: If the chosen button size would cause the buttons to be
- too large for all required UI elements to appear under Tux
- Paint's chosen window size, the largest possible button size
- will be used. (A note will appear in stderr.)
+ allowscreensaver=yes
- allowscreensaver=yes
+ By default, Tux Paint prevents your system's screensaver
+ from starting up. You can override this by using the
+ "allowscreensaver" option. Note: This requires version
+ 1.2.12 or higher of the SDL library. (You can also do this
+ by setting the "SDL_VIDEO_ALLOW_SCREENSAVER" environment
+ variable on your system to "1".)
- By default, Tux Paint prevents your system's screensaver from
- starting up. You can override this by using the
- "allowscreensaver" option. Note: This requires version 1.2.12 or
- higher of the SDL library. (You can also do this by setting the
- "SDL_VIDEO_ALLOW_SCREENSAVER" environment variable on your
- system to "1".)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "allowscreensaver=no" or "disablescreensaver=yes". In both
+ cases, may be overridden by the command-line option
+ "--disablescreensaver".
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "allowscreensaver=no" or "disablescreensaver=yes". In both
- cases, may be overridden by the command-line option
- "--disablescreensaver".
+ Sound
- nosound=yes
+ nosound=yes
- Disable sound effects. (Note: Pressing [Alt] + [S] cannot be
- used to reenable sounds if they were disabled using this
- option.)
+ Disable sound effects. (Note: Pressing [Alt] + [S] cannot be
+ used to reenable sounds if they were disabled using this
+ option.)
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "nosound=no"
- or "sound=yes". In both cases, may be overridden by the
- command-line option "--sound".
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nosound=no" or "sound=yes". In both cases, may be
+ overridden by the command-line option "--sound".
- nostereo=yes
+ nostereo=yes
- Disable stereo panning support. (Useful for users with hearing
- impairment in one ear, or places where a single speaker or
- headphone is being used.)
+ Disable stereo panning support. (Useful for users with
+ hearing impairment in one ear, or places where a single
+ speaker or headphone is being used.)
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "nostereo=no"
- or "stereo=yes". In both cases, may be overridden by the
- command-line option "--stereo".
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nostereo=no" or "stereo=yes". In both cases, may be
+ overridden by the command-line option "--stereo".
- noquit=yes
+ Interface Size
- Disable the on-screen "Quit" button and prevent the [Escape] key
- from quitting Tux Paint.
+ buttonsize=SIZE
- Using the [Alt] + [F4] keyboard combination or clicking the
- window's close button (assuming you're not in fullscreen mode)
- still works to quit Tux Paint.
+ Set the pixel size of buttons in Tux Paint's user interface
+ (overriding the default of "48"). Useful when using very
+ high-density displays or coarse input devices, such as eye
+ gaze trackers.
- You can also use the following keyboard combination to quit:
- [Shift] + [Control] + [Escape].
+ The SIZE value should be presented in pixels, and can be
+ anything between 24 and 192, inclusive. Most buttons are
+ square, and this will affect their width and height.
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "noquit=no" or
- "quit=yes". In both cases, may be overridden by the command-line
- option "--quit".
+ Note: If the chosen button size would cause the buttons to
+ be too large for all required UI elements to appear under
+ Tux Paint's chosen window size, the largest possible button
+ size will be used. (A note will appear in stderr.)
- noprint=yes
+ colorsrows=ROWS
- Disable the printing feature.
+ How many rows of color palette buttons to show; useful when
+ using a large color palette (see "colorfile", above), and/or
+ for use with coarse input devices (like eyegaze trackers).
+ "ROWS" may be between "1" (the default) and "3".
- printdelay=SECONDS
+ ----------------------------------------------------------------------
- Restrict printing so that printing can occur only once every
- SECONDS seconds.
+Mouse/Keyboard
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "printdelay=0". In both cases, may be overridden by the
- command-line option "--printdelay=0".
+ Cursor
- printcommand=COMMAND
+ nofancycursors=yes
- (Linux and Unix only)
+ This disables the fancy mouse pointer shapes in Tux Paint,
+ and uses your environment's normal mouse pointer.
- Use the command COMMAND to print a PostScript format file when
- the 'Print' button is clicked. If this option is not
- specifically not set, the default command is:
+ In some enviornments, the fancy cursors cause problems. Use
+ this option to avoid them.
- lpr
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nofancycursors=no" or "fancycursors=yes". In both cases,
+ may be overridden by the command-line option
+ "--fancycursors".
- Note: Versions of Tux Paint prior to 0.9.15 sent PNG format data
- to the print command (which defaulted to "pngtopnm | pnmtops |
- lpr").
+ hidecursor=yes
- If you set an alternative printcommand in the configuration file
- prior to version 0.9.15, you will need to change it.
+ This completely hides the mouse pointer shapes in Tux Paint.
- altprintcommand=COMMAND
+ This is useful for touchscreen devices, such as tablet PCs.
- (Linux and Unix only)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "hidecursor=no" or "showcursor=yes". In both cases, may be
+ overridden by the command-line option "--showcursor".
- Use the command COMMAND to print a PostScript format file when
- the 'Print' button is clicked while the [Alt] modifier key is
- being held. (This is typically used for providing a print
- dialog, similar to when pressing [Alt]+'Print' in Windows and
- macOS.)
+ Keyboard
- If this option is not specifically not set, the default command
- is KDE's graphical print dialog:
+ noshortcuts=yes
- kprinter
+ This disable keyboard shortcuts (e.g., [Ctrl]-[S] for save,
+ [Ctrl]-[N] for a new image, etc.)
- printcfg=yes
+ This is useful to prevent unwanted commands from being
+ activated by children who aren't experienced with keyboards.
- (Windows and macOS only)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "noshortcuts=no" or "shortcuts=yes". In both cases, may be
+ overridden by the command-line option "--shortcuts".
- Tux Paint will use a printer configuration file when printing.
- Push the [Alt] key while clicking the 'Print' button in Tux
- Paint to cause a Windows print dialog window to appear.
+ Mouse
- (Note: This only works when not running Tux Paint in fullscreen
- mode.) Any configuration changes made in this dialog will be
- saved to the file "userdata/print.cfg" , and used again, as long
- as the "printcfg" option is set.
+ grab=yes
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "printcfg=no"
- or "noprintcfg=yes". In both cases, may be overridden by the
- command-line option "--noprintcfg".
+ Tux Paint will attempt to 'grab' the mouse and keyboard, so
+ that the mouse is confined to Tux Paint's window, and nearly
+ all keyboard input is passed directly to it.
- altprint=always
+ This is useful to disable operating system actions that
+ could get the user out of Tux Paint [Alt]-[Tab] window
+ cycling, [Ctrl]-[Escape], etc. This is especially useful in
+ fullscreen mode.
- This causes Tux Paint to always show the printer dialog (or, on
- Linux/Unix, run the "altprintcommand") when the 'Print' button
- is clicked. In other words, it's like clicking 'Print' while
- holding [Alt], except you don't need to hold [Alt] every time.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "grab=no"
+ or "dontgrab=yes". In both cases, may be overridden by the
+ command-line option "--dontgrab".
- altprint=never
+ nowheelmouse=yes
- This prevents Tux Paint from ever showing the printer dialog
- (or, on Linux/Unix, run the "altprintcommand") when the 'Print'
- button is clicked. In other words, it makes the [Alt] key have
- no effect when clicking the 'Print' button.
+ This disables support for the wheel on mice that have it.
+ (Normally, the wheel will scroll the selector menu on the
+ right.)
- altprint=mod
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be
+ overridden by the command-line option "--wheelmouse".
- This is the normal, default behavior. Tux Paint shows a printer
- dialog (or, on Linux/Unix, runs the "altprintcommand"), when the
- [Alt] key is pressed while the 'Print' button is clicked.
- Clicking 'Print' without holding [Alt] prints without showing a
- dialog.
+ nobuttondistinction=yes
- papersize=PAPERSIZE
+ Prior to Tux Paint 0.9.15, the middle and right buttons on a
+ mouse could also be used for clicking. In version 0.9.15, it
+ was changed so that only the left mouse button worked, so as
+ to not train children to use the wrong button.
- (Platforms that use Tux Paint's internal PostScript generator —
- not Windows, macOS, BeOS, or Haiku.)
+ However, for children who have trouble with the mouse, this
+ distinction between the two or three buttons on a mouse can
+ be disabled (returning Tux Paint to its old behavior) by
+ using this option.
- Tell Tux Paint what size PostScript to generate. If none is
- specified, Tux Paint first checks your $PAPER environment
- variable, then the file /etc/papersize, then uses the the
- 'libpaper' library's default paper size.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nobuttondistinction=no" or "buttondistinction=yes". In both
+ cases, may be overridden by the command-line option
+ "--buttondistinction".
- Valid paper sizes include: letter, legal, tabloid, executive,
- note, statement, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10,
- b0, b1, b2 b3, b4, 10x14, 11x17, halfletter, halfexecutive,
- halfnote, folio, quarto, ledger, archA, archB, archC, archD,
- archE, flsa, flse, csheet, dsheet, esheet.
+ ----------------------------------------------------------------------
- nolockfile=yes
+Simplification
- By default, Tux Paint uses what's known as a 'lockfile' to
- prevent it from being launched more than once in 30 seconds.
- (This is to avoid accidentally running multiple copies; for
- example, by double-clicking a single-click launcher, or simply
- impatiently clicking the icon multiple times.)
+ Interface Simplification
- To make Tux Paint ignore the lockfile, allowing it to run again,
- even if it was just launched less than 30 seconds ago, enable
- this setting in the configuration file, or run Tux Paint with
- the --nolockfile option on the command-line.
+ simpleshapes=yes
- By default, the lockfile is stored in "~/.tuxpaint/" under Linux
- and Unix, and "userdata\" under Windows.
+ Disable the rotation step of the 'Shape' tool. Click, drag
+ and release is all that will be needed to draw a shape.
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nolockfile=no" or "lockfile=yes". In both cases, may be
- overridden by the command-line option "--lockfile".
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "simpleshapes=no" or "complexshapes=yes". In both cases, may
+ be overridden by the command-line option "--complexshapes".
- simpleshapes=yes
+ nooutlines=yes
- Disable the rotation step of the 'Shape' tool. Click, drag and
- release is all that will be needed to draw a shape.
+ In this mode, much simpler outlines and 'rubber-band' lines
+ are displayed when using the Lines, Shapes, Stamps and
+ Eraser tools.
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "simpleshapes=no" or "complexshapes=yes". In both cases, may be
- overridden by the command-line option "--complexshapes".
+ This can help when Tux Paint is run on very slow computers,
+ or displayed on a remote X-Window display.
- uppercase=yes
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nooutlines=no" or "outlines=yes". In both cases, may be
+ overridden by the command-line option "--outlines".
- All text will be rendered only in uppercase (e.g., "Brush" will
- be "BRUSH"). Useful for children who can read, but who have only
- learned uppercase letters so far.
+ uppercase=yes
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "uppercase=no"
- or "mixedcase=yes". In both cases, may be overridden by the
- command-line option "--mixedcase".
+ All text will be rendered only in uppercase (e.g., "Brush"
+ will be "BRUSH"). Useful for children who can read, but who
+ have only learned uppercase letters so far.
- grab=yes
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "uppercase=no" or "mixedcase=yes". In both cases, may be
+ overridden by the command-line option "--mixedcase".
- Tux Paint will attempt to 'grab' the mouse and keyboard, so that
- the mouse is confined to Tux Paint's window, and nearly all
- keyboard input is passed directly to it.
+ Initial Stamp Size
- This is useful to disable operating system actions that could
- get the user out of Tux Paint [Alt]-[Tab] window cycling,
- [Ctrl]-[Escape], etc. This is especially useful in fullscreen
- mode.
+ stampsize=SIZE
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "grab=no" or
- "dontgrab=yes". In both cases, may be overridden by the
- command-line option "--dontgrab".
+ Use this option to force Tux Paint to set the starting size
+ of all stamps. The SIZE value should be between 0 (smallest)
+ and 10 (largest). The size is relative to the available
+ sizes of the stamp, which depends on the stamp itself, and
+ Tux Paint's current canvas size.
- noshortcuts=yes
+ Specify "default" to let Tux Paint decide (its standard
+ behavior).
- This disable keyboard shortcuts (e.g., [Ctrl]-[S] for save,
- [Ctrl]-[N] for a new image, etc.)
+ Control Simplification
- This is useful to prevent unwanted commands from being activated
- by children who aren't experienced with keyboards.
+ noquit=yes
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "noshortcuts=no" or "shortcuts=yes". In both cases, may be
- overridden by the command-line option "--shortcuts".
+ Disable the on-screen "Quit" button and prevent the [Escape]
+ key from quitting Tux Paint.
- nowheelmouse=yes
+ Using the [Alt] + [F4] keyboard combination or clicking the
+ window's close button (assuming you're not in fullscreen
+ mode) still works to quit Tux Paint.
- This disables support for the wheel on mice that have it.
- (Normally, the wheel will scroll the selector menu on the
- right.)
+ You can also use the following keyboard combination to quit:
+ [Shift] + [Control] + [Escape].
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be
- overridden by the command-line option "--wheelmouse".
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "noquit=no" or "quit=yes". In both cases, may be overridden
+ by the command-line option "--quit".
- nobuttondistinction=yes
+ nostamps=yes
- Prior to Tux Paint 0.9.15, the middle and right buttons on a
- mouse could also be used for clicking. In version 0.9.15, it was
- changed so that only the left mouse button worked, so as to not
- train children to use the wrong button.
+ This option tells Tux Paint to not load any rubber stamp
+ images, which in turn ends up disabling the Stamps tool.
+
+ This can speed up Tux Paint when it first loads up, and
+ reduce memory usage while it's running. Of course, no stamps
+ will be available at all.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nostamps=no" or "stamps=yes". In both cases, may be
+ overridden by the command-line option "--stamps".
+
+ nostampcontrols=yes
+
+ Some images in the Stamps tool can be mirrored, flipped,
+ and/or have their size changed. This option disables the
+ controls, and only provides the basic stamps.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nostampcontrols=no" or "stampcontrols=yes". In both cases,
+ may be overridden by the command-line option
+ "--stampcontrols".
+
+ nomagiccontrols=yes
+
+ Some Magic tools have the option of acting like a
+ paintbrush, or affecting the entire canvas at once. This
+ option disables the controls, and only provides the default
+ functionality (usually paint-mode).
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nomagiccontrols=no" or "magiccontrols=yes". In both cases,
+ may be overridden by the command-line option
+ "--magiccontrols".
+
+ noshapecontrols=yes
+
+ Disable the control buttons shown when using the Shapes tool
+ that allow changing how shapes are drawn — centered around
+ the initial mouse click, or with a corner at the initial
+ mouse click.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "noshapecontrols=no" or "shapecontrols=yes". In both cases,
+ may be overridden by the command-line option
+ "--shapecontrols".
+
+ nolabel=yes
+
+ Disables the Label tool: the tool that allows text entry
+ which can be edited later.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nolabel=no" or "label=yes". In both cases, may be
+ overridden by the command-line option "--label".
+
+ ----------------------------------------------------------------------
+
+Languages
+
+ Language
+
+ lang=LANGUAGE
+
+ Run Tux Paint in one of the supported languages. Possible
+ choice for LANGUAGE currently include:
+
+ +-----------------------------------------------------------+
+ |english |american-english | |
+ |---------------------+---------------------+---------------|
+ |acholi |acoli | |
+ |---------------------+---------------------+---------------|
+ |afrikaans | | |
+ |---------------------+---------------------+---------------|
+ |akan |twi-fante | |
+ |---------------------+---------------------+---------------|
+ |albanian | | |
+ |---------------------+---------------------+---------------|
+ |amharic | | |
+ |---------------------+---------------------+---------------|
+ |arabic | | |
+ |---------------------+---------------------+---------------|
+ |aragones | | |
+ |---------------------+---------------------+---------------|
+ |armenian |hayeren | |
+ |---------------------+---------------------+---------------|
+ |assamese | | |
+ |---------------------+---------------------+---------------|
+ |asturian | | |
+ |---------------------+---------------------+---------------|
+ |australian-english | | |
+ |---------------------+---------------------+---------------|
+ |azerbaijani | | |
+ |---------------------+---------------------+---------------|
+ |bambara | | |
+ |---------------------+---------------------+---------------|
+ |basque |euskara | |
+ |---------------------+---------------------+---------------|
+ |belarusian |bielaruskaja | |
+ |---------------------+---------------------+---------------|
+ |bengali | | |
+ |---------------------+---------------------+---------------|
+ |bodo | | |
+ |---------------------+---------------------+---------------|
+ |bokmal | | |
+ |---------------------+---------------------+---------------|
+ |bosnian | | |
+ |---------------------+---------------------+---------------|
+ |brazilian-portuguese |portugues-brazilian |brazilian |
+ |---------------------+---------------------+---------------|
+ |breton |brezhoneg | |
+ |---------------------+---------------------+---------------|
+ |british-english |british | |
+ |---------------------+---------------------+---------------|
+ |bulgarian | | |
+ |---------------------+---------------------+---------------|
+ |canadian-english | | |
+ |---------------------+---------------------+---------------|
+ |catalan |catala | |
+ |---------------------+---------------------+---------------|
+ |chinese |simplified-chinese | |
+ |---------------------+---------------------+---------------|
+ |croatian |hrvatski | |
+ |---------------------+---------------------+---------------|
+ |czech |cesky | |
+ |---------------------+---------------------+---------------|
+ |danish |dansk | |
+ |---------------------+---------------------+---------------|
+ | |dogri | |
+ |---------------------+---------------------+---------------|
+ |dutch |nederlands | |
+ |---------------------+---------------------+---------------|
+ |esperanto | | |
+ |---------------------+---------------------+---------------|
+ |estonian | | |
+ |---------------------+---------------------+---------------|
+ |faroese | | |
+ |---------------------+---------------------+---------------|
+ |finnish |suomi | |
+ |---------------------+---------------------+---------------|
+ |french |francais | |
+ |---------------------+---------------------+---------------|
+ |fula |fulah |pulaar-fulfulde|
+ |---------------------+---------------------+---------------|
+ |gaelic |gaidhlig |irish-gaelic |
+ |---------------------+---------------------+---------------|
+ |galician |galego | |
+ |---------------------+---------------------+---------------|
+ |georgian | | |
+ |---------------------+---------------------+---------------|
+ |german |deutsch | |
+ |---------------------+---------------------+---------------|
+ |greek | | |
+ |---------------------+---------------------+---------------|
+ |gronings |zudelk-veenkelonioals| |
+ |---------------------+---------------------+---------------|
+ |gujarati | | |
+ |---------------------+---------------------+---------------|
+ |hebrew | | |
+ |---------------------+---------------------+---------------|
+ |hindi | | |
+ |---------------------+---------------------+---------------|
+ |hungarian |magyar | |
+ |---------------------+---------------------+---------------|
+ |icelandic |islenska | |
+ |---------------------+---------------------+---------------|
+ |indonesian |bahasa-indonesia | |
+ |---------------------+---------------------+---------------|
+ |inuktitut | | |
+ |---------------------+---------------------+---------------|
+ |italian |italiano | |
+ |---------------------+---------------------+---------------|
+ |japanese | | |
+ |---------------------+---------------------+---------------|
+ |kabyle | |kabylian |
+ |---------------------+---------------------+---------------|
+ |kannada | | |
+ |---------------------+---------------------+---------------|
+ |kashmiri-devanagari | | |
+ |---------------------+---------------------+---------------|
+ |kashmiri-perso-arabic| | |
+ |---------------------+---------------------+---------------|
+ |khmer | | |
+ |---------------------+---------------------+---------------|
+ |kiga |chiga | |
+ |---------------------+---------------------+---------------|
+ |kinyarwanda | | |
+ |---------------------+---------------------+---------------|
+ |klingon |tlhIngan | |
+ |---------------------+---------------------+---------------|
+ |konkani-devanagari | | |
+ |---------------------+---------------------+---------------|
+ |konkani-roman | | |
+ |---------------------+---------------------+---------------|
+ |korean | | |
+ |---------------------+---------------------+---------------|
+ |kurdish | | |
+ |---------------------+---------------------+---------------|
+ |latvian | | |
+ |---------------------+---------------------+---------------|
+ |lithuanian |lietuviu | |
+ |---------------------+---------------------+---------------|
+ |luganda | | |
+ |---------------------+---------------------+---------------|
+ |luxembourgish |letzebuergesch | |
+ |---------------------+---------------------+---------------|
+ |macedonian | | |
+ |---------------------+---------------------+---------------|
+ |maithili | | |
+ |---------------------+---------------------+---------------|
+ |malay | | |
+ |---------------------+---------------------+---------------|
+ |malayalam | | |
+ |---------------------+---------------------+---------------|
+ |manipuri-bengali | | |
+ |---------------------+---------------------+---------------|
+ |manipuri-meitei-mayek| | |
+ |---------------------+---------------------+---------------|
+ |marathi | | |
+ |---------------------+---------------------+---------------|
+ |mexican-spanish |espanol-mejicano |mexican |
+ |---------------------+---------------------+---------------|
+ |mongolian | | |
+ |---------------------+---------------------+---------------|
+ |ndebele | | |
+ |---------------------+---------------------+---------------|
+ |nepali | | |
+ |---------------------+---------------------+---------------|
+ |northern-sotho |sesotho-sa-leboa | |
+ |---------------------+---------------------+---------------|
+ |norwegian |nynorsk |norsk |
+ |---------------------+---------------------+---------------|
+ |occitan | | |
+ |---------------------+---------------------+---------------|
+ |odia |oriya | |
+ |---------------------+---------------------+---------------|
+ |ojibwe |ojibway | |
+ |---------------------+---------------------+---------------|
+ |persian | | |
+ |---------------------+---------------------+---------------|
+ |polish |polski | |
+ |---------------------+---------------------+---------------|
+ |portuguese |portugues | |
+ |---------------------+---------------------+---------------|
+ |punjabi |panjabi | |
+ |---------------------+---------------------+---------------|
+ |romanian | | |
+ |---------------------+---------------------+---------------|
+ |russian |russkiy | |
+ |---------------------+---------------------+---------------|
+ |sanskrit | | |
+ |---------------------+---------------------+---------------|
+ |santali-devanagari | | |
+ |---------------------+---------------------+---------------|
+ |santali-ol-chiki | | |
+ |---------------------+---------------------+---------------|
+ |scottish |ghaidhlig |scottish-gaelic|
+ |---------------------+---------------------+---------------|
+ |serbian | | |
+ |---------------------+---------------------+---------------|
+ |serbian-latin | | |
+ |---------------------+---------------------+---------------|
+ |shuswap |secwepemctin | |
+ |---------------------+---------------------+---------------|
+ |sindhi-devanagari | | |
+ |---------------------+---------------------+---------------|
+ |sindhi-perso-arabic | | |
+ |---------------------+---------------------+---------------|
+ |slovak | | |
+ |---------------------+---------------------+---------------|
+ |slovenian |slovensko | |
+ |---------------------+---------------------+---------------|
+ |songhay | | |
+ |---------------------+---------------------+---------------|
+ |southafrican-english | | |
+ |---------------------+---------------------+---------------|
+ |spanish |espanol | |
+ |---------------------+---------------------+---------------|
+ |sundanese | | |
+ |---------------------+---------------------+---------------|
+ |swahili | | |
+ |---------------------+---------------------+---------------|
+ |swedish |svenska | |
+ |---------------------+---------------------+---------------|
+ |tagalog | | |
+ |---------------------+---------------------+---------------|
+ |tamil | | |
+ |---------------------+---------------------+---------------|
+ |telugu | | |
+ |---------------------+---------------------+---------------|
+ |thai | | |
+ |---------------------+---------------------+---------------|
+ |tibetan | | |
+ |---------------------+---------------------+---------------|
+ |traditional-chinese | | |
+ |---------------------+---------------------+---------------|
+ |turkish | | |
+ |---------------------+---------------------+---------------|
+ |twi | | |
+ |---------------------+---------------------+---------------|
+ |ukrainian | | |
+ |---------------------+---------------------+---------------|
+ |urdu | | |
+ |---------------------+---------------------+---------------|
+ |venda | | |
+ |---------------------+---------------------+---------------|
+ |venetian |veneto | |
+ |---------------------+---------------------+---------------|
+ |vietnamese | | |
+ |---------------------+---------------------+---------------|
+ |walloon |walon | |
+ |---------------------+---------------------+---------------|
+ |welsh |cymraeg | |
+ |---------------------+---------------------+---------------|
+ |wolof | | |
+ |---------------------+---------------------+---------------|
+ |xhosa | | |
+ |---------------------+---------------------+---------------|
+ |miahuatlan-zapotec | |zapotec |
+ |---------------------+---------------------+---------------|
+ |zulu | |zulu |
+ +-----------------------------------------------------------+
+
+ --locale LOCALE
+
+ Run Tux Paint in one of the support languages. See the
+ "Choosing a Different Language" section below for the locale
+ strings (e.g., "de_DE" for German) to use.
+
+ (If your locale is already set, e.g. with the "$LANG"
+ environment variable, this option is not necessary, since
+ Tux Paint honors your environment's setting, if possible.)
+
+ mirrorstamps=yes
+
+ For stamps that can be mirrored, this option sets them to
+ their mirrored shape by default.
+
+ This can be useful for people who prefer things
+ right-to-left, rather than left-to-right.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases,
+ may be overridden by the command-line option
+ "--dontmirrorstamps".
+
+ Fonts
+
+ sysfonts=yes
+
+ This option causes Tux Paint to attempt to load fonts (for
+ use in the Text tool) from your operating system. Normally,
+ Tux Paint will only load the ones that came bundled with Tux
+ Paint.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "sysfonts=no" or "nosysfonts=yes". In both cases, may be
+ overridden by the command-line option "--nosysfonts".
+
+ alllocalefonts=yes
+
+ Prior to version 0.9.21, Tux Paint loaded all fonts in its
+ own fonts directory, including locale-specific ones (e.g.,
+ the one for Tibetan, which had no latin characters). As of
+ 0.9.21, the only font loaded from the locale-specific
+ subdirectory, if any, is one matching the locale Tux Paint
+ is running on.
+
+ To load all locale-specific fonts (the old behavior), set
+ this option.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "alllocalefonts=no" or "currentlocalefont=yes". In both
+ cases, may be overridden by the command-line option
+ "--currentlocalefont".
+
+ ----------------------------------------------------------------------
- However, for children who have trouble with the mouse, this
- distinction between the two or three buttons on a mouse can be
- disabled (returning Tux Paint to its old behavior) by using this
- option.
+Printing
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nobuttondistinction=no" or "buttondistinction=yes". In both
- cases, may be overridden by the command-line option
- "--buttondistinction".
+ Print Permissions
- nofancycursors=yes
+ noprint=yes
- This disables the fancy mouse pointer shapes in Tux Paint, and
- uses your environment's normal mouse pointer.
+ Disable the printing feature.
- In some enviornments, the fancy cursors cause problems. Use this
- option to avoid them.
+ printdelay=SECONDS
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nofancycursors=no" or "fancycursors=yes". In both cases, may be
- overridden by the command-line option "--fancycursors".
+ Restrict printing so that printing can occur only once every
+ SECONDS seconds.
- hidecursor=yes
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "printdelay=0". In both cases, may be overridden by the
+ command-line option "--printdelay=0".
- This completely hides the mouse pointer shapes in Tux Paint.
+ Show Printer Dialog
- This is useful for touchscreen devices, such as tablet PCs.
+ altprint=always
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "hidecursor=no" or "showcursor=yes". In both cases, may be
- overridden by the command-line option "--showcursor".
+ This causes Tux Paint to always show the printer dialog (or,
+ on Linux/Unix, run the "altprintcommand") when the 'Print'
+ button is clicked. In other words, it's like clicking
+ 'Print' while holding [Alt], except you don't need to hold
+ [Alt] every time.
- nooutlines=yes
+ altprint=never
- In this mode, much simpler outlines and 'rubber-band' lines are
- displayed when using the Lines, Shapes, Stamps and Eraser tools.
+ This prevents Tux Paint from ever showing the printer dialog
+ (or, on Linux/Unix, run the "altprintcommand") when the
+ 'Print' button is clicked. In other words, it makes the
+ [Alt] key have no effect when clicking the 'Print' button.
- This can help when Tux Paint is run on very slow computers, or
- displayed on a remote X-Window display.
+ altprint=mod
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nooutlines=no" or "outlines=yes". In both cases, may be
- overridden by the command-line option "--outlines".
+ This is the normal, default behavior. Tux Paint shows a
+ printer dialog (or, on Linux/Unix, runs the
+ "altprintcommand"), when the [Alt] key is pressed while the
+ 'Print' button is clicked. Clicking 'Print' without holding
+ [Alt] prints without showing a dialog.
- sysfonts=yes
+ Save Printer Configuration
- This option causes Tux Paint to attempt to load fonts (for use
- in the Text tool) from your operating system. Normally, Tux
- Paint will only load the ones that came bundled with Tux Paint.
+ printcfg=yes
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "sysfonts=no"
- or "nosysfonts=yes". In both cases, may be overridden by the
- command-line option "--nosysfonts".
+ (Windows and macOS only)
- alllocalefonts=yes
+ Tux Paint will use a printer configuration file when
+ printing. Push the [Alt] key while clicking the 'Print'
+ button in Tux Paint to cause a Windows print dialog window
+ to appear.
- Prior to version 0.9.21, Tux Paint loaded all fonts in its own
- fonts directory, including locale-specific ones (e.g., the one
- for Tibetan, which had no latin characters). As of 0.9.21, the
- only font loaded from the locale-specific subdirectory, if any,
- is one matching the locale Tux Paint is running on.
+ (Note: This only works when not running Tux Paint in
+ fullscreen mode.) Any configuration changes made in this
+ dialog will be saved to the file "userdata/print.cfg" , and
+ used again, as long as the "printcfg" option is set.
- To load all locale-specific fonts (the old behavior), set this
- option.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "printcfg=no" or "noprintcfg=yes". In both cases, may be
+ overridden by the command-line option "--noprintcfg".
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "alllocalefonts=no" or "currentlocalefont=yes". In both cases,
- may be overridden by the command-line option
- "--currentlocalefont".
+ Print Commands
- nostamps=yes
+ printcommand=COMMAND
- This option tells Tux Paint to not load any rubber stamp images,
- which in turn ends up disabling the Stamps tool.
+ (Linux and Unix only)
- This can speed up Tux Paint when it first loads up, and reduce
- memory usage while it's running. Of course, no stamps will be
- available at all.
+ Use the command COMMAND to print a PostScript format file
+ when the 'Print' button is clicked. If this option is not
+ specifically not set, the default command is:
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "nostamps=no"
- or "stamps=yes". In both cases, may be overridden by the
- command-line option "--stamps".
+ lpr
- nostampcontrols=yes
+ Note: Versions of Tux Paint prior to 0.9.15 sent PNG format
+ data to the print command (which defaulted to "pngtopnm |
+ pnmtops | lpr").
- Some images in the Stamps tool can be mirrored, flipped, and/or
- have their size changed. This option disables the controls, and
- only provides the basic stamps.
+ If you set an alternative printcommand in the configuration
+ file prior to version 0.9.15, you will need to change it.
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nostampcontrols=no" or "stampcontrols=yes". In both cases, may
- be overridden by the command-line option "--stampcontrols".
+ altprintcommand=COMMAND
- nomagiccontrols=yes
+ (Linux and Unix only)
- Some Magic tools have the option of acting like a paintbrush, or
- affecting the entire canvas at once. This option disables the
- controls, and only provides the default functionality (usually
- paint-mode).
+ Use the command COMMAND to print a PostScript format file
+ when the 'Print' button is clicked while the [Alt] modifier
+ key is being held. (This is typically used for providing a
+ print dialog, similar to when pressing [Alt]+'Print' in
+ Windows and macOS.)
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may
- be overridden by the command-line option "--magiccontrols".
+ If this option is not specifically not set, the default
+ command is KDE's graphical print dialog:
- noshapecontrols=yes
+ kprinter
- Disable the control buttons shown when using the Shapes tool
- that allow changing how shapes are drawn — centered around the
- initial mouse click, or with a corner at the initial mouse
- click.
+ Paper Size
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "noshapecontrols=no" or "shapecontrols=yes". In both cases, may
- be overridden by the command-line option "--shapecontrols".
+ papersize=PAPERSIZE
- nolabel=yes
+ (Platforms that use Tux Paint's internal PostScript
+ generator — not Windows, macOS, BeOS, or Haiku.)
- Disables the Label tool: the tool that allows text entry which
- can be edited later.
+ Tell Tux Paint what size PostScript to generate. If none is
+ specified, Tux Paint first checks your $PAPER environment
+ variable, then the file /etc/papersize, then uses the the
+ 'libpaper' library's default paper size.
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "nolabel=no"
- or "label=yes". In both cases, may be overridden by the
- command-line option "--label".
+ Valid paper sizes include: letter, legal, tabloid,
+ executive, note, statement, a0, a1, a2, a3, a4, a5, a6, a7,
+ a8, a9, a10, b0, b1, b2 b3, b4, 10x14, 11x17, halfletter,
+ halfexecutive, halfnote, folio, quarto, ledger, archA,
+ archB, archC, archD, archE, flsa, flse, csheet, dsheet,
+ esheet.
- newcolorslast=yes
+ ----------------------------------------------------------------------
- Places the blank color options in the New dialog at the end, so
- that any Starters and/or Templates are shown first.
+Saving
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "newcolorslast=no" or "newcolorsfirst=yes". In both cases, may
- be overridden by the command-line option "--newcolorsfirst".
+ Save Over Earlier Work
- mirrorstamps=yes
+ saveover=yes
- For stamps that can be mirrored, this option sets them to their
- mirrored shape by default.
+ This disables the "Save over the old version...?" prompt
+ when saving an existing file. With this option, the older
+ version will always be replaced by the new version,
+ automatically.
- This can be useful for people who prefer things right-to-left,
- rather than left-to-right.
+ saveover=new
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases, may
- be overridden by the command-line option "--dontmirrorstamps".
+ This also disables the "Save over the old version...?"
+ prompt when saving an existing file. This option, however,
+ will always save a new file, rather than overwrite the older
+ version.
- mouse-accessibility=yes
+ saveover=ask
- In this mode, instead of clicking, dragging and releasing (e.g.,
- to draw), you click, move, and click again to end the motion.
+ (This option is redundant, since this is the default.) When
+ saving an existing drawing, you will be first asked whether
+ to save over the older version or not.
- onscreen-keyboard=yes
+ Starting Out
- Presents a clickable on-screen keyboard when using the Text and
- Label tools.
+ startblank=yes
- onscreen-keyboard-layout=LAYOUTNAME
+ This causes Tux Paint to display a blank canvas when it
+ first starts up, rather than loading the last image that was
+ being edited.
- Selects the initial layout for the on-screen keyboard when using
- the Text and Label tools.
- Note: Using this option implies automatically
- onscreen-keyboard=yes, so setting both is redundant.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "startblank=no" or "startlast=yes". In both cases, may be
+ overridden by the command-line option "--startlast".
- onscreen-keyboard-disable-change=yes
+ newcolorslast=yes
- Disables the possibility for changing the layout of the
- on-screen keyboard when using the Text and Label tools, useful
- for simplifying things for the small children.
- Note: Using this option implies automatically
- onscreen-keyboard=yes, so setting both is redundant.
+ Places the blank color options in the New dialog at the end,
+ so that any Starters and/or Templates are shown first.
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "onscreen-keyboard-disable-change=no". In both cases, may be
- overridden by the command-line option
- "--onscreen-keyboard-disable-change=no".
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "newcolorslast=no" or "newcolorsfirst=yes". In both cases,
+ may be overridden by the command-line option
+ "--newcolorsfirst".
- joystick-dev=N
+ Save and Export Directories
- Specify which joystick device should be used by Tux Paint.
- Default value is 0 (the first joystick).
+ savedir=DIRECTORY
- joystick-slowness=SPEED
+ Use this option to change where Tux Paint's "saved"
+ directory/folder is located, which is where Tux Paint saves
+ and opens pictures.
- Sets a delay at each axis motion, allowing to slow the joystick.
- Allowed values are from 0 to 500. Default value is 15.
+ If you do not override it, the default location is:
- joystick-threshold=THRESHOLD
+ * Linux & Unix — Under a hidden directory named
+ ".tuxpaint" in your home directory (aka "~" or "$HOME")
+ Example: /home/username/.tuxpaint/saved/
+ * Windows — Inside a folder named "TuxPaint" in your
+ "Application Data" folder.
+ Example: C:\Documents and Settings\Username\Application
+ Data\TuxPaint\saved\
+ * macOS — Inside a folder named "TuxPaint" in your
+ "Application Support" folder.
+ Example: /Users/Username/Library/Application
+ Support/TuxPaint/saved/
- Sets the minimum level of axis motion to start moving the
- pointer. Allowed values are from 0 to 32766. Default value is
- 3200.
+ Note: When specifying a Windows drive (e.g., "H:\"), you
+ must also specify a subdirectory.
- joystick-maxsteps=STEPS
+ Note: Prior to version 0.9.18, Tux Paint would also use the
+ setting or default for "savedir" as the place to search for
+ personal data files (brushes, stamps, starters and fonts).
+ As of version 0.9.18, they may be specified separately (see
+ the "datadir" option, below).
- Sets the maximum pixels the pointer will move at once. Allowed
- values are from 1 to 7. Default value is 7.
+ Example: savedir=Z:\tuxpaint\
- joystick-hat-timeout=MILLISECONDS
+ exportdir=DIRECTORY
- Sets the delay after wich the pointer will start moving
- automatically if the hat is keeped pushed. Allowed values are
- from 0 to 3000. Default value is 1000.
+ Use this option to change where Tux Paint exports files —
+ single images, or animated GIF slideshows — for external
+ use.
- joystick-hat-slowness=SPEED
+ If you do not override it, the default location is:
- Sets a delay at each automatic motion, allowing to slow the
- speed of the hat. Allowed values are from 0 to 500. Default
- value is 15.
+ * Linux & Unix — If available, wherever your desktop
+ environment is configured for pictures to be stored,
+ based on your XDG (X Desktop Group) configuration. (Try
+ running the command-line "xdg-user-dir PICTURES" to
+ find out.)
+ Typically (in an English locale), this will be a
+ "Pictures" subdirectory in your home directory (i.e.,
+ "$HOME/Pictures" aka "~/Pictures").
+ Tux Paint will fall back to using that typical
+ directory, of no XDG configuration can be read, or
+ nothing is set for "XDG_PICTURES_DIR".
+ * Windows - "My Pictures" directory for each user
+ (normaly "c:\Users\USERNAME\Pictures").
+ You can directly open the folder as follows:
+ * Press "[Windows]+[R]" key to open "Run ..."
+ dialogue.
+ * Enter "Shell:My Pictures" in the text box and push
+ [OK].
+ * macOS — TBD!
- joystick-btn-escape=BUTTON NUMBER
+ Note: When the defaults are used, a new "TuxPaint"
+ subdirectory will be created and used. (e.g.,
+ "~/Pictures/TuxPaint") When the "--exportdir" option is
+ used, the exact path specified will be used (no "TuxPaint"
+ subdirectory is created).
- Selects the joystick button number, as seen by SDL, that will be
- used to generate a escape event. Useful to dismiss dialogs and
- quit.
+ The directory itself (e.g., "~/Pictures/TuxPaint") will be
+ created, if it doesn't exist.
- joystick-btn-brush=BUTTON NUMBER
+ If the parent directory (e.g., "~/Pictures/TuxPaint") also
+ does not exist, Tux Paint will attempt to create it as well
+ (but not any directories higher than that).
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to select the brush tool.
+ Example: exportdir=/home/penguin/TuxPaintExports
- joystick-btn-stamp=BUTTON NUMBER
+ More Saving Options
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to select the stamp tool.
+ nosave=yes
- joystick-btn-lines=BUTTON NUMBER
+ This disables Tux Paint's ability to save files (and
+ therefore disables the on-screen "Save" button). It can be
+ used in situations where the program is only being used for
+ fun, or in a test environment.
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to select the lines tool.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nosave=no" or "save=yes". In both cases, may be overridden
+ by the command-line option "--save".
- joystick-btn-shapes=BUTTON NUMBER
+ autosave=yes
+
+ This prevents Tux Paint from asking whether you want to save
+ the current picture when quitting, and assumes you do.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "autosave=no" or "noautosave=yes". In both cases, may be
+ overridden by the command-line option "--noautosave".
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to select the shapes tool.
+ ----------------------------------------------------------------------
- joystick-btn-text=BUTTON NUMBER
+Data
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to select the text tool.
+ Lockfile
- joystick-btn-label=BUTTON NUMBER
+ nolockfile=yes
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to select the label tool.
+ By default, Tux Paint uses what's known as a 'lockfile' to
+ prevent it from being launched more than once in 30 seconds.
+ (This is to avoid accidentally running multiple copies; for
+ example, by double-clicking a single-click launcher, or
+ simply impatiently clicking the icon multiple times.)
- joystick-btn-magic=BUTTON NUMBER
+ To make Tux Paint ignore the lockfile, allowing it to run
+ again, even if it was just launched less than 30 seconds
+ ago, enable this setting in the configuration file, or run
+ Tux Paint with the --nolockfile option on the command-line.
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to select the magic tool.
+ By default, the lockfile is stored in "~/.tuxpaint/" under
+ Linux and Unix, and "userdata\" under Windows.
- joystick-btn-undo=BUTTON NUMBER
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nolockfile=no" or "lockfile=yes". In both cases, may be
+ overridden by the command-line option "--lockfile".
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to invoke the undo tool.
+ Data Directory
- joystick-btn-redo=BUTTON NUMBER
+ datadir=DIRECTORY
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to select redo tool.
+ Use this option to change where Tux Paint looks for personal
+ data files (brushes, stamps, starters, templates, and fonts
+ specific to the current user).
+
+ Tux Paint will search for subdirectories/subfolders named
+ "brushes", "stamps", "starters", "templates", and "fonts"
+ under the specified data directory.
+
+ If you do not override it, the default location is:
+
+ * Linux & Unix — Under a hidden directory named
+ ".tuxpaint" in your home directory (aka "~" or "$HOME")
+ Example: /home/username/.tuxpaint/brushes/
+ * Windows — Inside a folder named "TuxPaint" in your
+ "Application Data" folder.
+ Example: C:\Documents and Settings\Username\Application
+ Data\TuxPaint\brushes\
+ * macOS — Inside a folder named "TuxPaint" in your
+ "Application Support" folder.
+ Example: /Users/Username/Library/Application
+ Support/TuxPaint/brushes/
+
+ Note: Prior to version 0.9.18, Tux Paint would use the same
+ setting or default as for "savedir" to search for data
+ files. As of version 0.9.18, they may be specified
+ separately.
- joystick-btn-eraser=BUTTON NUMBER
+ Note: When specifying a Windows drive (e.g., "H:\"), you
+ must also specify a subdirectory.
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to select eraser tool.
+ Example: datadir=/home/johnny/tuxpaint-data/
- joystick-btn-new=BUTTON NUMBER
+ Color Palette File
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to launch the dialog for creating a new drawing.
+ colorfile=FILENAME
- joystick-btn-open=BUTTON NUMBER
+ You may override Tux Paint's default color palette by
+ creating a plain ASCII text file that describes the colors
+ you want, and pointing to that file using the "colorfile"
+ option.
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to launch the dialog for opening an existing drawing.
+ The file should list one color per line. Colors are defined
+ in terms of their Red, Green and Blue values, each from 0
+ (off) to 255 (brightest). (For more information, try
+ Wikipedia's "RGB color model" article.)
- joystick-btn-save=BUTTON NUMBER
+ Colors may be listed using three decimal numbers (e.g., "255
+ 68 136") or a 6- or 3-digit-long hexadecimal 'triplet'
+ (e.g., "#ff4488" or "#F48").
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to save the drawing.
+ After the color definition (on the same line) you may enter
+ text to describe the color. Tux will display this text when
+ the color is clicked. (For example, "#FFF White as snow.")
- joystick-btn-pgsetup=BUTTON NUMBER
+ As an example, you can see the default colors currently used
+ in Tux Paint in: "default_colors.txt".
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to launch the page setup dialog for printing.
+ NOTES: You must separate decimal values with spaces, and
+ begin hexadecimal values with a pound/number-sign character
+ ("#"). In 3-digit hexadecimal, each digit is used for both
+ the high and low halves of the byte, so "#FFF" is the same
+ as "#FFFFFF", not "#F0F0F0".
- joystick-btn-print=BUTTON NUMBER
+ ----------------------------------------------------------------------
- Selects the joystick button number, as seen by SDL, that will be
- a shortcut to print.
+Accessibility
- joystick-buttons-ignore=BUTTON1,BUTTON2,...
+ Mouse
- A set of joystick button numbers, as seen by SDL, that should be
- ignored. Otherwise, unless they are used by one of the
- "joystick-btn-" options above, buttons will be seen as a mouse
- left-click.
+ mouse-accessibility=yes
- stampsize=SIZE
+ In this mode, instead of clicking, dragging and releasing
+ (e.g., to draw), you click, move, and click again to end the
+ motion.
- Use this option to force Tux Paint to set the starting size of
- all stamps. The SIZE value should be between 0 (smallest) and 10
- (largest). The size is relative to the available sizes of the
- stamp, which depends on the stamp itself, and Tux Paint's
- current canvas size.
+ Keyboard
- Specify "default" to let Tux Paint decide (its standard
- behavior).
+ keyboard=yes
- keyboard=yes
+ This allows the keyboard arrow keys to be used to control
+ the mouse pointer. (e.g., for mouseless environments, or
+ handicapped/accessibility purposes)
- This allows the keyboard arrow keys to be used to control the
- mouse pointer. (e.g., for mouseless environments, or
- handicapped/accessibility purposes)
+ Features:
- Features:
+ * Fine movement within canvas, or coarse movement if
+ Shift is held.
+ * Coarse movement within tool button areas.
+ * Key controls:
+ * [Left]/[Right]/[Up]/[Down], numpad [1] thru [9]:
+ Move mouse
+ * [Space]/[5]: Click mouse (except when using "Text"
+ or "Label" tools)
+ * [Insert]/[F5]: Click mouse (always)
+ * [F4] jump mouse between "Tools", "Colors" and
+ canvas areas
+ * If mouse is within "Tools" section on the left, or
+ "Colors" section at the bottom:
+ * [F7], [F8]: Move down/up between buttons,
+ respectively (Tools section, only)
+ * [F11], [F12]: Move to previous/next button,
+ respectively
+ * To click-and-drag, hold one of the 'click' keys (e.g.,
+ [Insert]), and use the movement keys (e.g., [Left]).
+ * Note: The "mouse accessibility" feature works with
+ the keyboard mouse controls. With both options
+ enabled, painting tools can be used to draw by
+ pressing a 'click' key to start clicking, movement
+ keys to move around (which will draw), and another
+ 'click' key to end the click (stop drawing).
+ * A regular mouse and/or joystick may still be used (so
+ you can, e.g., move with the mouse, and click with the
+ keyboard, or vice-versa)
- * Fine movement within canvas, or coarse movement if Shift is
- held.
- * Coarse movement within tool button areas.
- * Key controls:
- * [Left]/[Right]/[Up]/[Down], numpad [1] thru [9]: Move
- mouse
- * [Space]/[5]: Click mouse (except when using "Text" or
- "Label" tools)
- * [Insert]/[F5]: Click mouse (always)
- * [F4] jump mouse between "Tools", "Colors" and canvas
- areas
- * If mouse is within "Tools" section on the left, or
- "Colors" section at the bottom:
- * [F7], [F8]: Move down/up between buttons,
- respectively (Tools section, only)
- * [F11], [F12]: Move to previous/next button,
- respectively
- * To click-and-drag, hold one of the 'click' keys (e.g.,
- [Insert]), and use the movement keys (e.g., [Left]).
- * Note: The "mouse accessibility" feature works with the
- keyboard mouse controls. With both options enabled,
- painting tools can be used to draw by pressing a
- 'click' key to start clicking, movement keys to move
- around (which will draw), and another 'click' key to
- end the click (stop drawing).
- * A regular mouse and/or joystick may still be used (so you
- can, e.g., move with the mouse, and click with the
- keyboard, or vice-versa)
-
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "keyboard=no"
- or "2$keyboard=no". In both cases, may be overridden by the
- command-line option "--mouse".
-
- savedir=DIRECTORY
-
- Use this option to change where Tux Paint's "saved"
- directory/folder is located, which is where Tux Paint saves and
- opens pictures.
-
- If you do not override it, the default location is:
-
- * Linux & Unix — Under a hidden directory named ".tuxpaint"
- in your home directory (aka "~" or "$HOME")
- Example: /home/username/.tuxpaint/saved/
- * Windows — Inside a folder named "TuxPaint" in your
- "Application Data" folder.
- Example: C:\Documents and Settings\Username\Application
- Data\TuxPaint\saved\
- * macOS — Inside a folder named "TuxPaint" in your
- "Application Support" folder.
- Example: /Users/Username/Library/Application
- Support/TuxPaint/saved/
-
- Note: When specifying a Windows drive (e.g., "H:\"), you must
- also specify a subdirectory.
-
- Note: Prior to version 0.9.18, Tux Paint would also use the
- setting or default for "savedir" as the place to search for
- personal data files (brushes, stamps, starters and fonts). As of
- version 0.9.18, they may be specified separately (see the
- "datadir" option, below).
-
- Example: savedir=Z:\tuxpaint\
-
- exportdir=DIRECTORY
-
- Use this option to change where Tux Paint exports files — single
- images, or animated GIF slideshows — for external use.
-
- If you do not override it, the default location is:
-
- * Linux & Unix — If available, wherever your desktop
- environment is configured for pictures to be stored, based
- on your XDG (X Desktop Group) configuration. (Try running
- the command-line "xdg-user-dir PICTURES" to find out.)
- Typically (in an English locale), this will be a "Pictures"
- subdirectory in your home directory (i.e., "$HOME/Pictures"
- aka "~/Pictures").
- Tux Paint will fall back to using that typical directory,
- of no XDG configuration can be read, or nothing is set for
- "XDG_PICTURES_DIR".
- * Windows - "My Pictures" directory for each user (normaly
- "c:\Users\USERNAME\Pictures").
- You can directly open the folder as follows:
- * Press "[Windows]+[R]" key to open "Run ..." dialogue.
- * Enter "Shell:My Pictures" in the text box and push
- [OK].
- * macOS — TBD!
-
- Note: When the defaults are used, a new "TuxPaint" subdirectory
- will be created and used. (e.g., "~/Pictures/TuxPaint") When the
- "--exportdir" option is used, the exact path specified will be
- used (no "TuxPaint" subdirectory is created).
-
- The directory itself (e.g., "~/Pictures/TuxPaint") will be
- created, if it doesn't exist.
-
- If the parent directory (e.g., "~/Pictures/TuxPaint") also does
- not exist, Tux Paint will attempt to create it as well (but not
- any directories higher than that).
-
- Example: exportdir=/home/penguin/TuxPaintExports
-
- datadir=DIRECTORY
-
- Use this option to change where Tux Paint looks for personal
- data files (brushes, stamps, starters, templates, and fonts
- specific to the current user).
-
- Tux Paint will search for subdirectories/subfolders named
- "brushes", "stamps", "starters", "templates", and "fonts" under
- the specified data directory.
-
- If you do not override it, the default location is:
-
- * Linux & Unix — Under a hidden directory named ".tuxpaint"
- in your home directory (aka "~" or "$HOME")
- Example: /home/username/.tuxpaint/brushes/
- * Windows — Inside a folder named "TuxPaint" in your
- "Application Data" folder.
- Example: C:\Documents and Settings\Username\Application
- Data\TuxPaint\brushes\
- * macOS — Inside a folder named "TuxPaint" in your
- "Application Support" folder.
- Example: /Users/Username/Library/Application
- Support/TuxPaint/brushes/
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "keyboard=no" or "2$keyboard=no". In both cases, may be
+ overridden by the command-line option "--mouse".
- Note: Prior to version 0.9.18, Tux Paint would use the same
- setting or default as for "savedir" to search for data files. As
- of version 0.9.18, they may be specified separately.
+ Onscreen Keyboard
- Note: When specifying a Windows drive (e.g., "H:\"), you must
- also specify a subdirectory.
-
- Example: datadir=/home/johnny/tuxpaint-data/
-
- saveover=yes
-
- This disables the "Save over the old version...?" prompt when
- saving an existing file. With this option, the older version
- will always be replaced by the new version, automatically.
-
- saveover=new
-
- This also disables the "Save over the old version...?" prompt
- when saving an existing file. This option, however, will always
- save a new file, rather than overwrite the older version.
-
- saveover=ask
-
- (This option is redundant, since this is the default.) When
- saving an existing drawing, you will be first asked whether to
- save over the older version or not.
-
- nosave=yes
-
- This disables Tux Paint's ability to save files (and therefore
- disables the on-screen "Save" button). It can be used in
- situations where the program is only being used for fun, or in a
- test environment.
-
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "nosave=no" or
- "save=yes". In both cases, may be overridden by the command-line
- option "--save".
-
- autosave=yes
-
- This prevents Tux Paint from asking whether you want to save the
- current picture when quitting, and assumes you do.
-
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "autosave=no"
- or "noautosave=yes". In both cases, may be overridden by the
- command-line option "--noautosave".
-
- startblank=yes
-
- This causes Tux Paint to display a blank canvas when it first
- starts up, rather than loading the last image that was being
- edited.
-
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "startblank=no" or "startlast=yes". In both cases, may be
- overridden by the command-line option "--startlast".
-
- colorfile=FILENAME
-
- You may override Tux Paint's default color palette by creating a
- plain ASCII text file that describes the colors you want, and
- pointing to that file using the "colorfile" option.
-
- The file should list one color per line. Colors are defined in
- terms of their Red, Green and Blue values, each from 0 (off) to
- 255 (brightest). (For more information, try Wikipedia's "RGB
- color model" article.)
-
- Colors may be listed using three decimal numbers (e.g., "255 68
- 136") or a 6- or 3-digit-long hexadecimal 'triplet' (e.g.,
- "#ff4488" or "#F48").
-
- After the color definition (on the same line) you may enter text
- to describe the color. Tux will display this text when the color
- is clicked. (For example, "#FFF White as snow.")
-
- As an example, you can see the default colors currently used in
- Tux Paint in: "default_colors.txt".
-
- NOTES: You must separate decimal values with spaces, and begin
- hexadecimal values with a pound/number-sign character ("#"). In
- 3-digit hexadecimal, each digit is used for both the high and
- low halves of the byte, so "#FFF" is the same as "#FFFFFF", not
- "#F0F0F0".
-
- colorsrows=ROWS
-
- How many rows of color palette buttons to show; useful when
- using a large color palette (see "colorfile", above), and/or for
- use with coarse input devices (like eyegaze trackers). "ROWS"
- may be between "1" (the default) and "3".
-
- lang=LANGUAGE
-
- Run Tux Paint in one of the supported languages. Possible choice
- for LANGUAGE currently include:
-
- +-----------------------------------------------------------+
- |english |american-english | |
- |---------------------+---------------------+---------------|
- |acholi |acoli | |
- |---------------------+---------------------+---------------|
- |afrikaans | | |
- |---------------------+---------------------+---------------|
- |akan |twi-fante | |
- |---------------------+---------------------+---------------|
- |albanian | | |
- |---------------------+---------------------+---------------|
- |amharic | | |
- |---------------------+---------------------+---------------|
- |arabic | | |
- |---------------------+---------------------+---------------|
- |aragones | | |
- |---------------------+---------------------+---------------|
- |armenian |hayeren | |
- |---------------------+---------------------+---------------|
- |assamese | | |
- |---------------------+---------------------+---------------|
- |asturian | | |
- |---------------------+---------------------+---------------|
- |australian-english | | |
- |---------------------+---------------------+---------------|
- |azerbaijani | | |
- |---------------------+---------------------+---------------|
- |bambara | | |
- |---------------------+---------------------+---------------|
- |basque |euskara | |
- |---------------------+---------------------+---------------|
- |belarusian |bielaruskaja | |
- |---------------------+---------------------+---------------|
- |bengali | | |
- |---------------------+---------------------+---------------|
- |bodo | | |
- |---------------------+---------------------+---------------|
- |bokmal | | |
- |---------------------+---------------------+---------------|
- |bosnian | | |
- |---------------------+---------------------+---------------|
- |brazilian-portuguese |portugues-brazilian |brazilian |
- |---------------------+---------------------+---------------|
- |breton |brezhoneg | |
- |---------------------+---------------------+---------------|
- |british-english |british | |
- |---------------------+---------------------+---------------|
- |bulgarian | | |
- |---------------------+---------------------+---------------|
- |canadian-english | | |
- |---------------------+---------------------+---------------|
- |catalan |catala | |
- |---------------------+---------------------+---------------|
- |chinese |simplified-chinese | |
- |---------------------+---------------------+---------------|
- |croatian |hrvatski | |
- |---------------------+---------------------+---------------|
- |czech |cesky | |
- |---------------------+---------------------+---------------|
- |danish |dansk | |
- |---------------------+---------------------+---------------|
- | |dogri | |
- |---------------------+---------------------+---------------|
- |dutch |nederlands | |
- |---------------------+---------------------+---------------|
- |esperanto | | |
- |---------------------+---------------------+---------------|
- |estonian | | |
- |---------------------+---------------------+---------------|
- |faroese | | |
- |---------------------+---------------------+---------------|
- |finnish |suomi | |
- |---------------------+---------------------+---------------|
- |french |francais | |
- |---------------------+---------------------+---------------|
- |fula |fulah |pulaar-fulfulde|
- |---------------------+---------------------+---------------|
- |gaelic |gaidhlig |irish-gaelic |
- |---------------------+---------------------+---------------|
- |galician |galego | |
- |---------------------+---------------------+---------------|
- |georgian | | |
- |---------------------+---------------------+---------------|
- |german |deutsch | |
- |---------------------+---------------------+---------------|
- |greek | | |
- |---------------------+---------------------+---------------|
- |gronings |zudelk-veenkelonioals| |
- |---------------------+---------------------+---------------|
- |gujarati | | |
- |---------------------+---------------------+---------------|
- |hebrew | | |
- |---------------------+---------------------+---------------|
- |hindi | | |
- |---------------------+---------------------+---------------|
- |hungarian |magyar | |
- |---------------------+---------------------+---------------|
- |icelandic |islenska | |
- |---------------------+---------------------+---------------|
- |indonesian |bahasa-indonesia | |
- |---------------------+---------------------+---------------|
- |inuktitut | | |
- |---------------------+---------------------+---------------|
- |italian |italiano | |
- |---------------------+---------------------+---------------|
- |japanese | | |
- |---------------------+---------------------+---------------|
- |kabyle | |kabylian |
- |---------------------+---------------------+---------------|
- |kannada | | |
- |---------------------+---------------------+---------------|
- |kashmiri-devanagari | | |
- |---------------------+---------------------+---------------|
- |kashmiri-perso-arabic| | |
- |---------------------+---------------------+---------------|
- |khmer | | |
- |---------------------+---------------------+---------------|
- |kiga |chiga | |
- |---------------------+---------------------+---------------|
- |kinyarwanda | | |
- |---------------------+---------------------+---------------|
- |klingon |tlhIngan | |
- |---------------------+---------------------+---------------|
- |konkani-devanagari | | |
- |---------------------+---------------------+---------------|
- |konkani-roman | | |
- |---------------------+---------------------+---------------|
- |korean | | |
- |---------------------+---------------------+---------------|
- |kurdish | | |
- |---------------------+---------------------+---------------|
- |latvian | | |
- |---------------------+---------------------+---------------|
- |lithuanian |lietuviu | |
- |---------------------+---------------------+---------------|
- |luganda | | |
- |---------------------+---------------------+---------------|
- |luxembourgish |letzebuergesch | |
- |---------------------+---------------------+---------------|
- |macedonian | | |
- |---------------------+---------------------+---------------|
- |maithili | | |
- |---------------------+---------------------+---------------|
- |malay | | |
- |---------------------+---------------------+---------------|
- |malayalam | | |
- |---------------------+---------------------+---------------|
- |manipuri-bengali | | |
- |---------------------+---------------------+---------------|
- |manipuri-meitei-mayek| | |
- |---------------------+---------------------+---------------|
- |marathi | | |
- |---------------------+---------------------+---------------|
- |mexican-spanish |espanol-mejicano |mexican |
- |---------------------+---------------------+---------------|
- |mongolian | | |
- |---------------------+---------------------+---------------|
- |ndebele | | |
- |---------------------+---------------------+---------------|
- |nepali | | |
- |---------------------+---------------------+---------------|
- |northern-sotho |sesotho-sa-leboa | |
- |---------------------+---------------------+---------------|
- |norwegian |nynorsk |norsk |
- |---------------------+---------------------+---------------|
- |occitan | | |
- |---------------------+---------------------+---------------|
- |odia |oriya | |
- |---------------------+---------------------+---------------|
- |ojibwe |ojibway | |
- |---------------------+---------------------+---------------|
- |persian | | |
- |---------------------+---------------------+---------------|
- |polish |polski | |
- |---------------------+---------------------+---------------|
- |portuguese |portugues | |
- |---------------------+---------------------+---------------|
- |punjabi |panjabi | |
- |---------------------+---------------------+---------------|
- |romanian | | |
- |---------------------+---------------------+---------------|
- |russian |russkiy | |
- |---------------------+---------------------+---------------|
- |sanskrit | | |
- |---------------------+---------------------+---------------|
- |santali-devanagari | | |
- |---------------------+---------------------+---------------|
- |santali-ol-chiki | | |
- |---------------------+---------------------+---------------|
- |scottish |ghaidhlig |scottish-gaelic|
- |---------------------+---------------------+---------------|
- |serbian | | |
- |---------------------+---------------------+---------------|
- |serbian-latin | | |
- |---------------------+---------------------+---------------|
- |shuswap |secwepemctin | |
- |---------------------+---------------------+---------------|
- |sindhi-devanagari | | |
- |---------------------+---------------------+---------------|
- |sindhi-perso-arabic | | |
- |---------------------+---------------------+---------------|
- |slovak | | |
- |---------------------+---------------------+---------------|
- |slovenian |slovensko | |
- |---------------------+---------------------+---------------|
- |songhay | | |
- |---------------------+---------------------+---------------|
- |southafrican-english | | |
- |---------------------+---------------------+---------------|
- |spanish |espanol | |
- |---------------------+---------------------+---------------|
- |sundanese | | |
- |---------------------+---------------------+---------------|
- |swahili | | |
- |---------------------+---------------------+---------------|
- |swedish |svenska | |
- |---------------------+---------------------+---------------|
- |tagalog | | |
- |---------------------+---------------------+---------------|
- |tamil | | |
- |---------------------+---------------------+---------------|
- |telugu | | |
- |---------------------+---------------------+---------------|
- |thai | | |
- |---------------------+---------------------+---------------|
- |tibetan | | |
- |---------------------+---------------------+---------------|
- |traditional-chinese | | |
- |---------------------+---------------------+---------------|
- |turkish | | |
- |---------------------+---------------------+---------------|
- |twi | | |
- |---------------------+---------------------+---------------|
- |ukrainian | | |
- |---------------------+---------------------+---------------|
- |urdu | | |
- |---------------------+---------------------+---------------|
- |venda | | |
- |---------------------+---------------------+---------------|
- |venetian |veneto | |
- |---------------------+---------------------+---------------|
- |vietnamese | | |
- |---------------------+---------------------+---------------|
- |walloon |walon | |
- |---------------------+---------------------+---------------|
- |welsh |cymraeg | |
- |---------------------+---------------------+---------------|
- |wolof | | |
- |---------------------+---------------------+---------------|
- |xhosa | | |
- |---------------------+---------------------+---------------|
- |miahuatlan-zapotec | |zapotec |
- |---------------------+---------------------+---------------|
- |zulu | |zulu |
- +-----------------------------------------------------------+
+ onscreen-keyboard=yes
+
+ Presents a clickable on-screen keyboard when using the Text
+ and Label tools.
+
+ onscreen-keyboard-layout=LAYOUTNAME
+
+ Selects the initial layout for the on-screen keyboard when
+ using the Text and Label tools.
+ Note: Using this option implies automatically
+ onscreen-keyboard=yes, so setting both is redundant.
+
+ onscreen-keyboard-disable-change=yes
+
+ Disables the possibility for changing the layout of the
+ on-screen keyboard when using the Text and Label tools,
+ useful for simplifying things for the small children.
+ Note: Using this option implies automatically
+ onscreen-keyboard=yes, so setting both is redundant.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "onscreen-keyboard-disable-change=no". In both cases, may be
+ overridden by the command-line option
+ "--onscreen-keyboard-disable-change=no".
+
+ ----------------------------------------------------------------------
+
+Joystick
+
+ Main Device
+
+ joystick-dev=N
+
+ Specify which joystick device should be used by Tux Paint.
+ Default value is 0 (the first joystick).
+
+ joystick-slowness=SPEED
+
+ Sets a delay at each axis motion, allowing to slow the
+ joystick. Allowed values are from 0 to 500. Default value is
+ 15.
+
+ joystick-threshold=THRESHOLD
+
+ Sets the minimum level of axis motion to start moving the
+ pointer. Allowed values are from 0 to 32766. Default value
+ is 3200.
+
+ joystick-maxsteps=STEPS
+
+ Sets the maximum pixels the pointer will move at once.
+ Allowed values are from 1 to 7. Default value is 7.
+
+ Hat
+
+ joystick-hat-slowness=SPEED
+
+ Sets a delay at each automatic motion, allowing to slow the
+ speed of the hat. Allowed values are from 0 to 500. Default
+ value is 15.
+
+ joystick-hat-timeout=MILLISECONDS
+
+ Sets the delay after wich the pointer will start moving
+ automatically if the hat is keeped pushed. Allowed values
+ are from 0 to 3000. Default value is 1000.
+
+ Buttons to Disable
+
+ joystick-buttons-ignore=BUTTON1,BUTTON2,...
+
+ A set of joystick button numbers, as seen by SDL, that
+ should be ignored. Otherwise, unless they are used by one of
+ the "joystick-btn-" options above, buttons will be seen as a
+ mouse left-click.
+
+ Button Shortcuts
+
+ joystick-btn-escape=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be used to generate a escape event. Useful to dismiss
+ dialogs and quit.
+
+ joystick-btn-brush=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to select the brush tool.
+
+ joystick-btn-stamp=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to select the stamp tool.
+
+ joystick-btn-lines=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to select the lines tool.
+
+ joystick-btn-shapes=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to select the shapes tool.
+
+ joystick-btn-text=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to select the text tool.
+
+ joystick-btn-label=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to select the label tool.
+
+ joystick-btn-magic=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to select the magic tool.
+
+ joystick-btn-undo=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to invoke the undo tool.
+
+ joystick-btn-redo=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to select redo tool.
+
+ joystick-btn-eraser=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to select eraser tool.
+
+ joystick-btn-new=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to launch the dialog for creating a new
+ drawing.
+
+ joystick-btn-open=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to launch the dialog for opening an
+ existing drawing.
+
+ joystick-btn-save=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to save the drawing.
+
+ joystick-btn-pgsetup=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to launch the page setup dialog for
+ printing.
+
+ joystick-btn-print=BUTTON NUMBER
+
+ Selects the joystick button number, as seen by SDL, that
+ will be a shortcut to print.
----------------------------------------------------------------------
@@ -1354,16 +1487,6 @@ Windows Users
-------------------------------------
- --locale LOCALE
-
- Run Tux Paint in one of the support languages. See the
- "Choosing a Different Language" section below for the locale
- strings (e.g., "de_DE" for German) to use.
-
- (If your locale is already set, e.g. with the "$LANG"
- environment variable, this option is not necessary, since Tux
- Paint honors your environment's setting, if possible.)
-
--nosysconfig
Under Linux and Unix, this prevents the system-wide
diff --git a/docs/es_ES.UTF-8/html/OPTIONS.html b/docs/es_ES.UTF-8/html/OPTIONS.html
index f971f4eb3..d81c76982 100644
--- a/docs/es_ES.UTF-8/html/OPTIONS.html
+++ b/docs/es_ES.UTF-8/html/OPTIONS.html
@@ -121,2555 +121,2830 @@
The following settings can be set in the configuration file. (Command-line settings will override these. See the "Command-Line Options" section, below.)
-
- -
-
fullscreen=yes
-
+
+
+ Video/Sound
+
+
+ Video
- -
-
- Run the program in full screen mode, rather than in a window.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "fullscreen=no". In both cases, may be overridden by the command-line option "--windowed".
-
+
+
+ -
+
fullscreen=yes
+
+
+ -
+
+ Run the program in full screen mode, rather than in a window.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "fullscreen=no". In both cases, may be overridden by the command-line option "--windowed".
+
+
+ -
+
fullscreen=native
+
+
+ -
+
+ Run the program in full screen mode. Additionally, assume the screen's current resolution (set by the operating system).
+
+
+ -
+
windowsize=SIZE
+
+
+ -
+
+ Run the program at a different size (in windowed mode) or at a different screen resolution (in fullscreen mode), rather than the default (usually 800x600).
+
+
+ The SIZE value should be presented in pixels, in 'width-by-height' format, with an "x" (lowercase X) between the values. The size can be anything that's at least 640 wide, and at least 480 tall.
+
+
+ Some examples:
+
+
+ - 640x480
+
+
+ - 1024x768
+
+
+ - 768x1024
+
+
+ - 1600x1200
+
+
+
+
+ -
+
orient=portrait
+
+
+ -
+
+ Swaps the width/height options given to Tux Paint, useful for rotating the window on portait displays, such as a tablet PC that's in tablet orientation.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "orient=landscape". In both cases, may be overridden by the command-line option "--orient=landscape".
+
+
+ -
+
native=yes
+
+
+ -
+
+ When running Tux Paint in fullscreen mode, this assumes the screen's current resolution (overriding any "windowsize" option), as set by the operating system.
+
+
+ -
+
allowscreensaver=yes
+
+
+ -
+
+ By default, Tux Paint prevents your system's screensaver from starting up. You can override this by using the "allowscreensaver" option. Note: This requires version 1.2.12 or higher of the SDL library. (You can also do this by setting the "SDL_VIDEO_ALLOW_SCREENSAVER" environment variable on your system to "1".)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "allowscreensaver=no" or "disablescreensaver=yes". In both cases, may be overridden by the command-line option "--disablescreensaver".
+
+
+
- -
-
fullscreen=native
-
+
+ Sound
+
+
+ -
+
nosound=yes
+
+
+ -
+
+ Disable sound effects. (Note: Pressing [Alt] + [S] cannot be used to reenable sounds if they were disabled using this option.)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosound=no" or "sound=yes". In both cases, may be overridden by the command-line option "--sound".
+
+
+ -
+
nostereo=yes
+
+
+ -
+
+ Disable stereo panning support. (Useful for users with hearing impairment in one ear, or places where a single speaker or headphone is being used.)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostereo=no" or "stereo=yes". In both cases, may be overridden by the command-line option "--stereo".
+
+
+
- -
-
- Run the program in full screen mode. Additionally, assume the screen's current resolution (set by the operating system).
-
+
+ Interface Size
+
+
+ -
+
buttonsize=SIZE
+
+
+ -
+
+ Set the pixel size of buttons in Tux Paint's user interface (overriding the default of "48"). Useful when using very high-density displays or coarse input devices, such as eye gaze trackers.
+
+
+ The SIZE value should be presented in pixels, and can be anything between 24 and 192, inclusive. Most buttons are square, and this will affect their width and height.
+
+
+ Note: If the chosen button size would cause the buttons to be too large for all required UI elements to appear under Tux Paint's chosen window size, the largest possible button size will be used. (A note will appear in stderr.)
+
+
+ -
+
colorsrows=ROWS
+
+
+ -
+
+ How many rows of color palette buttons to show; useful when using a large color palette (see "colorfile", above), and/or for use with coarse input devices (like eyegaze trackers). "ROWS" may be between "1" (the default) and "3".
+
+
+
+
- -
-
windowsize=SIZE
-
+
+
+ Mouse/Keyboard
+
+
+ Cursor
- -
-
- Run the program at a different size (in windowed mode) or at a different screen resolution (in fullscreen mode), rather than the default (usually 800x600).
+
+
+ -
+
nofancycursors=yes
+
-
- The SIZE value should be presented in pixels, in 'width-by-height' format, with an "x" (lowercase X) between the values. The size can be anything that's at least 640 wide, and at least 480 tall.
+ -
+
+ This disables the fancy mouse pointer shapes in Tux Paint, and uses your environment's normal mouse pointer.
-
- Some examples:
+
+ In some enviornments, the fancy cursors cause problems. Use this option to avoid them.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nofancycursors=no" or "fancycursors=yes". In both cases, may be overridden by the command-line option "--fancycursors".
+
-
- - 640x480
-
+ -
+
hidecursor=yes
+
- - 1024x768
-
+ -
+
+ This completely hides the mouse pointer shapes in Tux Paint.
- - 768x1024
-
+
+ This is useful for touchscreen devices, such as tablet PCs.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "hidecursor=no" or "showcursor=yes". In both cases, may be overridden by the command-line option "--showcursor".
+
+
+
- - 1600x1200
-
+
+ Keyboard
+
+
+
+ -
+
noshortcuts=yes
+
+
+ -
+
+ This disable keyboard shortcuts (e.g., [Ctrl]-[S] for save, [Ctrl]-[N] for a new image, etc.)
+
+
+ This is useful to prevent unwanted commands from being activated by children who aren't experienced with keyboards.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshortcuts=no" or "shortcuts=yes". In both cases, may be overridden by the command-line option "--shortcuts".
+
+
+
+
+
+ Mouse
+
+
+
+ -
+
grab=yes
+
+
+ -
+
+ Tux Paint will attempt to 'grab' the mouse and keyboard, so that the mouse is confined to Tux Paint's window, and nearly all keyboard input is passed directly to it.
+
+
+ This is useful to disable operating system actions that could get the user out of Tux Paint [Alt]-[Tab] window cycling, [Ctrl]-[Escape], etc. This is especially useful in fullscreen mode.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "grab=no" or "dontgrab=yes". In both cases, may be overridden by the command-line option "--dontgrab".
+
+
+ -
+
nowheelmouse=yes
+
+
+ -
+
+ This disables support for the wheel on mice that have it. (Normally, the wheel will scroll the selector menu on the right.)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be overridden by the command-line option "--wheelmouse".
+
+
+ -
+
nobuttondistinction=yes
+
+
+ -
+
+ Prior to Tux Paint 0.9.15, the middle and right buttons on a mouse could also be used for clicking. In version 0.9.15, it was changed so that only the left mouse button worked, so as to not train children to use the wrong button.
+
+
+ However, for children who have trouble with the mouse, this distinction between the two or three buttons on a mouse can be disabled (returning Tux Paint to its old behavior) by using this option.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nobuttondistinction=no" or "buttondistinction=yes". In both cases, may be overridden by the command-line option "--buttondistinction".
+
+
+
+
+
+
+
+ Simplification
+
+
+ Interface Simplification
+
+
+
+ -
+
simpleshapes=yes
+
+
+ -
+
+ Disable the rotation step of the 'Shape' tool. Click, drag and release is all that will be needed to draw a shape.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "simpleshapes=no" or "complexshapes=yes". In both cases, may be overridden by the command-line option "--complexshapes".
+
+
+ -
+
nooutlines=yes
+
+
+ -
+
+ In this mode, much simpler outlines and 'rubber-band' lines are displayed when using the Lines, Shapes, Stamps and Eraser tools.
+
+
+ This can help when Tux Paint is run on very slow computers, or displayed on a remote X-Window display.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nooutlines=no" or "outlines=yes". In both cases, may be overridden by the command-line option "--outlines".
+
+
+ -
+
uppercase=yes
+
+
+ -
+
+ All text will be rendered only in uppercase (e.g., "Brush" will be "BRUSH"). Useful for children who can read, but who have only learned uppercase letters so far.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "uppercase=no" or "mixedcase=yes". In both cases, may be overridden by the command-line option "--mixedcase".
+
+
+
+
+
+ Initial Stamp Size
+
+
+
+ -
+
stampsize=SIZE
+
+
+ -
+
+ Use this option to force Tux Paint to set the starting size of all stamps. The SIZE value should be between 0 (smallest) and 10 (largest). The size is relative to the available sizes of the stamp, which depends on the stamp itself, and Tux Paint's current canvas size.
+
+
+ Specify "default" to let Tux Paint decide (its standard behavior).
+
+
+
+
+
+ Control Simplification
+
+
+
+ -
+
noquit=yes
+
+
+ -
+
+ Disable the on-screen "Quit" button and prevent the [Escape] key from quitting Tux Paint.
+
+
+ Using the [Alt] + [F4] keyboard combination or clicking the window's close button (assuming you're not in fullscreen mode) still works to quit Tux Paint.
+
+
+ You can also use the following keyboard combination to quit: [Shift] + [Control] + [Escape].
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noquit=no" or "quit=yes". In both cases, may be overridden by the command-line option "--quit".
+
+
+ -
+
nostamps=yes
+
+
+ -
+
+ This option tells Tux Paint to not load any rubber stamp images, which in turn ends up disabling the Stamps tool.
+
+
+ This can speed up Tux Paint when it first loads up, and reduce memory usage while it's running. Of course, no stamps will be available at all.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostamps=no" or "stamps=yes". In both cases, may be overridden by the command-line option "--stamps".
+
+
+ -
+
nostampcontrols=yes
+
+
+ -
+
+ Some images in the Stamps tool can be mirrored, flipped, and/or have their size changed. This option disables the controls, and only provides the basic stamps.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostampcontrols=no" or "stampcontrols=yes". In both cases, may be overridden by the command-line option "--stampcontrols".
+
+
+ -
+
nomagiccontrols=yes
+
+
+ -
+
+ Some Magic tools have the option of acting like a paintbrush, or affecting the entire canvas at once. This option disables the controls, and only provides the default functionality (usually paint-mode).
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may be overridden by the command-line option "--magiccontrols".
+
+
+ -
+
noshapecontrols=yes
+
+
+ -
+
+ Disable the control buttons shown when using the Shapes tool that allow changing how shapes are drawn — centered around the initial mouse click, or with a corner at the initial mouse click.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshapecontrols=no" or "shapecontrols=yes". In both cases, may be overridden by the command-line option "--shapecontrols".
+
+
+ -
+
nolabel=yes
+
+
+ -
+
+ Disables the Label tool: the tool that allows text entry which can be edited later.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolabel=no" or "label=yes". In both cases, may be overridden by the command-line option "--label".
+
+
+
+
+
+
+
+ Languages
+
+
+ Language
+
+
+
+ -
+
lang=LANGUAGE
+
+
+ -
+
+ Run Tux Paint in one of the supported languages. Possible choice for LANGUAGE currently include:
+
+
+
+
+
+
+ english
+
+
+ american-english
+
+
+
+
+
+
+
+
+ acholi
+
+
+ acoli
+
+
+
+
+
+
+
+
+ afrikaans
+
+
+
+
+
+
+
+
+
+
+
+ akan
+
+
+ twi-fante
+
+
+
+
+
+
+
+
+ albanian
+
+
+
+
+
+
+
+
+
+
+
+ amharic
+
+
+
+
+
+
+
+
+
+
+
+ arabic
+
+
+
+
+
+
+
+
+
+
+
+ aragones
+
+
+
+
+
+
+
+
+
+
+
+ armenian
+
+
+ hayeren
+
+
+
+
+
+
+
+
+ assamese
+
+
+
+
+
+
+
+
+
+
+
+ asturian
+
+
+
+
+
+
+
+
+
+
+
+ australian-english
+
+
+
+
+
+
+
+
+
+
+
+ azerbaijani
+
+
+
+
+
+
+
+
+
+
+
+ bambara
+
+
+
+
+
+
+
+
+
+
+
+ basque
+
+
+ euskara
+
+
+
+
+
+
+
+
+ belarusian
+
+
+ bielaruskaja
+
+
+
+
+
+
+
+
+ bengali
+
+
+
+
+
+
+
+
+
+
+
+ bodo
+
+
+
+
+
+
+
+
+
+
+
+ bokmal
+
+
+
+
+
+
+
+
+
+
+
+ bosnian
+
+
+
+
+
+
+
+
+
+
+
+ brazilian-portuguese
+
+
+ portugues-brazilian
+
+
+ brazilian
+
+
+
+
+
+ breton
+
+
+ brezhoneg
+
+
+
+
+
+
+
+
+ british-english
+
+
+ british
+
+
+
+
+
+
+
+
+ bulgarian
+
+
+
+
+
+
+
+
+
+
+
+ canadian-english
+
+
+
+
+
+
+
+
+
+
+
+ catalan
+
+
+ catala
+
+
+
+
+
+
+
+
+ chinese
+
+
+ simplified-chinese
+
+
+
+
+
+
+
+
+ croatian
+
+
+ hrvatski
+
+
+
+
+
+
+
+
+ czech
+
+
+ cesky
+
+
+
+
+
+
+
+
+ danish
+
+
+ dansk
+
+
+
+
+
+
+
+
+
+
+
+ dogri
+
+
+
+
+
+
+
+
+ dutch
+
+
+ nederlands
+
+
+
+
+
+
+
+
+ esperanto
+
+
+
+
+
+
+
+
+
+
+
+ estonian
+
+
+
+
+
+
+
+
+
+
+
+ faroese
+
+
+
+
+
+
+
+
+
+
+
+ finnish
+
+
+ suomi
+
+
+
+
+
+
+
+
+ french
+
+
+ francais
+
+
+
+
+
+
+
+
+ fula
+
+
+ fulah
+
+
+ pulaar-fulfulde
+
+
+
+
+
+ gaelic
+
+
+ gaidhlig
+
+
+ irish-gaelic
+
+
+
+
+
+ galician
+
+
+ galego
+
+
+
+
+
+
+
+
+ georgian
+
+
+
+
+
+
+
+
+
+
+
+ german
+
+
+ deutsch
+
+
+
+
+
+
+
+
+ greek
+
+
+
+
+
+
+
+
+
+
+
+ gronings
+
+
+ zudelk-veenkelonioals
+
+
+
+
+
+
+
+
+ gujarati
+
+
+
+
+
+
+
+
+
+
+
+ hebrew
+
+
+
+
+
+
+
+
+
+
+
+ hindi
+
+
+
+
+
+
+
+
+
+
+
+ hungarian
+
+
+ magyar
+
+
+
+
+
+
+
+
+ icelandic
+
+
+ islenska
+
+
+
+
+
+
+
+
+ indonesian
+
+
+ bahasa-indonesia
+
+
+
+
+
+
+
+
+ inuktitut
+
+
+
+
+
+
+
+
+
+
+
+ italian
+
+
+ italiano
+
+
+
+
+
+
+
+
+ japanese
+
+
+
+
+
+
+
+
+
+
+
+ kabyle
+
+
+
+
+
+ kabylian
+
+
+
+
+
+ kannada
+
+
+
+
+
+
+
+
+
+
+
+ kashmiri-devanagari
+
+
+
+
+
+
+
+
+
+
+
+ kashmiri-perso-arabic
+
+
+
+
+
+
+
+
+
+
+
+ khmer
+
+
+
+
+
+
+
+
+
+
+
+ kiga
+
+
+ chiga
+
+
+
+
+
+
+
+
+ kinyarwanda
+
+
+
+
+
+
+
+
+
+
+
+ klingon
+
+
+ tlhIngan
+
+
+
+
+
+
+
+
+ konkani-devanagari
+
+
+
+
+
+
+
+
+
+
+
+ konkani-roman
+
+
+
+
+
+
+
+
+
+
+
+ korean
+
+
+
+
+
+
+
+
+
+
+
+ kurdish
+
+
+
+
+
+
+
+
+
+
+
+ latvian
+
+
+
+
+
+
+
+
+
+
+
+ lithuanian
+
+
+ lietuviu
+
+
+
+
+
+
+
+
+ luganda
+
+
+
+
+
+
+
+
+
+
+
+ luxembourgish
+
+
+ letzebuergesch
+
+
+
+
+
+
+
+
+ macedonian
+
+
+
+
+
+
+
+
+
+
+
+ maithili
+
+
+
+
+
+
+
+
+
+
+
+ malay
+
+
+
+
+
+
+
+
+
+
+
+ malayalam
+
+
+
+
+
+
+
+
+
+
+
+ manipuri-bengali
+
+
+
+
+
+
+
+
+
+
+
+ manipuri-meitei-mayek
+
+
+
+
+
+
+
+
+
+
+
+ marathi
+
+
+
+
+
+
+
+
+
+
+
+ mexican-spanish
+
+
+ espanol-mejicano
+
+
+ mexican
+
+
+
+
+
+ mongolian
+
+
+
+
+
+
+
+
+
+
+
+ ndebele
+
+
+
+
+
+
+
+
+
+
+
+ nepali
+
+
+
+
+
+
+
+
+
+
+
+ northern-sotho
+
+
+ sesotho-sa-leboa
+
+
+
+
+
+
+
+
+ norwegian
+
+
+ nynorsk
+
+
+ norsk
+
+
+
+
+
+ occitan
+
+
+
+
+
+
+
+
+
+
+
+ odia
+
+
+ oriya
+
+
+
+
+
+
+
+
+ ojibwe
+
+
+ ojibway
+
+
+
+
+
+
+
+
+ persian
+
+
+
+
+
+
+
+
+
+
+
+ polish
+
+
+ polski
+
+
+
+
+
+
+
+
+ portuguese
+
+
+ portugues
+
+
+
+
+
+
+
+
+ punjabi
+
+
+ panjabi
+
+
+
+
+
+
+
+
+ romanian
+
+
+
+
+
+
+
+
+
+
+
+ russian
+
+
+ russkiy
+
+
+
+
+
+
+
+
+ sanskrit
+
+
+
+
+
+
+
+
+
+
+
+ santali-devanagari
+
+
+
+
+
+
+
+
+
+
+
+ santali-ol-chiki
+
+
+
+
+
+
+
+
+
+
+
+ scottish
+
+
+ ghaidhlig
+
+
+ scottish-gaelic
+
+
+
+
+
+ serbian
+
+
+
+
+
+
+
+
+
+
+
+ serbian-latin
+
+
+
+
+
+
+
+
+
+
+
+ shuswap
+
+
+ secwepemctin
+
+
+
+
+
+
+
+
+ sindhi-devanagari
+
+
+
+
+
+
+
+
+
+
+
+ sindhi-perso-arabic
+
+
+
+
+
+
+
+
+
+
+
+ slovak
+
+
+
+
+
+
+
+
+
+
+
+ slovenian
+
+
+ slovensko
+
+
+
+
+
+
+
+
+ songhay
+
+
+
+
+
+
+
+
+
+
+
+ southafrican-english
+
+
+
+
+
+
+
+
+
+
+
+ spanish
+
+
+ espanol
+
+
+
+
+
+
+
+
+ sundanese
+
+
+
+
+
+
+
+
+
+
+
+ swahili
+
+
+
+
+
+
+
+
+
+
+
+ swedish
+
+
+ svenska
+
+
+
+
+
+
+
+
+ tagalog
+
+
+
+
+
+
+
+
+
+
+
+ tamil
+
+
+
+
+
+
+
+
+
+
+
+ telugu
+
+
+
+
+
+
+
+
+
+
+
+ thai
+
+
+
+
+
+
+
+
+
+
+
+ tibetan
+
+
+
+
+
+
+
+
+
+
+
+ traditional-chinese
+
+
+
+
+
+
+
+
+
+
+
+ turkish
+
+
+
+
+
+
+
+
+
+
+
+ twi
+
+
+
+
+
+
+
+
+
+
+
+ ukrainian
+
+
+
+
+
+
+
+
+
+
+
+ urdu
+
+
+
+
+
+
+
+
+
+
+
+ venda
+
+
+
+
+
+
+
+
+
+
+
+ venetian
+
+
+ veneto
+
+
+
+
+
+
+
+
+ vietnamese
+
+
+
+
+
+
+
+
+
+
+
+ walloon
+
+
+ walon
+
+
+
+
+
+
+
+
+ welsh
+
+
+ cymraeg
+
+
+
+
+
+
+
+
+ wolof
+
+
+
+
+
+
+
+
+
+
+
+ xhosa
+
+
+
+
+
+
+
+
+
+
+
+ miahuatlan-zapotec
+
+
+
+
+
+ zapotec
+
+
+
+
+
+ zulu
+
+
+
+
+
+ zulu
+
+
+
+
+
+
+ -
+
--locale LOCALE
+
+
+ -
+
+ Run Tux Paint in one of the support languages. See the "Choosing a Different Language" section below for the locale strings (e.g., "de_DE" for German) to use.
+
+
+ (If your locale is already set, e.g. with the "$LANG" environment variable, this option is not necessary, since Tux Paint honors your environment's setting, if possible.)
+
+
+ -
+
mirrorstamps=yes
+
+
+ -
+
+ For stamps that can be mirrored, this option sets them to their mirrored shape by default.
+
+
+ This can be useful for people who prefer things right-to-left, rather than left-to-right.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases, may be overridden by the command-line option "--dontmirrorstamps".
+
+
+
+
+
+ Fonts
+
+
+
+ -
+
sysfonts=yes
+
+
+ -
+
+ This option causes Tux Paint to attempt to load fonts (for use in the Text tool) from your operating system. Normally, Tux Paint will only load the ones that came bundled with Tux Paint.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "sysfonts=no" or "nosysfonts=yes". In both cases, may be overridden by the command-line option "--nosysfonts".
+
+
+ -
+
alllocalefonts=yes
+
+
+ -
+
+ Prior to version 0.9.21, Tux Paint loaded all fonts in its own fonts directory, including locale-specific ones (e.g., the one for Tibetan, which had no latin characters). As of 0.9.21, the only font loaded from the locale-specific subdirectory, if any, is one matching the locale Tux Paint is running on.
+
+
+ To load all locale-specific fonts (the old behavior), set this option.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "alllocalefonts=no" or "currentlocalefont=yes". In both cases, may be overridden by the command-line option "--currentlocalefont".
+
+
+
+
+
+
+
+ Printing
+
+
+ Print Permissions
+
+
+
+ -
+
noprint=yes
+
+
+ -
+
+ Disable the printing feature.
+
+
+ -
+
printdelay=SECONDS
+
+
+ -
+
+ Restrict printing so that printing can occur only once every SECONDS seconds.
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printdelay=0". In both cases, may be overridden by the command-line option "--printdelay=0".
+
+
+
+
+
+ Show Printer Dialog
+
+
+
+ -
+
altprint=always
+
+
+ -
+
+ This causes Tux Paint to always show the printer dialog (or, on Linux/Unix, run the "altprintcommand") when the 'Print' button is clicked. In other words, it's like clicking 'Print' while holding [Alt], except you don't need to hold [Alt] every time.
+
+
+ -
+
altprint=never
+
+
+ -
+
+ This prevents Tux Paint from ever showing the printer dialog (or, on Linux/Unix, run the "altprintcommand") when the 'Print' button is clicked. In other words, it makes the [Alt] key have no effect when clicking the 'Print' button.
+
+
+ -
+
altprint=mod
+
+
+ -
+
+ This is the normal, default behavior. Tux Paint shows a printer dialog (or, on Linux/Unix, runs the "altprintcommand"), when the [Alt] key is pressed while the 'Print' button is clicked. Clicking 'Print' without holding [Alt] prints without showing a dialog.
+
+
+
+
+
+
+ Save Printer Configuration
+
+
+
+ -
+
printcfg=yes
+
+
+ -
+
+ (Windows and macOS only)
+
+
+
+ Tux Paint will use a printer configuration file when printing. Push the [Alt] key while clicking the 'Print' button in Tux Paint to cause a Windows print dialog window to appear.
+
+
+ (Note: This only works when not running Tux Paint in fullscreen mode.) Any configuration changes made in this dialog will be saved to the file "userdata/print.cfg" , and used again, as long as the "printcfg" option is set.
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printcfg=no" or "noprintcfg=yes". In both cases, may be overridden by the command-line option "--noprintcfg".
+
+
+
+
+
+
+ Print Commands
+
+
+
+ -
+
printcommand=COMMAND
+
+
+ -
+
+ (Linux and Unix only)
+
+
+
+ Use the command COMMAND to print a PostScript format file when the 'Print' button is clicked. If this option is not specifically not set, the default command is:
+
+
+ lpr
+
+
+
+ Note: Versions of Tux Paint prior to 0.9.15 sent PNG format data to the print command (which defaulted to "pngtopnm | pnmtops | lpr").
+
+
+ If you set an alternative printcommand in the configuration file prior to version 0.9.15, you will need to change it.
+
+
+ -
+
altprintcommand=COMMAND
+
+
+ -
+
+ (Linux and Unix only)
+
+
+
+ Use the command COMMAND to print a PostScript format file when the 'Print' button is clicked while the [Alt] modifier key is being held. (This is typically used for providing a print dialog, similar to when pressing [Alt]+'Print' in Windows and macOS.)
+
+
+ If this option is not specifically not set, the default command is KDE's graphical print dialog:
+
+
+ kprinter
+
+
+
+
+
+
+
+ Paper Size
+
+
+
+ -
+
papersize=PAPERSIZE
+
+
+ -
+
+ (Platforms that use Tux Paint's internal PostScript generator — not Windows, macOS, BeOS, or Haiku.)
+
+
+
+ Tell Tux Paint what size PostScript to generate. If none is specified, Tux Paint first checks your $PAPER environment variable, then the file /etc/papersize, then uses the the 'libpaper' library's default paper size.
+
+
+ Valid paper sizes include: letter, legal, tabloid, executive, note, statement, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, b0, b1, b2 b3, b4, 10x14, 11x17, halfletter, halfexecutive, halfnote, folio, quarto, ledger, archA, archB, archC, archD, archE, flsa, flse, csheet, dsheet, esheet.
+
+
+
+
+
+
+
+
+ Saving
+
+
+ Save Over Earlier Work
+
+
+
+ -
+
saveover=yes
+
+
+ -
+
+ This disables the "Save over the old version...?" prompt when saving an existing file. With this option, the older version will always be replaced by the new version, automatically.
+
+
+ -
+
saveover=new
+
+
+ -
+
+ This also disables the "Save over the old version...?" prompt when saving an existing file. This option, however, will always save a new file, rather than overwrite the older version.
+
+
+ -
+
saveover=ask
+
+
+ -
+
+ (This option is redundant, since this is the default.)
+ When saving an existing drawing, you will be first asked whether to save over the older version or not.
+
+
+
+
+
+ Starting Out
+
+
+
+ -
+
startblank=yes
+
+
+ -
+
+ This causes Tux Paint to display a blank canvas when it first starts up, rather than loading the last image that was being edited.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "startblank=no" or "startlast=yes". In both cases, may be overridden by the command-line option "--startlast".
+
+
+ -
+
newcolorslast=yes
+
+
+ -
+
+ Places the blank color options in the New dialog at the end, so that any Starters and/or Templates are shown first.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "newcolorslast=no" or "newcolorsfirst=yes". In both cases, may be overridden by the command-line option "--newcolorsfirst".
+
+
+
+
+
+
+ Save and Export Directories
+
+
+
+ -
+
savedir=DIRECTORY
+
+
+ -
+
+ Use this option to change where Tux Paint's "saved" directory/folder is located, which is where Tux Paint saves and opens pictures.
+
+
+ If you do not override it, the default location is:
+
+
+ - Linux & Unix — Under a hidden directory named "
.tuxpaint" in your home directory (aka "~" or "$HOME")
+ Example: /home/username/.tuxpaint/saved/
+
+ - Windows — Inside a folder named "
TuxPaint" in your "Application Data" folder.
+ Example: C:\Documents and Settings\Username\Application Data\TuxPaint\saved\
+
+
+ - macOS — Inside a folder named "
TuxPaint" in your "Application Support" folder.
+ Example: /Users/Username/Library/Application Support/TuxPaint/saved/
+
+
+
+ Note: When specifying a Windows drive (e.g., "H:\"), you must also specify a subdirectory.
+
+
+ Note: Prior to version 0.9.18, Tux Paint would also use the setting or default for "savedir" as the place to search for personal data files (brushes, stamps, starters and fonts). As of version 0.9.18, they may be specified separately (see the "datadir" option, below).
+
+
+ Example: savedir=Z:\tuxpaint\
+
+
+ -
+
exportdir=DIRECTORY
+
+
+ -
+
+ Use this option to change where Tux Paint exports files — single images, or animated GIF slideshows — for external use.
+
+
+ If you do not override it, the default location is:
+
+
+ - Linux & Unix — If available, wherever your desktop environment is configured for pictures to be stored, based on your XDG (X Desktop Group) configuration. (Try running the command-line "
xdg-user-dir PICTURES" to find out.)
+ Typically (in an English locale), this will be a "Pictures" subdirectory in your home directory (i.e., "$HOME/Pictures" aka "~/Pictures").
+ Tux Paint will fall back to using that typical directory, of no XDG configuration can be read, or nothing is set for "XDG_PICTURES_DIR".
+ - Windows - "My Pictures" directory for each user (normaly "c:\Users\USERNAME\Pictures").
You can directly open the folder as follows:
+ - Press "[Windows]+[R]" key to open "Run ..." dialogue.
+ - Enter "Shell:My Pictures" in the text box and push [OK].
-
-
- -
-
orient=portrait
-
-
- -
-
- Swaps the width/height options given to Tux Paint, useful for rotating the window on portait displays, such as a tablet PC that's in tablet orientation.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "orient=landscape". In both cases, may be overridden by the command-line option "--orient=landscape".
-
-
- -
-
native=yes
-
-
- -
-
- When running Tux Paint in fullscreen mode, this assumes the screen's current resolution (overriding any "windowsize" option), as set by the operating system.
-
-
- -
-
buttonsize=SIZE
-
-
- -
-
- Set the pixel size of buttons in Tux Paint's user interface (overriding the default of "48"). Useful when using very high-density displays or coarse input devices, such as eye gaze trackers.
-
-
- The SIZE value should be presented in pixels, and can be anything between 24 and 192, inclusive. Most buttons are square, and this will affect their width and height.
-
-
- Note: If the chosen button size would cause the buttons to be too large for all required UI elements to appear under Tux Paint's chosen window size, the largest possible button size will be used. (A note will appear in stderr.)
-
-
- -
-
allowscreensaver=yes
-
-
- -
-
- By default, Tux Paint prevents your system's screensaver from starting up. You can override this by using the "allowscreensaver" option. Note: This requires version 1.2.12 or higher of the SDL library. (You can also do this by setting the "SDL_VIDEO_ALLOW_SCREENSAVER" environment variable on your system to "1".)
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "allowscreensaver=no" or "disablescreensaver=yes". In both cases, may be overridden by the command-line option "--disablescreensaver".
-
-
- -
-
nosound=yes
-
-
- -
-
- Disable sound effects. (Note: Pressing [Alt] + [S] cannot be used to reenable sounds if they were disabled using this option.)
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosound=no" or "sound=yes". In both cases, may be overridden by the command-line option "--sound".
-
-
- -
-
nostereo=yes
-
-
- -
-
- Disable stereo panning support. (Useful for users with hearing impairment in one ear, or places where a single speaker or headphone is being used.)
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostereo=no" or "stereo=yes". In both cases, may be overridden by the command-line option "--stereo".
-
-
- -
-
noquit=yes
-
-
- -
-
- Disable the on-screen "Quit" button and prevent the [Escape] key from quitting Tux Paint.
-
-
- Using the [Alt] + [F4] keyboard combination or clicking the window's close button (assuming you're not in fullscreen mode) still works to quit Tux Paint.
-
-
- You can also use the following keyboard combination to quit: [Shift] + [Control] + [Escape].
-
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noquit=no" or "quit=yes". In both cases, may be overridden by the command-line option "--quit".
-
-
- -
-
noprint=yes
-
-
- -
-
- Disable the printing feature.
-
-
- -
-
printdelay=SECONDS
-
-
- -
-
- Restrict printing so that printing can occur only once every SECONDS seconds.
-
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printdelay=0". In both cases, may be overridden by the command-line option "--printdelay=0".
-
-
- -
-
printcommand=COMMAND
-
-
- -
-
- (Linux and Unix only)
-
-
-
- Use the command COMMAND to print a PostScript format file when the 'Print' button is clicked. If this option is not specifically not set, the default command is:
-
-
- lpr
-
-
-
- Note: Versions of Tux Paint prior to 0.9.15 sent PNG format data to the print command (which defaulted to "pngtopnm | pnmtops | lpr").
-
-
- If you set an alternative printcommand in the configuration file prior to version 0.9.15, you will need to change it.
-
-
- -
-
altprintcommand=COMMAND
-
-
- -
-
- (Linux and Unix only)
-
-
-
- Use the command COMMAND to print a PostScript format file when the 'Print' button is clicked while the [Alt] modifier key is being held. (This is typically used for providing a print dialog, similar to when pressing [Alt]+'Print' in Windows and macOS.)
-
-
- If this option is not specifically not set, the default command is KDE's graphical print dialog:
-
-
- kprinter
-
-
-
- -
-
printcfg=yes
-
-
- -
-
- (Windows and macOS only)
-
-
-
- Tux Paint will use a printer configuration file when printing. Push the [Alt] key while clicking the 'Print' button in Tux Paint to cause a Windows print dialog window to appear.
-
-
- (Note: This only works when not running Tux Paint in fullscreen mode.) Any configuration changes made in this dialog will be saved to the file "userdata/print.cfg" , and used again, as long as the "printcfg" option is set.
-
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printcfg=no" or "noprintcfg=yes". In both cases, may be overridden by the command-line option "--noprintcfg".
-
-
- -
-
altprint=always
-
-
- -
-
- This causes Tux Paint to always show the printer dialog (or, on Linux/Unix, run the "altprintcommand") when the 'Print' button is clicked. In other words, it's like clicking 'Print' while holding [Alt], except you don't need to hold [Alt] every time.
-
-
- -
-
altprint=never
-
-
- -
-
- This prevents Tux Paint from ever showing the printer dialog (or, on Linux/Unix, run the "altprintcommand") when the 'Print' button is clicked. In other words, it makes the [Alt] key have no effect when clicking the 'Print' button.
-
-
- -
-
altprint=mod
-
-
- -
-
- This is the normal, default behavior. Tux Paint shows a printer dialog (or, on Linux/Unix, runs the "altprintcommand"), when the [Alt] key is pressed while the 'Print' button is clicked. Clicking 'Print' without holding [Alt] prints without showing a dialog.
-
-
- -
-
papersize=PAPERSIZE
-
-
- -
-
- (Platforms that use Tux Paint's internal PostScript generator — not Windows, macOS, BeOS, or Haiku.)
-
-
-
- Tell Tux Paint what size PostScript to generate. If none is specified, Tux Paint first checks your $PAPER environment variable, then the file /etc/papersize, then uses the the 'libpaper' library's default paper size.
-
-
- Valid paper sizes include: letter, legal, tabloid, executive, note, statement, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, b0, b1, b2 b3, b4, 10x14, 11x17, halfletter, halfexecutive, halfnote, folio, quarto, ledger, archA, archB, archC, archD, archE, flsa, flse, csheet, dsheet, esheet.
-
-
- -
-
nolockfile=yes
-
-
- -
-
- By default, Tux Paint uses what's known as a 'lockfile' to prevent it from being launched more than once in 30 seconds. (This is to avoid accidentally running multiple copies; for example, by double-clicking a single-click launcher, or simply impatiently clicking the icon multiple times.)
-
-
- To make Tux Paint ignore the lockfile, allowing it to run again, even if it was just launched less than 30 seconds ago, enable this setting in the configuration file, or run Tux Paint with the --nolockfile option on the command-line.
-
-
- By default, the lockfile is stored in "~/.tuxpaint/" under Linux and Unix, and "userdata\" under Windows.
-
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolockfile=no" or "lockfile=yes". In both cases, may be overridden by the command-line option "--lockfile".
-
-
- -
-
simpleshapes=yes
-
-
- -
-
- Disable the rotation step of the 'Shape' tool. Click, drag and release is all that will be needed to draw a shape.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "simpleshapes=no" or "complexshapes=yes". In both cases, may be overridden by the command-line option "--complexshapes".
-
-
- -
-
uppercase=yes
-
-
- -
-
- All text will be rendered only in uppercase (e.g., "Brush" will be "BRUSH"). Useful for children who can read, but who have only learned uppercase letters so far.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "uppercase=no" or "mixedcase=yes". In both cases, may be overridden by the command-line option "--mixedcase".
-
-
- -
-
grab=yes
-
-
- -
-
- Tux Paint will attempt to 'grab' the mouse and keyboard, so that the mouse is confined to Tux Paint's window, and nearly all keyboard input is passed directly to it.
-
-
- This is useful to disable operating system actions that could get the user out of Tux Paint [Alt]-[Tab] window cycling, [Ctrl]-[Escape], etc. This is especially useful in fullscreen mode.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "grab=no" or "dontgrab=yes". In both cases, may be overridden by the command-line option "--dontgrab".
-
-
- -
-
noshortcuts=yes
-
-
- -
-
- This disable keyboard shortcuts (e.g., [Ctrl]-[S] for save, [Ctrl]-[N] for a new image, etc.)
-
-
- This is useful to prevent unwanted commands from being activated by children who aren't experienced with keyboards.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshortcuts=no" or "shortcuts=yes". In both cases, may be overridden by the command-line option "--shortcuts".
-
-
- -
-
nowheelmouse=yes
-
-
- -
-
- This disables support for the wheel on mice that have it. (Normally, the wheel will scroll the selector menu on the right.)
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be overridden by the command-line option "--wheelmouse".
-
-
- -
-
nobuttondistinction=yes
-
-
- -
-
- Prior to Tux Paint 0.9.15, the middle and right buttons on a mouse could also be used for clicking. In version 0.9.15, it was changed so that only the left mouse button worked, so as to not train children to use the wrong button.
-
-
- However, for children who have trouble with the mouse, this distinction between the two or three buttons on a mouse can be disabled (returning Tux Paint to its old behavior) by using this option.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nobuttondistinction=no" or "buttondistinction=yes". In both cases, may be overridden by the command-line option "--buttondistinction".
-
-
- -
-
nofancycursors=yes
-
-
- -
-
- This disables the fancy mouse pointer shapes in Tux Paint, and uses your environment's normal mouse pointer.
-
-
- In some enviornments, the fancy cursors cause problems. Use this option to avoid them.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nofancycursors=no" or "fancycursors=yes". In both cases, may be overridden by the command-line option "--fancycursors".
-
-
- -
-
hidecursor=yes
-
-
- -
-
- This completely hides the mouse pointer shapes in Tux Paint.
-
-
- This is useful for touchscreen devices, such as tablet PCs.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "hidecursor=no" or "showcursor=yes". In both cases, may be overridden by the command-line option "--showcursor".
-
-
- -
-
nooutlines=yes
-
-
- -
-
- In this mode, much simpler outlines and 'rubber-band' lines are displayed when using the Lines, Shapes, Stamps and Eraser tools.
-
-
- This can help when Tux Paint is run on very slow computers, or displayed on a remote X-Window display.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nooutlines=no" or "outlines=yes". In both cases, may be overridden by the command-line option "--outlines".
-
-
- -
-
sysfonts=yes
-
-
- -
-
- This option causes Tux Paint to attempt to load fonts (for use in the Text tool) from your operating system. Normally, Tux Paint will only load the ones that came bundled with Tux Paint.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "sysfonts=no" or "nosysfonts=yes". In both cases, may be overridden by the command-line option "--nosysfonts".
-
-
- -
-
alllocalefonts=yes
-
-
- -
-
- Prior to version 0.9.21, Tux Paint loaded all fonts in its own fonts directory, including locale-specific ones (e.g., the one for Tibetan, which had no latin characters). As of 0.9.21, the only font loaded from the locale-specific subdirectory, if any, is one matching the locale Tux Paint is running on.
-
-
- To load all locale-specific fonts (the old behavior), set this option.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "alllocalefonts=no" or "currentlocalefont=yes". In both cases, may be overridden by the command-line option "--currentlocalefont".
-
-
- -
-
nostamps=yes
-
-
- -
-
- This option tells Tux Paint to not load any rubber stamp images, which in turn ends up disabling the Stamps tool.
-
-
- This can speed up Tux Paint when it first loads up, and reduce memory usage while it's running. Of course, no stamps will be available at all.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostamps=no" or "stamps=yes". In both cases, may be overridden by the command-line option "--stamps".
-
-
- -
-
nostampcontrols=yes
-
-
- -
-
- Some images in the Stamps tool can be mirrored, flipped, and/or have their size changed. This option disables the controls, and only provides the basic stamps.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostampcontrols=no" or "stampcontrols=yes". In both cases, may be overridden by the command-line option "--stampcontrols".
-
-
- -
-
nomagiccontrols=yes
-
-
- -
-
- Some Magic tools have the option of acting like a paintbrush, or affecting the entire canvas at once. This option disables the controls, and only provides the default functionality (usually paint-mode).
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may be overridden by the command-line option "--magiccontrols".
-
-
- -
-
noshapecontrols=yes
-
-
- -
-
- Disable the control buttons shown when using the Shapes tool that allow changing how shapes are drawn — centered around the initial mouse click, or with a corner at the initial mouse click.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshapecontrols=no" or "shapecontrols=yes". In both cases, may be overridden by the command-line option "--shapecontrols".
-
-
- -
-
nolabel=yes
-
-
- -
-
- Disables the Label tool: the tool that allows text entry which can be edited later.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolabel=no" or "label=yes". In both cases, may be overridden by the command-line option "--label".
-
-
- -
-
newcolorslast=yes
-
-
- -
-
- Places the blank color options in the New dialog at the end, so that any Starters and/or Templates are shown first.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "newcolorslast=no" or "newcolorsfirst=yes". In both cases, may be overridden by the command-line option "--newcolorsfirst".
-
-
- -
-
mirrorstamps=yes
-
-
- -
-
- For stamps that can be mirrored, this option sets them to their mirrored shape by default.
-
-
- This can be useful for people who prefer things right-to-left, rather than left-to-right.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases, may be overridden by the command-line option "--dontmirrorstamps".
-
-
- -
-
mouse-accessibility=yes
-
-
- -
-
- In this mode, instead of clicking, dragging and releasing (e.g., to draw), you click, move, and click again to end the motion.
-
-
- -
-
onscreen-keyboard=yes
-
-
- -
-
- Presents a clickable on-screen keyboard when using the Text and Label tools.
-
-
- -
-
onscreen-keyboard-layout=LAYOUTNAME
-
-
- -
-
- Selects the initial layout for the on-screen keyboard when using the Text and Label tools.
Note: Using this option implies automatically onscreen-keyboard=yes, so setting both is redundant.
-
-
- -
-
onscreen-keyboard-disable-change=yes
-
-
- -
-
- Disables the possibility for changing the layout of the on-screen keyboard when using the Text and Label tools, useful for simplifying things for the small children.
- Note: Using this option implies automatically onscreen-keyboard=yes, so setting both is redundant.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "onscreen-keyboard-disable-change=no". In both cases, may be overridden by the command-line option "--onscreen-keyboard-disable-change=no".
-
-
- -
-
joystick-dev=N
-
-
- -
-
- Specify which joystick device should be used by Tux Paint. Default value is 0 (the first joystick).
-
-
- -
-
joystick-slowness=SPEED
-
-
- -
-
- Sets a delay at each axis motion, allowing to slow the joystick. Allowed values are from 0 to 500. Default value is 15.
-
-
- -
-
joystick-threshold=THRESHOLD
-
-
- -
-
- Sets the minimum level of axis motion to start moving the pointer. Allowed values are from 0 to 32766. Default value is 3200.
-
-
- -
-
joystick-maxsteps=STEPS
-
-
- -
-
- Sets the maximum pixels the pointer will move at once. Allowed values are from 1 to 7. Default value is 7.
-
-
- -
-
joystick-hat-timeout=MILLISECONDS
-
-
- -
-
- Sets the delay after wich the pointer will start moving automatically if the hat is keeped pushed. Allowed values are from 0 to 3000. Default value is 1000.
-
-
- -
-
joystick-hat-slowness=SPEED
-
-
- -
-
- Sets a delay at each automatic motion, allowing to slow the speed of the hat. Allowed values are from 0 to 500. Default value is 15.
-
-
- -
-
joystick-btn-escape=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be used to generate a escape event. Useful to dismiss dialogs and quit.
-
-
- -
-
joystick-btn-brush=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to select the brush tool.
-
-
- -
-
joystick-btn-stamp=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to select the stamp tool.
-
-
- -
-
joystick-btn-lines=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to select the lines tool.
-
-
- -
-
joystick-btn-shapes=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to select the shapes tool.
-
-
- -
-
joystick-btn-text=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to select the text tool.
-
-
- -
-
joystick-btn-label=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to select the label tool.
-
-
- -
-
joystick-btn-magic=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to select the magic tool.
-
-
- -
-
joystick-btn-undo=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to invoke the undo tool.
-
-
- -
-
joystick-btn-redo=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to select redo tool.
-
-
- -
-
joystick-btn-eraser=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to select eraser tool.
-
-
- -
-
joystick-btn-new=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to launch the dialog for creating a new drawing.
-
-
- -
-
joystick-btn-open=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to launch the dialog for opening an existing drawing.
-
-
- -
-
joystick-btn-save=BUTTON NUMBER
-
-
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to save the drawing.
-
+
+
+ macOS — TBD!
+
+
+
+
+ Note: When the defaults are used, a new "TuxPaint" subdirectory will be created and used. (e.g., "~/Pictures/TuxPaint") When the "--exportdir" option is used, the exact path specified will be used (no "TuxPaint" subdirectory is created).
+
+ The directory itself (e.g., "~/Pictures/TuxPaint") will be created, if it doesn't exist.
+
+ If the parent directory (e.g., "~/Pictures/TuxPaint") also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that).
+
+
+ Example: exportdir=/home/penguin/TuxPaintExports
+
+
+
+
+
+
+ More Saving Options
+
+
+
+ -
+
nosave=yes
+
+
+ -
+
+ This disables Tux Paint's ability to save files (and therefore disables the on-screen "Save" button). It can be used in situations where the program is only being used for fun, or in a test environment.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosave=no" or "save=yes". In both cases, may be overridden by the command-line option "--save".
+
+
+ -
+
autosave=yes
+
+
+ -
+
+ This prevents Tux Paint from asking whether you want to save the current picture when quitting, and assumes you do.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "autosave=no" or "noautosave=yes". In both cases, may be overridden by the command-line option "--noautosave".
+
- -
-
joystick-btn-pgsetup=BUTTON NUMBER
-
+
+
+
-
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to launch the page setup dialog for printing.
-
+
+
+ Data
+
+
+ Lockfile
+
+
+
+ -
+
nolockfile=yes
+
+
+ -
+
+ By default, Tux Paint uses what's known as a 'lockfile' to prevent it from being launched more than once in 30 seconds. (This is to avoid accidentally running multiple copies; for example, by double-clicking a single-click launcher, or simply impatiently clicking the icon multiple times.)
+
+
+ To make Tux Paint ignore the lockfile, allowing it to run again, even if it was just launched less than 30 seconds ago, enable this setting in the configuration file, or run Tux Paint with the --nolockfile option on the command-line.
+
+
+ By default, the lockfile is stored in "~/.tuxpaint/" under Linux and Unix, and "userdata\" under Windows.
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolockfile=no" or "lockfile=yes". In both cases, may be overridden by the command-line option "--lockfile".
+
+
+
+
+
+
+ Data Directory
+
+
+
+ -
+
datadir=DIRECTORY
+
+
+ -
+
+ Use this option to change where Tux Paint looks for personal data files (brushes, stamps, starters, templates, and fonts specific to the current user).
+
+
+ Tux Paint will search for subdirectories/subfolders named "brushes", "stamps", "starters", "templates", and "fonts" under the specified data directory.
+
+
+ If you do not override it, the default location is:
+
+
+ - Linux & Unix — Under a hidden directory named "
.tuxpaint" in your home directory (aka "~" or "$HOME")
+ Example: /home/username/.tuxpaint/brushes/
+
+ - Windows — Inside a folder named "
TuxPaint" in your "Application Data" folder.
+ Example: C:\Documents and Settings\Username\Application Data\TuxPaint\brushes\
+
+ - macOS — Inside a folder named "
TuxPaint" in your "Application Support" folder.
+ Example: /Users/Username/Library/Application Support/TuxPaint/brushes/
+
- -
-
joystick-btn-print=BUTTON NUMBER
-
+
+ Note: Prior to version 0.9.18, Tux Paint would use the same setting or default as for "savedir" to search for data files. As of version 0.9.18, they may be specified separately.
- -
-
- Selects the joystick button number, as seen by SDL, that will be a shortcut to print.
-
+
+ Note: When specifying a Windows drive (e.g., "H:\"), you must also specify a subdirectory.
- -
-
joystick-buttons-ignore=BUTTON1,BUTTON2,...
-
+
+ Example: datadir=/home/johnny/tuxpaint-data/
+
- -
-
- A set of joystick button numbers, as seen by SDL, that should be ignored. Otherwise, unless they are used by one of the "joystick-btn-" options above, buttons will be seen as a mouse left-click.
-
+
+
-
- stampsize=SIZE
-
+
+ Color Palette File
-
-
- Use this option to force Tux Paint to set the starting size of all stamps. The SIZE value should be between 0 (smallest) and 10 (largest). The size is relative to the available sizes of the stamp, which depends on the stamp itself, and Tux Paint's current canvas size.
+
+
+ -
+
colorfile=FILENAME
+
-
- Specify "default" to let Tux Paint decide (its standard behavior).
-
+
+
+ You may override Tux Paint's default color palette by creating a plain ASCII text file that describes the colors you want, and pointing to that file using the "colorfile" option.
-
- keyboard=yes
-
+
+ The file should list one color per line. Colors are defined in terms of their Red, Green and Blue values, each from 0 (off) to 255 (brightest). (For more information, try Wikipedia's "RGB color model" article.)
-
-
- This allows the keyboard arrow keys to be used to control the mouse pointer. (e.g., for mouseless environments, or handicapped/accessibility purposes)
+
+ Colors may be listed using three decimal numbers (e.g., "255 68 136") or a 6- or 3-digit-long hexadecimal 'triplet' (e.g., "#ff4488" or "#F48").
-
- Features:
+
+ After the color definition (on the same line) you may enter text to describe the color. Tux will display this text when the color is clicked. (For example, "#FFF White as snow.")
-
- - Fine movement within canvas, or coarse movement if
Shift is held.
+
+ As an example, you can see the default colors currently used in Tux Paint in: "default_colors.txt".
- - Coarse movement within tool button areas.
+
+ NOTES: You must separate decimal values with spaces, and begin hexadecimal values with a pound/number-sign character ("#"). In 3-digit hexadecimal, each digit is used for both the high and low halves of the byte, so "#FFF" is the same as "#FFFFFF", not "#F0F0F0".
+
+
+
+
- Key controls:
- - [Left]/[Right]/[Up]/[Down], numpad [1] thru [9]: Move mouse
+
+
+ Accessibility
+
+
+ Mouse
- - [Space]/[5]: Click mouse (except when using "Text" or "Label" tools)
+
+
+ -
+
mouse-accessibility=yes
+
-
- [Insert]/[F5]: Click mouse (always)
+ -
+
+ In this mode, instead of clicking, dragging and releasing (e.g., to draw), you click, move, and click again to end the motion.
+
+
+
- - [F4] jump mouse between "Tools", "Colors" and canvas areas
+
+ Keyboard
- - If mouse is within "Tools" section on the left, or "Colors" section at the bottom:
- - [F7], [F8]: Move down/up between buttons, respectively (Tools section, only)
+
+
+ -
+
keyboard=yes
+
-
- [F11], [F12]: Move to previous/next button, respectively
-
-
+ -
+
+ This allows the keyboard arrow keys to be used to control the mouse pointer. (e.g., for mouseless environments, or handicapped/accessibility purposes)
+
+
+ Features:
+
+
+ - Fine movement within canvas, or coarse movement if
Shift is held.
+
+ - Coarse movement within tool button areas.
+
+ - Key controls:
+ - [Left]/[Right]/[Up]/[Down], numpad [1] thru [9]: Move mouse
+
+ - [Space]/[5]: Click mouse (except when using "Text" or "Label" tools)
+
+ - [Insert]/[F5]: Click mouse (always)
+
+ - [F4] jump mouse between "Tools", "Colors" and canvas areas
+
+ - If mouse is within "Tools" section on the left, or "Colors" section at the bottom:
+ - [F7], [F8]: Move down/up between buttons, respectively (Tools section, only)
+
+ - [F11], [F12]: Move to previous/next button, respectively
-
- - To click-and-drag, hold one of the 'click' keys (e.g., [Insert]), and use the movement keys (e.g., [Left]).
- - Note: The "mouse accessibility" feature works with the keyboard mouse controls. With both options enabled, painting tools can be used to draw by pressing a 'click' key to start clicking, movement keys to move around (which will draw), and another 'click' key to end the click (stop drawing).
-
-
-
- - A regular mouse and/or joystick may still be used (so you can, e.g., move with the mouse, and click with the keyboard, or vice-versa)
+
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "keyboard=no" or "2$keyboard=no". In both cases, may be overridden by the command-line option "--mouse".
-
-
- -
-
savedir=DIRECTORY
-
-
- -
-
- Use this option to change where Tux Paint's "saved" directory/folder is located, which is where Tux Paint saves and opens pictures.
-
-
- If you do not override it, the default location is:
-
-
- - Linux & Unix — Under a hidden directory named "
.tuxpaint" in your home directory (aka "~" or "$HOME")
- Example: /home/username/.tuxpaint/saved/
-
- - Windows — Inside a folder named "
TuxPaint" in your "Application Data" folder.
- Example: C:\Documents and Settings\Username\Application Data\TuxPaint\saved\
-
-
- - macOS — Inside a folder named "
TuxPaint" in your "Application Support" folder.
- Example: /Users/Username/Library/Application Support/TuxPaint/saved/
+ - To click-and-drag, hold one of the 'click' keys (e.g., [Insert]), and use the movement keys (e.g., [Left]).
+ - Note: The "mouse accessibility" feature works with the keyboard mouse controls. With both options enabled, painting tools can be used to draw by pressing a 'click' key to start clicking, movement keys to move around (which will draw), and another 'click' key to end the click (stop drawing).
+
+
+ - A regular mouse and/or joystick may still be used (so you can, e.g., move with the mouse, and click with the keyboard, or vice-versa)
+
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "keyboard=no" or "2$keyboard=no". In both cases, may be overridden by the command-line option "--mouse".
+
+
+
+
+
+ Onscreen Keyboard
+
+
+
+ -
+
onscreen-keyboard=yes
+
+
+ -
+
+ Presents a clickable on-screen keyboard when using the Text and Label tools.
+
+
+ -
+
onscreen-keyboard-layout=LAYOUTNAME
+
+
+ -
+
+ Selects the initial layout for the on-screen keyboard when using the Text and Label tools.
Note: Using this option implies automatically onscreen-keyboard=yes, so setting both is redundant.
+
+
+ -
+
onscreen-keyboard-disable-change=yes
+
+
+ -
+
+ Disables the possibility for changing the layout of the on-screen keyboard when using the Text and Label tools, useful for simplifying things for the small children.
+ Note: Using this option implies automatically onscreen-keyboard=yes, so setting both is redundant.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "onscreen-keyboard-disable-change=no". In both cases, may be overridden by the command-line option "--onscreen-keyboard-disable-change=no".
+
+
+
+
+
+
+
+ Joystick
+
+
+ Main Device
+
+
+
+ -
+
joystick-dev=N
+
+
+ -
+
+ Specify which joystick device should be used by Tux Paint. Default value is 0 (the first joystick).
+
+
+ -
+
joystick-slowness=SPEED
+
+
+ -
+
+ Sets a delay at each axis motion, allowing to slow the joystick. Allowed values are from 0 to 500. Default value is 15.
+
+
+ -
+
joystick-threshold=THRESHOLD
+
+
+ -
+
+ Sets the minimum level of axis motion to start moving the pointer. Allowed values are from 0 to 32766. Default value is 3200.
+
+
+ -
+
joystick-maxsteps=STEPS
+
+
+ -
+
+ Sets the maximum pixels the pointer will move at once. Allowed values are from 1 to 7. Default value is 7.
+
+
+
+
+
+
+ Hat
+
+
+
+ -
+
joystick-hat-slowness=SPEED
+
+
+ -
+
+ Sets a delay at each automatic motion, allowing to slow the speed of the hat. Allowed values are from 0 to 500. Default value is 15.
+
+
+ -
+
joystick-hat-timeout=MILLISECONDS
+
+
+ -
+
+ Sets the delay after wich the pointer will start moving automatically if the hat is keeped pushed. Allowed values are from 0 to 3000. Default value is 1000.
+
+
+
+
+
+ Buttons to Disable
+
+
+
+ -
+
joystick-buttons-ignore=BUTTON1,BUTTON2,...
+
+
+ -
+
+ A set of joystick button numbers, as seen by SDL, that should be ignored. Otherwise, unless they are used by one of the "joystick-btn-" options above, buttons will be seen as a mouse left-click.
+
+
+
+
+
+ Button Shortcuts
+
+
+
+ -
+
joystick-btn-escape=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be used to generate a escape event. Useful to dismiss dialogs and quit.
+
+
+ -
+
joystick-btn-brush=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to select the brush tool.
+
+
+ -
+
joystick-btn-stamp=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to select the stamp tool.
+
+
+ -
+
joystick-btn-lines=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to select the lines tool.
+
+
+ -
+
joystick-btn-shapes=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to select the shapes tool.
+
+
+ -
+
joystick-btn-text=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to select the text tool.
+
+
+ -
+
joystick-btn-label=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to select the label tool.
+
+
+ -
+
joystick-btn-magic=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to select the magic tool.
+
+
+ -
+
joystick-btn-undo=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to invoke the undo tool.
+
+
+ -
+
joystick-btn-redo=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to select redo tool.
+
+
+ -
+
joystick-btn-eraser=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to select eraser tool.
+
+
+ -
+
joystick-btn-new=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to launch the dialog for creating a new drawing.
+
+
+ -
+
joystick-btn-open=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to launch the dialog for opening an existing drawing.
+
+
+ -
+
joystick-btn-save=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to save the drawing.
+
+
+ -
+
joystick-btn-pgsetup=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to launch the page setup dialog for printing.
+
+
+ -
+
joystick-btn-print=BUTTON NUMBER
+
+
+ -
+
+ Selects the joystick button number, as seen by SDL, that will be a shortcut to print.
+
+
+
+
-
- Note: When specifying a Windows drive (e.g., "H:\"), you must also specify a subdirectory.
-
-
- Note: Prior to version 0.9.18, Tux Paint would also use the setting or default for "savedir" as the place to search for personal data files (brushes, stamps, starters and fonts). As of version 0.9.18, they may be specified separately (see the "datadir" option, below).
-
-
- Example: savedir=Z:\tuxpaint\
-
-
- -
-
exportdir=DIRECTORY
-
-
- -
-
- Use this option to change where Tux Paint exports files — single images, or animated GIF slideshows — for external use.
-
-
- If you do not override it, the default location is:
-
-
- - Linux & Unix — If available, wherever your desktop environment is configured for pictures to be stored, based on your XDG (X Desktop Group) configuration. (Try running the command-line "
xdg-user-dir PICTURES" to find out.)
- Typically (in an English locale), this will be a "Pictures" subdirectory in your home directory (i.e., "$HOME/Pictures" aka "~/Pictures").
- Tux Paint will fall back to using that typical directory, of no XDG configuration can be read, or nothing is set for "XDG_PICTURES_DIR".
- - Windows - "My Pictures" directory for each user (normaly "c:\Users\USERNAME\Pictures").
You can directly open the folder as follows:
- - Press "[Windows]+[R]" key to open "Run ..." dialogue.
- - Enter "Shell:My Pictures" in the text box and push [OK].
-
-
-
- - macOS — TBD!
-
-
-
-
- Note: When the defaults are used, a new "TuxPaint" subdirectory will be created and used. (e.g., "~/Pictures/TuxPaint") When the "--exportdir" option is used, the exact path specified will be used (no "TuxPaint" subdirectory is created).
-
- The directory itself (e.g., "~/Pictures/TuxPaint") will be created, if it doesn't exist.
-
- If the parent directory (e.g., "~/Pictures/TuxPaint") also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that).
-
-
- Example: exportdir=/home/penguin/TuxPaintExports
-
-
- -
-
datadir=DIRECTORY
-
-
- -
-
- Use this option to change where Tux Paint looks for personal data files (brushes, stamps, starters, templates, and fonts specific to the current user).
-
-
- Tux Paint will search for subdirectories/subfolders named "brushes", "stamps", "starters", "templates", and "fonts" under the specified data directory.
-
-
- If you do not override it, the default location is:
-
-
- - Linux & Unix — Under a hidden directory named "
.tuxpaint" in your home directory (aka "~" or "$HOME")
- Example: /home/username/.tuxpaint/brushes/
-
- - Windows — Inside a folder named "
TuxPaint" in your "Application Data" folder.
- Example: C:\Documents and Settings\Username\Application Data\TuxPaint\brushes\
-
- - macOS — Inside a folder named "
TuxPaint" in your "Application Support" folder.
- Example: /Users/Username/Library/Application Support/TuxPaint/brushes/
-
-
-
- Note: Prior to version 0.9.18, Tux Paint would use the same setting or default as for "savedir" to search for data files. As of version 0.9.18, they may be specified separately.
-
-
- Note: When specifying a Windows drive (e.g., "H:\"), you must also specify a subdirectory.
-
-
- Example: datadir=/home/johnny/tuxpaint-data/
-
-
- -
-
saveover=yes
-
-
- -
-
- This disables the "Save over the old version...?" prompt when saving an existing file. With this option, the older version will always be replaced by the new version, automatically.
-
-
- -
-
saveover=new
-
-
- -
-
- This also disables the "Save over the old version...?" prompt when saving an existing file. This option, however, will always save a new file, rather than overwrite the older version.
-
-
- -
-
saveover=ask
-
-
- -
-
- (This option is redundant, since this is the default.)
- When saving an existing drawing, you will be first asked whether to save over the older version or not.
-
-
- -
-
nosave=yes
-
-
- -
-
- This disables Tux Paint's ability to save files (and therefore disables the on-screen "Save" button). It can be used in situations where the program is only being used for fun, or in a test environment.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosave=no" or "save=yes". In both cases, may be overridden by the command-line option "--save".
-
-
- -
-
autosave=yes
-
-
- -
-
- This prevents Tux Paint from asking whether you want to save the current picture when quitting, and assumes you do.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "autosave=no" or "noautosave=yes". In both cases, may be overridden by the command-line option "--noautosave".
-
-
- -
-
startblank=yes
-
-
- -
-
- This causes Tux Paint to display a blank canvas when it first starts up, rather than loading the last image that was being edited.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "startblank=no" or "startlast=yes". In both cases, may be overridden by the command-line option "--startlast".
-
-
- -
-
colorfile=FILENAME
-
-
- -
-
- You may override Tux Paint's default color palette by creating a plain ASCII text file that describes the colors you want, and pointing to that file using the "colorfile" option.
-
-
- The file should list one color per line. Colors are defined in terms of their Red, Green and Blue values, each from 0 (off) to 255 (brightest). (For more information, try Wikipedia's "RGB color model" article.)
-
-
- Colors may be listed using three decimal numbers (e.g., "255 68 136") or a 6- or 3-digit-long hexadecimal 'triplet' (e.g., "#ff4488" or "#F48").
-
-
- After the color definition (on the same line) you may enter text to describe the color. Tux will display this text when the color is clicked. (For example, "#FFF White as snow.")
-
-
- As an example, you can see the default colors currently used in Tux Paint in: "default_colors.txt".
-
-
- NOTES: You must separate decimal values with spaces, and begin hexadecimal values with a pound/number-sign character ("#"). In 3-digit hexadecimal, each digit is used for both the high and low halves of the byte, so "#FFF" is the same as "#FFFFFF", not "#F0F0F0".
-
-
- -
-
colorsrows=ROWS
-
-
- -
-
- How many rows of color palette buttons to show; useful when using a large color palette (see "colorfile", above), and/or for use with coarse input devices (like eyegaze trackers). "ROWS" may be between "1" (the default) and "3".
-
-
- -
-
lang=LANGUAGE
-
-
- -
-
- Run Tux Paint in one of the supported languages. Possible choice for LANGUAGE currently include:
-
-
-
-
-
-
- english
-
-
- american-english
-
-
-
-
-
-
-
-
- acholi
-
-
- acoli
-
-
-
-
-
-
-
-
- afrikaans
-
-
-
-
-
-
-
-
-
-
-
- akan
-
-
- twi-fante
-
-
-
-
-
-
-
-
- albanian
-
-
-
-
-
-
-
-
-
-
-
- amharic
-
-
-
-
-
-
-
-
-
-
-
- arabic
-
-
-
-
-
-
-
-
-
-
-
- aragones
-
-
-
-
-
-
-
-
-
-
-
- armenian
-
-
- hayeren
-
-
-
-
-
-
-
-
- assamese
-
-
-
-
-
-
-
-
-
-
-
- asturian
-
-
-
-
-
-
-
-
-
-
-
- australian-english
-
-
-
-
-
-
-
-
-
-
-
- azerbaijani
-
-
-
-
-
-
-
-
-
-
-
- bambara
-
-
-
-
-
-
-
-
-
-
-
- basque
-
-
- euskara
-
-
-
-
-
-
-
-
- belarusian
-
-
- bielaruskaja
-
-
-
-
-
-
-
-
- bengali
-
-
-
-
-
-
-
-
-
-
-
- bodo
-
-
-
-
-
-
-
-
-
-
-
- bokmal
-
-
-
-
-
-
-
-
-
-
-
- bosnian
-
-
-
-
-
-
-
-
-
-
-
- brazilian-portuguese
-
-
- portugues-brazilian
-
-
- brazilian
-
-
-
-
-
- breton
-
-
- brezhoneg
-
-
-
-
-
-
-
-
- british-english
-
-
- british
-
-
-
-
-
-
-
-
- bulgarian
-
-
-
-
-
-
-
-
-
-
-
- canadian-english
-
-
-
-
-
-
-
-
-
-
-
- catalan
-
-
- catala
-
-
-
-
-
-
-
-
- chinese
-
-
- simplified-chinese
-
-
-
-
-
-
-
-
- croatian
-
-
- hrvatski
-
-
-
-
-
-
-
-
- czech
-
-
- cesky
-
-
-
-
-
-
-
-
- danish
-
-
- dansk
-
-
-
-
-
-
-
-
-
-
-
- dogri
-
-
-
-
-
-
-
-
- dutch
-
-
- nederlands
-
-
-
-
-
-
-
-
- esperanto
-
-
-
-
-
-
-
-
-
-
-
- estonian
-
-
-
-
-
-
-
-
-
-
-
- faroese
-
-
-
-
-
-
-
-
-
-
-
- finnish
-
-
- suomi
-
-
-
-
-
-
-
-
- french
-
-
- francais
-
-
-
-
-
-
-
-
- fula
-
-
- fulah
-
-
- pulaar-fulfulde
-
-
-
-
-
- gaelic
-
-
- gaidhlig
-
-
- irish-gaelic
-
-
-
-
-
- galician
-
-
- galego
-
-
-
-
-
-
-
-
- georgian
-
-
-
-
-
-
-
-
-
-
-
- german
-
-
- deutsch
-
-
-
-
-
-
-
-
- greek
-
-
-
-
-
-
-
-
-
-
-
- gronings
-
-
- zudelk-veenkelonioals
-
-
-
-
-
-
-
-
- gujarati
-
-
-
-
-
-
-
-
-
-
-
- hebrew
-
-
-
-
-
-
-
-
-
-
-
- hindi
-
-
-
-
-
-
-
-
-
-
-
- hungarian
-
-
- magyar
-
-
-
-
-
-
-
-
- icelandic
-
-
- islenska
-
-
-
-
-
-
-
-
- indonesian
-
-
- bahasa-indonesia
-
-
-
-
-
-
-
-
- inuktitut
-
-
-
-
-
-
-
-
-
-
-
- italian
-
-
- italiano
-
-
-
-
-
-
-
-
- japanese
-
-
-
-
-
-
-
-
-
-
-
- kabyle
-
-
-
-
-
- kabylian
-
-
-
-
-
- kannada
-
-
-
-
-
-
-
-
-
-
-
- kashmiri-devanagari
-
-
-
-
-
-
-
-
-
-
-
- kashmiri-perso-arabic
-
-
-
-
-
-
-
-
-
-
-
- khmer
-
-
-
-
-
-
-
-
-
-
-
- kiga
-
-
- chiga
-
-
-
-
-
-
-
-
- kinyarwanda
-
-
-
-
-
-
-
-
-
-
-
- klingon
-
-
- tlhIngan
-
-
-
-
-
-
-
-
- konkani-devanagari
-
-
-
-
-
-
-
-
-
-
-
- konkani-roman
-
-
-
-
-
-
-
-
-
-
-
- korean
-
-
-
-
-
-
-
-
-
-
-
- kurdish
-
-
-
-
-
-
-
-
-
-
-
- latvian
-
-
-
-
-
-
-
-
-
-
-
- lithuanian
-
-
- lietuviu
-
-
-
-
-
-
-
-
- luganda
-
-
-
-
-
-
-
-
-
-
-
- luxembourgish
-
-
- letzebuergesch
-
-
-
-
-
-
-
-
- macedonian
-
-
-
-
-
-
-
-
-
-
-
- maithili
-
-
-
-
-
-
-
-
-
-
-
- malay
-
-
-
-
-
-
-
-
-
-
-
- malayalam
-
-
-
-
-
-
-
-
-
-
-
- manipuri-bengali
-
-
-
-
-
-
-
-
-
-
-
- manipuri-meitei-mayek
-
-
-
-
-
-
-
-
-
-
-
- marathi
-
-
-
-
-
-
-
-
-
-
-
- mexican-spanish
-
-
- espanol-mejicano
-
-
- mexican
-
-
-
-
-
- mongolian
-
-
-
-
-
-
-
-
-
-
-
- ndebele
-
-
-
-
-
-
-
-
-
-
-
- nepali
-
-
-
-
-
-
-
-
-
-
-
- northern-sotho
-
-
- sesotho-sa-leboa
-
-
-
-
-
-
-
-
- norwegian
-
-
- nynorsk
-
-
- norsk
-
-
-
-
-
- occitan
-
-
-
-
-
-
-
-
-
-
-
- odia
-
-
- oriya
-
-
-
-
-
-
-
-
- ojibwe
-
-
- ojibway
-
-
-
-
-
-
-
-
- persian
-
-
-
-
-
-
-
-
-
-
-
- polish
-
-
- polski
-
-
-
-
-
-
-
-
- portuguese
-
-
- portugues
-
-
-
-
-
-
-
-
- punjabi
-
-
- panjabi
-
-
-
-
-
-
-
-
- romanian
-
-
-
-
-
-
-
-
-
-
-
- russian
-
-
- russkiy
-
-
-
-
-
-
-
-
- sanskrit
-
-
-
-
-
-
-
-
-
-
-
- santali-devanagari
-
-
-
-
-
-
-
-
-
-
-
- santali-ol-chiki
-
-
-
-
-
-
-
-
-
-
-
- scottish
-
-
- ghaidhlig
-
-
- scottish-gaelic
-
-
-
-
-
- serbian
-
-
-
-
-
-
-
-
-
-
-
- serbian-latin
-
-
-
-
-
-
-
-
-
-
-
- shuswap
-
-
- secwepemctin
-
-
-
-
-
-
-
-
- sindhi-devanagari
-
-
-
-
-
-
-
-
-
-
-
- sindhi-perso-arabic
-
-
-
-
-
-
-
-
-
-
-
- slovak
-
-
-
-
-
-
-
-
-
-
-
- slovenian
-
-
- slovensko
-
-
-
-
-
-
-
-
- songhay
-
-
-
-
-
-
-
-
-
-
-
- southafrican-english
-
-
-
-
-
-
-
-
-
-
-
- spanish
-
-
- espanol
-
-
-
-
-
-
-
-
- sundanese
-
-
-
-
-
-
-
-
-
-
-
- swahili
-
-
-
-
-
-
-
-
-
-
-
- swedish
-
-
- svenska
-
-
-
-
-
-
-
-
- tagalog
-
-
-
-
-
-
-
-
-
-
-
- tamil
-
-
-
-
-
-
-
-
-
-
-
- telugu
-
-
-
-
-
-
-
-
-
-
-
- thai
-
-
-
-
-
-
-
-
-
-
-
- tibetan
-
-
-
-
-
-
-
-
-
-
-
- traditional-chinese
-
-
-
-
-
-
-
-
-
-
-
- turkish
-
-
-
-
-
-
-
-
-
-
-
- twi
-
-
-
-
-
-
-
-
-
-
-
- ukrainian
-
-
-
-
-
-
-
-
-
-
-
- urdu
-
-
-
-
-
-
-
-
-
-
-
- venda
-
-
-
-
-
-
-
-
-
-
-
- venetian
-
-
- veneto
-
-
-
-
-
-
-
-
- vietnamese
-
-
-
-
-
-
-
-
-
-
-
- walloon
-
-
- walon
-
-
-
-
-
-
-
-
- welsh
-
-
- cymraeg
-
-
-
-
-
-
-
-
- wolof
-
-
-
-
-
-
-
-
-
-
-
- xhosa
-
-
-
-
-
-
-
-
-
-
-
- miahuatlan-zapotec
-
-
-
-
-
- zapotec
-
-
-
-
-
- zulu
-
-
-
-
-
- zulu
-
-
-
-
-
-
- -
-
--locale LOCALE
-
-
- -
-
- Run Tux Paint in one of the support languages. See the "Choosing a Different Language" section below for the locale strings (e.g., "de_DE" for German) to use.
-
-
- (If your locale is already set, e.g. with the "$LANG" environment variable, this option is not necessary, since Tux Paint honors your environment's setting, if possible.)
-
-
-
--nosysconfig
diff --git a/docs/fr_FR.UTF-8/OPTIONS.txt b/docs/fr_FR.UTF-8/OPTIONS.txt
index ca2942706..b4c9f397f 100644
--- a/docs/fr_FR.UTF-8/OPTIONS.txt
+++ b/docs/fr_FR.UTF-8/OPTIONS.txt
@@ -79,1197 +79,1341 @@ Utilisateurs de Windows
configuration. (Les paramètres de ligne de commande les remplaceront.
Reportez-vous à la section "Options de ligne de commande " ci-dessous.)
- fullscreen=yes
+ ----------------------------------------------------------------------
- Le programme tourne en plein écran plutôt que dans une fenêtre.
+Video/Sound
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "fullscreen=no". In both cases, may be overridden by the
- command-line option "--windowed".
+ Video
- fullscreen=native
+ fullscreen=yes
- Le programme tourne plein écran, en adoptant la résolution
- actuelle de l'écran (définie par le système d'exploitation).
+ Le programme tourne en plein écran plutôt que dans une
+ fenêtre.
- windowsize=SIZE
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "fullscreen=no". In both cases, may be overridden by the
+ command-line option "--windowed".
- Exécute le programme à une taille différente (en mode fenêtré)
- ou à une résolution d'écran différente (en mode plein écran),
- plutôt que la valeur par défaut (généralement 800x600).
+ fullscreen=native
- La valeur SIZE doit être exprimée en pixels, au format «largeur
- par hauteur», avec un «x» (X minuscule) entre les deux valeurs.
- La taille peut être au minimum 640 de large et au minimum 480 de
- haut.
+ Le programme tourne plein écran, en adoptant la résolution
+ actuelle de l'écran (définie par le système d'exploitation).
- Quelques exemples :
+ windowsize=SIZE
- * 640x480
- * 1024x768
- * 768x1024
- * 1600x1200
+ Exécute le programme à une taille différente (en mode
+ fenêtré) ou à une résolution d'écran différente (en mode
+ plein écran), plutôt que la valeur par défaut (généralement
+ 800x600).
- orient=portrait
+ La valeur SIZE doit être exprimée en pixels, au format
+ «largeur par hauteur», avec un «x» (X minuscule) entre les
+ deux valeurs. La taille peut être au minimum 640 de large et
+ au minimum 480 de haut.
- Permute les options de largeur / hauteur données à Tux Paint,
- utile pour faire pivoter la fenêtre pour les affichages de
- portait, comme un écran PC orientée comme une tablette.
+ Quelques exemples :
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "orient=landscape". In both cases, may be overridden by the
- command-line option "--orient=landscape".
+ * 640x480
+ * 1024x768
+ * 768x1024
+ * 1600x1200
- native=yes
+ orient=portrait
- Lorsque vous exécutez Tux Paint en mode plein écran, cela
- suppose la résolution actuelle de l'écran (remplaçant toute
- option "windowsize"), est celle définie par le système
- d'exploitation.
+ Permute les options de largeur / hauteur données à Tux
+ Paint, utile pour faire pivoter la fenêtre pour les
+ affichages de portait, comme un écran PC orientée comme une
+ tablette.
- buttonsize=SIZE
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "orient=landscape". In both cases, may be overridden by the
+ command-line option "--orient=landscape".
- Règle la taille en pixel des boutons de l'interface de Tux Paint
- (remplaçant la valeur de "48" par défaut). Utile quand on
- utilise des affichage de haute densité, ou bien des dispositifs
- avec entrée peu précise comme ceux avec suivi du regard.
+ native=yes
- La valeur de SIZE doit être exprimée en pixels, et peut être
- comprise entre 24 et 192, inclusivement. La plupart des boutons
- sont carrés, et cela affecte leur largeur et hauteur.
+ Lorsque vous exécutez Tux Paint en mode plein écran, cela
+ suppose la résolution actuelle de l'écran (remplaçant toute
+ option "windowsize"), est celle définie par le système
+ d'exploitation.
- Remarque : si la taille des boutons fait que ceux-ci sont trop
- grands pour qu'ils apparaissent tous, la taille la plus grande
- possible sera utilisée. (Une remarque apparaîtra sur le terminal
- en stderr.)
+ allowscreensaver=yes
- allowscreensaver=yes
+ Par défaut, Tux Paint empêche l'économiseur d'écran de votre
+ système de démarrer. Vous pouvez remplacer cela en utilisant
+ l'option "allowscreensaver". Remarque : Cela nécessite la
+ version 1.2.12 ou supérieure de la bibliothèque SDL. (Vous
+ pouvez également le faire en définissant la variable
+ d'environnement "SDL_VIDEO_ALLOW_SCREENSAVER" de votre
+ système égale à "1".)
- Par défaut, Tux Paint empêche l'économiseur d'écran de votre
- système de démarrer. Vous pouvez remplacer cela en utilisant
- l'option "allowscreensaver". Remarque : Cela nécessite la
- version 1.2.12 ou supérieure de la bibliothèque SDL. (Vous
- pouvez également le faire en définissant la variable
- d'environnement "SDL_VIDEO_ALLOW_SCREENSAVER" de votre système
- égale à "1".)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "allowscreensaver=no" or "disablescreensaver=yes". In both
+ cases, may be overridden by the command-line option
+ "--disablescreensaver".
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "allowscreensaver=no" or "disablescreensaver=yes". In both
- cases, may be overridden by the command-line option
- "--disablescreensaver".
+ Sound
- nosound=yes
+ nosound=yes
- Désactive les effets sonores. (Remarque: le fait d'appuyer sur
- [Alt] + [S] ne peut pas être utilisé pour réactiver les sons
- s'ils ont été désactivés à l'aide de cette option.)
+ Désactive les effets sonores. (Remarque: le fait d'appuyer
+ sur [Alt] + [S] ne peut pas être utilisé pour réactiver les
+ sons s'ils ont été désactivés à l'aide de cette option.)
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "nosound=no"
- or "sound=yes". In both cases, may be overridden by the
- command-line option "--sound".
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nosound=no" or "sound=yes". In both cases, may be
+ overridden by the command-line option "--sound".
- nostereo=yes
+ nostereo=yes
- Désactive la prise en charge de la stéréo. (Utile pour les
- utilisateurs ayant une déficience auditive avec une oreille ou
- dans les endroits où un seul haut-parleur ou casque est
- utilisé.)
+ Désactive la prise en charge de la stéréo. (Utile pour les
+ utilisateurs ayant une déficience auditive avec une oreille
+ ou dans les endroits où un seul haut-parleur ou casque est
+ utilisé.)
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "nostereo=no"
- or "stereo=yes". In both cases, may be overridden by the
- command-line option "--stereo".
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nostereo=no" or "stereo=yes". In both cases, may be
+ overridden by the command-line option "--stereo".
- noquit=yes
+ Interface Size
- Désactive le bouton "Quitter" à l'écran et empêche la touche
- [Escape] de quitter Tux Paint .
+ buttonsize=SIZE
- Utiliser la combinaison de touches [Alt] + [F4] ou cliquer sur
- le bouton de fermeture de la fenêtre (en supposant que vous
- n'êtes pas en mode plein écran) fonctionne toujours pour quitter
- Tux Paint .
+ Règle la taille en pixel des boutons de l'interface de Tux
+ Paint (remplaçant la valeur de "48" par défaut). Utile quand
+ on utilise des affichage de haute densité, ou bien des
+ dispositifs avec entrée peu précise comme ceux avec suivi du
+ regard.
- Vous pouvez également utiliser la combinaison de touches
- suivante pour quitter : [Shift] + [Control] + [Escape].
+ La valeur de SIZE doit être exprimée en pixels, et peut être
+ comprise entre 24 et 192, inclusivement. La plupart des
+ boutons sont carrés, et cela affecte leur largeur et
+ hauteur.
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "noquit=no" or
- "quit=yes". In both cases, may be overridden by the command-line
- option "--quit".
+ Remarque : si la taille des boutons fait que ceux-ci sont
+ trop grands pour qu'ils apparaissent tous, la taille la plus
+ grande possible sera utilisée. (Une remarque apparaîtra sur
+ le terminal en stderr.)
- noprint=yes
+ colorsrows=ROWS
- Désactive la fonction d'impression.
+ Combien de rangées de boutons pour les couleurs peuvent être
+ montrées; utile quand on a une grande palette (voir
+ "colorfile ci-dessus), et/ou pour utiliser avec des
+ dispositifs de pointage peu précis (par ex avec
+ oculomètres). "ROWS" peut être entre "1" (par défaut) et
+ "3".
- printdelay=SECONDES
+ ----------------------------------------------------------------------
- Limite l'impression afin que l'impression ne puisse avoir lieu
- qu'une fois toutes les SECONDES secondes.
+Mouse/Keyboard
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "printdelay=0". In both cases, may be overridden by the
- command-line option "--printdelay=0".
+ Cursor
- printcommand=COMMAND
+ nofancycursors=yes
- (Linux et Unix uniquement)
+ Cela désactive les formes fantaisistes de pointeur de souris
+ dans Tux Paint et utilise le pointeur de souris normal de
+ votre environnement.
- Utilise la commande COMMAND pour imprimer un fichier au format
- PostScript lorsque vous cliquez sur le bouton «Imprimer». Si
- cette option n'est pas spécifiquement définie, la commande par
- défaut est :
+ Dans certains environnements, les curseurs sophistiqués
+ posent des problèmes. Utilisez cette option pour les éviter.
- lpr
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nofancycursors=no" or "fancycursors=yes". In both cases,
+ may be overridden by the command-line option
+ "--fancycursors".
- Remarque : les versions de Tux Paint antérieures à 0.9.15
- envoyaient des données au format PNG à la commande d'impression
- (qui par défaut était "pngtopnm | pnmtops | lpr").
+ hidecursor=yes
- Si vous définissez une autre commande printcommand dans le
- fichier de configuration avant la version 0.9.15, vous devrez la
- modifier.
+ Cela masque complètement les formes du pointeur de la souris
+ dans Tux Paint.
- altprintcommand=COMMAND
+ Ceci est utile pour les appareils à écran tactile, tels que
+ les tablettes PC.
- (Linux et Unix uniquement)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "hidecursor=no" or "showcursor=yes". In both cases, may be
+ overridden by the command-line option "--showcursor".
- Utilisez la commande COMMAND pour imprimer un fichier au format
- PostScript lorsque vous cliquez sur le bouton «Imprimer» tandis
- que la touche [Alt] est maintenue enfoncée. (Ceci est
- généralement utilisé pour fournir une boîte de dialogue
- d'impression, comme lorsque vous appuyez sur [Alt] + 'Imprimer'
- sous Windows et macOS.)
+ Keyboard
- Si cette option n'est pas spécifiquement définie, la commande
- par défaut est la boîte de dialogue d'impression graphique de
- KDE :
+ noshortcuts=yes
- kprinter
+ Cela désactive les raccourcis clavier (par exemple
+ [Ctrl]-[S] pour enregistrer, [Ctrl]-[N] pour une nouvelle
+ image, etc.)
- printcfg=yes
+ Ceci est utile pour éviter que des commandes indésirables ne
+ soient activées par des enfants qui n'ont pas d'expérience
+ avec les claviers.
- (Windows et macOS uniquement)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "noshortcuts=no" or "shortcuts=yes". In both cases, may be
+ overridden by the command-line option "--shortcuts".
- Tux Paint utilisera un fichier de configuration d'imprimante
- lors de l'impression. Appuyez sur la touche [Alt] tout en
- cliquant sur le bouton «Imprimer» dans Tux Paint pour faire
- apparaître une fenêtre de dialogue d'impression Windows.
+ Mouse
- (Remarque : cela ne fonctionne que si vous n'exécutez pas Tux
- Paint en mode plein écran.) Toutes les modifications de
- configuration apportées dans cette boîte de dialogue seront
- enregistrées dans le fichier "userdata/print.cfg", et
- réutilisées, tant que l'option "printcfg" reste définie.
+ grab=yes
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "printcfg=no"
- or "noprintcfg=yes". In both cases, may be overridden by the
- command-line option "--noprintcfg".
+ Tux Paint essaiera de «saisir» la souris et le clavier, en
+ sorte que la souris reste confinée dans la fenêtre de Tux
+ Paint et que presque toutes les entrées du clavier lui
+ soient transmises directement.
- altprint=always
+ Ceci est utile pour désactiver les actions du système
+ d'exploitation qui pourraient faire sortir l'utilisateur de
+ Tux Paint [Alt]-[Tab] (changement de fenêtre),
+ [Ctrl]-[Escape], etc. Ceci est particulièrement utile en
+ mode plein écran.
- Cela fait que Tux Paint affiche toujours la boîte de dialogue de
- l'imprimante (ou, sous Linux / Unix, lance la "commande
- altprint") lorsque le bouton "Imprimer" est cliqué. En d'autres
- termes, c'est comme cliquer sur «Imprimer» tout en maintenant
- [Alt] , sauf que vous n'avez pas besoin de maintenir [Alt] à
- chaque fois.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "grab=no"
+ or "dontgrab=yes". In both cases, may be overridden by the
+ command-line option "--dontgrab".
- altprint=never
+ nowheelmouse=yes
- Cela empêche Tux Paint de ne jamais montrer la boîte de dialogue
- de l' imprimante (ou, sous Linux / Unix, exécuter «
- altprintcommand ») lorsque le bouton « Imprimer » est cliqué. En
- d'autres termes, cela rend la touche [Alt] sans effet lorsque
- vous cliquez sur le bouton «Imprimer».
+ Cela désactive la prise en charge de la molette pour les
+ souris qui en ont. (Normalement, la molette fait défiler le
+ menu du sélecteur sur la droite.)
- altprint=mod
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be
+ overridden by the command-line option "--wheelmouse".
- C'est le comportement par défaut. Tux Paint affiche une boîte de
- dialogue d'imprimante (ou, sous Linux / Unix, exécute la
- commande "altprint"), lorsque la touche [Alt] est enfoncée
- tandis que le bouton "Imprimer" est cliqué. Cliquer sur
- «Imprimer» sans maintenir [Alt] imprime sans afficher de boîte
- de dialogue.
+ nobuttondistinction=yes
- papersize=PAPERSIZE
+ Avant Tux Paint 0.9.15, les boutons du milieu et de droite
+ d'une souris pouvaient également être utilisés pour cliquer.
+ Dans la version 0.9.15, cela a été modifié afin que seul le
+ bouton gauche de la souris fonctionne, pour de ne pas
+ habituer les enfants à utiliser un mauvais bouton.
- (Plates-formes qui utilisent le générateur PostScript interne de
- Tux Paint - pas Windows, macOS, BeOS ou Haiku.)
+ Cependant, pour les enfants qui ont des problèmes avec la
+ souris, cette distinction entre les deux ou trois boutons
+ d'une souris peut être désactivée (ramenant Tux Paint à son
+ ancien comportement) grâce à cette option.
- Dit à Tux Paint quelle taille PostScript doit générer. Si aucun
- n'est spécifié, Tux Paint vérifie d'abord votre variable
- d'environnement $PAPER, puis le fichier /etc/papersize, puis
- utilise le format de papier par défaut de la bibliothèque
- 'libpaper'.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nobuttondistinction=no" or "buttondistinction=yes". In both
+ cases, may be overridden by the command-line option
+ "--buttondistinction".
- Les tailles de papier valides sont : letter, legal, tabloid,
- executive, note, statement, a0, a1, a2, a3, a4, a5, a6, a7, a8,
- a9, a10, b0, b1, b2 b3, b4, 10x14, 11x17, halfletter,
- halfexecutive, halfnote, folio, quarto, ledger, archA, archB,
- archC, archD, archE, flsa, flse, csheet, dsheet, esheet.
+ ----------------------------------------------------------------------
- nolockfile=yes
+Simplification
- Par défaut, Tux Paint utilise ce qu'on appelle un «fichier de
- verrouillage» pour éviter qu'il ne soit lancé plus d'une fois
- toutes les 30 secondes. (Ceci permet d'éviter d'exécuter
- accidentellement plusieurs copies; par exemple, en
- double-cliquant sur un lanceur fonctionnant avec un seul clic,
- ou en cliquant simplement avec impatience plusieurs fois sur
- l'icône.)
+ Interface Simplification
- Pour que Tux Paint ignore le fichier de verrouillage, lui
- permettant de s'exécuter à nouveau, même s'il vient d'être lancé
- il y a moins de 30 secondes, activez ce paramètre dans le
- fichier de configuration ou exécutez Tux Paint avec l'option
- '--nolockfile ' en ligne de commande.
+ simpleshapes=yes
- Par défaut, le fichier de verrouillage est stocké dans
- "~/.tuxpaint/" sous Linux et Unix, et "userdata\" sous Windows.
+ Désactive la possibilité de rotation avec l'outil «Forme».
+ Cliquer, faire glisser et relâcher, voilà tout ce qui sera
+ possible pour dessiner une forme.
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nolockfile=no" or "lockfile=yes". In both cases, may be
- overridden by the command-line option "--lockfile".
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "simpleshapes=no" or "complexshapes=yes". In both cases, may
+ be overridden by the command-line option "--complexshapes".
- simpleshapes=yes
+ nooutlines=yes
- Désactive la possibilité de rotation avec l'outil «Forme».
- Cliquer, faire glisser et relâcher, voilà tout ce qui sera
- possible pour dessiner une forme.
+ Dans ce mode, des contours beaucoup plus simples et des
+ lignes «élastiques» sont affichés lors de l'utilisation des
+ outils Ligne , Forme , Tampon et Gomme .
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "simpleshapes=no" or "complexshapes=yes". In both cases, may be
- overridden by the command-line option "--complexshapes".
+ Cela peut aider lorsque Tux Paint est exécuté sur des
+ ordinateurs très lents ou affiché sur un écran X-Window
+ distant.
- uppercase=yes
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nooutlines=no" or "outlines=yes". In both cases, may be
+ overridden by the command-line option "--outlines".
- Tout le texte sera rendu uniquement en majuscules (par exemple,
- "Boule" deviendra "BOULE"). Utile pour les enfants qui savent
- lire, mais qui n'ont appris que les majuscules jusqu'à présent.
+ uppercase=yes
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "uppercase=no"
- or "mixedcase=yes". In both cases, may be overridden by the
- command-line option "--mixedcase".
+ Tout le texte sera rendu uniquement en majuscules (par
+ exemple, "Boule" deviendra "BOULE"). Utile pour les enfants
+ qui savent lire, mais qui n'ont appris que les majuscules
+ jusqu'à présent.
- grab=yes
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "uppercase=no" or "mixedcase=yes". In both cases, may be
+ overridden by the command-line option "--mixedcase".
- Tux Paint essaiera de «saisir» la souris et le clavier, en sorte
- que la souris reste confinée dans la fenêtre de Tux Paint et que
- presque toutes les entrées du clavier lui soient transmises
- directement.
+ Taille initiale du tampon
- Ceci est utile pour désactiver les actions du système
- d'exploitation qui pourraient faire sortir l'utilisateur de Tux
- Paint [Alt]-[Tab] (changement de fenêtre), [Ctrl]-[Escape], etc.
- Ceci est particulièrement utile en mode plein écran.
+ stampsize=SIZE
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "grab=no" or
- "dontgrab=yes". In both cases, may be overridden by the
- command-line option "--dontgrab".
+ Utilisez cette option pour forcer Tux Paint à définir la
+ taille de départ de tous les tampons. La valeur SIZE doit
+ être comprise entre 0 (le plus petit) et 10 (le plus grand).
+ La taille est relative aux tailles disponibles du tampon,
+ qui dépendent du tampon lui-même, et de la taille actuelle
+ de la toile de Tux Paint.
- noshortcuts=yes
+ Spécifiez "default" pour laisser Tux Paint décider (c'est un
+ comportement standard).
- Cela désactive les raccourcis clavier (par exemple [Ctrl]-[S]
- pour enregistrer, [Ctrl]-[N] pour une nouvelle image, etc.)
+ Control Simplification
- Ceci est utile pour éviter que des commandes indésirables ne
- soient activées par des enfants qui n'ont pas d'expérience avec
- les claviers.
+ noquit=yes
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "noshortcuts=no" or "shortcuts=yes". In both cases, may be
- overridden by the command-line option "--shortcuts".
-
- nowheelmouse=yes
+ Désactive le bouton "Quitter" à l'écran et empêche la touche
+ [Escape] de quitter Tux Paint .
- Cela désactive la prise en charge de la molette pour les souris
- qui en ont. (Normalement, la molette fait défiler le menu du
- sélecteur sur la droite.)
+ Utiliser la combinaison de touches [Alt] + [F4] ou cliquer
+ sur le bouton de fermeture de la fenêtre (en supposant que
+ vous n'êtes pas en mode plein écran) fonctionne toujours
+ pour quitter Tux Paint .
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be
- overridden by the command-line option "--wheelmouse".
+ Vous pouvez également utiliser la combinaison de touches
+ suivante pour quitter : [Shift] + [Control] + [Escape].
- nobuttondistinction=yes
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "noquit=no" or "quit=yes". In both cases, may be overridden
+ by the command-line option "--quit".
+
+ nostamps=yes
+
+ Cette option indique à Tux Paint de ne charger aucune image
+ de tampon en caoutchouc, ce qui entraîne la désactivation de
+ l' outil Tampons .
+
+ Cela peut accélérer Tux Paint au démarrage et réduire
+ l'utilisation de la mémoire pendant son exécution. Bien
+ entendu, aucun timbre ne sera disponible.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nostamps=no" or "stamps=yes". In both cases, may be
+ overridden by the command-line option "--stamps".
+
+ nostampcontrols=yes
+
+ Certaines images de l' outil Tampon peuvent être mises en
+ miroir, inversées et / ou voir leur taille modifiée. Cette
+ option désactive ces contrôles et ne fournit que les tampons
+ de base.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nostampcontrols=no" or "stampcontrols=yes". In both cases,
+ may be overridden by the command-line option
+ "--stampcontrols".
+
+ nomagiccontrols=yes
+
+ Certains outils Magie ont la possibilité d'agir comme un
+ pinceau ou d'affecter la toile entière. Cette option
+ désactive les contrôles et ne fournit que la fonctionnalité
+ par défaut (généralement en mode peinture).
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nomagiccontrols=no" or "magiccontrols=yes". In both cases,
+ may be overridden by the command-line option
+ "--magiccontrols".
+
+ noshapecontrols=yes
+
+ Désactive les boutons de contrôle affichés lors de
+ l'utilisation de l' outil Formes qui permettent de modifier
+ la façon dont les formes sont dessinées - centrées autour du
+ clic initial de la souris ou à partir d'un coin au clic de
+ la souris.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "noshapecontrols=no" or "shapecontrols=yes". In both cases,
+ may be overridden by the command-line option
+ "--shapecontrols".
+
+ nolabel=yes
+
+ Désactive l'outil Étiquette : l'outil qui permet la saisie
+ de texte pouvant être édité plus tard.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nolabel=no" or "label=yes". In both cases, may be
+ overridden by the command-line option "--label".
+
+ ----------------------------------------------------------------------
+
+Languages
+
+ Language
+
+ lang=LANGUAGE
+
+ Exécutez Tux Paint dans l'une des langues prises en charge.
+ Les choix possibles pour la LANGUE comprennent actuellement
+ :
+
+ +-----------------------------------------------------------+
+ |english |american-english | |
+ |---------------------+---------------------+---------------|
+ |acholi |acoli | |
+ |---------------------+---------------------+---------------|
+ |afrikaans | | |
+ |---------------------+---------------------+---------------|
+ |akan |twi-fante | |
+ |---------------------+---------------------+---------------|
+ |albanian | | |
+ |---------------------+---------------------+---------------|
+ |amharic | | |
+ |---------------------+---------------------+---------------|
+ |arabic | | |
+ |---------------------+---------------------+---------------|
+ |aragones | | |
+ |---------------------+---------------------+---------------|
+ |armenian |hayeren | |
+ |---------------------+---------------------+---------------|
+ |assamese | | |
+ |---------------------+---------------------+---------------|
+ |asturian | | |
+ |---------------------+---------------------+---------------|
+ |australian-english | | |
+ |---------------------+---------------------+---------------|
+ |azerbaijani | | |
+ |---------------------+---------------------+---------------|
+ |bambara | | |
+ |---------------------+---------------------+---------------|
+ |basque |euskara | |
+ |---------------------+---------------------+---------------|
+ |belarusian |bielaruskaja | |
+ |---------------------+---------------------+---------------|
+ |bengali | | |
+ |---------------------+---------------------+---------------|
+ |bodo | | |
+ |---------------------+---------------------+---------------|
+ |bokmal | | |
+ |---------------------+---------------------+---------------|
+ |bosnian | | |
+ |---------------------+---------------------+---------------|
+ |brazilian-portuguese |portugues-brazilian |brazilian |
+ |---------------------+---------------------+---------------|
+ |breton |brezhoneg | |
+ |---------------------+---------------------+---------------|
+ |british-english |british | |
+ |---------------------+---------------------+---------------|
+ |bulgarian | | |
+ |---------------------+---------------------+---------------|
+ |canadian-english | | |
+ |---------------------+---------------------+---------------|
+ |catalan |catala | |
+ |---------------------+---------------------+---------------|
+ |chinese |simplified-chinese | |
+ |---------------------+---------------------+---------------|
+ |croatian |hrvatski | |
+ |---------------------+---------------------+---------------|
+ |czech |cesky | |
+ |---------------------+---------------------+---------------|
+ |danish |dansk | |
+ |---------------------+---------------------+---------------|
+ | |dogri | |
+ |---------------------+---------------------+---------------|
+ |dutch |nederlands | |
+ |---------------------+---------------------+---------------|
+ |esperanto | | |
+ |---------------------+---------------------+---------------|
+ |estonian | | |
+ |---------------------+---------------------+---------------|
+ |faroese | | |
+ |---------------------+---------------------+---------------|
+ |finnish |suomi | |
+ |---------------------+---------------------+---------------|
+ |french |francais | |
+ |---------------------+---------------------+---------------|
+ |fula |fulah |pulaar-fulfulde|
+ |---------------------+---------------------+---------------|
+ |gaelic |gaidhlig |irish-gaelic |
+ |---------------------+---------------------+---------------|
+ |galician |galego | |
+ |---------------------+---------------------+---------------|
+ |georgian | | |
+ |---------------------+---------------------+---------------|
+ |german |deutsch | |
+ |---------------------+---------------------+---------------|
+ |greek | | |
+ |---------------------+---------------------+---------------|
+ |gronings |zudelk-veenkelonioals| |
+ |---------------------+---------------------+---------------|
+ |gujarati | | |
+ |---------------------+---------------------+---------------|
+ |hebrew | | |
+ |---------------------+---------------------+---------------|
+ |hindi | | |
+ |---------------------+---------------------+---------------|
+ |hungarian |magyar | |
+ |---------------------+---------------------+---------------|
+ |icelandic |islenska | |
+ |---------------------+---------------------+---------------|
+ |indonesian |bahasa-indonesia | |
+ |---------------------+---------------------+---------------|
+ |inuktitut | | |
+ |---------------------+---------------------+---------------|
+ |italian |italiano | |
+ |---------------------+---------------------+---------------|
+ |japanese | | |
+ |---------------------+---------------------+---------------|
+ |kabyle | |kabylian |
+ |---------------------+---------------------+---------------|
+ |kannada | | |
+ |---------------------+---------------------+---------------|
+ |kashmiri-devanagari | | |
+ |---------------------+---------------------+---------------|
+ |kashmiri-perso-arabic| | |
+ |---------------------+---------------------+---------------|
+ |khmer | | |
+ |---------------------+---------------------+---------------|
+ |kiga |chiga | |
+ |---------------------+---------------------+---------------|
+ |kinyarwanda | | |
+ |---------------------+---------------------+---------------|
+ |klingon |tlhIngan | |
+ |---------------------+---------------------+---------------|
+ |konkani-devanagari | | |
+ |---------------------+---------------------+---------------|
+ |konkani-roman | | |
+ |---------------------+---------------------+---------------|
+ |korean | | |
+ |---------------------+---------------------+---------------|
+ |kurdish | | |
+ |---------------------+---------------------+---------------|
+ |latvian | | |
+ |---------------------+---------------------+---------------|
+ |lithuanian |lietuviu | |
+ |---------------------+---------------------+---------------|
+ |luganda | | |
+ |---------------------+---------------------+---------------|
+ |luxembourgish |letzebuergesch | |
+ |---------------------+---------------------+---------------|
+ |macedonian | | |
+ |---------------------+---------------------+---------------|
+ |maithili | | |
+ |---------------------+---------------------+---------------|
+ |malay | | |
+ |---------------------+---------------------+---------------|
+ |malayalam | | |
+ |---------------------+---------------------+---------------|
+ |manipuri-bengali | | |
+ |---------------------+---------------------+---------------|
+ |manipuri-meitei-mayek| | |
+ |---------------------+---------------------+---------------|
+ |marathi | | |
+ |---------------------+---------------------+---------------|
+ |mexican-spanish |espanol-mejicano |mexican |
+ |---------------------+---------------------+---------------|
+ |mongolian | | |
+ |---------------------+---------------------+---------------|
+ |ndebele | | |
+ |---------------------+---------------------+---------------|
+ |nepali | | |
+ |---------------------+---------------------+---------------|
+ |northern-sotho |sesotho-sa-leboa | |
+ |---------------------+---------------------+---------------|
+ |norwegian |nynorsk |norsk |
+ |---------------------+---------------------+---------------|
+ |occitan | | |
+ |---------------------+---------------------+---------------|
+ |odia |oriya | |
+ |---------------------+---------------------+---------------|
+ |ojibwe |ojibway | |
+ |---------------------+---------------------+---------------|
+ |persian | | |
+ |---------------------+---------------------+---------------|
+ |polish |polski | |
+ |---------------------+---------------------+---------------|
+ |portuguese |portugues | |
+ |---------------------+---------------------+---------------|
+ |punjabi |panjabi | |
+ |---------------------+---------------------+---------------|
+ |romanian | | |
+ |---------------------+---------------------+---------------|
+ |russian |russkiy | |
+ |---------------------+---------------------+---------------|
+ |sanskrit | | |
+ |---------------------+---------------------+---------------|
+ |santali-devanagari | | |
+ |---------------------+---------------------+---------------|
+ |santali-ol-chiki | | |
+ |---------------------+---------------------+---------------|
+ |scottish |ghaidhlig |scottish-gaelic|
+ |---------------------+---------------------+---------------|
+ |serbian | | |
+ |---------------------+---------------------+---------------|
+ |serbian-latin | | |
+ |---------------------+---------------------+---------------|
+ |shuswap |secwepemctin | |
+ |---------------------+---------------------+---------------|
+ |sindhi-devanagari | | |
+ |---------------------+---------------------+---------------|
+ |sindhi-perso-arabic | | |
+ |---------------------+---------------------+---------------|
+ |slovak | | |
+ |---------------------+---------------------+---------------|
+ |slovenian |slovensko | |
+ |---------------------+---------------------+---------------|
+ |songhay | | |
+ |---------------------+---------------------+---------------|
+ |southafrican-english | | |
+ |---------------------+---------------------+---------------|
+ |spanish |espanol | |
+ |---------------------+---------------------+---------------|
+ |sundanese | | |
+ |---------------------+---------------------+---------------|
+ |swahili | | |
+ |---------------------+---------------------+---------------|
+ |swedish |svenska | |
+ |---------------------+---------------------+---------------|
+ |tagalog | | |
+ |---------------------+---------------------+---------------|
+ |tamil | | |
+ |---------------------+---------------------+---------------|
+ |telugu | | |
+ |---------------------+---------------------+---------------|
+ |thai | | |
+ |---------------------+---------------------+---------------|
+ |tibetan | | |
+ |---------------------+---------------------+---------------|
+ |traditional-chinese | | |
+ |---------------------+---------------------+---------------|
+ |turkish | | |
+ |---------------------+---------------------+---------------|
+ |twi | | |
+ |---------------------+---------------------+---------------|
+ |ukrainian | | |
+ |---------------------+---------------------+---------------|
+ |urdu | | |
+ |---------------------+---------------------+---------------|
+ |venda | | |
+ |---------------------+---------------------+---------------|
+ |venetian |veneto | |
+ |---------------------+---------------------+---------------|
+ |vietnamese | | |
+ |---------------------+---------------------+---------------|
+ |walloon |walon | |
+ |---------------------+---------------------+---------------|
+ |welsh |cymraeg | |
+ |---------------------+---------------------+---------------|
+ |wolof | | |
+ |---------------------+---------------------+---------------|
+ |xhosa | | |
+ |---------------------+---------------------+---------------|
+ |miahuatlan-zapotec | |zapotec |
+ |---------------------+---------------------+---------------|
+ |zulu | |zulu |
+ +-----------------------------------------------------------+
+
+ --locale LOCALE
+
+ Exécutez Tux Paint dans l'une des langues supportées.
+ Consultez la section Choisir une autre langue" ci-dessous
+ pour les chaînes de paramètres régionaux (par exemple,
+ «de_DE» pour l'allemand) à utiliser.
+
+ Si votre locale est déjà définie, par exemple avec la
+ variable d'environnement "$LANG", cette option n'est pas
+ nécessaire, car Tux Paint respecte les paramètres de votre
+ environnement, si possible.)
+
+ mirrorstamps=yes
+
+ Pour les tampons qui peuvent être mis en miroir, cette
+ option les définit par défaut sur leur forme en miroir.
+
+ Cela peut être utile pour les personnes qui préfèrent voir
+ les choses de droite à gauche plutôt que de gauche à droite.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases,
+ may be overridden by the command-line option
+ "--dontmirrorstamps".
+
+ Polices
+
+ sysfonts=yes
+
+ Cette option oblige Tux Paint à essayer de charger des
+ polices (à utiliser dans l'outil Texte ) à partir de votre
+ système d'exploitation. Normalement, Tux Paint ne chargera
+ que ceux fournis avec Tux Paint.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "sysfonts=no" or "nosysfonts=yes". In both cases, may be
+ overridden by the command-line option "--nosysfonts".
+
+ alllocalefonts=yes
+
+ Avant la version 0.9.21, Tux Paint chargeait toutes les
+ polices depuis son propre répertoire de polices, y compris
+ celles spécifiques à la locale (par exemple, celle pour le
+ tibétain, qui n'avait pas de caractères latins). Depuis la
+ version 0.9.21, la seule police chargée à partir du
+ sous-répertoire spécifique aux paramètres régionaux, si elle
+ existe, correspond à la police locale sur laquelle s'exécute
+ Tux Paint.
+
+ Pour charger toutes les polices spécifiques aux paramètres
+ régionaux (l'ancien comportement), utilisez cette option.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "alllocalefonts=no" or "currentlocalefont=yes". In both
+ cases, may be overridden by the command-line option
+ "--currentlocalefont".
+
+ ----------------------------------------------------------------------
+
+Impression
+
+ Print Permissions
+
+ noprint=yes
+
+ Désactive la fonction d'impression.
+
+ printdelay=SECONDES
- Avant Tux Paint 0.9.15, les boutons du milieu et de droite d'une
- souris pouvaient également être utilisés pour cliquer. Dans la
- version 0.9.15, cela a été modifié afin que seul le bouton
- gauche de la souris fonctionne, pour de ne pas habituer les
- enfants à utiliser un mauvais bouton.
+ Limite l'impression afin que l'impression ne puisse avoir
+ lieu qu'une fois toutes les SECONDES secondes.
- Cependant, pour les enfants qui ont des problèmes avec la
- souris, cette distinction entre les deux ou trois boutons d'une
- souris peut être désactivée (ramenant Tux Paint à son ancien
- comportement) grâce à cette option.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "printdelay=0". In both cases, may be overridden by the
+ command-line option "--printdelay=0".
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nobuttondistinction=no" or "buttondistinction=yes". In both
- cases, may be overridden by the command-line option
- "--buttondistinction".
+ Show Printer Dialog
- nofancycursors=yes
+ altprint=always
- Cela désactive les formes fantaisistes de pointeur de souris
- dans Tux Paint et utilise le pointeur de souris normal de votre
- environnement.
+ Cela fait que Tux Paint affiche toujours la boîte de
+ dialogue de l'imprimante (ou, sous Linux / Unix, lance la
+ "commande altprint") lorsque le bouton "Imprimer" est
+ cliqué. En d'autres termes, c'est comme cliquer sur
+ «Imprimer» tout en maintenant [Alt] , sauf que vous n'avez
+ pas besoin de maintenir [Alt] à chaque fois.
- Dans certains environnements, les curseurs sophistiqués posent
- des problèmes. Utilisez cette option pour les éviter.
+ altprint=never
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nofancycursors=no" or "fancycursors=yes". In both cases, may be
- overridden by the command-line option "--fancycursors".
+ Cela empêche Tux Paint de ne jamais montrer la boîte de
+ dialogue de l' imprimante (ou, sous Linux / Unix, exécuter «
+ altprintcommand ») lorsque le bouton « Imprimer » est
+ cliqué. En d'autres termes, cela rend la touche [Alt] sans
+ effet lorsque vous cliquez sur le bouton «Imprimer».
- hidecursor=yes
+ altprint=mod
- Cela masque complètement les formes du pointeur de la souris
- dans Tux Paint.
+ C'est le comportement par défaut. Tux Paint affiche une
+ boîte de dialogue d'imprimante (ou, sous Linux / Unix,
+ exécute la commande "altprint"), lorsque la touche [Alt] est
+ enfoncée tandis que le bouton "Imprimer" est cliqué. Cliquer
+ sur «Imprimer» sans maintenir [Alt] imprime sans afficher de
+ boîte de dialogue.
- Ceci est utile pour les appareils à écran tactile, tels que les
- tablettes PC.
+ Save Printer Configuration
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "hidecursor=no" or "showcursor=yes". In both cases, may be
- overridden by the command-line option "--showcursor".
+ printcfg=yes
- nooutlines=yes
+ (Windows et macOS uniquement)
- Dans ce mode, des contours beaucoup plus simples et des lignes
- «élastiques» sont affichés lors de l'utilisation des outils
- Ligne , Forme , Tampon et Gomme .
+ Tux Paint utilisera un fichier de configuration d'imprimante
+ lors de l'impression. Appuyez sur la touche [Alt] tout en
+ cliquant sur le bouton «Imprimer» dans Tux Paint pour faire
+ apparaître une fenêtre de dialogue d'impression Windows.
- Cela peut aider lorsque Tux Paint est exécuté sur des
- ordinateurs très lents ou affiché sur un écran X-Window distant.
+ (Remarque : cela ne fonctionne que si vous n'exécutez pas
+ Tux Paint en mode plein écran.) Toutes les modifications de
+ configuration apportées dans cette boîte de dialogue seront
+ enregistrées dans le fichier "userdata/print.cfg", et
+ réutilisées, tant que l'option "printcfg" reste définie.
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nooutlines=no" or "outlines=yes". In both cases, may be
- overridden by the command-line option "--outlines".
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "printcfg=no" or "noprintcfg=yes". In both cases, may be
+ overridden by the command-line option "--noprintcfg".
- sysfonts=yes
+ Print Commands
- Cette option oblige Tux Paint à essayer de charger des polices
- (à utiliser dans l'outil Texte ) à partir de votre système
- d'exploitation. Normalement, Tux Paint ne chargera que ceux
- fournis avec Tux Paint.
+ printcommand=COMMAND
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "sysfonts=no"
- or "nosysfonts=yes". In both cases, may be overridden by the
- command-line option "--nosysfonts".
+ (Linux et Unix uniquement)
- alllocalefonts=yes
+ Utilise la commande COMMAND pour imprimer un fichier au
+ format PostScript lorsque vous cliquez sur le bouton
+ «Imprimer». Si cette option n'est pas spécifiquement
+ définie, la commande par défaut est :
- Avant la version 0.9.21, Tux Paint chargeait toutes les polices
- depuis son propre répertoire de polices, y compris celles
- spécifiques à la locale (par exemple, celle pour le tibétain,
- qui n'avait pas de caractères latins). Depuis la version 0.9.21,
- la seule police chargée à partir du sous-répertoire spécifique
- aux paramètres régionaux, si elle existe, correspond à la police
- locale sur laquelle s'exécute Tux Paint.
+ lpr
- Pour charger toutes les polices spécifiques aux paramètres
- régionaux (l'ancien comportement), utilisez cette option.
+ Remarque : les versions de Tux Paint antérieures à 0.9.15
+ envoyaient des données au format PNG à la commande
+ d'impression (qui par défaut était "pngtopnm | pnmtops |
+ lpr").
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "alllocalefonts=no" or "currentlocalefont=yes". In both cases,
- may be overridden by the command-line option
- "--currentlocalefont".
+ Si vous définissez une autre commande printcommand dans le
+ fichier de configuration avant la version 0.9.15, vous
+ devrez la modifier.
- nostamps=yes
+ altprintcommand=COMMAND
- Cette option indique à Tux Paint de ne charger aucune image de
- tampon en caoutchouc, ce qui entraîne la désactivation de l'
- outil Tampons .
+ (Linux et Unix uniquement)
- Cela peut accélérer Tux Paint au démarrage et réduire
- l'utilisation de la mémoire pendant son exécution. Bien entendu,
- aucun timbre ne sera disponible.
+ Utilisez la commande COMMAND pour imprimer un fichier au
+ format PostScript lorsque vous cliquez sur le bouton
+ «Imprimer» tandis que la touche [Alt] est maintenue
+ enfoncée. (Ceci est généralement utilisé pour fournir une
+ boîte de dialogue d'impression, comme lorsque vous appuyez
+ sur [Alt] + 'Imprimer' sous Windows et macOS.)
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "nostamps=no"
- or "stamps=yes". In both cases, may be overridden by the
- command-line option "--stamps".
+ Si cette option n'est pas spécifiquement définie, la
+ commande par défaut est la boîte de dialogue d'impression
+ graphique de KDE :
- nostampcontrols=yes
+ kprinter
- Certaines images de l' outil Tampon peuvent être mises en
- miroir, inversées et / ou voir leur taille modifiée. Cette
- option désactive ces contrôles et ne fournit que les tampons de
- base.
+ Paper Size
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nostampcontrols=no" or "stampcontrols=yes". In both cases, may
- be overridden by the command-line option "--stampcontrols".
+ papersize=PAPERSIZE
- nomagiccontrols=yes
+ (Plates-formes qui utilisent le générateur PostScript
+ interne de Tux Paint - pas Windows, macOS, BeOS ou Haiku.)
- Certains outils Magie ont la possibilité d'agir comme un pinceau
- ou d'affecter la toile entière. Cette option désactive les
- contrôles et ne fournit que la fonctionnalité par défaut
- (généralement en mode peinture).
+ Dit à Tux Paint quelle taille PostScript doit générer. Si
+ aucun n'est spécifié, Tux Paint vérifie d'abord votre
+ variable d'environnement $PAPER, puis le fichier
+ /etc/papersize, puis utilise le format de papier par défaut
+ de la bibliothèque 'libpaper'.
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may
- be overridden by the command-line option "--magiccontrols".
+ Les tailles de papier valides sont : letter, legal, tabloid,
+ executive, note, statement, a0, a1, a2, a3, a4, a5, a6, a7,
+ a8, a9, a10, b0, b1, b2 b3, b4, 10x14, 11x17, halfletter,
+ halfexecutive, halfnote, folio, quarto, ledger, archA,
+ archB, archC, archD, archE, flsa, flse, csheet, dsheet,
+ esheet.
- noshapecontrols=yes
+ ----------------------------------------------------------------------
- Désactive les boutons de contrôle affichés lors de l'utilisation
- de l' outil Formes qui permettent de modifier la façon dont les
- formes sont dessinées - centrées autour du clic initial de la
- souris ou à partir d'un coin au clic de la souris.
+Sauvegarde
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "noshapecontrols=no" or "shapecontrols=yes". In both cases, may
- be overridden by the command-line option "--shapecontrols".
+ Save Over Earlier Work
- nolabel=yes
+ saveover=yes
- Désactive l'outil Étiquette : l'outil qui permet la saisie de
- texte pouvant être édité plus tard.
+ Ceci élimine le message "Écraser l'ancienne version ...?
+ quand on voulait sauvegarder un fichier déjà existant. Avec
+ cette option, l'ancienne version sera écrasée par la
+ nouvelle, automatiquement.
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "nolabel=no"
- or "label=yes". In both cases, may be overridden by the
- command-line option "--label".
+ saveover=new
- newcolorslast=yes
+ Ceci aussi élimine le message "Écraser l'ancienne version
+ ...? quand on sauvegarde un fichier déjà existant. Cette
+ option, cependant, enregistrera un nouveau fichier plutôt
+ que d'écraser l'ancienne version.
- Place les options de couleur dans la boîte de dialogue Nouveau
- en dernier, ainsi tous les démarreurs et / ou modèles seront
- affichés en premier.
+ saveover=ask
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "newcolorslast=no" or "newcolorsfirst=yes". In both cases, may
- be overridden by the command-line option "--newcolorsfirst".
+ (Cette option est redondante puisque c'est celle par
+ défaut.) Quand vous sauvegardez un dessin déjà existant, on
+ vous demandera d'abord si vous voulez écraser l'ancienne
+ version ou non.
- mirrorstamps=yes
+ Starting Out
- Pour les tampons qui peuvent être mis en miroir, cette option
- les définit par défaut sur leur forme en miroir.
+ startblank=yes
- Cela peut être utile pour les personnes qui préfèrent voir les
- choses de droite à gauche plutôt que de gauche à droite.
+ Ceci oblige Tux Paint à afficher une toile vide au
+ démarrage, plutôt que la dernière image qui a été éditée.
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases, may
- be overridden by the command-line option "--dontmirrorstamps".
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "startblank=no" or "startlast=yes". In both cases, may be
+ overridden by the command-line option "--startlast".
- mouse-accessibility=yes
+ newcolorslast=yes
- Dans ce mode, au lieu de cliquer, de faire glisser et de
- relâcher (par exemple, pour dessiner), vous cliquez, déplacez et
- cliquez à nouveau pour terminer le mouvement.
+ Place les options de couleur dans la boîte de dialogue
+ Nouveau en dernier, ainsi tous les démarreurs et / ou
+ modèles seront affichés en premier.
- onscreen-keyboard=yes
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "newcolorslast=no" or "newcolorsfirst=yes". In both cases,
+ may be overridden by the command-line option
+ "--newcolorsfirst".
- Présente un clavier à l'écran cliquable lors de l'utilisation
- des outils Texte et Étiquette .
+ Save and Export Directories
- onscreen-keyboard-layout=LAYOUTNAME
+ savedir=DIRECTORY
- Sélectionne la disposition initiale du clavier visuel lors de
- l'utilisation des outils Texte et Étiquette. Remarque:
- l'utilisation de cette option implique automatiquement
- onscreen-keyboard=yes , la configuration des deux est donc
- redondante.
+ Utilisez cette option pour changer l'emplacement du
+ répertoire / dossier "saved" de Tux Paint , qui est
+ l'endroit où Tux Paint enregistre et ouvre les images.
- onscreen-keyboard-disable-change=yes
+ Si vous ne le changez pas, l' emplacement par défaut est :
- Désactive la possibilité de modifier la disposition du clavier à
- l'écran lors de l'utilisation des outils Texte et Étiquette ,
- utile pour simplifier les choses pour les petits enfants.
- Remarque: l'utilisation de cette option implique automatiquement
- onscreen-keyboard=yes , la configuration des deux est donc
- redondante.
+ * Linux & Unix - Sous un répertoire caché nommé
+ ".tuxpaint" dans votre répertoire personnel (aka "~" ou
+ "$HOME")
+ Exemple: /home/username/.tuxpaint/saved/
+ * Windows - Dans un dossier nommé "TuxPaint" dans votre
+ dossier "Application Data".
+ Exemple: C:\Documents and Settings\Username\Application
+ Data\TuxPaint\saved\
+ * macOS - Dans un dossier nommé "TuxPaint" dans votre
+ dossier "Application Support".
+ Exemple: /Users/Username/Library/Application
+ Support/TuxPaint/saved/
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "onscreen-keyboard-disable-change=no". In both cases, may be
- overridden by the command-line option
- "--onscreen-keyboard-disable-change=no".
+ Remarque : lorsque vous spécifiez un lecteur Windows (par
+ ex. "H:\"), vous devez également spécifier un
+ sous-répertoire.
- joystick-dev=N
+ Remarque : Avant la version 0.9.18, Tux Paint utilisait
+ également le réglage "savedir" comme emplacement pour
+ rechercher des fichiers de données personnelles (pinceaux,
+ tampons, images de démarrages et polices). À partir de la
+ version 0.9.18, ils peuvent être spécifiés séparément (voir
+ l'option "datadir" ci-dessous).
+
+ Exemple: savedir=Z:\tuxpaint\
+
+ exportdir=DIRECTORY
+
+ Utilisez cette option pour modifier l'endroit où Tux Paint
+ exporte les fichiers - images uniques ou diaporamas GIF
+ animés - en vue d'un usage externe.
- Spécifie quel périphérique joystick doit être utilisé par Tux
- Paint. La valeur par défaut est 0 (le premier joystick).
+ Si vous ne le changez pas, l' emplacement par défaut est :
- joystick-slowness=SPEED
+ * 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 "xdg-user-dir PICTURES" pour le savoir.)
+ Typiquement (dans un environnement local anglais), ce
+ sera "Images" dans votre répertoire personnel
+ (c'est-à-dire "$HOME/Images" aka "~/Images").
+ Tux Paint utilisera ce répertoire typique, si aucune
+ configuration XDG ne peut être lue, ou rien n'est
+ défini pour "XDG_PICTURES_DIR".
+ * Windows - "Mes images" répertoire de chaque utilisateur
+ (normalement "c:\Users\USERNAME\Pictures").
+ Vous pouvez ouvrir directement le répertoire comme ceci
+ :
+ * 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.
+ * macOS — TBD!
+
+ Remarque :Quand les réglages par défaut sont utilisés, un
+ nouveau sous-répertoire "TuxPaint" sera créé puis
+ utilisé(par ex "~/Images/TuxPaint"). Quand l'option
+ "--exportdir" est utilisée, le chemin exact qui a été
+ spécifié sera utilisé (pas sous-répertoire "TuxPaint" créé).
+
+ Le répertoire lui-même (par ex. "~/Images/TuxPaint") sera
+ créé, s'il n'existe pas.
+
+ Si le répertoire parent (par ex "~/Images/TuxPaint")
+ n'existe pas non plus, Tux Paint essayera aussi de le créer
+ (mais de répertoire plus haut que celui-là).
+
+ Exemple: exportdir=/home/penguin/TuxPaintExports
+
+ More Saving Options
+
+ nosave=yes
+
+ Ceci désactive la possibilité de sauvegarder les fichiers
+ par Tux Paint (et par conséquent ôte le bouton "Sauvegarder"
+ sur l'écran). On peut l'utiliser dans le cas où le programme
+ est utilisé juste pour le fun, ou dans un environnement de
+ tests.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nosave=no" or "save=yes". In both cases, may be overridden
+ by the command-line option "--save".
+
+ autosave=yes
+
+ Ceci empêche Tux Paint de vous demander si vous voulez
+ sauvegarder l'image quand vous quittez, et suppose que vous
+ le faites.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "autosave=no" or "noautosave=yes". In both cases, may be
+ overridden by the command-line option "--noautosave".
+
+ ----------------------------------------------------------------------
+
+Data
+
+ Lockfile
+
+ nolockfile=yes
+
+ Par défaut, Tux Paint utilise ce qu'on appelle un «fichier
+ de verrouillage» pour éviter qu'il ne soit lancé plus d'une
+ fois toutes les 30 secondes. (Ceci permet d'éviter
+ d'exécuter accidentellement plusieurs copies; par exemple,
+ en double-cliquant sur un lanceur fonctionnant avec un seul
+ clic, ou en cliquant simplement avec impatience plusieurs
+ fois sur l'icône.)
+
+ Pour que Tux Paint ignore le fichier de verrouillage, lui
+ permettant de s'exécuter à nouveau, même s'il vient d'être
+ lancé il y a moins de 30 secondes, activez ce paramètre dans
+ le fichier de configuration ou exécutez Tux Paint avec
+ l'option '--nolockfile ' en ligne de commande.
+
+ Par défaut, le fichier de verrouillage est stocké dans
+ "~/.tuxpaint/" sous Linux et Unix, et "userdata\" sous
+ Windows.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nolockfile=no" or "lockfile=yes". In both cases, may be
+ overridden by the command-line option "--lockfile".
+
+ Data Directory
+
+ datadir=DIRECTORY
+
+ Utilisez cette option pour changer l'endroit où Tux Paint
+ ira rechercher les fichiers de données personnelles
+ (pinceaux, tampons, images de démarrage, modèles et fontes
+ spécifiques pour l'utilisateur actuel).
+
+ Tux Paint va chercher des sous-répertoires nommés "brushes",
+ "stamps", "starters", "templates", et "fonts" sous le
+ répertoire spécifié.
+
+ Si vous ne le changez pas, l' emplacement par défaut est :
+
+ * Linux & Unix - Sous un répertoire caché nommé
+ ".tuxpaint" dans votre répertoire personnel (aka "~" ou
+ "$HOME")
+ Exemple: /home/username/.tuxpaint/brushes/
+ * Windows - Dans un dossier nommé "TuxPaint" dans votre
+ dossier "Application Data".
+ Exemple: C:\Documents and Settings\Username\Application
+ Data\TuxPaint\brushes\
+ * macOS - Dans un dossier nommé "TuxPaint" dans votre
+ dossier "Application Support".
+ Exemple: /Users/Username/Library/Application
+ Support/TuxPaint/brushes/
+
+ Remarque :Avant la version 0.9.18, Tux Paint utlisait les
+ mêmes réglages que "savedir" pour chercher les fichiers de
+ données. Depuis la version 0.9.18, ils peuvent être
+ spécifiés séparément.
+
+ Remarque : lorsque vous spécifiez un lecteur Windows (par
+ ex. "H:\"), vous devez également spécifier un
+ sous-répertoire.
+
+ Exemple: datadir=/home/johnny/tuxpaint-data/
+
+ Color Palette File
+
+ colorfile=FILENAME
+
+ Vous pouvez remplacer la palette de couleurs par défaut de
+ Tux Paint en créant un fichier texte ASCII simple qui décrit
+ les couleurs souhaitées et en pointant vers ce fichier à
+ l'aide de l'option "colorfile".
+
+ Le fichier doit répertorier une couleur par ligne. Les
+ couleurs sont définies en fonction de leurs valeurs Rouge,
+ Vert et Bleu, chacune comprise entre 0 (désactivée) et 255
+ (la plus intense). (Pour plus d'informations, consultez
+ l'article de Wikipedia sur le modèle de couleur RVB .)
+
+ Les couleurs peuvent être listées en utilisant trois nombres
+ décimaux (par exemple, "255 68 136") ou un 'triplet'
+ hexadécimal de 6 ou 3 chiffres (par exemple, " #ff4488" ou
+ "#F48").
+
+ Après la définition de la couleur (sur la même ligne), vous
+ pouvez saisir du texte pour décrire la couleur. Tux
+ affichera ce texte lorsque la couleur sera cliquée. (Par
+ exemple, "#FFF Blanc comme neige.")
+
+ A titre d'exemple, vous pouvez voir les couleurs par défaut
+ actuellement utilisées dans Tux Paint dans :
+ "default_colors.txt".
+
+ REMARQUES : Vous devez séparer les valeurs décimales par des
+ espaces et commencer les valeurs hexadécimales par un
+ caractère dièse / signe dièse (" #"). En hexadécimal à 3
+ chiffres, chaque chiffre est utilisé à la fois pour les
+ moitiés haute et basse de l'octet, donc "#FFF" est identique
+ à " #FFFFFF", mais pas à "#F0F0F0".
+
+ ----------------------------------------------------------------------
+
+Accessibility
+
+ Mouse
+
+ mouse-accessibility=yes
+
+ Dans ce mode, au lieu de cliquer, de faire glisser et de
+ relâcher (par exemple, pour dessiner), vous cliquez,
+ déplacez et cliquez à nouveau pour terminer le mouvement.
+
+ Keyboard
+
+ keyboard=yes
+
+ Cela permet d'utiliser les touches fléchées du clavier pour
+ contrôler le pointeur de la souris. (Par exemple, pour les
+ environnements sans souris, ou en cas de problèmes de
+ handicap /d'accessibilité)
+
+ Caractéristiques :
+
+ * Mouvement fin sur la toile, ou rapide si Shift est
+ maintenu.
+ * Mouvement rapide dans la zone des boutons d'outils.
+ * Touches de contrôle :
+ * [Left]/[Right]/[Up]/[Down], pavé numérique [1]
+ thru [9] : déplace la souris
+ * [Space]/[5] : Clic de la souris (sauf quand on
+ uilise les outils "Texte" ou "Étiquette")
+ * [Insert]/[F5]: Clicc de la souris (toujours)
+ * [F4] fait naviguer la souris entre "Outils",
+ "Couleurs" et les zones de dessin
+ * Si la souris se trouve dans la section "Outils" à
+ gauche ou dans la section "Couleurs" en bas :
+ * [F7],[F8] : déplacer respectivement vers le
+ bas / le haut entre les boutons (section
+ Outils, uniquement)
+ * [F11],[F12] : passer respectivement au bouton
+ précédent / suivant
+ * Pour cliquer et faire glisser, maintenez l'une des
+ touches «clic» (par exemple [Insert]), et utilisez les
+ touches de déplacement (par exemple [Left]).
+ * Remarque : la fonction «accessibilité de la
+ souris» fonctionne avec les commandes de la souris
+ via le clavier. Avec les deux options activées,
+ les outils de peinture peuvent être utilisés pour
+ dessiner en appuyant sur une touche "clic" pour
+ commencer à cliquer, des touches de mouvement pour
+ se déplacer (qui dessinera) et une autre touche
+ "clic" pour terminer le clic (arrêt du dessin).
+ * Une souris et / ou un joystick standard peuvent
+ toujours être utilisés (vous pouvez donc, par exemple,
+ vous déplacer avec la souris et cliquer avec le
+ clavier, ou vice-versa)
- Définit un retard à chaque mouvement d'axe, permettant de
- ralentir le joystick. Les valeurs autorisées sont comprises
- entre 0 et 500. La valeur par défaut est 15.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "keyboard=no" or "2$keyboard=no". In both cases, may be
+ overridden by the command-line option "--mouse".
- joystick-threshold=THRESHOLD
+ Onscreen Keyboard
- Définit le niveau minimum de mouvement de l'axe pour commencer à
- déplacer le pointeur. Les valeurs autorisées sont comprises
- entre 0 et 32766. La valeur par défaut est 3200.
+ onscreen-keyboard=yes
- joystick-maxsteps=STEPS
+ Présente un clavier à l'écran cliquable lors de
+ l'utilisation des outils Texte et Étiquette .
- Définit le nombre de pixels maximums que le pointeur déplacera à
- la fois. Les valeurs autorisées vont de 1 à 7. La valeur par
- défaut est 7.
+ onscreen-keyboard-layout=LAYOUTNAME
- joystick-hat-timeout=MILLISECONDS
+ Sélectionne la disposition initiale du clavier visuel lors
+ de l'utilisation des outils Texte et Étiquette. Remarque:
+ l'utilisation de cette option implique automatiquement
+ onscreen-keyboard=yes , la configuration des deux est donc
+ redondante.
- Définit le délai après lequel le pointeur commencera à se
- déplacer automatiquement si le chapeau est maintenu enfoncé. Les
- valeurs autorisées sont comprises entre 0 et 3 000. La valeur
- par défaut est 1 000.
+ onscreen-keyboard-disable-change=yes
- joystick-hat-slowness=SPEED
+ Désactive la possibilité de modifier la disposition du
+ clavier à l'écran lors de l'utilisation des outils Texte et
+ Étiquette , utile pour simplifier les choses pour les petits
+ enfants.
+ Remarque: l'utilisation de cette option implique
+ automatiquement onscreen-keyboard=yes , la configuration des
+ deux est donc redondante.
- Définit un délai à chaque mouvement automatique, permettant de
- ralentir la vitesse du chapeau. Les valeurs autorisées sont
- comprises entre 0 et 500. La valeur par défaut est 15.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "onscreen-keyboard-disable-change=no". In both cases, may be
+ overridden by the command-line option
+ "--onscreen-keyboard-disable-change=no".
- joystick-btn-escape=BUTTON NUMBER
+ ----------------------------------------------------------------------
- Sélectionne le numéro du bouton du joystick, tel que vu par SDL,
- qui sera utilisé pour générer un événement d'échappement. Utile
- pour fermer les dialogues et quitter.
+Joystick
- joystick-btn-brush=BUTTON NUMBER
+ Main Device
- Sélectionne le numéro du bouton du joystick, comme vu par SDL,
- qui sera un raccourci pour sélectionner sélectionne l'outil
- Pinceau.
+ joystick-dev=N
- joystick-btn-stamp=BUTTON NUMBER
+ Spécifie quel périphérique joystick doit être utilisé par
+ Tux Paint. La valeur par défaut est 0 (le premier joystick).
- Sélectionne le numéro du bouton du joystick, comme vu par SDL,
- qui sera un raccourci pour sélectionner sélectionne l'outil
- Tampon.
+ joystick-slowness=SPEED
- joystick-btn-lines=BUTTON NUMBER
+ Définit un retard à chaque mouvement d'axe, permettant de
+ ralentir le joystick. Les valeurs autorisées sont comprises
+ entre 0 et 500. La valeur par défaut est 15.
- Sélectionne le numéro du bouton du joystick, comme vu par SDL,
- qui sera un raccourci pour sélectionner sélectionne l'outil
- Lignes.
+ joystick-threshold=THRESHOLD
- joystick-btn-shapes=BUTTON NUMBER
+ Définit le niveau minimum de mouvement de l'axe pour
+ commencer à déplacer le pointeur. Les valeurs autorisées
+ sont comprises entre 0 et 32766. La valeur par défaut est
+ 3200.
- Sélectionne le numéro du bouton du joystick, comme vu par SDL,
- qui sera un raccourci pour sélectionner sélectionne l'outil
- Formes.
+ joystick-maxsteps=STEPS
- joystick-btn-text=BUTTON NUMBER
+ Définit le nombre de pixels maximums que le pointeur
+ déplacera à la fois. Les valeurs autorisées vont de 1 à 7.
+ La valeur par défaut est 7.
- Sélectionne le numéro du bouton du joystick, comme vu par SDL,
- qui sera un raccourci pour sélectionner sélectionne l'outil
- Texte.
+ Hat
- joystick-btn-label=BUTTON NUMBER
+ joystick-hat-slowness=SPEED
- Sélectionne le numéro du bouton du joystick, comme vu par SDL,
- qui sera un raccourci pour sélectionner sélectionne l'outil
- Étiquette.
+ Définit un délai à chaque mouvement automatique, permettant
+ de ralentir la vitesse du chapeau. Les valeurs autorisées
+ sont comprises entre 0 et 500. La valeur par défaut est 15.
- joystick-btn-magic=BUTTON NUMBER
+ joystick-hat-timeout=MILLISECONDS
- Sélectionne le numéro du bouton du joystick, comme vu par SDL,
- qui sera un raccourci pour sélectionner sélectionne l'outil
- Magie.
+ Définit le délai après lequel le pointeur commencera à se
+ déplacer automatiquement si le chapeau est maintenu enfoncé.
+ Les valeurs autorisées sont comprises entre 0 et 3 000. La
+ valeur par défaut est 1 000.
- joystick-btn-undo=BUTTON NUMBER
+ Buttons to Disable
- Sélectionne le numéro du bouton du joystick, comme vu par SDL,
- qui sera un raccourci pour sélectionner invoque l'outil Défaire.
+ joystick-buttons-ignore=BUTTON1,BUTTON2,...
- joystick-btn-redo=BUTTON NUMBER
+ Un ensemble de numéros de boutons du joystick, comme vu par
+ SDL, qui doit être ignoré. Sinon, à moins qu'ils ne soient
+ utilisés par l'une des joptions "joystick-btn-" ci-dessus,
+ les boutons seront considérés comme un clic gauche de la
+ souris.
- Sélectionne le numéro du bouton du joystick, comme vu par SDL,
- qui sera un raccourci pour sélectionner outil Refaire.
+ Button Shortcuts
- joystick-btn-eraser=BUTTON NUMBER
+ joystick-btn-escape=BUTTON NUMBER
- Sélectionne le numéro du bouton du joystick, comme vu par SDL,
- qui sera un raccourci pour sélectionner outil Gomme.
+ Sélectionne le numéro du bouton du joystick, tel que vu par
+ SDL, qui sera utilisé pour générer un événement
+ d'échappement. Utile pour fermer les dialogues et quitter.
- joystick-btn-new=BUTTON NUMBER
+ joystick-btn-brush=BUTTON NUMBER
- Sélectionne le numéro de bouton du joysticke, comme vu par SDL,
- qui sera un raccourci pour lancer la boîte dialogue pour créer
- un nouveau dessin.
+ Sélectionne le numéro du bouton du joystick, comme vu par
+ SDL, qui sera un raccourci pour sélectionner sélectionne
+ l'outil Pinceau.
- joystick-btn-open=BUTTON NUMBER
+ joystick-btn-stamp=BUTTON NUMBER
- Sélectionne le numéro du bouton du joystick, tel que vu par SDL,
- qui sera un raccourci pour lancer la boîte de dialogue pour
- ouvrir un dessin existant.
+ Sélectionne le numéro du bouton du joystick, comme vu par
+ SDL, qui sera un raccourci pour sélectionner sélectionne
+ l'outil Tampon.
- joystick-btn-save=BUTTON NUMBER
+ joystick-btn-lines=BUTTON NUMBER
- Sélectionne le numéro du bouton du joystick, comme vu par SDL,
- qui sera un raccourci pour sélectionner sauvegarder le dessin.
+ Sélectionne le numéro du bouton du joystick, comme vu par
+ SDL, qui sera un raccourci pour sélectionner sélectionne
+ l'outil Lignes.
- joystick-btn-pgsetup=BUTTON NUMBER
+ joystick-btn-shapes=BUTTON NUMBER
- Sélectionne le numéro du bouton du joystick, comme vu par SDL,
- qui sera un raccourci pour sélectionner lancer la boîte de
- dialogue pour le réglage de l'imprssion.
+ Sélectionne le numéro du bouton du joystick, comme vu par
+ SDL, qui sera un raccourci pour sélectionner sélectionne
+ l'outil Formes.
- joystick-btn-print=BUTTON NUMBER
+ joystick-btn-text=BUTTON NUMBER
- Sélectionne le numéro du bouton du joystick, comme vu par SDL,
- qui sera un raccourci pour sélectionner print.
+ Sélectionne le numéro du bouton du joystick, comme vu par
+ SDL, qui sera un raccourci pour sélectionner sélectionne
+ l'outil Texte.
- joystick-buttons-ignore=BUTTON1,BUTTON2,...
+ joystick-btn-label=BUTTON NUMBER
- Un ensemble de numéros de boutons du joystick, comme vu par SDL,
- qui doit être ignoré. Sinon, à moins qu'ils ne soient utilisés
- par l'une des joptions "joystick-btn-" ci-dessus, les boutons
- seront considérés comme un clic gauche de la souris.
+ Sélectionne le numéro du bouton du joystick, comme vu par
+ SDL, qui sera un raccourci pour sélectionner sélectionne
+ l'outil Étiquette.
- stampsize=SIZE
+ joystick-btn-magic=BUTTON NUMBER
- Utilisez cette option pour forcer Tux Paint à définir la taille
- de départ de tous les tampons. La valeur SIZE doit être comprise
- entre 0 (le plus petit) et 10 (le plus grand). La taille est
- relative aux tailles disponibles du tampon, qui dépendent du
- tampon lui-même, et de la taille actuelle de la toile de Tux
- Paint.
+ Sélectionne le numéro du bouton du joystick, comme vu par
+ SDL, qui sera un raccourci pour sélectionner sélectionne
+ l'outil Magie.
- Spécifiez "default" pour laisser Tux Paint décider (c'est un
- comportement standard).
-
- keyboard=yes
-
- Cela permet d'utiliser les touches fléchées du clavier pour
- contrôler le pointeur de la souris. (Par exemple, pour les
- environnements sans souris, ou en cas de problèmes de handicap
- /d'accessibilité)
-
- Caractéristiques :
-
- * Mouvement fin sur la toile, ou rapide si Shift est
- maintenu.
- * Mouvement rapide dans la zone des boutons d'outils.
- * Touches de contrôle :
- * [Left]/[Right]/[Up]/[Down], pavé numérique [1] thru
- [9] : déplace la souris
- * [Space]/[5] : Clic de la souris (sauf quand on uilise
- les outils "Texte" ou "Étiquette")
- * [Insert]/[F5]: Clicc de la souris (toujours)
- * [F4] fait naviguer la souris entre "Outils",
- "Couleurs" et les zones de dessin
- * Si la souris se trouve dans la section "Outils" à
- gauche ou dans la section "Couleurs" en bas :
- * [F7],[F8] : déplacer respectivement vers le bas /
- le haut entre les boutons (section Outils,
- uniquement)
- * [F11],[F12] : passer respectivement au bouton
- précédent / suivant
- * Pour cliquer et faire glisser, maintenez l'une des touches
- «clic» (par exemple [Insert]), et utilisez les touches de
- déplacement (par exemple [Left]).
- * Remarque : la fonction «accessibilité de la souris»
- fonctionne avec les commandes de la souris via le
- clavier. Avec les deux options activées, les outils de
- peinture peuvent être utilisés pour dessiner en
- appuyant sur une touche "clic" pour commencer à
- cliquer, des touches de mouvement pour se déplacer
- (qui dessinera) et une autre touche "clic" pour
- terminer le clic (arrêt du dessin).
- * Une souris et / ou un joystick standard peuvent toujours
- être utilisés (vous pouvez donc, par exemple, vous déplacer
- avec la souris et cliquer avec le clavier, ou vice-versa)
-
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "keyboard=no"
- or "2$keyboard=no". In both cases, may be overridden by the
- command-line option "--mouse".
-
- savedir=DIRECTORY
-
- Utilisez cette option pour changer l'emplacement du répertoire /
- dossier "saved" de Tux Paint , qui est l'endroit où Tux Paint
- enregistre et ouvre les images.
-
- Si vous ne le changez pas, l' emplacement par défaut est :
-
- * Linux & Unix - Sous un répertoire caché nommé ".tuxpaint"
- dans votre répertoire personnel (aka "~" ou "$HOME")
- Exemple: /home/username/.tuxpaint/saved/
- * Windows - Dans un dossier nommé "TuxPaint" dans votre
- dossier "Application Data".
- Exemple: C:\Documents and Settings\Username\Application
- Data\TuxPaint\saved\
- * macOS - Dans un dossier nommé "TuxPaint" dans votre dossier
- "Application Support".
- Exemple: /Users/Username/Library/Application
- Support/TuxPaint/saved/
-
- Remarque : lorsque vous spécifiez un lecteur Windows (par ex.
- "H:\"), vous devez également spécifier un sous-répertoire.
-
- Remarque : Avant la version 0.9.18, Tux Paint utilisait
- également le réglage "savedir" comme emplacement pour rechercher
- des fichiers de données personnelles (pinceaux, tampons, images
- de démarrages et polices). À partir de la version 0.9.18, ils
- peuvent être spécifiés séparément (voir l'option "datadir"
- ci-dessous).
-
- Exemple: savedir=Z:\tuxpaint\
-
- exportdir=DIRECTORY
-
- Utilisez cette option pour modifier l'endroit où Tux Paint
- exporte les fichiers - images uniques ou diaporamas GIF animés -
- en vue d'un usage externe.
-
- Si vous ne le changez pas, l' emplacement par défaut est :
-
- * 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
- "xdg-user-dir PICTURES" pour le savoir.)
- Typiquement (dans un environnement local anglais), ce sera
- "Images" dans votre répertoire personnel (c'est-à-dire
- "$HOME/Images" aka "~/Images").
- Tux Paint utilisera ce répertoire typique, si aucune
- configuration XDG ne peut être lue, ou rien n'est défini
- pour "XDG_PICTURES_DIR".
- * Windows - "Mes images" répertoire de chaque utilisateur
- (normalement "c:\Users\USERNAME\Pictures").
- Vous pouvez ouvrir directement le répertoire comme ceci :
- * 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.
- * macOS — TBD!
-
- Remarque :Quand les réglages par défaut sont utilisés, un
- nouveau sous-répertoire "TuxPaint" sera créé puis utilisé(par ex
- "~/Images/TuxPaint"). Quand l'option "--exportdir" est utilisée,
- le chemin exact qui a été spécifié sera utilisé (pas
- sous-répertoire "TuxPaint" créé).
-
- Le répertoire lui-même (par ex. "~/Images/TuxPaint") sera créé,
- s'il n'existe pas.
-
- Si le répertoire parent (par ex "~/Images/TuxPaint") n'existe
- pas non plus, Tux Paint essayera aussi de le créer (mais de
- répertoire plus haut que celui-là).
-
- Exemple: exportdir=/home/penguin/TuxPaintExports
-
- datadir=DIRECTORY
-
- Utilisez cette option pour changer l'endroit où Tux Paint ira
- rechercher les fichiers de données personnelles (pinceaux,
- tampons, images de démarrage, modèles et fontes spécifiques pour
- l'utilisateur actuel).
-
- Tux Paint va chercher des sous-répertoires nommés "brushes",
- "stamps", "starters", "templates", et "fonts" sous le répertoire
- spécifié.
-
- Si vous ne le changez pas, l' emplacement par défaut est :
-
- * Linux & Unix - Sous un répertoire caché nommé ".tuxpaint"
- dans votre répertoire personnel (aka "~" ou "$HOME")
- Exemple: /home/username/.tuxpaint/brushes/
- * Windows - Dans un dossier nommé "TuxPaint" dans votre
- dossier "Application Data".
- Exemple: C:\Documents and Settings\Username\Application
- Data\TuxPaint\brushes\
- * macOS - Dans un dossier nommé "TuxPaint" dans votre dossier
- "Application Support".
- Exemple: /Users/Username/Library/Application
- Support/TuxPaint/brushes/
-
- Remarque :Avant la version 0.9.18, Tux Paint utlisait les mêmes
- réglages que "savedir" pour chercher les fichiers de données.
- Depuis la version 0.9.18, ils peuvent être spécifiés séparément.
-
- Remarque : lorsque vous spécifiez un lecteur Windows (par ex.
- "H:\"), vous devez également spécifier un sous-répertoire.
-
- Exemple: datadir=/home/johnny/tuxpaint-data/
-
- saveover=yes
-
- Ceci élimine le message "Écraser l'ancienne version ...? quand
- on voulait sauvegarder un fichier déjà existant. Avec cette
- option, l'ancienne version sera écrasée par la nouvelle,
- automatiquement.
-
- saveover=new
-
- Ceci aussi élimine le message "Écraser l'ancienne version ...?
- quand on sauvegarde un fichier déjà existant. Cette option,
- cependant, enregistrera un nouveau fichier plutôt que d'écraser
- l'ancienne version.
-
- saveover=ask
-
- (Cette option est redondante puisque c'est celle par défaut.)
- Quand vous sauvegardez un dessin déjà existant, on vous
- demandera d'abord si vous voulez écraser l'ancienne version ou
- non.
-
- nosave=yes
-
- Ceci désactive la possibilité de sauvegarder les fichiers par
- Tux Paint (et par conséquent ôte le bouton "Sauvegarder" sur
- l'écran). On peut l'utiliser dans le cas où le programme est
- utilisé juste pour le fun, ou dans un environnement de tests.
-
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "nosave=no" or
- "save=yes". In both cases, may be overridden by the command-line
- option "--save".
-
- autosave=yes
-
- Ceci empêche Tux Paint de vous demander si vous voulez
- sauvegarder l'image quand vous quittez, et suppose que vous le
- faites.
-
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "autosave=no"
- or "noautosave=yes". In both cases, may be overridden by the
- command-line option "--noautosave".
-
- startblank=yes
-
- Ceci oblige Tux Paint à afficher une toile vide au démarrage,
- plutôt que la dernière image qui a été éditée.
-
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "startblank=no" or "startlast=yes". In both cases, may be
- overridden by the command-line option "--startlast".
-
- colorfile=FILENAME
-
- Vous pouvez remplacer la palette de couleurs par défaut de Tux
- Paint en créant un fichier texte ASCII simple qui décrit les
- couleurs souhaitées et en pointant vers ce fichier à l'aide de
- l'option "colorfile".
-
- Le fichier doit répertorier une couleur par ligne. Les couleurs
- sont définies en fonction de leurs valeurs Rouge, Vert et Bleu,
- chacune comprise entre 0 (désactivée) et 255 (la plus intense).
- (Pour plus d'informations, consultez l'article de Wikipedia sur
- le modèle de couleur RVB .)
-
- Les couleurs peuvent être listées en utilisant trois nombres
- décimaux (par exemple, "255 68 136") ou un 'triplet' hexadécimal
- de 6 ou 3 chiffres (par exemple, " #ff4488" ou "#F48").
-
- Après la définition de la couleur (sur la même ligne), vous
- pouvez saisir du texte pour décrire la couleur. Tux affichera ce
- texte lorsque la couleur sera cliquée. (Par exemple, "#FFF Blanc
- comme neige.")
-
- A titre d'exemple, vous pouvez voir les couleurs par défaut
- actuellement utilisées dans Tux Paint dans :
- "default_colors.txt".
-
- REMARQUES : Vous devez séparer les valeurs décimales par des
- espaces et commencer les valeurs hexadécimales par un caractère
- dièse / signe dièse (" #"). En hexadécimal à 3 chiffres, chaque
- chiffre est utilisé à la fois pour les moitiés haute et basse de
- l'octet, donc "#FFF" est identique à " #FFFFFF", mais pas à
- "#F0F0F0".
-
- colorsrows=ROWS
-
- Combien de rangées de boutons pour les couleurs peuvent être
- montrées; utile quand on a une grande palette (voir "colorfile
- ci-dessus), et/ou pour utiliser avec des dispositifs de pointage
- peu précis (par ex avec oculomètres). "ROWS" peut être entre "1"
- (par défaut) et "3".
-
- lang=LANGUAGE
-
- Exécutez Tux Paint dans l'une des langues prises en charge. Les
- choix possibles pour la LANGUE comprennent actuellement :
-
- +-----------------------------------------------------------+
- |english |american-english | |
- |---------------------+---------------------+---------------|
- |acholi |acoli | |
- |---------------------+---------------------+---------------|
- |afrikaans | | |
- |---------------------+---------------------+---------------|
- |akan |twi-fante | |
- |---------------------+---------------------+---------------|
- |albanian | | |
- |---------------------+---------------------+---------------|
- |amharic | | |
- |---------------------+---------------------+---------------|
- |arabic | | |
- |---------------------+---------------------+---------------|
- |aragones | | |
- |---------------------+---------------------+---------------|
- |armenian |hayeren | |
- |---------------------+---------------------+---------------|
- |assamese | | |
- |---------------------+---------------------+---------------|
- |asturian | | |
- |---------------------+---------------------+---------------|
- |australian-english | | |
- |---------------------+---------------------+---------------|
- |azerbaijani | | |
- |---------------------+---------------------+---------------|
- |bambara | | |
- |---------------------+---------------------+---------------|
- |basque |euskara | |
- |---------------------+---------------------+---------------|
- |belarusian |bielaruskaja | |
- |---------------------+---------------------+---------------|
- |bengali | | |
- |---------------------+---------------------+---------------|
- |bodo | | |
- |---------------------+---------------------+---------------|
- |bokmal | | |
- |---------------------+---------------------+---------------|
- |bosnian | | |
- |---------------------+---------------------+---------------|
- |brazilian-portuguese |portugues-brazilian |brazilian |
- |---------------------+---------------------+---------------|
- |breton |brezhoneg | |
- |---------------------+---------------------+---------------|
- |british-english |british | |
- |---------------------+---------------------+---------------|
- |bulgarian | | |
- |---------------------+---------------------+---------------|
- |canadian-english | | |
- |---------------------+---------------------+---------------|
- |catalan |catala | |
- |---------------------+---------------------+---------------|
- |chinese |simplified-chinese | |
- |---------------------+---------------------+---------------|
- |croatian |hrvatski | |
- |---------------------+---------------------+---------------|
- |czech |cesky | |
- |---------------------+---------------------+---------------|
- |danish |dansk | |
- |---------------------+---------------------+---------------|
- | |dogri | |
- |---------------------+---------------------+---------------|
- |dutch |nederlands | |
- |---------------------+---------------------+---------------|
- |esperanto | | |
- |---------------------+---------------------+---------------|
- |estonian | | |
- |---------------------+---------------------+---------------|
- |faroese | | |
- |---------------------+---------------------+---------------|
- |finnish |suomi | |
- |---------------------+---------------------+---------------|
- |french |francais | |
- |---------------------+---------------------+---------------|
- |fula |fulah |pulaar-fulfulde|
- |---------------------+---------------------+---------------|
- |gaelic |gaidhlig |irish-gaelic |
- |---------------------+---------------------+---------------|
- |galician |galego | |
- |---------------------+---------------------+---------------|
- |georgian | | |
- |---------------------+---------------------+---------------|
- |german |deutsch | |
- |---------------------+---------------------+---------------|
- |greek | | |
- |---------------------+---------------------+---------------|
- |gronings |zudelk-veenkelonioals| |
- |---------------------+---------------------+---------------|
- |gujarati | | |
- |---------------------+---------------------+---------------|
- |hebrew | | |
- |---------------------+---------------------+---------------|
- |hindi | | |
- |---------------------+---------------------+---------------|
- |hungarian |magyar | |
- |---------------------+---------------------+---------------|
- |icelandic |islenska | |
- |---------------------+---------------------+---------------|
- |indonesian |bahasa-indonesia | |
- |---------------------+---------------------+---------------|
- |inuktitut | | |
- |---------------------+---------------------+---------------|
- |italian |italiano | |
- |---------------------+---------------------+---------------|
- |japanese | | |
- |---------------------+---------------------+---------------|
- |kabyle | |kabylian |
- |---------------------+---------------------+---------------|
- |kannada | | |
- |---------------------+---------------------+---------------|
- |kashmiri-devanagari | | |
- |---------------------+---------------------+---------------|
- |kashmiri-perso-arabic| | |
- |---------------------+---------------------+---------------|
- |khmer | | |
- |---------------------+---------------------+---------------|
- |kiga |chiga | |
- |---------------------+---------------------+---------------|
- |kinyarwanda | | |
- |---------------------+---------------------+---------------|
- |klingon |tlhIngan | |
- |---------------------+---------------------+---------------|
- |konkani-devanagari | | |
- |---------------------+---------------------+---------------|
- |konkani-roman | | |
- |---------------------+---------------------+---------------|
- |korean | | |
- |---------------------+---------------------+---------------|
- |kurdish | | |
- |---------------------+---------------------+---------------|
- |latvian | | |
- |---------------------+---------------------+---------------|
- |lithuanian |lietuviu | |
- |---------------------+---------------------+---------------|
- |luganda | | |
- |---------------------+---------------------+---------------|
- |luxembourgish |letzebuergesch | |
- |---------------------+---------------------+---------------|
- |macedonian | | |
- |---------------------+---------------------+---------------|
- |maithili | | |
- |---------------------+---------------------+---------------|
- |malay | | |
- |---------------------+---------------------+---------------|
- |malayalam | | |
- |---------------------+---------------------+---------------|
- |manipuri-bengali | | |
- |---------------------+---------------------+---------------|
- |manipuri-meitei-mayek| | |
- |---------------------+---------------------+---------------|
- |marathi | | |
- |---------------------+---------------------+---------------|
- |mexican-spanish |espanol-mejicano |mexican |
- |---------------------+---------------------+---------------|
- |mongolian | | |
- |---------------------+---------------------+---------------|
- |ndebele | | |
- |---------------------+---------------------+---------------|
- |nepali | | |
- |---------------------+---------------------+---------------|
- |northern-sotho |sesotho-sa-leboa | |
- |---------------------+---------------------+---------------|
- |norwegian |nynorsk |norsk |
- |---------------------+---------------------+---------------|
- |occitan | | |
- |---------------------+---------------------+---------------|
- |odia |oriya | |
- |---------------------+---------------------+---------------|
- |ojibwe |ojibway | |
- |---------------------+---------------------+---------------|
- |persian | | |
- |---------------------+---------------------+---------------|
- |polish |polski | |
- |---------------------+---------------------+---------------|
- |portuguese |portugues | |
- |---------------------+---------------------+---------------|
- |punjabi |panjabi | |
- |---------------------+---------------------+---------------|
- |romanian | | |
- |---------------------+---------------------+---------------|
- |russian |russkiy | |
- |---------------------+---------------------+---------------|
- |sanskrit | | |
- |---------------------+---------------------+---------------|
- |santali-devanagari | | |
- |---------------------+---------------------+---------------|
- |santali-ol-chiki | | |
- |---------------------+---------------------+---------------|
- |scottish |ghaidhlig |scottish-gaelic|
- |---------------------+---------------------+---------------|
- |serbian | | |
- |---------------------+---------------------+---------------|
- |serbian-latin | | |
- |---------------------+---------------------+---------------|
- |shuswap |secwepemctin | |
- |---------------------+---------------------+---------------|
- |sindhi-devanagari | | |
- |---------------------+---------------------+---------------|
- |sindhi-perso-arabic | | |
- |---------------------+---------------------+---------------|
- |slovak | | |
- |---------------------+---------------------+---------------|
- |slovenian |slovensko | |
- |---------------------+---------------------+---------------|
- |songhay | | |
- |---------------------+---------------------+---------------|
- |southafrican-english | | |
- |---------------------+---------------------+---------------|
- |spanish |espanol | |
- |---------------------+---------------------+---------------|
- |sundanese | | |
- |---------------------+---------------------+---------------|
- |swahili | | |
- |---------------------+---------------------+---------------|
- |swedish |svenska | |
- |---------------------+---------------------+---------------|
- |tagalog | | |
- |---------------------+---------------------+---------------|
- |tamil | | |
- |---------------------+---------------------+---------------|
- |telugu | | |
- |---------------------+---------------------+---------------|
- |thai | | |
- |---------------------+---------------------+---------------|
- |tibetan | | |
- |---------------------+---------------------+---------------|
- |traditional-chinese | | |
- |---------------------+---------------------+---------------|
- |turkish | | |
- |---------------------+---------------------+---------------|
- |twi | | |
- |---------------------+---------------------+---------------|
- |ukrainian | | |
- |---------------------+---------------------+---------------|
- |urdu | | |
- |---------------------+---------------------+---------------|
- |venda | | |
- |---------------------+---------------------+---------------|
- |venetian |veneto | |
- |---------------------+---------------------+---------------|
- |vietnamese | | |
- |---------------------+---------------------+---------------|
- |walloon |walon | |
- |---------------------+---------------------+---------------|
- |welsh |cymraeg | |
- |---------------------+---------------------+---------------|
- |wolof | | |
- |---------------------+---------------------+---------------|
- |xhosa | | |
- |---------------------+---------------------+---------------|
- |miahuatlan-zapotec | |zapotec |
- |---------------------+---------------------+---------------|
- |zulu | |zulu |
- +-----------------------------------------------------------+
+ joystick-btn-undo=BUTTON NUMBER
+
+ Sélectionne le numéro du bouton du joystick, comme vu par
+ SDL, qui sera un raccourci pour sélectionner invoque l'outil
+ Défaire.
+
+ joystick-btn-redo=BUTTON NUMBER
+
+ Sélectionne le numéro du bouton du joystick, comme vu par
+ SDL, qui sera un raccourci pour sélectionner outil Refaire.
+
+ joystick-btn-eraser=BUTTON NUMBER
+
+ Sélectionne le numéro du bouton du joystick, comme vu par
+ SDL, qui sera un raccourci pour sélectionner outil Gomme.
+
+ joystick-btn-new=BUTTON NUMBER
+
+ Sélectionne le numéro de bouton du joysticke, comme vu par
+ SDL, qui sera un raccourci pour lancer la boîte dialogue
+ pour créer un nouveau dessin.
+
+ joystick-btn-open=BUTTON NUMBER
+
+ Sélectionne le numéro du bouton du joystick, tel que vu par
+ SDL, qui sera un raccourci pour lancer la boîte de dialogue
+ pour ouvrir un dessin existant.
+
+ joystick-btn-save=BUTTON NUMBER
+
+ Sélectionne le numéro du bouton du joystick, comme vu par
+ SDL, qui sera un raccourci pour sélectionner sauvegarder le
+ dessin.
+
+ joystick-btn-pgsetup=BUTTON NUMBER
+
+ Sélectionne le numéro du bouton du joystick, comme vu par
+ SDL, qui sera un raccourci pour sélectionner lancer la boîte
+ de dialogue pour le réglage de l'imprssion.
+
+ joystick-btn-print=BUTTON NUMBER
+
+ Sélectionne le numéro du bouton du joystick, comme vu par
+ SDL, qui sera un raccourci pour sélectionner print.
----------------------------------------------------------------------
@@ -1428,18 +1572,6 @@ Utilisateurs de Windows
-------------------------------------
- --locale LOCALE
-
- Exécutez Tux Paint dans l'une des langues supportées.
- Consultez la section Choisir une autre langue" ci-dessous pour
- les chaînes de paramètres régionaux (par exemple, «de_DE» pour
- l'allemand) à utiliser.
-
- Si votre locale est déjà définie, par exemple avec la variable
- d'environnement "$LANG", cette option n'est pas nécessaire,
- car Tux Paint respecte les paramètres de votre environnement,
- si possible.)
-
--nosysconfig
Sous Linux et Unix, cela empêche la lecture du fichier de
diff --git a/docs/fr_FR.UTF-8/html/OPTIONS.html b/docs/fr_FR.UTF-8/html/OPTIONS.html
index 4116412b5..0f31174ad 100644
--- a/docs/fr_FR.UTF-8/html/OPTIONS.html
+++ b/docs/fr_FR.UTF-8/html/OPTIONS.html
@@ -121,2555 +121,2830 @@
Les paramètres suivants peuvent être définis dans le fichier de configuration. (Les paramètres de ligne de commande les remplaceront. Reportez-vous à la section "Options de ligne de commande " ci-dessous.)
-
- -
-
fullscreen=yes
-
+
+
+ Video/Sound
+
+
+ Video
- -
-
- Le programme tourne en plein écran plutôt que dans une fenêtre.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "fullscreen=no". In both cases, may be overridden by the command-line option "--windowed".
-
+
+
+ -
+
fullscreen=yes
+
+
+ -
+
+ Le programme tourne en plein écran plutôt que dans une fenêtre.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "fullscreen=no". In both cases, may be overridden by the command-line option "--windowed".
+
+
+ -
+
fullscreen=native
+
+
+ -
+
+ Le programme tourne plein écran, en adoptant la résolution actuelle de l'écran (définie par le système d'exploitation).
+
+
+ -
+
windowsize=SIZE
+
+
+ -
+
+ Exécute le programme à une taille différente (en mode fenêtré) ou à une résolution d'écran différente (en mode plein écran), plutôt que la valeur par défaut (généralement 800x600).
+
+
+ La valeur SIZE doit être exprimée en pixels, au format «largeur par hauteur», avec un «x» (X minuscule) entre les deux valeurs. La taille peut être au minimum 640 de large et au minimum 480 de haut.
+
+
+ Quelques exemples :
+
+
+ - 640x480
+
+
+ - 1024x768
+
+
+ - 768x1024
+
+
+ - 1600x1200
+
+
+
+
+ -
+
orient=portrait
+
+
+ -
+
+ Permute les options de largeur / hauteur données à Tux Paint, utile pour faire pivoter la fenêtre pour les affichages de portait, comme un écran PC orientée comme une tablette.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "orient=landscape". In both cases, may be overridden by the command-line option "--orient=landscape".
+
+
+ -
+
native=yes
+
+
+ -
+
+ Lorsque vous exécutez Tux Paint en mode plein écran, cela suppose la résolution actuelle de l'écran (remplaçant toute option "windowsize"), est celle définie par le système d'exploitation.
+
+
+ -
+
allowscreensaver=yes
+
+
+ -
+
+ Par défaut, Tux Paint empêche l'économiseur d'écran de votre système de démarrer. Vous pouvez remplacer cela en utilisant l'option "allowscreensaver". Remarque : Cela nécessite la version 1.2.12 ou supérieure de la bibliothèque SDL. (Vous pouvez également le faire en définissant la variable d'environnement "SDL_VIDEO_ALLOW_SCREENSAVER" de votre système égale à "1".)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "allowscreensaver=no" or "disablescreensaver=yes". In both cases, may be overridden by the command-line option "--disablescreensaver".
+
+
+
- -
-
fullscreen=native
-
+
+ Sound
+
+
+ -
+
nosound=yes
+
+
+ -
+
+ Désactive les effets sonores. (Remarque: le fait d'appuyer sur [Alt] + [S] ne peut pas être utilisé pour réactiver les sons s'ils ont été désactivés à l'aide de cette option.)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosound=no" or "sound=yes". In both cases, may be overridden by the command-line option "--sound".
+
+
+ -
+
nostereo=yes
+
+
+ -
+
+ Désactive la prise en charge de la stéréo. (Utile pour les utilisateurs ayant une déficience auditive avec une oreille ou dans les endroits où un seul haut-parleur ou casque est utilisé.)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostereo=no" or "stereo=yes". In both cases, may be overridden by the command-line option "--stereo".
+
+
+
- -
-
- Le programme tourne plein écran, en adoptant la résolution actuelle de l'écran (définie par le système d'exploitation).
-
+
+ Interface Size
+
+
+ -
+
buttonsize=SIZE
+
+
+ -
+
+ Règle la taille en pixel des boutons de l'interface de Tux Paint (remplaçant la valeur de "48" par défaut). Utile quand on utilise des affichage de haute densité, ou bien des dispositifs avec entrée peu précise comme ceux avec suivi du regard.
+
+
+ La valeur de SIZE doit être exprimée en pixels, et peut être comprise entre 24 et 192, inclusivement. La plupart des boutons sont carrés, et cela affecte leur largeur et hauteur.
+
+
+ Remarque : si la taille des boutons fait que ceux-ci sont trop grands pour qu'ils apparaissent tous, la taille la plus grande possible sera utilisée. (Une remarque apparaîtra sur le terminal en stderr.)
+
+
+ -
+
colorsrows=ROWS
+
+
+ -
+
+ Combien de rangées de boutons pour les couleurs peuvent être montrées; utile quand on a une grande palette (voir "colorfile ci-dessus), et/ou pour utiliser avec des dispositifs de pointage peu précis (par ex avec oculomètres). "ROWS" peut être entre "1" (par défaut) et "3".
+
+
+
+
- -
-
windowsize=SIZE
-
+
+
+ Mouse/Keyboard
+
+
+ Cursor
- -
-
- Exécute le programme à une taille différente (en mode fenêtré) ou à une résolution d'écran différente (en mode plein écran), plutôt que la valeur par défaut (généralement 800x600).
+
+
+ -
+
nofancycursors=yes
+
-
- La valeur SIZE doit être exprimée en pixels, au format «largeur par hauteur», avec un «x» (X minuscule) entre les deux valeurs. La taille peut être au minimum 640 de large et au minimum 480 de haut.
+ -
+
+ Cela désactive les formes fantaisistes de pointeur de souris dans Tux Paint et utilise le pointeur de souris normal de votre environnement.
-
- Quelques exemples :
+
+ Dans certains environnements, les curseurs sophistiqués posent des problèmes. Utilisez cette option pour les éviter.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nofancycursors=no" or "fancycursors=yes". In both cases, may be overridden by the command-line option "--fancycursors".
+
-
- - 640x480
-
+ -
+
hidecursor=yes
+
- - 1024x768
-
+ -
+
+ Cela masque complètement les formes du pointeur de la souris dans Tux Paint.
- - 768x1024
-
+
+ Ceci est utile pour les appareils à écran tactile, tels que les tablettes PC.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "hidecursor=no" or "showcursor=yes". In both cases, may be overridden by the command-line option "--showcursor".
+
+
+
- - 1600x1200
-
+
+ Keyboard
+
+
+
+ -
+
noshortcuts=yes
+
+
+ -
+
+ Cela désactive les raccourcis clavier (par exemple [Ctrl]-[S] pour enregistrer, [Ctrl]-[N] pour une nouvelle image, etc.)
+
+
+ Ceci est utile pour éviter que des commandes indésirables ne soient activées par des enfants qui n'ont pas d'expérience avec les claviers.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshortcuts=no" or "shortcuts=yes". In both cases, may be overridden by the command-line option "--shortcuts".
+
+
+
+
+
+ Mouse
+
+
+
+ -
+
grab=yes
+
+
+ -
+
+ Tux Paint essaiera de «saisir» la souris et le clavier, en sorte que la souris reste confinée dans la fenêtre de Tux Paint et que presque toutes les entrées du clavier lui soient transmises directement.
+
+
+ Ceci est utile pour désactiver les actions du système d'exploitation qui pourraient faire sortir l'utilisateur de Tux Paint [Alt]-[Tab] (changement de fenêtre), [Ctrl]-[Escape], etc. Ceci est particulièrement utile en mode plein écran.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "grab=no" or "dontgrab=yes". In both cases, may be overridden by the command-line option "--dontgrab".
+
+
+ -
+
nowheelmouse=yes
+
+
+ -
+
+ Cela désactive la prise en charge de la molette pour les souris qui en ont. (Normalement, la molette fait défiler le menu du sélecteur sur la droite.)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be overridden by the command-line option "--wheelmouse".
+
+
+ -
+
nobuttondistinction=yes
+
+
+ -
+
+ Avant Tux Paint 0.9.15, les boutons du milieu et de droite d'une souris pouvaient également être utilisés pour cliquer. Dans la version 0.9.15, cela a été modifié afin que seul le bouton gauche de la souris fonctionne, pour de ne pas habituer les enfants à utiliser un mauvais bouton.
+
+
+ Cependant, pour les enfants qui ont des problèmes avec la souris, cette distinction entre les deux ou trois boutons d'une souris peut être désactivée (ramenant Tux Paint à son ancien comportement) grâce à cette option.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nobuttondistinction=no" or "buttondistinction=yes". In both cases, may be overridden by the command-line option "--buttondistinction".
+
+
+
+
+
+
+
+ Simplification
+
+
+ Interface Simplification
+
+
+
+ -
+
simpleshapes=yes
+
+
+ -
+
+ Désactive la possibilité de rotation avec l'outil «Forme». Cliquer, faire glisser et relâcher, voilà tout ce qui sera possible pour dessiner une forme.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "simpleshapes=no" or "complexshapes=yes". In both cases, may be overridden by the command-line option "--complexshapes".
+
+
+ -
+
nooutlines=yes
+
+
+ -
+
+ Dans ce mode, des contours beaucoup plus simples et des lignes «élastiques» sont affichés lors de l'utilisation des outils Ligne , Forme , Tampon et Gomme .
+
+
+ Cela peut aider lorsque Tux Paint est exécuté sur des ordinateurs très lents ou affiché sur un écran X-Window distant.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nooutlines=no" or "outlines=yes". In both cases, may be overridden by the command-line option "--outlines".
+
+
+ -
+
uppercase=yes
+
+
+ -
+
+ Tout le texte sera rendu uniquement en majuscules (par exemple, "Boule" deviendra "BOULE"). Utile pour les enfants qui savent lire, mais qui n'ont appris que les majuscules jusqu'à présent.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "uppercase=no" or "mixedcase=yes". In both cases, may be overridden by the command-line option "--mixedcase".
+
+
+
+
+
+ Taille initiale du tampon
+
+
+
+ -
+
stampsize=SIZE
+
+
+ -
+
+ Utilisez cette option pour forcer Tux Paint à définir la taille de départ de tous les tampons. La valeur SIZE doit être comprise entre 0 (le plus petit) et 10 (le plus grand). La taille est relative aux tailles disponibles du tampon, qui dépendent du tampon lui-même, et de la taille actuelle de la toile de Tux Paint.
+
+
+ Spécifiez "default" pour laisser Tux Paint décider (c'est un comportement standard).
+
+
+
+
+
+ Control Simplification
+
+
+
+ -
+
noquit=yes
+
+
+ -
+
+ Désactive le bouton "Quitter" à l'écran et empêche la touche [Escape] de quitter Tux Paint .
+
+
+ Utiliser la combinaison de touches [Alt] + [F4] ou cliquer sur le bouton de fermeture de la fenêtre (en supposant que vous n'êtes pas en mode plein écran) fonctionne toujours pour quitter Tux Paint .
+
+
+ Vous pouvez également utiliser la combinaison de touches suivante pour quitter : [Shift] + [Control] + [Escape].
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noquit=no" or "quit=yes". In both cases, may be overridden by the command-line option "--quit".
+
+
+ -
+
nostamps=yes
+
+
+ -
+
+ Cette option indique à Tux Paint de ne charger aucune image de tampon en caoutchouc, ce qui entraîne la désactivation de l' outil Tampons .
+
+
+ Cela peut accélérer Tux Paint au démarrage et réduire l'utilisation de la mémoire pendant son exécution. Bien entendu, aucun timbre ne sera disponible.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostamps=no" or "stamps=yes". In both cases, may be overridden by the command-line option "--stamps".
+
+
+ -
+
nostampcontrols=yes
+
+
+ -
+
+ Certaines images de l' outil Tampon peuvent être mises en miroir, inversées et / ou voir leur taille modifiée. Cette option désactive ces contrôles et ne fournit que les tampons de base.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostampcontrols=no" or "stampcontrols=yes". In both cases, may be overridden by the command-line option "--stampcontrols".
+
+
+ -
+
nomagiccontrols=yes
+
+
+ -
+
+ Certains outils Magie ont la possibilité d'agir comme un pinceau ou d'affecter la toile entière. Cette option désactive les contrôles et ne fournit que la fonctionnalité par défaut (généralement en mode peinture).
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may be overridden by the command-line option "--magiccontrols".
+
+
+ -
+
noshapecontrols=yes
+
+
+ -
+
+ Désactive les boutons de contrôle affichés lors de l'utilisation de l' outil Formes qui permettent de modifier la façon dont les formes sont dessinées - centrées autour du clic initial de la souris ou à partir d'un coin au clic de la souris.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshapecontrols=no" or "shapecontrols=yes". In both cases, may be overridden by the command-line option "--shapecontrols".
+
+
+ -
+
nolabel=yes
+
+
+ -
+
+ Désactive l'outil Étiquette : l'outil qui permet la saisie de texte pouvant être édité plus tard.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolabel=no" or "label=yes". In both cases, may be overridden by the command-line option "--label".
+
+
+
+
+
+
+
+ Languages
+
+
+ Language
+
+
+
+ -
+
lang=LANGUAGE
+
+
+ -
+
+ Exécutez Tux Paint dans l'une des langues prises en charge. Les choix possibles pour la LANGUE comprennent actuellement :
+
+
+
+
+
+
+ english
+
+
+ american-english
+
+
+
+
+
+
+
+
+ acholi
+
+
+ acoli
+
+
+
+
+
+
+
+
+ afrikaans
+
+
+
+
+
+
+
+
+
+
+
+ akan
+
+
+ twi-fante
+
+
+
+
+
+
+
+
+ albanian
+
+
+
+
+
+
+
+
+
+
+
+ amharic
+
+
+
+
+
+
+
+
+
+
+
+ arabic
+
+
+
+
+
+
+
+
+
+
+
+ aragones
+
+
+
+
+
+
+
+
+
+
+
+ armenian
+
+
+ hayeren
+
+
+
+
+
+
+
+
+ assamese
+
+
+
+
+
+
+
+
+
+
+
+ asturian
+
+
+
+
+
+
+
+
+
+
+
+ australian-english
+
+
+
+
+
+
+
+
+
+
+
+ azerbaijani
+
+
+
+
+
+
+
+
+
+
+
+ bambara
+
+
+
+
+
+
+
+
+
+
+
+ basque
+
+
+ euskara
+
+
+
+
+
+
+
+
+ belarusian
+
+
+ bielaruskaja
+
+
+
+
+
+
+
+
+ bengali
+
+
+
+
+
+
+
+
+
+
+
+ bodo
+
+
+
+
+
+
+
+
+
+
+
+ bokmal
+
+
+
+
+
+
+
+
+
+
+
+ bosnian
+
+
+
+
+
+
+
+
+
+
+
+ brazilian-portuguese
+
+
+ portugues-brazilian
+
+
+ brazilian
+
+
+
+
+
+ breton
+
+
+ brezhoneg
+
+
+
+
+
+
+
+
+ british-english
+
+
+ british
+
+
+
+
+
+
+
+
+ bulgarian
+
+
+
+
+
+
+
+
+
+
+
+ canadian-english
+
+
+
+
+
+
+
+
+
+
+
+ catalan
+
+
+ catala
+
+
+
+
+
+
+
+
+ chinese
+
+
+ simplified-chinese
+
+
+
+
+
+
+
+
+ croatian
+
+
+ hrvatski
+
+
+
+
+
+
+
+
+ czech
+
+
+ cesky
+
+
+
+
+
+
+
+
+ danish
+
+
+ dansk
+
+
+
+
+
+
+
+
+
+
+
+ dogri
+
+
+
+
+
+
+
+
+ dutch
+
+
+ nederlands
+
+
+
+
+
+
+
+
+ esperanto
+
+
+
+
+
+
+
+
+
+
+
+ estonian
+
+
+
+
+
+
+
+
+
+
+
+ faroese
+
+
+
+
+
+
+
+
+
+
+
+ finnish
+
+
+ suomi
+
+
+
+
+
+
+
+
+ french
+
+
+ francais
+
+
+
+
+
+
+
+
+ fula
+
+
+ fulah
+
+
+ pulaar-fulfulde
+
+
+
+
+
+ gaelic
+
+
+ gaidhlig
+
+
+ irish-gaelic
+
+
+
+
+
+ galician
+
+
+ galego
+
+
+
+
+
+
+
+
+ georgian
+
+
+
+
+
+
+
+
+
+
+
+ german
+
+
+ deutsch
+
+
+
+
+
+
+
+
+ greek
+
+
+
+
+
+
+
+
+
+
+
+ gronings
+
+
+ zudelk-veenkelonioals
+
+
+
+
+
+
+
+
+ gujarati
+
+
+
+
+
+
+
+
+
+
+
+ hebrew
+
+
+
+
+
+
+
+
+
+
+
+ hindi
+
+
+
+
+
+
+
+
+
+
+
+ hungarian
+
+
+ magyar
+
+
+
+
+
+
+
+
+ icelandic
+
+
+ islenska
+
+
+
+
+
+
+
+
+ indonesian
+
+
+ bahasa-indonesia
+
+
+
+
+
+
+
+
+ inuktitut
+
+
+
+
+
+
+
+
+
+
+
+ italian
+
+
+ italiano
+
+
+
+
+
+
+
+
+ japanese
+
+
+
+
+
+
+
+
+
+
+
+ kabyle
+
+
+
+
+
+ kabylian
+
+
+
+
+
+ kannada
+
+
+
+
+
+
+
+
+
+
+
+ kashmiri-devanagari
+
+
+
+
+
+
+
+
+
+
+
+ kashmiri-perso-arabic
+
+
+
+
+
+
+
+
+
+
+
+ khmer
+
+
+
+
+
+
+
+
+
+
+
+ kiga
+
+
+ chiga
+
+
+
+
+
+
+
+
+ kinyarwanda
+
+
+
+
+
+
+
+
+
+
+
+ klingon
+
+
+ tlhIngan
+
+
+
+
+
+
+
+
+ konkani-devanagari
+
+
+
+
+
+
+
+
+
+
+
+ konkani-roman
+
+
+
+
+
+
+
+
+
+
+
+ korean
+
+
+
+
+
+
+
+
+
+
+
+ kurdish
+
+
+
+
+
+
+
+
+
+
+
+ latvian
+
+
+
+
+
+
+
+
+
+
+
+ lithuanian
+
+
+ lietuviu
+
+
+
+
+
+
+
+
+ luganda
+
+
+
+
+
+
+
+
+
+
+
+ luxembourgish
+
+
+ letzebuergesch
+
+
+
+
+
+
+
+
+ macedonian
+
+
+
+
+
+
+
+
+
+
+
+ maithili
+
+
+
+
+
+
+
+
+
+
+
+ malay
+
+
+
+
+
+
+
+
+
+
+
+ malayalam
+
+
+
+
+
+
+
+
+
+
+
+ manipuri-bengali
+
+
+
+
+
+
+
+
+
+
+
+ manipuri-meitei-mayek
+
+
+
+
+
+
+
+
+
+
+
+ marathi
+
+
+
+
+
+
+
+
+
+
+
+ mexican-spanish
+
+
+ espanol-mejicano
+
+
+ mexican
+
+
+
+
+
+ mongolian
+
+
+
+
+
+
+
+
+
+
+
+ ndebele
+
+
+
+
+
+
+
+
+
+
+
+ nepali
+
+
+
+
+
+
+
+
+
+
+
+ northern-sotho
+
+
+ sesotho-sa-leboa
+
+
+
+
+
+
+
+
+ norwegian
+
+
+ nynorsk
+
+
+ norsk
+
+
+
+
+
+ occitan
+
+
+
+
+
+
+
+
+
+
+
+ odia
+
+
+ oriya
+
+
+
+
+
+
+
+
+ ojibwe
+
+
+ ojibway
+
+
+
+
+
+
+
+
+ persian
+
+
+
+
+
+
+
+
+
+
+
+ polish
+
+
+ polski
+
+
+
+
+
+
+
+
+ portuguese
+
+
+ portugues
+
+
+
+
+
+
+
+
+ punjabi
+
+
+ panjabi
+
+
+
+
+
+
+
+
+ romanian
+
+
+
+
+
+
+
+
+
+
+
+ russian
+
+
+ russkiy
+
+
+
+
+
+
+
+
+ sanskrit
+
+
+
+
+
+
+
+
+
+
+
+ santali-devanagari
+
+
+
+
+
+
+
+
+
+
+
+ santali-ol-chiki
+
+
+
+
+
+
+
+
+
+
+
+ scottish
+
+
+ ghaidhlig
+
+
+ scottish-gaelic
+
+
+
+
+
+ serbian
+
+
+
+
+
+
+
+
+
+
+
+ serbian-latin
+
+
+
+
+
+
+
+
+
+
+
+ shuswap
+
+
+ secwepemctin
+
+
+
+
+
+
+
+
+ sindhi-devanagari
+
+
+
+
+
+
+
+
+
+
+
+ sindhi-perso-arabic
+
+
+
+
+
+
+
+
+
+
+
+ slovak
+
+
+
+
+
+
+
+
+
+
+
+ slovenian
+
+
+ slovensko
+
+
+
+
+
+
+
+
+ songhay
+
+
+
+
+
+
+
+
+
+
+
+ southafrican-english
+
+
+
+
+
+
+
+
+
+
+
+ spanish
+
+
+ espanol
+
+
+
+
+
+
+
+
+ sundanese
+
+
+
+
+
+
+
+
+
+
+
+ swahili
+
+
+
+
+
+
+
+
+
+
+
+ swedish
+
+
+ svenska
+
+
+
+
+
+
+
+
+ tagalog
+
+
+
+
+
+
+
+
+
+
+
+ tamil
+
+
+
+
+
+
+
+
+
+
+
+ telugu
+
+
+
+
+
+
+
+
+
+
+
+ thai
+
+
+
+
+
+
+
+
+
+
+
+ tibetan
+
+
+
+
+
+
+
+
+
+
+
+ traditional-chinese
+
+
+
+
+
+
+
+
+
+
+
+ turkish
+
+
+
+
+
+
+
+
+
+
+
+ twi
+
+
+
+
+
+
+
+
+
+
+
+ ukrainian
+
+
+
+
+
+
+
+
+
+
+
+ urdu
+
+
+
+
+
+
+
+
+
+
+
+ venda
+
+
+
+
+
+
+
+
+
+
+
+ venetian
+
+
+ veneto
+
+
+
+
+
+
+
+
+ vietnamese
+
+
+
+
+
+
+
+
+
+
+
+ walloon
+
+
+ walon
+
+
+
+
+
+
+
+
+ welsh
+
+
+ cymraeg
+
+
+
+
+
+
+
+
+ wolof
+
+
+
+
+
+
+
+
+
+
+
+ xhosa
+
+
+
+
+
+
+
+
+
+
+
+ miahuatlan-zapotec
+
+
+
+
+
+ zapotec
+
+
+
+
+
+ zulu
+
+
+
+
+
+ zulu
+
+
+
+
+
+
+ -
+
--locale LOCALE
+
+
+ -
+
+ Exécutez Tux Paint dans l'une des langues supportées. Consultez la section Choisir une autre langue" ci-dessous pour les chaînes de paramètres régionaux (par exemple, «de_DE» pour l'allemand) à utiliser.
+
+
+ Si votre locale est déjà définie, par exemple avec la variable d'environnement "$LANG", cette option n'est pas nécessaire, car Tux Paint respecte les paramètres de votre environnement, si possible.)
+
+
+ -
+
mirrorstamps=yes
+
+
+ -
+
+ Pour les tampons qui peuvent être mis en miroir, cette option les définit par défaut sur leur forme en miroir.
+
+
+ Cela peut être utile pour les personnes qui préfèrent voir les choses de droite à gauche plutôt que de gauche à droite.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases, may be overridden by the command-line option "--dontmirrorstamps".
+
+
+
+
+
+ Polices
+
+
+
+ -
+
sysfonts=yes
+
+
+ -
+
+ Cette option oblige Tux Paint à essayer de charger des polices (à utiliser dans l'outil Texte ) à partir de votre système d'exploitation. Normalement, Tux Paint ne chargera que ceux fournis avec Tux Paint.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "sysfonts=no" or "nosysfonts=yes". In both cases, may be overridden by the command-line option "--nosysfonts".
+
+
+ -
+
alllocalefonts=yes
+
+
+ -
+
+ Avant la version 0.9.21, Tux Paint chargeait toutes les polices depuis son propre répertoire de polices, y compris celles spécifiques à la locale (par exemple, celle pour le tibétain, qui n'avait pas de caractères latins). Depuis la version 0.9.21, la seule police chargée à partir du sous-répertoire spécifique aux paramètres régionaux, si elle existe, correspond à la police locale sur laquelle s'exécute Tux Paint.
+
+
+ Pour charger toutes les polices spécifiques aux paramètres régionaux (l'ancien comportement), utilisez cette option.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "alllocalefonts=no" or "currentlocalefont=yes". In both cases, may be overridden by the command-line option "--currentlocalefont".
+
+
+
+
+
+
+
+ Impression
+
+
+ Print Permissions
+
+
+
+ -
+
noprint=yes
+
+
+ -
+
+ Désactive la fonction d'impression.
+
+
+ -
+
printdelay=SECONDES
+
+
+ -
+
+ Limite l'impression afin que l'impression ne puisse avoir lieu qu'une fois toutes les SECONDES secondes.
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printdelay=0". In both cases, may be overridden by the command-line option "--printdelay=0".
+
+
+
+
+
+ Show Printer Dialog
+
+
+
+ -
+
altprint=always
+
+
+ -
+
+ Cela fait que Tux Paint affiche toujours la boîte de dialogue de l'imprimante (ou, sous Linux / Unix, lance la "commande altprint") lorsque le bouton "Imprimer" est cliqué. En d'autres termes, c'est comme cliquer sur «Imprimer» tout en maintenant [Alt] , sauf que vous n'avez pas besoin de maintenir [Alt] à chaque fois.
+
+
+ -
+
altprint=never
+
+
+ -
+
+ Cela empêche Tux Paint de ne jamais montrer la boîte de dialogue de l' imprimante (ou, sous Linux / Unix, exécuter « altprintcommand ») lorsque le bouton « Imprimer » est cliqué. En d'autres termes, cela rend la touche [Alt] sans effet lorsque vous cliquez sur le bouton «Imprimer».
+
+
+ -
+
altprint=mod
+
+
+ -
+
+ C'est le comportement par défaut. Tux Paint affiche une boîte de dialogue d'imprimante (ou, sous Linux / Unix, exécute la commande "altprint"), lorsque la touche [Alt] est enfoncée tandis que le bouton "Imprimer" est cliqué. Cliquer sur «Imprimer» sans maintenir [Alt] imprime sans afficher de boîte de dialogue.
+
+
+
+
+
+
+ Save Printer Configuration
+
+
+
+ -
+
printcfg=yes
+
+
+ -
+
+ (Windows et macOS uniquement)
+
+
+
+ Tux Paint utilisera un fichier de configuration d'imprimante lors de l'impression. Appuyez sur la touche [Alt] tout en cliquant sur le bouton «Imprimer» dans Tux Paint pour faire apparaître une fenêtre de dialogue d'impression Windows.
+
+
+ (Remarque : cela ne fonctionne que si vous n'exécutez pas Tux Paint en mode plein écran.) Toutes les modifications de configuration apportées dans cette boîte de dialogue seront enregistrées dans le fichier "userdata/print.cfg", et réutilisées, tant que l'option "printcfg" reste définie.
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printcfg=no" or "noprintcfg=yes". In both cases, may be overridden by the command-line option "--noprintcfg".
+
+
+
+
+
+
+ Print Commands
+
+
+
+ -
+
printcommand=COMMAND
+
+
+ -
+
+ (Linux et Unix uniquement)
+
+
+
+ Utilise la commande COMMAND pour imprimer un fichier au format PostScript lorsque vous cliquez sur le bouton «Imprimer». Si cette option n'est pas spécifiquement définie, la commande par défaut est :
+
+
+ lpr
+
+
+
+ Remarque : les versions de Tux Paint antérieures à 0.9.15 envoyaient des données au format PNG à la commande d'impression (qui par défaut était "pngtopnm | pnmtops | lpr").
+
+
+ Si vous définissez une autre commande printcommand dans le fichier de configuration avant la version 0.9.15, vous devrez la modifier.
+
+
+ -
+
altprintcommand=COMMAND
+
+
+ -
+
+ (Linux et Unix uniquement)
+
+
+
+ Utilisez la commande COMMAND pour imprimer un fichier au format PostScript lorsque vous cliquez sur le bouton «Imprimer» tandis que la touche [Alt] est maintenue enfoncée. (Ceci est généralement utilisé pour fournir une boîte de dialogue d'impression, comme lorsque vous appuyez sur [Alt] + 'Imprimer' sous Windows et macOS.)
+
+
+ Si cette option n'est pas spécifiquement définie, la commande par défaut est la boîte de dialogue d'impression graphique de KDE :
+
+
+ kprinter
+
+
+
+
+
+
+
+ Paper Size
+
+
+
+ -
+
papersize=PAPERSIZE
+
+
+ -
+
+ (Plates-formes qui utilisent le générateur PostScript interne de Tux Paint - pas Windows, macOS, BeOS ou Haiku.)
+
+
+
+ Dit à Tux Paint quelle taille PostScript doit générer. Si aucun n'est spécifié, Tux Paint vérifie d'abord votre variable d'environnement $PAPER, puis le fichier /etc/papersize, puis utilise le format de papier par défaut de la bibliothèque 'libpaper'.
+
+
+ Les tailles de papier valides sont : letter, legal, tabloid, executive, note, statement, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, b0, b1, b2 b3, b4, 10x14, 11x17, halfletter, halfexecutive, halfnote, folio, quarto, ledger, archA, archB, archC, archD, archE, flsa, flse, csheet, dsheet, esheet.
+
+
+
+
+
+
+
+
+ Sauvegarde
+
+
+ Save Over Earlier Work
+
+
+
+ -
+
saveover=yes
+
+
+ -
+
+ Ceci élimine le message "Écraser l'ancienne version ...? quand on voulait sauvegarder un fichier déjà existant. Avec cette option, l'ancienne version sera écrasée par la nouvelle, automatiquement.
+
+
+ -
+
saveover=new
+
+
+ -
+
+ Ceci aussi élimine le message "Écraser l'ancienne version ...? quand on sauvegarde un fichier déjà existant. Cette option, cependant, enregistrera un nouveau fichier plutôt que d'écraser l'ancienne version.
+
+
+ -
+
saveover=ask
+
+
+ -
+
+ (Cette option est redondante puisque c'est celle par défaut.)
+ Quand vous sauvegardez un dessin déjà existant, on vous demandera d'abord si vous voulez écraser l'ancienne version ou non.
+
+
+
+
+
+ Starting Out
+
+
+
+ -
+
startblank=yes
+
+
+ -
+
+ Ceci oblige Tux Paint à afficher une toile vide au démarrage, plutôt que la dernière image qui a été éditée.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "startblank=no" or "startlast=yes". In both cases, may be overridden by the command-line option "--startlast".
+
+
+ -
+
newcolorslast=yes
+
+
+ -
+
+ Place les options de couleur dans la boîte de dialogue Nouveau en dernier, ainsi tous les démarreurs et / ou modèles seront affichés en premier.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "newcolorslast=no" or "newcolorsfirst=yes". In both cases, may be overridden by the command-line option "--newcolorsfirst".
+
+
+
+
+
+
+ Save and Export Directories
+
+
+
+ -
+
savedir=DIRECTORY
+
+
+ -
+
+ Utilisez cette option pour changer l'emplacement du répertoire / dossier "saved" de Tux Paint , qui est l'endroit où Tux Paint enregistre et ouvre les images.
+
+
+ Si vous ne le changez pas, l' emplacement par défaut est :
+
+
+ - Linux & Unix - Sous un répertoire caché nommé "
.tuxpaint" dans votre répertoire personnel (aka "~" ou "$HOME")
+ Exemple: /home/username/.tuxpaint/saved/
+
+ - Windows - Dans un dossier nommé "
TuxPaint" dans votre dossier "Application Data".
+ Exemple: C:\Documents and Settings\Username\Application Data\TuxPaint\saved\
+
+
+ - macOS - Dans un dossier nommé "
TuxPaint" dans votre dossier "Application Support".
+ Exemple: /Users/Username/Library/Application Support/TuxPaint/saved/
+
+
+
+ Remarque : lorsque vous spécifiez un lecteur Windows (par ex. "H:\"), vous devez également spécifier un sous-répertoire.
+
+
+ Remarque : Avant la version 0.9.18, Tux Paint utilisait également le réglage "savedir" comme emplacement pour rechercher des fichiers de données personnelles (pinceaux, tampons, images de démarrages et polices). À partir de la version 0.9.18, ils peuvent être spécifiés séparément (voir l'option "datadir" ci-dessous).
+
+
+ Exemple: savedir=Z:\tuxpaint\
+
+
+ -
+
exportdir=DIRECTORY
+
+
+ -
+
+ Utilisez cette option pour modifier l'endroit où Tux Paint exporte les fichiers - images uniques ou diaporamas GIF animés - en vue d'un usage externe.
+
+
+ Si vous ne le changez pas, l' emplacement par défaut est :
+
+
+ - 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 "
xdg-user-dir PICTURES" pour le savoir.)
+ Typiquement (dans un environnement local anglais), ce sera "Images" dans votre répertoire personnel (c'est-à-dire "$HOME/Images" aka "~/Images").
+ Tux Paint utilisera ce répertoire typique, si aucune configuration XDG ne peut être lue, ou rien n'est défini pour "XDG_PICTURES_DIR".
+ - Windows - "Mes images" répertoire de chaque utilisateur (normalement "c:\Users\USERNAME\Pictures").
Vous pouvez ouvrir directement le répertoire comme ceci :
+ - 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.
-
-
- -
-
orient=portrait
-
-
- -
-
- Permute les options de largeur / hauteur données à Tux Paint, utile pour faire pivoter la fenêtre pour les affichages de portait, comme un écran PC orientée comme une tablette.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "orient=landscape". In both cases, may be overridden by the command-line option "--orient=landscape".
-
-
- -
-
native=yes
-
-
- -
-
- Lorsque vous exécutez Tux Paint en mode plein écran, cela suppose la résolution actuelle de l'écran (remplaçant toute option "windowsize"), est celle définie par le système d'exploitation.
-
-
- -
-
buttonsize=SIZE
-
-
- -
-
- Règle la taille en pixel des boutons de l'interface de Tux Paint (remplaçant la valeur de "48" par défaut). Utile quand on utilise des affichage de haute densité, ou bien des dispositifs avec entrée peu précise comme ceux avec suivi du regard.
-
-
- La valeur de SIZE doit être exprimée en pixels, et peut être comprise entre 24 et 192, inclusivement. La plupart des boutons sont carrés, et cela affecte leur largeur et hauteur.
-
-
- Remarque : si la taille des boutons fait que ceux-ci sont trop grands pour qu'ils apparaissent tous, la taille la plus grande possible sera utilisée. (Une remarque apparaîtra sur le terminal en stderr.)
-
-
- -
-
allowscreensaver=yes
-
-
- -
-
- Par défaut, Tux Paint empêche l'économiseur d'écran de votre système de démarrer. Vous pouvez remplacer cela en utilisant l'option "allowscreensaver". Remarque : Cela nécessite la version 1.2.12 ou supérieure de la bibliothèque SDL. (Vous pouvez également le faire en définissant la variable d'environnement "SDL_VIDEO_ALLOW_SCREENSAVER" de votre système égale à "1".)
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "allowscreensaver=no" or "disablescreensaver=yes". In both cases, may be overridden by the command-line option "--disablescreensaver".
-
-
- -
-
nosound=yes
-
-
- -
-
- Désactive les effets sonores. (Remarque: le fait d'appuyer sur [Alt] + [S] ne peut pas être utilisé pour réactiver les sons s'ils ont été désactivés à l'aide de cette option.)
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosound=no" or "sound=yes". In both cases, may be overridden by the command-line option "--sound".
-
-
- -
-
nostereo=yes
-
-
- -
-
- Désactive la prise en charge de la stéréo. (Utile pour les utilisateurs ayant une déficience auditive avec une oreille ou dans les endroits où un seul haut-parleur ou casque est utilisé.)
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostereo=no" or "stereo=yes". In both cases, may be overridden by the command-line option "--stereo".
-
-
- -
-
noquit=yes
-
-
- -
-
- Désactive le bouton "Quitter" à l'écran et empêche la touche [Escape] de quitter Tux Paint .
-
-
- Utiliser la combinaison de touches [Alt] + [F4] ou cliquer sur le bouton de fermeture de la fenêtre (en supposant que vous n'êtes pas en mode plein écran) fonctionne toujours pour quitter Tux Paint .
-
-
- Vous pouvez également utiliser la combinaison de touches suivante pour quitter : [Shift] + [Control] + [Escape].
-
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noquit=no" or "quit=yes". In both cases, may be overridden by the command-line option "--quit".
-
-
- -
-
noprint=yes
-
-
- -
-
- Désactive la fonction d'impression.
-
-
- -
-
printdelay=SECONDES
-
-
- -
-
- Limite l'impression afin que l'impression ne puisse avoir lieu qu'une fois toutes les SECONDES secondes.
-
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printdelay=0". In both cases, may be overridden by the command-line option "--printdelay=0".
-
-
- -
-
printcommand=COMMAND
-
-
- -
-
- (Linux et Unix uniquement)
-
-
-
- Utilise la commande COMMAND pour imprimer un fichier au format PostScript lorsque vous cliquez sur le bouton «Imprimer». Si cette option n'est pas spécifiquement définie, la commande par défaut est :
-
-
- lpr
-
-
-
- Remarque : les versions de Tux Paint antérieures à 0.9.15 envoyaient des données au format PNG à la commande d'impression (qui par défaut était "pngtopnm | pnmtops | lpr").
-
-
- Si vous définissez une autre commande printcommand dans le fichier de configuration avant la version 0.9.15, vous devrez la modifier.
-
-
- -
-
altprintcommand=COMMAND
-
-
- -
-
- (Linux et Unix uniquement)
-
-
-
- Utilisez la commande COMMAND pour imprimer un fichier au format PostScript lorsque vous cliquez sur le bouton «Imprimer» tandis que la touche [Alt] est maintenue enfoncée. (Ceci est généralement utilisé pour fournir une boîte de dialogue d'impression, comme lorsque vous appuyez sur [Alt] + 'Imprimer' sous Windows et macOS.)
-
-
- Si cette option n'est pas spécifiquement définie, la commande par défaut est la boîte de dialogue d'impression graphique de KDE :
-
-
- kprinter
-
-
-
- -
-
printcfg=yes
-
-
- -
-
- (Windows et macOS uniquement)
-
-
-
- Tux Paint utilisera un fichier de configuration d'imprimante lors de l'impression. Appuyez sur la touche [Alt] tout en cliquant sur le bouton «Imprimer» dans Tux Paint pour faire apparaître une fenêtre de dialogue d'impression Windows.
-
-
- (Remarque : cela ne fonctionne que si vous n'exécutez pas Tux Paint en mode plein écran.) Toutes les modifications de configuration apportées dans cette boîte de dialogue seront enregistrées dans le fichier "userdata/print.cfg", et réutilisées, tant que l'option "printcfg" reste définie.
-
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printcfg=no" or "noprintcfg=yes". In both cases, may be overridden by the command-line option "--noprintcfg".
-
-
- -
-
altprint=always
-
-
- -
-
- Cela fait que Tux Paint affiche toujours la boîte de dialogue de l'imprimante (ou, sous Linux / Unix, lance la "commande altprint") lorsque le bouton "Imprimer" est cliqué. En d'autres termes, c'est comme cliquer sur «Imprimer» tout en maintenant [Alt] , sauf que vous n'avez pas besoin de maintenir [Alt] à chaque fois.
-
-
- -
-
altprint=never
-
-
- -
-
- Cela empêche Tux Paint de ne jamais montrer la boîte de dialogue de l' imprimante (ou, sous Linux / Unix, exécuter « altprintcommand ») lorsque le bouton « Imprimer » est cliqué. En d'autres termes, cela rend la touche [Alt] sans effet lorsque vous cliquez sur le bouton «Imprimer».
-
-
- -
-
altprint=mod
-
-
- -
-
- C'est le comportement par défaut. Tux Paint affiche une boîte de dialogue d'imprimante (ou, sous Linux / Unix, exécute la commande "altprint"), lorsque la touche [Alt] est enfoncée tandis que le bouton "Imprimer" est cliqué. Cliquer sur «Imprimer» sans maintenir [Alt] imprime sans afficher de boîte de dialogue.
-
-
- -
-
papersize=PAPERSIZE
-
-
- -
-
- (Plates-formes qui utilisent le générateur PostScript interne de Tux Paint - pas Windows, macOS, BeOS ou Haiku.)
-
-
-
- Dit à Tux Paint quelle taille PostScript doit générer. Si aucun n'est spécifié, Tux Paint vérifie d'abord votre variable d'environnement $PAPER, puis le fichier /etc/papersize, puis utilise le format de papier par défaut de la bibliothèque 'libpaper'.
-
-
- Les tailles de papier valides sont : letter, legal, tabloid, executive, note, statement, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, b0, b1, b2 b3, b4, 10x14, 11x17, halfletter, halfexecutive, halfnote, folio, quarto, ledger, archA, archB, archC, archD, archE, flsa, flse, csheet, dsheet, esheet.
-
-
- -
-
nolockfile=yes
-
-
- -
-
- Par défaut, Tux Paint utilise ce qu'on appelle un «fichier de verrouillage» pour éviter qu'il ne soit lancé plus d'une fois toutes les 30 secondes. (Ceci permet d'éviter d'exécuter accidentellement plusieurs copies; par exemple, en double-cliquant sur un lanceur fonctionnant avec un seul clic, ou en cliquant simplement avec impatience plusieurs fois sur l'icône.)
-
-
- Pour que Tux Paint ignore le fichier de verrouillage, lui permettant de s'exécuter à nouveau, même s'il vient d'être lancé il y a moins de 30 secondes, activez ce paramètre dans le fichier de configuration ou exécutez Tux Paint avec l'option '--nolockfile ' en ligne de commande.
-
-
- Par défaut, le fichier de verrouillage est stocké dans "~/.tuxpaint/" sous Linux et Unix, et "userdata\" sous Windows.
-
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolockfile=no" or "lockfile=yes". In both cases, may be overridden by the command-line option "--lockfile".
-
-
- -
-
simpleshapes=yes
-
-
- -
-
- Désactive la possibilité de rotation avec l'outil «Forme». Cliquer, faire glisser et relâcher, voilà tout ce qui sera possible pour dessiner une forme.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "simpleshapes=no" or "complexshapes=yes". In both cases, may be overridden by the command-line option "--complexshapes".
-
-
- -
-
uppercase=yes
-
-
- -
-
- Tout le texte sera rendu uniquement en majuscules (par exemple, "Boule" deviendra "BOULE"). Utile pour les enfants qui savent lire, mais qui n'ont appris que les majuscules jusqu'à présent.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "uppercase=no" or "mixedcase=yes". In both cases, may be overridden by the command-line option "--mixedcase".
-
-
- -
-
grab=yes
-
-
- -
-
- Tux Paint essaiera de «saisir» la souris et le clavier, en sorte que la souris reste confinée dans la fenêtre de Tux Paint et que presque toutes les entrées du clavier lui soient transmises directement.
-
-
- Ceci est utile pour désactiver les actions du système d'exploitation qui pourraient faire sortir l'utilisateur de Tux Paint [Alt]-[Tab] (changement de fenêtre), [Ctrl]-[Escape], etc. Ceci est particulièrement utile en mode plein écran.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "grab=no" or "dontgrab=yes". In both cases, may be overridden by the command-line option "--dontgrab".
-
-
- -
-
noshortcuts=yes
-
-
- -
-
- Cela désactive les raccourcis clavier (par exemple [Ctrl]-[S] pour enregistrer, [Ctrl]-[N] pour une nouvelle image, etc.)
-
-
- Ceci est utile pour éviter que des commandes indésirables ne soient activées par des enfants qui n'ont pas d'expérience avec les claviers.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshortcuts=no" or "shortcuts=yes". In both cases, may be overridden by the command-line option "--shortcuts".
-
-
- -
-
nowheelmouse=yes
-
-
- -
-
- Cela désactive la prise en charge de la molette pour les souris qui en ont. (Normalement, la molette fait défiler le menu du sélecteur sur la droite.)
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be overridden by the command-line option "--wheelmouse".
-
-
- -
-
nobuttondistinction=yes
-
-
- -
-
- Avant Tux Paint 0.9.15, les boutons du milieu et de droite d'une souris pouvaient également être utilisés pour cliquer. Dans la version 0.9.15, cela a été modifié afin que seul le bouton gauche de la souris fonctionne, pour de ne pas habituer les enfants à utiliser un mauvais bouton.
-
-
- Cependant, pour les enfants qui ont des problèmes avec la souris, cette distinction entre les deux ou trois boutons d'une souris peut être désactivée (ramenant Tux Paint à son ancien comportement) grâce à cette option.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nobuttondistinction=no" or "buttondistinction=yes". In both cases, may be overridden by the command-line option "--buttondistinction".
-
-
- -
-
nofancycursors=yes
-
-
- -
-
- Cela désactive les formes fantaisistes de pointeur de souris dans Tux Paint et utilise le pointeur de souris normal de votre environnement.
-
-
- Dans certains environnements, les curseurs sophistiqués posent des problèmes. Utilisez cette option pour les éviter.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nofancycursors=no" or "fancycursors=yes". In both cases, may be overridden by the command-line option "--fancycursors".
-
-
- -
-
hidecursor=yes
-
-
- -
-
- Cela masque complètement les formes du pointeur de la souris dans Tux Paint.
-
-
- Ceci est utile pour les appareils à écran tactile, tels que les tablettes PC.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "hidecursor=no" or "showcursor=yes". In both cases, may be overridden by the command-line option "--showcursor".
-
-
- -
-
nooutlines=yes
-
-
- -
-
- Dans ce mode, des contours beaucoup plus simples et des lignes «élastiques» sont affichés lors de l'utilisation des outils Ligne , Forme , Tampon et Gomme .
-
-
- Cela peut aider lorsque Tux Paint est exécuté sur des ordinateurs très lents ou affiché sur un écran X-Window distant.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nooutlines=no" or "outlines=yes". In both cases, may be overridden by the command-line option "--outlines".
-
-
- -
-
sysfonts=yes
-
-
- -
-
- Cette option oblige Tux Paint à essayer de charger des polices (à utiliser dans l'outil Texte ) à partir de votre système d'exploitation. Normalement, Tux Paint ne chargera que ceux fournis avec Tux Paint.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "sysfonts=no" or "nosysfonts=yes". In both cases, may be overridden by the command-line option "--nosysfonts".
-
-
- -
-
alllocalefonts=yes
-
-
- -
-
- Avant la version 0.9.21, Tux Paint chargeait toutes les polices depuis son propre répertoire de polices, y compris celles spécifiques à la locale (par exemple, celle pour le tibétain, qui n'avait pas de caractères latins). Depuis la version 0.9.21, la seule police chargée à partir du sous-répertoire spécifique aux paramètres régionaux, si elle existe, correspond à la police locale sur laquelle s'exécute Tux Paint.
-
-
- Pour charger toutes les polices spécifiques aux paramètres régionaux (l'ancien comportement), utilisez cette option.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "alllocalefonts=no" or "currentlocalefont=yes". In both cases, may be overridden by the command-line option "--currentlocalefont".
-
-
- -
-
nostamps=yes
-
-
- -
-
- Cette option indique à Tux Paint de ne charger aucune image de tampon en caoutchouc, ce qui entraîne la désactivation de l' outil Tampons .
-
-
- Cela peut accélérer Tux Paint au démarrage et réduire l'utilisation de la mémoire pendant son exécution. Bien entendu, aucun timbre ne sera disponible.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostamps=no" or "stamps=yes". In both cases, may be overridden by the command-line option "--stamps".
-
-
- -
-
nostampcontrols=yes
-
-
- -
-
- Certaines images de l' outil Tampon peuvent être mises en miroir, inversées et / ou voir leur taille modifiée. Cette option désactive ces contrôles et ne fournit que les tampons de base.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostampcontrols=no" or "stampcontrols=yes". In both cases, may be overridden by the command-line option "--stampcontrols".
-
-
- -
-
nomagiccontrols=yes
-
-
- -
-
- Certains outils Magie ont la possibilité d'agir comme un pinceau ou d'affecter la toile entière. Cette option désactive les contrôles et ne fournit que la fonctionnalité par défaut (généralement en mode peinture).
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may be overridden by the command-line option "--magiccontrols".
-
-
- -
-
noshapecontrols=yes
-
-
- -
-
- Désactive les boutons de contrôle affichés lors de l'utilisation de l' outil Formes qui permettent de modifier la façon dont les formes sont dessinées - centrées autour du clic initial de la souris ou à partir d'un coin au clic de la souris.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshapecontrols=no" or "shapecontrols=yes". In both cases, may be overridden by the command-line option "--shapecontrols".
-
-
- -
-
nolabel=yes
-
-
- -
-
- Désactive l'outil Étiquette : l'outil qui permet la saisie de texte pouvant être édité plus tard.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolabel=no" or "label=yes". In both cases, may be overridden by the command-line option "--label".
-
-
- -
-
newcolorslast=yes
-
-
- -
-
- Place les options de couleur dans la boîte de dialogue Nouveau en dernier, ainsi tous les démarreurs et / ou modèles seront affichés en premier.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "newcolorslast=no" or "newcolorsfirst=yes". In both cases, may be overridden by the command-line option "--newcolorsfirst".
-
-
- -
-
mirrorstamps=yes
-
-
- -
-
- Pour les tampons qui peuvent être mis en miroir, cette option les définit par défaut sur leur forme en miroir.
-
-
- Cela peut être utile pour les personnes qui préfèrent voir les choses de droite à gauche plutôt que de gauche à droite.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases, may be overridden by the command-line option "--dontmirrorstamps".
-
-
- -
-
mouse-accessibility=yes
-
-
- -
-
- Dans ce mode, au lieu de cliquer, de faire glisser et de relâcher (par exemple, pour dessiner), vous cliquez, déplacez et cliquez à nouveau pour terminer le mouvement.
-
-
- -
-
onscreen-keyboard=yes
-
-
- -
-
- Présente un clavier à l'écran cliquable lors de l'utilisation des outils Texte et Étiquette .
-
-
- -
-
onscreen-keyboard-layout=LAYOUTNAME
-
-
- -
-
- Sélectionne la disposition initiale du clavier visuel lors de l'utilisation des outils Texte et Étiquette. Remarque: l'utilisation de cette option implique automatiquement onscreen-keyboard=yes , la configuration des deux est donc redondante.
-
-
- -
-
onscreen-keyboard-disable-change=yes
-
-
- -
-
- Désactive la possibilité de modifier la disposition du clavier à l'écran lors de l'utilisation des outils Texte et Étiquette , utile pour simplifier les choses pour les petits enfants.
- Remarque: l'utilisation de cette option implique automatiquement onscreen-keyboard=yes , la configuration des deux est donc redondante.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "onscreen-keyboard-disable-change=no". In both cases, may be overridden by the command-line option "--onscreen-keyboard-disable-change=no".
-
-
- -
-
joystick-dev=N
-
-
- -
-
- Spécifie quel périphérique joystick doit être utilisé par Tux Paint. La valeur par défaut est 0 (le premier joystick).
-
-
- -
-
joystick-slowness=SPEED
-
-
- -
-
- Définit un retard à chaque mouvement d'axe, permettant de ralentir le joystick. Les valeurs autorisées sont comprises entre 0 et 500. La valeur par défaut est 15.
-
-
- -
-
joystick-threshold=THRESHOLD
-
-
- -
-
- Définit le niveau minimum de mouvement de l'axe pour commencer à déplacer le pointeur. Les valeurs autorisées sont comprises entre 0 et 32766. La valeur par défaut est 3200.
-
-
- -
-
joystick-maxsteps=STEPS
-
-
- -
-
- Définit le nombre de pixels maximums que le pointeur déplacera à la fois. Les valeurs autorisées vont de 1 à 7. La valeur par défaut est 7.
-
-
- -
-
joystick-hat-timeout=MILLISECONDS
-
-
- -
-
- Définit le délai après lequel le pointeur commencera à se déplacer automatiquement si le chapeau est maintenu enfoncé. Les valeurs autorisées sont comprises entre 0 et 3 000. La valeur par défaut est 1 000.
-
-
- -
-
joystick-hat-slowness=SPEED
-
-
- -
-
- Définit un délai à chaque mouvement automatique, permettant de ralentir la vitesse du chapeau. Les valeurs autorisées sont comprises entre 0 et 500. La valeur par défaut est 15.
-
-
- -
-
joystick-btn-escape=BUTTON NUMBER
-
-
- -
-
- Sélectionne le numéro du bouton du joystick, tel que vu par SDL, qui sera utilisé pour générer un événement d'échappement. Utile pour fermer les dialogues et quitter.
-
-
- -
-
joystick-btn-brush=BUTTON NUMBER
-
-
- -
-
- Sélectionne le numéro du bouton du joystick, comme vu par SDL, qui sera un raccourci pour sélectionner sélectionne l'outil Pinceau.
-
-
- -
-
joystick-btn-stamp=BUTTON NUMBER
-
-
- -
-
- Sélectionne le numéro du bouton du joystick, comme vu par SDL, qui sera un raccourci pour sélectionner sélectionne l'outil Tampon.
-
-
- -
-
joystick-btn-lines=BUTTON NUMBER
-
-
- -
-
- Sélectionne le numéro du bouton du joystick, comme vu par SDL, qui sera un raccourci pour sélectionner sélectionne l'outil Lignes.
-
-
- -
-
joystick-btn-shapes=BUTTON NUMBER
-
-
- -
-
- Sélectionne le numéro du bouton du joystick, comme vu par SDL, qui sera un raccourci pour sélectionner sélectionne l'outil Formes.
-
-
- -
-
joystick-btn-text=BUTTON NUMBER
-
-
- -
-
- Sélectionne le numéro du bouton du joystick, comme vu par SDL, qui sera un raccourci pour sélectionner sélectionne l'outil Texte.
-
-
- -
-
joystick-btn-label=BUTTON NUMBER
-
-
- -
-
- Sélectionne le numéro du bouton du joystick, comme vu par SDL, qui sera un raccourci pour sélectionner sélectionne l'outil Étiquette.
-
-
- -
-
joystick-btn-magic=BUTTON NUMBER
-
-
- -
-
- Sélectionne le numéro du bouton du joystick, comme vu par SDL, qui sera un raccourci pour sélectionner sélectionne l'outil Magie.
-
-
- -
-
joystick-btn-undo=BUTTON NUMBER
-
-
- -
-
- Sélectionne le numéro du bouton du joystick, comme vu par SDL, qui sera un raccourci pour sélectionner invoque l'outil Défaire.
-
-
- -
-
joystick-btn-redo=BUTTON NUMBER
-
-
- -
-
- Sélectionne le numéro du bouton du joystick, comme vu par SDL, qui sera un raccourci pour sélectionner outil Refaire.
-
-
- -
-
joystick-btn-eraser=BUTTON NUMBER
-
-
- -
-
- Sélectionne le numéro du bouton du joystick, comme vu par SDL, qui sera un raccourci pour sélectionner outil Gomme.
-
-
- -
-
joystick-btn-new=BUTTON NUMBER
-
-
- -
-
- Sélectionne le numéro de bouton du joysticke, comme vu par SDL, qui sera un raccourci pour lancer la boîte dialogue pour créer un nouveau dessin.
-
-
- -
-
joystick-btn-open=BUTTON NUMBER
-
-
- -
-
- Sélectionne le numéro du bouton du joystick, tel que vu par SDL, qui sera un raccourci pour lancer la boîte de dialogue pour ouvrir un dessin existant.
-
-
- -
-
joystick-btn-save=BUTTON NUMBER
-
-
- -
-
- Sélectionne le numéro du bouton du joystick, comme vu par SDL, qui sera un raccourci pour sélectionner sauvegarder le dessin.
-
+
+
+ macOS — TBD!
+
+
+
+
+ Remarque :Quand les réglages par défaut sont utilisés, un nouveau sous-répertoire "TuxPaint" sera créé puis utilisé(par ex "~/Images/TuxPaint"). Quand l'option "--exportdir" est utilisée, le chemin exact qui a été spécifié sera utilisé (pas sous-répertoire "TuxPaint" créé).
+
+ Le répertoire lui-même (par ex. "~/Images/TuxPaint") sera créé, s'il n'existe pas.
+
+ Si le répertoire parent (par ex "~/Images/TuxPaint") n'existe pas non plus, Tux Paint essayera aussi de le créer (mais de répertoire plus haut que celui-là).
+
+
+ Exemple: exportdir=/home/penguin/TuxPaintExports
+
+
+
+
+
+
+ More Saving Options
+
+
+
+ -
+
nosave=yes
+
+
+ -
+
+ Ceci désactive la possibilité de sauvegarder les fichiers par Tux Paint (et par conséquent ôte le bouton "Sauvegarder" sur l'écran). On peut l'utiliser dans le cas où le programme est utilisé juste pour le fun, ou dans un environnement de tests.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosave=no" or "save=yes". In both cases, may be overridden by the command-line option "--save".
+
+
+ -
+
autosave=yes
+
+
+ -
+
+ Ceci empêche Tux Paint de vous demander si vous voulez sauvegarder l'image quand vous quittez, et suppose que vous le faites.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "autosave=no" or "noautosave=yes". In both cases, may be overridden by the command-line option "--noautosave".
+
- -
-
joystick-btn-pgsetup=BUTTON NUMBER
-
+
+
+
-
-
- Sélectionne le numéro du bouton du joystick, comme vu par SDL, qui sera un raccourci pour sélectionner lancer la boîte de dialogue pour le réglage de l'imprssion.
-
+
+
+ Data
+
+
+ Lockfile
+
+
+
+ -
+
nolockfile=yes
+
+
+ -
+
+ Par défaut, Tux Paint utilise ce qu'on appelle un «fichier de verrouillage» pour éviter qu'il ne soit lancé plus d'une fois toutes les 30 secondes. (Ceci permet d'éviter d'exécuter accidentellement plusieurs copies; par exemple, en double-cliquant sur un lanceur fonctionnant avec un seul clic, ou en cliquant simplement avec impatience plusieurs fois sur l'icône.)
+
+
+ Pour que Tux Paint ignore le fichier de verrouillage, lui permettant de s'exécuter à nouveau, même s'il vient d'être lancé il y a moins de 30 secondes, activez ce paramètre dans le fichier de configuration ou exécutez Tux Paint avec l'option '--nolockfile ' en ligne de commande.
+
+
+ Par défaut, le fichier de verrouillage est stocké dans "~/.tuxpaint/" sous Linux et Unix, et "userdata\" sous Windows.
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolockfile=no" or "lockfile=yes". In both cases, may be overridden by the command-line option "--lockfile".
+
+
+
+
+
+
+ Data Directory
+
+
+
+ -
+
datadir=DIRECTORY
+
+
+ -
+
+ Utilisez cette option pour changer l'endroit où Tux Paint ira rechercher les fichiers de données personnelles (pinceaux, tampons, images de démarrage, modèles et fontes spécifiques pour l'utilisateur actuel).
+
+
+ Tux Paint va chercher des sous-répertoires nommés "brushes", "stamps", "starters", "templates", et "fonts" sous le répertoire spécifié.
+
+
+ Si vous ne le changez pas, l' emplacement par défaut est :
+
+
+ - Linux & Unix - Sous un répertoire caché nommé "
.tuxpaint" dans votre répertoire personnel (aka "~" ou "$HOME")
+ Exemple: /home/username/.tuxpaint/brushes/
+
+ - Windows - Dans un dossier nommé "
TuxPaint" dans votre dossier "Application Data".
+ Exemple: C:\Documents and Settings\Username\Application Data\TuxPaint\brushes\
+
+ - macOS - Dans un dossier nommé "
TuxPaint" dans votre dossier "Application Support".
+ Exemple: /Users/Username/Library/Application Support/TuxPaint/brushes/
+
- -
-
joystick-btn-print=BUTTON NUMBER
-
+
+ Remarque :Avant la version 0.9.18, Tux Paint utlisait les mêmes réglages que "savedir" pour chercher les fichiers de données. Depuis la version 0.9.18, ils peuvent être spécifiés séparément.
- -
-
- Sélectionne le numéro du bouton du joystick, comme vu par SDL, qui sera un raccourci pour sélectionner print.
-
+
+ Remarque : lorsque vous spécifiez un lecteur Windows (par ex. "H:\"), vous devez également spécifier un sous-répertoire.
- -
-
joystick-buttons-ignore=BUTTON1,BUTTON2,...
-
+
+ Exemple: datadir=/home/johnny/tuxpaint-data/
+
- -
-
- Un ensemble de numéros de boutons du joystick, comme vu par SDL, qui doit être ignoré. Sinon, à moins qu'ils ne soient utilisés par l'une des joptions "joystick-btn-" ci-dessus, les boutons seront considérés comme un clic gauche de la souris.
-
+
+
-
- stampsize=SIZE
-
+
+ Color Palette File
-
-
- Utilisez cette option pour forcer Tux Paint à définir la taille de départ de tous les tampons. La valeur SIZE doit être comprise entre 0 (le plus petit) et 10 (le plus grand). La taille est relative aux tailles disponibles du tampon, qui dépendent du tampon lui-même, et de la taille actuelle de la toile de Tux Paint.
+
+
+ -
+
colorfile=FILENAME
+
-
- Spécifiez "default" pour laisser Tux Paint décider (c'est un comportement standard).
-
+
+
+ Vous pouvez remplacer la palette de couleurs par défaut de Tux Paint en créant un fichier texte ASCII simple qui décrit les couleurs souhaitées et en pointant vers ce fichier à l'aide de l'option "colorfile".
-
- keyboard=yes
-
+
+ Le fichier doit répertorier une couleur par ligne. Les couleurs sont définies en fonction de leurs valeurs Rouge, Vert et Bleu, chacune comprise entre 0 (désactivée) et 255 (la plus intense). (Pour plus d'informations, consultez l'article de Wikipedia sur le modèle de couleur RVB .)
-
-
- Cela permet d'utiliser les touches fléchées du clavier pour contrôler le pointeur de la souris. (Par exemple, pour les environnements sans souris, ou en cas de problèmes de handicap /d'accessibilité)
+
+ Les couleurs peuvent être listées en utilisant trois nombres décimaux (par exemple, "255 68 136") ou un 'triplet' hexadécimal de 6 ou 3 chiffres (par exemple, " #ff4488" ou "#F48").
-
- Caractéristiques :
+
+ Après la définition de la couleur (sur la même ligne), vous pouvez saisir du texte pour décrire la couleur. Tux affichera ce texte lorsque la couleur sera cliquée. (Par exemple, "#FFF Blanc comme neige.")
-
- - Mouvement fin sur la toile, ou rapide si
Shift est maintenu.
+
+ A titre d'exemple, vous pouvez voir les couleurs par défaut actuellement utilisées dans Tux Paint dans : "default_colors.txt".
- - Mouvement rapide dans la zone des boutons d'outils.
+
+ REMARQUES : Vous devez séparer les valeurs décimales par des espaces et commencer les valeurs hexadécimales par un caractère dièse / signe dièse (" #"). En hexadécimal à 3 chiffres, chaque chiffre est utilisé à la fois pour les moitiés haute et basse de l'octet, donc "#FFF" est identique à " #FFFFFF", mais pas à "#F0F0F0".
+
+
+
+
- Touches de contrôle :
- - [Left]/[Right]/[Up]/[Down], pavé numérique [1] thru [9] : déplace la souris
+
+
+ Accessibility
+
+
+ Mouse
- - [Space]/[5] : Clic de la souris (sauf quand on uilise les outils "Texte" ou "Étiquette")
+
+
+ -
+
mouse-accessibility=yes
+
-
- [Insert]/[F5]: Clicc de la souris (toujours)
+ -
+
+ Dans ce mode, au lieu de cliquer, de faire glisser et de relâcher (par exemple, pour dessiner), vous cliquez, déplacez et cliquez à nouveau pour terminer le mouvement.
+
+
+
- - [F4] fait naviguer la souris entre "Outils", "Couleurs" et les zones de dessin
+
+ Keyboard
- - Si la souris se trouve dans la section "Outils" à gauche ou dans la section "Couleurs" en bas :
- - [F7],[F8] : déplacer respectivement vers le bas / le haut entre les boutons (section Outils, uniquement)
+
+
+ -
+
keyboard=yes
+
-
- [F11],[F12] : passer respectivement au bouton précédent / suivant
-
-
+ -
+
+ Cela permet d'utiliser les touches fléchées du clavier pour contrôler le pointeur de la souris. (Par exemple, pour les environnements sans souris, ou en cas de problèmes de handicap /d'accessibilité)
+
+
+ Caractéristiques :
+
+
+ - Mouvement fin sur la toile, ou rapide si
Shift est maintenu.
+
+ - Mouvement rapide dans la zone des boutons d'outils.
+
+ - Touches de contrôle :
+ - [Left]/[Right]/[Up]/[Down], pavé numérique [1] thru [9] : déplace la souris
+
+ - [Space]/[5] : Clic de la souris (sauf quand on uilise les outils "Texte" ou "Étiquette")
+
+ - [Insert]/[F5]: Clicc de la souris (toujours)
+
+ - [F4] fait naviguer la souris entre "Outils", "Couleurs" et les zones de dessin
+
+ - Si la souris se trouve dans la section "Outils" à gauche ou dans la section "Couleurs" en bas :
+ - [F7],[F8] : déplacer respectivement vers le bas / le haut entre les boutons (section Outils, uniquement)
+
+ - [F11],[F12] : passer respectivement au bouton précédent / suivant
-
- - Pour cliquer et faire glisser, maintenez l'une des touches «clic» (par exemple [Insert]), et utilisez les touches de déplacement (par exemple [Left]).
- - Remarque : la fonction «accessibilité de la souris» fonctionne avec les commandes de la souris via le clavier. Avec les deux options activées, les outils de peinture peuvent être utilisés pour dessiner en appuyant sur une touche "clic" pour commencer à cliquer, des touches de mouvement pour se déplacer (qui dessinera) et une autre touche "clic" pour terminer le clic (arrêt du dessin).
-
-
-
- - Une souris et / ou un joystick standard peuvent toujours être utilisés (vous pouvez donc, par exemple, vous déplacer avec la souris et cliquer avec le clavier, ou vice-versa)
+
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "keyboard=no" or "2$keyboard=no". In both cases, may be overridden by the command-line option "--mouse".
-
-
- -
-
savedir=DIRECTORY
-
-
- -
-
- Utilisez cette option pour changer l'emplacement du répertoire / dossier "saved" de Tux Paint , qui est l'endroit où Tux Paint enregistre et ouvre les images.
-
-
- Si vous ne le changez pas, l' emplacement par défaut est :
-
-
- - Linux & Unix - Sous un répertoire caché nommé "
.tuxpaint" dans votre répertoire personnel (aka "~" ou "$HOME")
- Exemple: /home/username/.tuxpaint/saved/
-
- - Windows - Dans un dossier nommé "
TuxPaint" dans votre dossier "Application Data".
- Exemple: C:\Documents and Settings\Username\Application Data\TuxPaint\saved\
-
-
- - macOS - Dans un dossier nommé "
TuxPaint" dans votre dossier "Application Support".
- Exemple: /Users/Username/Library/Application Support/TuxPaint/saved/
+ - Pour cliquer et faire glisser, maintenez l'une des touches «clic» (par exemple [Insert]), et utilisez les touches de déplacement (par exemple [Left]).
+ - Remarque : la fonction «accessibilité de la souris» fonctionne avec les commandes de la souris via le clavier. Avec les deux options activées, les outils de peinture peuvent être utilisés pour dessiner en appuyant sur une touche "clic" pour commencer à cliquer, des touches de mouvement pour se déplacer (qui dessinera) et une autre touche "clic" pour terminer le clic (arrêt du dessin).
+
+
+ - Une souris et / ou un joystick standard peuvent toujours être utilisés (vous pouvez donc, par exemple, vous déplacer avec la souris et cliquer avec le clavier, ou vice-versa)
+
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "keyboard=no" or "2$keyboard=no". In both cases, may be overridden by the command-line option "--mouse".
+
+
+
+
+
+ Onscreen Keyboard
+
+
+
+ -
+
onscreen-keyboard=yes
+
+
+ -
+
+ Présente un clavier à l'écran cliquable lors de l'utilisation des outils Texte et Étiquette .
+
+
+ -
+
onscreen-keyboard-layout=LAYOUTNAME
+
+
+ -
+
+ Sélectionne la disposition initiale du clavier visuel lors de l'utilisation des outils Texte et Étiquette. Remarque: l'utilisation de cette option implique automatiquement onscreen-keyboard=yes , la configuration des deux est donc redondante.
+
+
+ -
+
onscreen-keyboard-disable-change=yes
+
+
+ -
+
+ Désactive la possibilité de modifier la disposition du clavier à l'écran lors de l'utilisation des outils Texte et Étiquette , utile pour simplifier les choses pour les petits enfants.
+ Remarque: l'utilisation de cette option implique automatiquement onscreen-keyboard=yes , la configuration des deux est donc redondante.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "onscreen-keyboard-disable-change=no". In both cases, may be overridden by the command-line option "--onscreen-keyboard-disable-change=no".
+
+
+
+
+
+
+
+ Joystick
+
+
+ Main Device
+
+
+
+ -
+
joystick-dev=N
+
+
+ -
+
+ Spécifie quel périphérique joystick doit être utilisé par Tux Paint. La valeur par défaut est 0 (le premier joystick).
+
+
+ -
+
joystick-slowness=SPEED
+
+
+ -
+
+ Définit un retard à chaque mouvement d'axe, permettant de ralentir le joystick. Les valeurs autorisées sont comprises entre 0 et 500. La valeur par défaut est 15.
+
+
+ -
+
joystick-threshold=THRESHOLD
+
+
+ -
+
+ Définit le niveau minimum de mouvement de l'axe pour commencer à déplacer le pointeur. Les valeurs autorisées sont comprises entre 0 et 32766. La valeur par défaut est 3200.
+
+
+ -
+
joystick-maxsteps=STEPS
+
+
+ -
+
+ Définit le nombre de pixels maximums que le pointeur déplacera à la fois. Les valeurs autorisées vont de 1 à 7. La valeur par défaut est 7.
+
+
+
+
+
+
+ Hat
+
+
+
+ -
+
joystick-hat-slowness=SPEED
+
+
+ -
+
+ Définit un délai à chaque mouvement automatique, permettant de ralentir la vitesse du chapeau. Les valeurs autorisées sont comprises entre 0 et 500. La valeur par défaut est 15.
+
+
+ -
+
joystick-hat-timeout=MILLISECONDS
+
+
+ -
+
+ Définit le délai après lequel le pointeur commencera à se déplacer automatiquement si le chapeau est maintenu enfoncé. Les valeurs autorisées sont comprises entre 0 et 3 000. La valeur par défaut est 1 000.
+
+
+
+
+
+ Buttons to Disable
+
+
+
+ -
+
joystick-buttons-ignore=BUTTON1,BUTTON2,...
+
+
+ -
+
+ Un ensemble de numéros de boutons du joystick, comme vu par SDL, qui doit être ignoré. Sinon, à moins qu'ils ne soient utilisés par l'une des joptions "joystick-btn-" ci-dessus, les boutons seront considérés comme un clic gauche de la souris.
+
+
+
+
+
+ Button Shortcuts
+
+
+
+ -
+
joystick-btn-escape=BUTTON NUMBER
+
+
+ -
+
+ Sélectionne le numéro du bouton du joystick, tel que vu par SDL, qui sera utilisé pour générer un événement d'échappement. Utile pour fermer les dialogues et quitter.
+
+
+ -
+
joystick-btn-brush=BUTTON NUMBER
+
+
+ -
+
+ Sélectionne le numéro du bouton du joystick, comme vu par SDL, qui sera un raccourci pour sélectionner sélectionne l'outil Pinceau.
+
+
+ -
+
joystick-btn-stamp=BUTTON NUMBER
+
+
+ -
+
+ Sélectionne le numéro du bouton du joystick, comme vu par SDL, qui sera un raccourci pour sélectionner sélectionne l'outil Tampon.
+
+
+ -
+
joystick-btn-lines=BUTTON NUMBER
+
+
+ -
+
+ Sélectionne le numéro du bouton du joystick, comme vu par SDL, qui sera un raccourci pour sélectionner sélectionne l'outil Lignes.
+
+
+ -
+
joystick-btn-shapes=BUTTON NUMBER
+
+
+ -
+
+ Sélectionne le numéro du bouton du joystick, comme vu par SDL, qui sera un raccourci pour sélectionner sélectionne l'outil Formes.
+
+
+ -
+
joystick-btn-text=BUTTON NUMBER
+
+
+ -
+
+ Sélectionne le numéro du bouton du joystick, comme vu par SDL, qui sera un raccourci pour sélectionner sélectionne l'outil Texte.
+
+
+ -
+
joystick-btn-label=BUTTON NUMBER
+
+
+ -
+
+ Sélectionne le numéro du bouton du joystick, comme vu par SDL, qui sera un raccourci pour sélectionner sélectionne l'outil Étiquette.
+
+
+ -
+
joystick-btn-magic=BUTTON NUMBER
+
+
+ -
+
+ Sélectionne le numéro du bouton du joystick, comme vu par SDL, qui sera un raccourci pour sélectionner sélectionne l'outil Magie.
+
+
+ -
+
joystick-btn-undo=BUTTON NUMBER
+
+
+ -
+
+ Sélectionne le numéro du bouton du joystick, comme vu par SDL, qui sera un raccourci pour sélectionner invoque l'outil Défaire.
+
+
+ -
+
joystick-btn-redo=BUTTON NUMBER
+
+
+ -
+
+ Sélectionne le numéro du bouton du joystick, comme vu par SDL, qui sera un raccourci pour sélectionner outil Refaire.
+
+
+ -
+
joystick-btn-eraser=BUTTON NUMBER
+
+
+ -
+
+ Sélectionne le numéro du bouton du joystick, comme vu par SDL, qui sera un raccourci pour sélectionner outil Gomme.
+
+
+ -
+
joystick-btn-new=BUTTON NUMBER
+
+
+ -
+
+ Sélectionne le numéro de bouton du joysticke, comme vu par SDL, qui sera un raccourci pour lancer la boîte dialogue pour créer un nouveau dessin.
+
+
+ -
+
joystick-btn-open=BUTTON NUMBER
+
+
+ -
+
+ Sélectionne le numéro du bouton du joystick, tel que vu par SDL, qui sera un raccourci pour lancer la boîte de dialogue pour ouvrir un dessin existant.
+
+
+ -
+
joystick-btn-save=BUTTON NUMBER
+
+
+ -
+
+ Sélectionne le numéro du bouton du joystick, comme vu par SDL, qui sera un raccourci pour sélectionner sauvegarder le dessin.
+
+
+ -
+
joystick-btn-pgsetup=BUTTON NUMBER
+
+
+ -
+
+ Sélectionne le numéro du bouton du joystick, comme vu par SDL, qui sera un raccourci pour sélectionner lancer la boîte de dialogue pour le réglage de l'imprssion.
+
+
+ -
+
joystick-btn-print=BUTTON NUMBER
+
+
+ -
+
+ Sélectionne le numéro du bouton du joystick, comme vu par SDL, qui sera un raccourci pour sélectionner print.
+
+
+
+
-
- Remarque : lorsque vous spécifiez un lecteur Windows (par ex. "H:\"), vous devez également spécifier un sous-répertoire.
-
-
- Remarque : Avant la version 0.9.18, Tux Paint utilisait également le réglage "savedir" comme emplacement pour rechercher des fichiers de données personnelles (pinceaux, tampons, images de démarrages et polices). À partir de la version 0.9.18, ils peuvent être spécifiés séparément (voir l'option "datadir" ci-dessous).
-
-
- Exemple: savedir=Z:\tuxpaint\
-
-
- -
-
exportdir=DIRECTORY
-
-
- -
-
- Utilisez cette option pour modifier l'endroit où Tux Paint exporte les fichiers - images uniques ou diaporamas GIF animés - en vue d'un usage externe.
-
-
- Si vous ne le changez pas, l' emplacement par défaut est :
-
-
- - 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 "
xdg-user-dir PICTURES" pour le savoir.)
- Typiquement (dans un environnement local anglais), ce sera "Images" dans votre répertoire personnel (c'est-à-dire "$HOME/Images" aka "~/Images").
- Tux Paint utilisera ce répertoire typique, si aucune configuration XDG ne peut être lue, ou rien n'est défini pour "XDG_PICTURES_DIR".
- - Windows - "Mes images" répertoire de chaque utilisateur (normalement "c:\Users\USERNAME\Pictures").
Vous pouvez ouvrir directement le répertoire comme ceci :
- - 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.
-
-
-
- - macOS — TBD!
-
-
-
-
- Remarque :Quand les réglages par défaut sont utilisés, un nouveau sous-répertoire "TuxPaint" sera créé puis utilisé(par ex "~/Images/TuxPaint"). Quand l'option "--exportdir" est utilisée, le chemin exact qui a été spécifié sera utilisé (pas sous-répertoire "TuxPaint" créé).
-
- Le répertoire lui-même (par ex. "~/Images/TuxPaint") sera créé, s'il n'existe pas.
-
- Si le répertoire parent (par ex "~/Images/TuxPaint") n'existe pas non plus, Tux Paint essayera aussi de le créer (mais de répertoire plus haut que celui-là).
-
-
- Exemple: exportdir=/home/penguin/TuxPaintExports
-
-
- -
-
datadir=DIRECTORY
-
-
- -
-
- Utilisez cette option pour changer l'endroit où Tux Paint ira rechercher les fichiers de données personnelles (pinceaux, tampons, images de démarrage, modèles et fontes spécifiques pour l'utilisateur actuel).
-
-
- Tux Paint va chercher des sous-répertoires nommés "brushes", "stamps", "starters", "templates", et "fonts" sous le répertoire spécifié.
-
-
- Si vous ne le changez pas, l' emplacement par défaut est :
-
-
- - Linux & Unix - Sous un répertoire caché nommé "
.tuxpaint" dans votre répertoire personnel (aka "~" ou "$HOME")
- Exemple: /home/username/.tuxpaint/brushes/
-
- - Windows - Dans un dossier nommé "
TuxPaint" dans votre dossier "Application Data".
- Exemple: C:\Documents and Settings\Username\Application Data\TuxPaint\brushes\
-
- - macOS - Dans un dossier nommé "
TuxPaint" dans votre dossier "Application Support".
- Exemple: /Users/Username/Library/Application Support/TuxPaint/brushes/
-
-
-
- Remarque :Avant la version 0.9.18, Tux Paint utlisait les mêmes réglages que "savedir" pour chercher les fichiers de données. Depuis la version 0.9.18, ils peuvent être spécifiés séparément.
-
-
- Remarque : lorsque vous spécifiez un lecteur Windows (par ex. "H:\"), vous devez également spécifier un sous-répertoire.
-
-
- Exemple: datadir=/home/johnny/tuxpaint-data/
-
-
- -
-
saveover=yes
-
-
- -
-
- Ceci élimine le message "Écraser l'ancienne version ...? quand on voulait sauvegarder un fichier déjà existant. Avec cette option, l'ancienne version sera écrasée par la nouvelle, automatiquement.
-
-
- -
-
saveover=new
-
-
- -
-
- Ceci aussi élimine le message "Écraser l'ancienne version ...? quand on sauvegarde un fichier déjà existant. Cette option, cependant, enregistrera un nouveau fichier plutôt que d'écraser l'ancienne version.
-
-
- -
-
saveover=ask
-
-
- -
-
- (Cette option est redondante puisque c'est celle par défaut.)
- Quand vous sauvegardez un dessin déjà existant, on vous demandera d'abord si vous voulez écraser l'ancienne version ou non.
-
-
- -
-
nosave=yes
-
-
- -
-
- Ceci désactive la possibilité de sauvegarder les fichiers par Tux Paint (et par conséquent ôte le bouton "Sauvegarder" sur l'écran). On peut l'utiliser dans le cas où le programme est utilisé juste pour le fun, ou dans un environnement de tests.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosave=no" or "save=yes". In both cases, may be overridden by the command-line option "--save".
-
-
- -
-
autosave=yes
-
-
- -
-
- Ceci empêche Tux Paint de vous demander si vous voulez sauvegarder l'image quand vous quittez, et suppose que vous le faites.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "autosave=no" or "noautosave=yes". In both cases, may be overridden by the command-line option "--noautosave".
-
-
- -
-
startblank=yes
-
-
- -
-
- Ceci oblige Tux Paint à afficher une toile vide au démarrage, plutôt que la dernière image qui a été éditée.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "startblank=no" or "startlast=yes". In both cases, may be overridden by the command-line option "--startlast".
-
-
- -
-
colorfile=FILENAME
-
-
- -
-
- Vous pouvez remplacer la palette de couleurs par défaut de Tux Paint en créant un fichier texte ASCII simple qui décrit les couleurs souhaitées et en pointant vers ce fichier à l'aide de l'option "colorfile".
-
-
- Le fichier doit répertorier une couleur par ligne. Les couleurs sont définies en fonction de leurs valeurs Rouge, Vert et Bleu, chacune comprise entre 0 (désactivée) et 255 (la plus intense). (Pour plus d'informations, consultez l'article de Wikipedia sur le modèle de couleur RVB .)
-
-
- Les couleurs peuvent être listées en utilisant trois nombres décimaux (par exemple, "255 68 136") ou un 'triplet' hexadécimal de 6 ou 3 chiffres (par exemple, " #ff4488" ou "#F48").
-
-
- Après la définition de la couleur (sur la même ligne), vous pouvez saisir du texte pour décrire la couleur. Tux affichera ce texte lorsque la couleur sera cliquée. (Par exemple, "#FFF Blanc comme neige.")
-
-
- A titre d'exemple, vous pouvez voir les couleurs par défaut actuellement utilisées dans Tux Paint dans : "default_colors.txt".
-
-
- REMARQUES : Vous devez séparer les valeurs décimales par des espaces et commencer les valeurs hexadécimales par un caractère dièse / signe dièse (" #"). En hexadécimal à 3 chiffres, chaque chiffre est utilisé à la fois pour les moitiés haute et basse de l'octet, donc "#FFF" est identique à " #FFFFFF", mais pas à "#F0F0F0".
-
-
- -
-
colorsrows=ROWS
-
-
- -
-
- Combien de rangées de boutons pour les couleurs peuvent être montrées; utile quand on a une grande palette (voir "colorfile ci-dessus), et/ou pour utiliser avec des dispositifs de pointage peu précis (par ex avec oculomètres). "ROWS" peut être entre "1" (par défaut) et "3".
-
-
- -
-
lang=LANGUAGE
-
-
- -
-
- Exécutez Tux Paint dans l'une des langues prises en charge. Les choix possibles pour la LANGUE comprennent actuellement :
-
-
-
-
-
-
- english
-
-
- american-english
-
-
-
-
-
-
-
-
- acholi
-
-
- acoli
-
-
-
-
-
-
-
-
- afrikaans
-
-
-
-
-
-
-
-
-
-
-
- akan
-
-
- twi-fante
-
-
-
-
-
-
-
-
- albanian
-
-
-
-
-
-
-
-
-
-
-
- amharic
-
-
-
-
-
-
-
-
-
-
-
- arabic
-
-
-
-
-
-
-
-
-
-
-
- aragones
-
-
-
-
-
-
-
-
-
-
-
- armenian
-
-
- hayeren
-
-
-
-
-
-
-
-
- assamese
-
-
-
-
-
-
-
-
-
-
-
- asturian
-
-
-
-
-
-
-
-
-
-
-
- australian-english
-
-
-
-
-
-
-
-
-
-
-
- azerbaijani
-
-
-
-
-
-
-
-
-
-
-
- bambara
-
-
-
-
-
-
-
-
-
-
-
- basque
-
-
- euskara
-
-
-
-
-
-
-
-
- belarusian
-
-
- bielaruskaja
-
-
-
-
-
-
-
-
- bengali
-
-
-
-
-
-
-
-
-
-
-
- bodo
-
-
-
-
-
-
-
-
-
-
-
- bokmal
-
-
-
-
-
-
-
-
-
-
-
- bosnian
-
-
-
-
-
-
-
-
-
-
-
- brazilian-portuguese
-
-
- portugues-brazilian
-
-
- brazilian
-
-
-
-
-
- breton
-
-
- brezhoneg
-
-
-
-
-
-
-
-
- british-english
-
-
- british
-
-
-
-
-
-
-
-
- bulgarian
-
-
-
-
-
-
-
-
-
-
-
- canadian-english
-
-
-
-
-
-
-
-
-
-
-
- catalan
-
-
- catala
-
-
-
-
-
-
-
-
- chinese
-
-
- simplified-chinese
-
-
-
-
-
-
-
-
- croatian
-
-
- hrvatski
-
-
-
-
-
-
-
-
- czech
-
-
- cesky
-
-
-
-
-
-
-
-
- danish
-
-
- dansk
-
-
-
-
-
-
-
-
-
-
-
- dogri
-
-
-
-
-
-
-
-
- dutch
-
-
- nederlands
-
-
-
-
-
-
-
-
- esperanto
-
-
-
-
-
-
-
-
-
-
-
- estonian
-
-
-
-
-
-
-
-
-
-
-
- faroese
-
-
-
-
-
-
-
-
-
-
-
- finnish
-
-
- suomi
-
-
-
-
-
-
-
-
- french
-
-
- francais
-
-
-
-
-
-
-
-
- fula
-
-
- fulah
-
-
- pulaar-fulfulde
-
-
-
-
-
- gaelic
-
-
- gaidhlig
-
-
- irish-gaelic
-
-
-
-
-
- galician
-
-
- galego
-
-
-
-
-
-
-
-
- georgian
-
-
-
-
-
-
-
-
-
-
-
- german
-
-
- deutsch
-
-
-
-
-
-
-
-
- greek
-
-
-
-
-
-
-
-
-
-
-
- gronings
-
-
- zudelk-veenkelonioals
-
-
-
-
-
-
-
-
- gujarati
-
-
-
-
-
-
-
-
-
-
-
- hebrew
-
-
-
-
-
-
-
-
-
-
-
- hindi
-
-
-
-
-
-
-
-
-
-
-
- hungarian
-
-
- magyar
-
-
-
-
-
-
-
-
- icelandic
-
-
- islenska
-
-
-
-
-
-
-
-
- indonesian
-
-
- bahasa-indonesia
-
-
-
-
-
-
-
-
- inuktitut
-
-
-
-
-
-
-
-
-
-
-
- italian
-
-
- italiano
-
-
-
-
-
-
-
-
- japanese
-
-
-
-
-
-
-
-
-
-
-
- kabyle
-
-
-
-
-
- kabylian
-
-
-
-
-
- kannada
-
-
-
-
-
-
-
-
-
-
-
- kashmiri-devanagari
-
-
-
-
-
-
-
-
-
-
-
- kashmiri-perso-arabic
-
-
-
-
-
-
-
-
-
-
-
- khmer
-
-
-
-
-
-
-
-
-
-
-
- kiga
-
-
- chiga
-
-
-
-
-
-
-
-
- kinyarwanda
-
-
-
-
-
-
-
-
-
-
-
- klingon
-
-
- tlhIngan
-
-
-
-
-
-
-
-
- konkani-devanagari
-
-
-
-
-
-
-
-
-
-
-
- konkani-roman
-
-
-
-
-
-
-
-
-
-
-
- korean
-
-
-
-
-
-
-
-
-
-
-
- kurdish
-
-
-
-
-
-
-
-
-
-
-
- latvian
-
-
-
-
-
-
-
-
-
-
-
- lithuanian
-
-
- lietuviu
-
-
-
-
-
-
-
-
- luganda
-
-
-
-
-
-
-
-
-
-
-
- luxembourgish
-
-
- letzebuergesch
-
-
-
-
-
-
-
-
- macedonian
-
-
-
-
-
-
-
-
-
-
-
- maithili
-
-
-
-
-
-
-
-
-
-
-
- malay
-
-
-
-
-
-
-
-
-
-
-
- malayalam
-
-
-
-
-
-
-
-
-
-
-
- manipuri-bengali
-
-
-
-
-
-
-
-
-
-
-
- manipuri-meitei-mayek
-
-
-
-
-
-
-
-
-
-
-
- marathi
-
-
-
-
-
-
-
-
-
-
-
- mexican-spanish
-
-
- espanol-mejicano
-
-
- mexican
-
-
-
-
-
- mongolian
-
-
-
-
-
-
-
-
-
-
-
- ndebele
-
-
-
-
-
-
-
-
-
-
-
- nepali
-
-
-
-
-
-
-
-
-
-
-
- northern-sotho
-
-
- sesotho-sa-leboa
-
-
-
-
-
-
-
-
- norwegian
-
-
- nynorsk
-
-
- norsk
-
-
-
-
-
- occitan
-
-
-
-
-
-
-
-
-
-
-
- odia
-
-
- oriya
-
-
-
-
-
-
-
-
- ojibwe
-
-
- ojibway
-
-
-
-
-
-
-
-
- persian
-
-
-
-
-
-
-
-
-
-
-
- polish
-
-
- polski
-
-
-
-
-
-
-
-
- portuguese
-
-
- portugues
-
-
-
-
-
-
-
-
- punjabi
-
-
- panjabi
-
-
-
-
-
-
-
-
- romanian
-
-
-
-
-
-
-
-
-
-
-
- russian
-
-
- russkiy
-
-
-
-
-
-
-
-
- sanskrit
-
-
-
-
-
-
-
-
-
-
-
- santali-devanagari
-
-
-
-
-
-
-
-
-
-
-
- santali-ol-chiki
-
-
-
-
-
-
-
-
-
-
-
- scottish
-
-
- ghaidhlig
-
-
- scottish-gaelic
-
-
-
-
-
- serbian
-
-
-
-
-
-
-
-
-
-
-
- serbian-latin
-
-
-
-
-
-
-
-
-
-
-
- shuswap
-
-
- secwepemctin
-
-
-
-
-
-
-
-
- sindhi-devanagari
-
-
-
-
-
-
-
-
-
-
-
- sindhi-perso-arabic
-
-
-
-
-
-
-
-
-
-
-
- slovak
-
-
-
-
-
-
-
-
-
-
-
- slovenian
-
-
- slovensko
-
-
-
-
-
-
-
-
- songhay
-
-
-
-
-
-
-
-
-
-
-
- southafrican-english
-
-
-
-
-
-
-
-
-
-
-
- spanish
-
-
- espanol
-
-
-
-
-
-
-
-
- sundanese
-
-
-
-
-
-
-
-
-
-
-
- swahili
-
-
-
-
-
-
-
-
-
-
-
- swedish
-
-
- svenska
-
-
-
-
-
-
-
-
- tagalog
-
-
-
-
-
-
-
-
-
-
-
- tamil
-
-
-
-
-
-
-
-
-
-
-
- telugu
-
-
-
-
-
-
-
-
-
-
-
- thai
-
-
-
-
-
-
-
-
-
-
-
- tibetan
-
-
-
-
-
-
-
-
-
-
-
- traditional-chinese
-
-
-
-
-
-
-
-
-
-
-
- turkish
-
-
-
-
-
-
-
-
-
-
-
- twi
-
-
-
-
-
-
-
-
-
-
-
- ukrainian
-
-
-
-
-
-
-
-
-
-
-
- urdu
-
-
-
-
-
-
-
-
-
-
-
- venda
-
-
-
-
-
-
-
-
-
-
-
- venetian
-
-
- veneto
-
-
-
-
-
-
-
-
- vietnamese
-
-
-
-
-
-
-
-
-
-
-
- walloon
-
-
- walon
-
-
-
-
-
-
-
-
- welsh
-
-
- cymraeg
-
-
-
-
-
-
-
-
- wolof
-
-
-
-
-
-
-
-
-
-
-
- xhosa
-
-
-
-
-
-
-
-
-
-
-
- miahuatlan-zapotec
-
-
-
-
-
- zapotec
-
-
-
-
-
- zulu
-
-
-
-
-
- zulu
-
-
-
-
-
-
- -
-
--locale LOCALE
-
-
- -
-
- Exécutez Tux Paint dans l'une des langues supportées. Consultez la section Choisir une autre langue" ci-dessous pour les chaînes de paramètres régionaux (par exemple, «de_DE» pour l'allemand) à utiliser.
-
-
- Si votre locale est déjà définie, par exemple avec la variable d'environnement "$LANG", cette option n'est pas nécessaire, car Tux Paint respecte les paramètres de votre environnement, si possible.)
-
-
-
--nosysconfig
diff --git a/docs/gl_ES.UTF-8/OPTIONS.txt b/docs/gl_ES.UTF-8/OPTIONS.txt
index a65fd0d52..ed6c844df 100644
--- a/docs/gl_ES.UTF-8/OPTIONS.txt
+++ b/docs/gl_ES.UTF-8/OPTIONS.txt
@@ -79,1171 +79,1303 @@ Usuarios de Windows
(A configuración da liña de ordes substituirá estes. Vexa a sección
«Opcións da liña de ordes», a continuación.)
- fullscreen=yes
+ ----------------------------------------------------------------------
- Executar o programa en modo de pantalla completa en vez de nunha
- xanela.
+Video/Sound
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "fullscreen=no". In both cases, may be overridden by the
- command-line option "--windowed".
+ Video
- fullscreen=native
+ fullscreen=yes
- Executar o programa en modo de pantalla completa. Ademais, asume
- a resolución actual da pantalla (estabelecida polo sistema
- operativo).
+ Executar o programa en modo de pantalla completa en vez de
+ nunha xanela.
- windowsize=TAMAÑO
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "fullscreen=no". In both cases, may be overridden by the
+ command-line option "--windowed".
- Executar o programa a un tamaño diferente (en modo xanela) ou a
- unha resolución de pantalla diferente (en modo de pantalla
- completa), en lugar do predeterminado (normalmente 800x600).
+ fullscreen=native
- O valor TAMAÑO debería presentarse en píxeles, en formato «largo
- por alto», cun «x» (X minúsculo) entre os valores. O tamaño pode
- ser calquera que teña polo menos 640 de largo e polo menos 480
- de alto.
+ Executar o programa en modo de pantalla completa. Ademais,
+ asume a resolución actual da pantalla (estabelecida polo
+ sistema operativo).
- Algúns exemplos:
+ windowsize=TAMAÑO
- * 640x480
- * 1024x768
- * 768x1024
- * 1600x1200
+ Executar o programa a un tamaño diferente (en modo xanela)
+ ou a unha resolución de pantalla diferente (en modo de
+ pantalla completa), en lugar do predeterminado (normalmente
+ 800x600).
- orient=portrait
+ O valor TAMAÑO debería presentarse en píxeles, en formato
+ «largo por alto», cun «x» (X minúsculo) entre os valores. O
+ tamaño pode ser calquera que teña polo menos 640 de largo e
+ polo menos 480 de alto.
- Cambia as opcións de largo/alto dadas a Tux Paint, útiles para
- xirar a xanela nas pantallas verticais, como unha tableta que
- está en orientación de tableta.
+ Algúns exemplos:
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "orient=landscape". In both cases, may be overridden by the
- command-line option "--orient=landscape".
+ * 640x480
+ * 1024x768
+ * 768x1024
+ * 1600x1200
- native=yes
+ orient=portrait
- Ao executar Tux Paint en modo de pantalla completa, isto asume a
- resolución actual da pantalla (anulando calquera opción
- «windowsize»), segundo o estabelecido polo sistema operativo.
+ Cambia as opcións de largo/alto dadas a Tux Paint, útiles
+ para xirar a xanela nas pantallas verticais, como unha
+ tableta que está en orientación de tableta.
- buttonsize=TAMAÑO
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "orient=landscape". In both cases, may be overridden by the
+ command-line option "--orient=landscape".
- Estabeleza o tamaño dos píxeles dos botóns na interface de
- usuario de Tux Paint (substituíndo o predeterminado de «48»).
- Útil cando se usan pantallas de alta densidade ou dispositivos
- de entrada groseiros, como rastrexadores de ollos.
+ native=yes
- O valor TAMAÑO debería presentarse en píxeles e pode estar entre
- 24 e 192, inclusive. A maioría dos botóns son cadrados e isto
- afectará ao seu largo e alto.
+ Ao executar Tux Paint en modo de pantalla completa, isto
+ asume a resolución actual da pantalla (anulando calquera
+ opción «windowsize»), segundo o estabelecido polo sistema
+ operativo.
- Nota: Se o tamaño do botón escollido fai que os botóns sexan
- demasiado grandes para que aparezan todos os elementos da
- interface de usuario requiridos dentro do tamaño de xanela
- escollido por Tux Paint, empregarase o tamaño de botón máis
- grande posíbel. (Aparecerá unha nota en stderr.)
+ allowscreensaver=yes
- allowscreensaver=yes
+ De xeito predeterminado, Tux Paint impide que o protector de
+ pantalla do seu sistema se inicie. Pode anular isto
+ empregando a opción «allowscreensaver». Nota: Isto require a
+ versión 1.2.12 ou superior da biblioteca SDL. (Tamén pode
+ facelo configurando a variábel de contorno
+ «SDL_VIDEO_ALLOW_SCREENSAVER» do seu sistema en «1».)
- De xeito predeterminado, Tux Paint impide que o protector de
- pantalla do seu sistema se inicie. Pode anular isto empregando a
- opción «allowscreensaver». Nota: Isto require a versión 1.2.12
- ou superior da biblioteca SDL. (Tamén pode facelo configurando a
- variábel de contorno «SDL_VIDEO_ALLOW_SCREENSAVER» do seu
- sistema en «1».)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "allowscreensaver=no" or "disablescreensaver=yes". In both
+ cases, may be overridden by the command-line option
+ "--disablescreensaver".
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "allowscreensaver=no" or "disablescreensaver=yes". In both
- cases, may be overridden by the command-line option
- "--disablescreensaver".
+ Sound
- nosound=yes
+ nosound=yes
- Desactivar os efectos de son. (Nota: Ao premer [Alt] + [S] non
- se poden volver activar os sons se se desactivaron usando esta
- opción).
+ Desactivar os efectos de son. (Nota: Ao premer [Alt] + [S]
+ non se poden volver activar os sons se se desactivaron
+ usando esta opción).
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "nosound=no"
- or "sound=yes". In both cases, may be overridden by the
- command-line option "--sound".
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nosound=no" or "sound=yes". In both cases, may be
+ overridden by the command-line option "--sound".
- nostereo=yes
+ nostereo=yes
- Desactivar a compatibilidade con panorama estéreo. (Útil para
- usuarios con discapacidade auditiva nun oído ou lugares onde se
- está a empregar un só altofalante ou auricular.)
+ Desactivar a compatibilidade con panorama estéreo. (Útil
+ para usuarios con discapacidade auditiva nun oído ou lugares
+ onde se está a empregar un só altofalante ou auricular.)
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "nostereo=no"
- or "stereo=yes". In both cases, may be overridden by the
- command-line option "--stereo".
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nostereo=no" or "stereo=yes". In both cases, may be
+ overridden by the command-line option "--stereo".
- noquit=yes
+ Interface Size
- Desactivar o botón «Saír» na pantalla e evitar saír de Tux Paint
- coa tecla [Escape].
+ buttonsize=TAMAÑO
- Usar a combinación de teclado [Alt] + [F4] ou premer no botón de
- peche da xanela (asumindo que non está en modo de pantalla
- completa) segue a funcionar para saír de Tux Paint.
+ Estabeleza o tamaño dos píxeles dos botóns na interface de
+ usuario de Tux Paint (substituíndo o predeterminado de
+ «48»). Útil cando se usan pantallas de alta densidade ou
+ dispositivos de entrada groseiros, como rastrexadores de
+ ollos.
- Tamén pode usar a seguinte combinación de teclado para saír:
- [Maiúsculas] + [Control] + [Escape].
+ O valor TAMAÑO debería presentarse en píxeles e pode estar
+ entre 24 e 192, inclusive. A maioría dos botóns son cadrados
+ e isto afectará ao seu largo e alto.
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "noquit=no" or
- "quit=yes". In both cases, may be overridden by the command-line
- option "--quit".
+ Nota: Se o tamaño do botón escollido fai que os botóns sexan
+ demasiado grandes para que aparezan todos os elementos da
+ interface de usuario requiridos dentro do tamaño de xanela
+ escollido por Tux Paint, empregarase o tamaño de botón máis
+ grande posíbel. (Aparecerá unha nota en stderr.)
- noprint=yes
+ colorsrows=FILAS
- Desactivar a función de impresión.
+ Cantas filas de botóns da paleta de cores amosar; útil cando
+ se usa unha gran paleta de cores (ver «colorfile», arriba)
+ e/ou para usar con dispositivos de entrada groseiros (como
+ os rastrexadores de ollos). «FILAS» pode estar entre «1» (o
+ predeterminado) e «3».
- printdelay=SEGUNDOS
+ ----------------------------------------------------------------------
- Restrinxir a impresión para que só poida producirse unha vez
- cada SEGUNDOS segundos.
+Mouse/Keyboard
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "printdelay=0". In both cases, may be overridden by the
- command-line option "--printdelay=0".
+ Cursor
- printcommand=ORDE
+ nofancycursors=yes
- (Só Linux e Unix)
+ Isto desactiva as fantásticas formas do punteiro do rato en
+ Tux Paint e usa o punteiro normal do seu contorno.
- Use a orde ORDE para imprimir un ficheiro en formato PostScript
- cando se preme no botón «Imprimir». Se esta opción non está
- especificamente definida, a orde predeterminada é:
+ Nalgúns contornos, os cursores de fantasía causan problemas.
+ Use esta opción para evitalos.
- lpr
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nofancycursors=no" or "fancycursors=yes". In both cases,
+ may be overridden by the command-line option
+ "--fancycursors".
- Nota: As versións de Tux Paint anteriores ao 0.9.15 enviaban
- datos en formato PNG á orde de impresión (de xeito
- predeterminado era «pngtopnm | pnmtops | lpr»).
+ hidecursor=yes
- Se estabeleceu unha alternativa printcommand no ficheiro de
- configuración antes da versión 0.9.15, terá que cambiala.
+ Isto agocha completamente as formas do punteiro do rato en
+ Tux Paint.
- altprintcommand=ORDE
+ Isto é útil para dispositivos con pantalla táctil, como as
+ tabletas.
- (Só Linux e Unix)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "hidecursor=no" or "showcursor=yes". In both cases, may be
+ overridden by the command-line option "--showcursor".
- Use a orde ORDE para imprimir un ficheiro en formato PostScript
- cando se preme no botón «Imprimir» mentres se mantén premida a
- tecla modificadora [Alt]. (Iso utilizase normalmente para
- fornecer un diálogo de impresión, semellante a cando se preme
- [Alt]+«Imprimir» en Windows e macOS.)
+ Keyboard
- Se esta opción non está especificamente definida, a orde
- predeterminada é o diálogo gráfico de impresión de KDE:
+ noshortcuts=yes
- kprinter
+ Isto desactiva os atallos de teclado (por exemplo,[Ctrl]-[S]
+ para gardar, [Ctrl]-[N] para unha nova imaxe, etc.)
- printcfg=yes
+ Isto é útil para evitar que ordes non desexadas sexan
+ activadas por cativos que non teñen experiencia con
+ teclados.
- (Só Windows e macOS)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "noshortcuts=no" or "shortcuts=yes". In both cases, may be
+ overridden by the command-line option "--shortcuts".
- Tux Paint empregará un ficheiro de configuración da impresora
- cando imprima. Prema a tecla [Alt] mentres fai clic no botón
- «Imprimir» en Tux Paint para que apareza unha xanela de diálogo
- de impresión de Windows.
+ Mouse
- (Nota: Isto só funciona cando non se está a executar Tux Paint
- en modo de pantalla completa.) Calquera cambio de configuración
- feito neste diálogo gardarase no ficheiro «userdata/print.cfg» e
- volverase a usar, sempre que estea configurada a opción
- «printcfg».
+ grab=yes
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "printcfg=no"
- or "noprintcfg=yes". In both cases, may be overridden by the
- command-line option "--noprintcfg".
+ Tux Paint tentará «amarrar» o rato e o teclado, de xeito que
+ o rato estea confinado na xanela de Tux Paint e case toda a
+ entrada do teclado se lle pase directamente.
- altprint=always
+ Isto é útil para desactivar as accións do sistema operativo
+ que poidan sacar ao usuario de Tux Pain do ciclo de xanelast
+ [Alt]-[Tab], [Ctrl]-[Escape], etc. Isto é especialmente útil
+ no modo de pantalla completa.
- Isto fai que Tux Paint amose sempre o diálogo da impresora (ou,
- en Linux/Unix, execute a orde «altprint») cando se preme no
- botón «Imprimir». Noutras palabras, é como premer en «Imprimir»
- mentres mantén premido [Alt], agás que non precisa manter
- premida [Alt] cada vez.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "grab=no"
+ or "dontgrab=yes". In both cases, may be overridden by the
+ command-line option "--dontgrab".
- altprint=never
+ nowheelmouse=yes
- Isto evita que Tux Paint nunca amose o diálogo da impresora (ou,
- en Linux/Unix, execute «altprintcommand») cando se preme no
- botón «Imprimir». Noutras palabras, fai que a tecla [Alt] non
- teña efecto ao premer no botón «Imprimir».
+ Isto desactiva a compatibilidade para a roda dos ratos que a
+ teñen. (Normalmente, a roda desprazará o menú do selector á
+ dereita.)
- altprint=mod
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be
+ overridden by the command-line option "--wheelmouse".
- Este é o comportamento normal e predeterminado. Tux Paint amosa
- un diálogo de impresora (ou, en Linux/Unix, executa a orde
- «altprint»), cando se preme a tecla [Alt] mentres se preme no
- botón «Imprimir». Premer en «Imprimir» sen manter premida [Alt]
- imprime sen amosar un diálogo.
+ nobuttondistinction=yes
- papersize=TAMAÑO_DO_PAPEL
+ Antes do Tux Paint 0.9.15, tamén se podían empregar os
+ botóns medio e dereito do rato para premer. Na versión
+ 0.9.15, cambiouse para que só funcionase o botón esquerdo do
+ rato para non adestrar aos cativos a usar o botón
+ incorrecto.
- (Plataformas que usan o xerador interno PostScript de Tux Paint;
- non Windows, macOS, BeOS ou Haiku).
+ Porén, para os cativos que teñen problemas co rato, pódese
+ desactivar esta distinción entre os dous ou tres botóns do
+ rato (devolvendo Tux Paint ao seu antigo comportamento)
+ usando esta opción.
- Indica a Tux Paint que tamaño de PostScript debe xerar. Se non
- se especifica ningún, Tux Paint comproba primeiro a súa variábel
- de contorno $PAPER, após o ficheiro /etc/papersize e após usa o
- tamaño de papel predeterminado da biblioteca «libpaper».
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nobuttondistinction=no" or "buttondistinction=yes". In both
+ cases, may be overridden by the command-line option
+ "--buttondistinction".
- Os tamaños de papel válidos inclúen: letter, legal, tabloid,
- executive, note, statement, a0, a1, a2, a3, a4, a5, a6, a7, a8,
- a9, a10, b0, b1, b2 b3, b4, 10x14, 11x17, halfletter,
- halfexecutive, halfnote, folio, quarto, ledger, archA, archB,
- archC, archD, archE, flsa, flse, csheet, dsheet, esheet.
+ ----------------------------------------------------------------------
- nolockfile=yes
+Simplificación
- De xeito predeterminado, Tux Paint usa o que se coñece como
- «ficheiro de bloqueo» para evitar que se inicie máis dunha vez
- en 30 segundos. (Isto é para evitar executar accidentalmente
- varias copias; por exemplo, premendo dúas veces nun iniciador
- dun só clic ou simplemente premendo impacientemente na icona
- varias veces.)
+ Interface Simplification
- Para facer que Tux Paint ignore o ficheiro de bloqueo,
- permitindo que se execute de novo, aínda que se lanzase hai
- menos de 30 segundos, active este axuste no ficheiro de
- configuración ou execute Tux Paint coa opción --nolockfile na
- liña de ordes.
+ simpleshapes=yes
- De xeito predeterminado, o ficheiro de bloqueo almacénase en
- «~/.tuxpaint/» en Linux e Unix e en «userdata\» en Windows.
+ Desactive o paso de rotación da ferramenta «Forma». Prema,
+ arrastra e solte é todo o que se necesita para debuxar unha
+ forma.
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nolockfile=no" or "lockfile=yes". In both cases, may be
- overridden by the command-line option "--lockfile".
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "simpleshapes=no" or "complexshapes=yes". In both cases, may
+ be overridden by the command-line option "--complexshapes".
- simpleshapes=yes
+ nooutlines=yes
- Desactive o paso de rotación da ferramenta «Forma». Prema,
- arrastra e solte é todo o que se necesita para debuxar unha
- forma.
+ Neste modo, amósanse contornos e liñas «elásticas» moito
+ máis sinxelas cando se usan as ferramentas Liñas, Formas,
+ Selos e Goma.
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "simpleshapes=no" or "complexshapes=yes". In both cases, may be
- overridden by the command-line option "--complexshapes".
+ Isto pode axudar cando Tux Paint se executa en computadores
+ moi lentos ou se amosa nunha pantalla remota de X-Window.
- uppercase=yes
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nooutlines=no" or "outlines=yes". In both cases, may be
+ overridden by the command-line option "--outlines".
- Todo o texto renderizarase só con maiúscula (por exemplo,
- «Pincel» será «PINCEL»). Útil para os cativos que saben ler,
- pero que ata agora só aprenderon maiúsculas.
+ uppercase=yes
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "uppercase=no"
- or "mixedcase=yes". In both cases, may be overridden by the
- command-line option "--mixedcase".
+ Todo o texto renderizarase só con maiúscula (por exemplo,
+ «Pincel» será «PINCEL»). Útil para os cativos que saben ler,
+ pero que ata agora só aprenderon maiúsculas.
- grab=yes
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "uppercase=no" or "mixedcase=yes". In both cases, may be
+ overridden by the command-line option "--mixedcase".
- Tux Paint tentará «amarrar» o rato e o teclado, de xeito que o
- rato estea confinado na xanela de Tux Paint e case toda a
- entrada do teclado se lle pase directamente.
+ Tamaño inicial do selo
- Isto é útil para desactivar as accións do sistema operativo que
- poidan sacar ao usuario de Tux Pain do ciclo de xanelast
- [Alt]-[Tab], [Ctrl]-[Escape], etc. Isto é especialmente útil no
- modo de pantalla completa.
+ stampsize=TAMAÑO
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "grab=no" or
- "dontgrab=yes". In both cases, may be overridden by the
- command-line option "--dontgrab".
+ Use esta opción para forzar a Tux Paint a estabelecer o
+ tamaño inicial de todos os selos. O valor TAMAÑO debería
+ estar entre 0 (máis pequeno) e 10 (máis grande). O tamaño é
+ relativo aos tamaños dispoñíbeis do selo, que depende do
+ selo en si, e do tamaño actual do lenzo de Tux Paint.
- noshortcuts=yes
+ Especifique «default» para que Tux Paint decida (o seu
+ comportamento estándar).
- Isto desactiva os atallos de teclado (por exemplo,[Ctrl]-[S]
- para gardar, [Ctrl]-[N] para unha nova imaxe, etc.)
+ Control Simplification
- Isto é útil para evitar que ordes non desexadas sexan activadas
- por cativos que non teñen experiencia con teclados.
+ noquit=yes
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "noshortcuts=no" or "shortcuts=yes". In both cases, may be
- overridden by the command-line option "--shortcuts".
+ Desactivar o botón «Saír» na pantalla e evitar saír de Tux
+ Paint coa tecla [Escape].
- nowheelmouse=yes
+ Usar a combinación de teclado [Alt] + [F4] ou premer no
+ botón de peche da xanela (asumindo que non está en modo de
+ pantalla completa) segue a funcionar para saír de Tux Paint.
- Isto desactiva a compatibilidade para a roda dos ratos que a
- teñen. (Normalmente, a roda desprazará o menú do selector á
- dereita.)
+ Tamén pode usar a seguinte combinación de teclado para saír:
+ [Maiúsculas] + [Control] + [Escape].
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be
- overridden by the command-line option "--wheelmouse".
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "noquit=no" or "quit=yes". In both cases, may be overridden
+ by the command-line option "--quit".
- nobuttondistinction=yes
+ nostamps=yes
- Antes do Tux Paint 0.9.15, tamén se podían empregar os botóns
- medio e dereito do rato para premer. Na versión 0.9.15,
- cambiouse para que só funcionase o botón esquerdo do rato para
- non adestrar aos cativos a usar o botón incorrecto.
+ Esta opción dille a Tux Paint que non cargue ningunha imaxe
+ de selo de caucho, o que á súa vez acaba desactivando a
+ ferramenta Selos.
+
+ Isto pode acelerar Tux Paint cando se carga por primeira vez
+ e reducir o uso de memoria mentres se está a executar. Por
+ suposto, ningún selo estará dispoñíbel.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nostamps=no" or "stamps=yes". In both cases, may be
+ overridden by the command-line option "--stamps".
+
+ nostampcontrols=yes
+
+ Algunhas imaxes da ferramenta Selos pódense reflectir,
+ inverter e/ou cambiar o seu tamaño. Esta opción desactiva os
+ controis e só fornece os selos básicos.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nostampcontrols=no" or "stampcontrols=yes". In both cases,
+ may be overridden by the command-line option
+ "--stampcontrols".
+
+ nomagiccontrols=yes
+
+ Algunhas ferramentas de Maxia teñen a opción de actuar coma
+ un pincel ou afectar todo o lenzo á vez. Esta opción
+ desactiva os controis e só fornece a funcionalidade
+ predeterminada (normalmente en modo pintura).
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nomagiccontrols=no" or "magiccontrols=yes". In both cases,
+ may be overridden by the command-line option
+ "--magiccontrols".
+
+ noshapecontrols=yes
+
+ Desactivar os botóns de control que se amosan cando se usa a
+ ferramenta Formas que permiten cambiar como se debuxan as
+ formas: centradas arredor do clic inicial do rato ou cun
+ canto co clic inicial do rato.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "noshapecontrols=no" or "shapecontrols=yes". In both cases,
+ may be overridden by the command-line option
+ "--shapecontrols".
+
+ nolabel=yes
+
+ Desactiva a ferramenta Etiqueta: a ferramenta que permite a
+ entrada de texto que se pode editar máis tarde.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nolabel=no" or "label=yes". In both cases, may be
+ overridden by the command-line option "--label".
+
+ ----------------------------------------------------------------------
+
+Languages
+
+ Language
+
+ lang=IDIOMA
+
+ Executa Tux Paint nun dos idiomas compatíbeis. A opción
+ posíbel para IDIOMA inclúe actualmente:
+
+ +-----------------------------------------------------------+
+ |english |american-english | |
+ |---------------------+---------------------+---------------|
+ |acholi |acoli | |
+ |---------------------+---------------------+---------------|
+ |afrikaans | | |
+ |---------------------+---------------------+---------------|
+ |akan |twi-fante | |
+ |---------------------+---------------------+---------------|
+ |albanian | | |
+ |---------------------+---------------------+---------------|
+ |amharic | | |
+ |---------------------+---------------------+---------------|
+ |arabic | | |
+ |---------------------+---------------------+---------------|
+ |aragones | | |
+ |---------------------+---------------------+---------------|
+ |armenian |hayeren | |
+ |---------------------+---------------------+---------------|
+ |assamese | | |
+ |---------------------+---------------------+---------------|
+ |asturian | | |
+ |---------------------+---------------------+---------------|
+ |australian-english | | |
+ |---------------------+---------------------+---------------|
+ |azerbaijani | | |
+ |---------------------+---------------------+---------------|
+ |bambara | | |
+ |---------------------+---------------------+---------------|
+ |basque |euskara | |
+ |---------------------+---------------------+---------------|
+ |belarusian |bielaruskaja | |
+ |---------------------+---------------------+---------------|
+ |bengali | | |
+ |---------------------+---------------------+---------------|
+ |bodo | | |
+ |---------------------+---------------------+---------------|
+ |bokmal | | |
+ |---------------------+---------------------+---------------|
+ |bosnian | | |
+ |---------------------+---------------------+---------------|
+ |brazilian-portuguese |portugues-brazilian |brazilian |
+ |---------------------+---------------------+---------------|
+ |breton |brezhoneg | |
+ |---------------------+---------------------+---------------|
+ |british-english |british | |
+ |---------------------+---------------------+---------------|
+ |bulgarian | | |
+ |---------------------+---------------------+---------------|
+ |canadian-english | | |
+ |---------------------+---------------------+---------------|
+ |catalan |catala | |
+ |---------------------+---------------------+---------------|
+ |chinese |simplified-chinese | |
+ |---------------------+---------------------+---------------|
+ |croatian |hrvatski | |
+ |---------------------+---------------------+---------------|
+ |czech |cesky | |
+ |---------------------+---------------------+---------------|
+ |danish |dansk | |
+ |---------------------+---------------------+---------------|
+ | |dogri | |
+ |---------------------+---------------------+---------------|
+ |dutch |nederlands | |
+ |---------------------+---------------------+---------------|
+ |esperanto | | |
+ |---------------------+---------------------+---------------|
+ |estonian | | |
+ |---------------------+---------------------+---------------|
+ |faroese | | |
+ |---------------------+---------------------+---------------|
+ |finnish |suomi | |
+ |---------------------+---------------------+---------------|
+ |french |francais | |
+ |---------------------+---------------------+---------------|
+ |fula |fulah |pulaar-fulfulde|
+ |---------------------+---------------------+---------------|
+ |gaelic |gaidhlig |irish-gaelic |
+ |---------------------+---------------------+---------------|
+ |galician |galego | |
+ |---------------------+---------------------+---------------|
+ |georgian | | |
+ |---------------------+---------------------+---------------|
+ |german |deutsch | |
+ |---------------------+---------------------+---------------|
+ |greek | | |
+ |---------------------+---------------------+---------------|
+ |gronings |zudelk-veenkelonioals| |
+ |---------------------+---------------------+---------------|
+ |gujarati | | |
+ |---------------------+---------------------+---------------|
+ |hebrew | | |
+ |---------------------+---------------------+---------------|
+ |hindi | | |
+ |---------------------+---------------------+---------------|
+ |hungarian |magyar | |
+ |---------------------+---------------------+---------------|
+ |icelandic |islenska | |
+ |---------------------+---------------------+---------------|
+ |indonesian |bahasa-indonesia | |
+ |---------------------+---------------------+---------------|
+ |inuktitut | | |
+ |---------------------+---------------------+---------------|
+ |italian |italiano | |
+ |---------------------+---------------------+---------------|
+ |japanese | | |
+ |---------------------+---------------------+---------------|
+ |kabyle | |kabylian |
+ |---------------------+---------------------+---------------|
+ |kannada | | |
+ |---------------------+---------------------+---------------|
+ |kashmiri-devanagari | | |
+ |---------------------+---------------------+---------------|
+ |kashmiri-perso-arabic| | |
+ |---------------------+---------------------+---------------|
+ |khmer | | |
+ |---------------------+---------------------+---------------|
+ |kiga |chiga | |
+ |---------------------+---------------------+---------------|
+ |kinyarwanda | | |
+ |---------------------+---------------------+---------------|
+ |klingon |tlhIngan | |
+ |---------------------+---------------------+---------------|
+ |konkani-devanagari | | |
+ |---------------------+---------------------+---------------|
+ |konkani-roman | | |
+ |---------------------+---------------------+---------------|
+ |korean | | |
+ |---------------------+---------------------+---------------|
+ |kurdish | | |
+ |---------------------+---------------------+---------------|
+ |latvian | | |
+ |---------------------+---------------------+---------------|
+ |lithuanian |lietuviu | |
+ |---------------------+---------------------+---------------|
+ |luganda | | |
+ |---------------------+---------------------+---------------|
+ |luxembourgish |letzebuergesch | |
+ |---------------------+---------------------+---------------|
+ |macedonian | | |
+ |---------------------+---------------------+---------------|
+ |maithili | | |
+ |---------------------+---------------------+---------------|
+ |malay | | |
+ |---------------------+---------------------+---------------|
+ |malayalam | | |
+ |---------------------+---------------------+---------------|
+ |manipuri-bengali | | |
+ |---------------------+---------------------+---------------|
+ |manipuri-meitei-mayek| | |
+ |---------------------+---------------------+---------------|
+ |marathi | | |
+ |---------------------+---------------------+---------------|
+ |mexican-spanish |espanol-mejicano |mexican |
+ |---------------------+---------------------+---------------|
+ |mongolian | | |
+ |---------------------+---------------------+---------------|
+ |ndebele | | |
+ |---------------------+---------------------+---------------|
+ |nepali | | |
+ |---------------------+---------------------+---------------|
+ |northern-sotho |sesotho-sa-leboa | |
+ |---------------------+---------------------+---------------|
+ |norwegian |nynorsk |norsk |
+ |---------------------+---------------------+---------------|
+ |occitan | | |
+ |---------------------+---------------------+---------------|
+ |odia |oriya | |
+ |---------------------+---------------------+---------------|
+ |ojibwe |ojibway | |
+ |---------------------+---------------------+---------------|
+ |persian | | |
+ |---------------------+---------------------+---------------|
+ |polish |polski | |
+ |---------------------+---------------------+---------------|
+ |portuguese |portugues | |
+ |---------------------+---------------------+---------------|
+ |punjabi |panjabi | |
+ |---------------------+---------------------+---------------|
+ |romanian | | |
+ |---------------------+---------------------+---------------|
+ |russian |russkiy | |
+ |---------------------+---------------------+---------------|
+ |sanskrit | | |
+ |---------------------+---------------------+---------------|
+ |santali-devanagari | | |
+ |---------------------+---------------------+---------------|
+ |santali-ol-chiki | | |
+ |---------------------+---------------------+---------------|
+ |scottish |ghaidhlig |scottish-gaelic|
+ |---------------------+---------------------+---------------|
+ |serbian | | |
+ |---------------------+---------------------+---------------|
+ |serbian-latin | | |
+ |---------------------+---------------------+---------------|
+ |shuswap |secwepemctin | |
+ |---------------------+---------------------+---------------|
+ |sindhi-devanagari | | |
+ |---------------------+---------------------+---------------|
+ |sindhi-perso-arabic | | |
+ |---------------------+---------------------+---------------|
+ |slovak | | |
+ |---------------------+---------------------+---------------|
+ |slovenian |slovensko | |
+ |---------------------+---------------------+---------------|
+ |songhay | | |
+ |---------------------+---------------------+---------------|
+ |southafrican-english | | |
+ |---------------------+---------------------+---------------|
+ |spanish |espanol | |
+ |---------------------+---------------------+---------------|
+ |sundanese | | |
+ |---------------------+---------------------+---------------|
+ |swahili | | |
+ |---------------------+---------------------+---------------|
+ |swedish |svenska | |
+ |---------------------+---------------------+---------------|
+ |tagalog | | |
+ |---------------------+---------------------+---------------|
+ |tamil | | |
+ |---------------------+---------------------+---------------|
+ |telugu | | |
+ |---------------------+---------------------+---------------|
+ |thai | | |
+ |---------------------+---------------------+---------------|
+ |tibetan | | |
+ |---------------------+---------------------+---------------|
+ |traditional-chinese | | |
+ |---------------------+---------------------+---------------|
+ |turkish | | |
+ |---------------------+---------------------+---------------|
+ |twi | | |
+ |---------------------+---------------------+---------------|
+ |ukrainian | | |
+ |---------------------+---------------------+---------------|
+ |urdu | | |
+ |---------------------+---------------------+---------------|
+ |venda | | |
+ |---------------------+---------------------+---------------|
+ |venetian |veneto | |
+ |---------------------+---------------------+---------------|
+ |vietnamese | | |
+ |---------------------+---------------------+---------------|
+ |walloon |walon | |
+ |---------------------+---------------------+---------------|
+ |welsh |cymraeg | |
+ |---------------------+---------------------+---------------|
+ |wolof | | |
+ |---------------------+---------------------+---------------|
+ |xhosa | | |
+ |---------------------+---------------------+---------------|
+ |miahuatlan-zapotec | |zapotec |
+ |---------------------+---------------------+---------------|
+ |zulu | |zulu |
+ +-----------------------------------------------------------+
+
+ --locale IDIOMA
+
+ Execute Tux Paint nun dos idiomas compatíbeis. Vexa a
+ sección «Escoller un idioma diferente» a continuación para
+ ver as cadeas de configuración local (por exemplo, «de_DE»
+ para o alemán) que debe usar.
+
+ (Se a súa configuración local xa está configurada, por
+ exemplo, coa variábel de contorno «$LANG», esta opción non é
+ necesaria, xa que Tux Paint respecta a configuración do seu
+ contorno, se é posíbel).
+
+ mirrorstamps=yes
+
+ Para os selos que se poden reflectir, esta opción
+ estabeléceos de xeito predeterminado na súa forma
+ reflectida.
+
+ Isto pode ser útil para as persoas que prefiren as cousas de
+ dereita a esquerda no canto de de esquerda a dereita.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases,
+ may be overridden by the command-line option
+ "--dontmirrorstamps".
+
+ Tipos de letra
+
+ sysfonts=yes
+
+ Esta opción fai que Tux Paint tente cargar tipos de letra
+ (para usalos na ferramenta Texto) dende o seu sistema
+ operativo. Normalmente, Tux Paint só cargará os que foron
+ incluídos con Tux Paint.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "sysfonts=no" or "nosysfonts=yes". In both cases, may be
+ overridden by the command-line option "--nosysfonts".
+
+ alllocalefonts=yes
+
+ Antes da versión 0.9.21, Tux Paint cargaba todos os tipos de
+ letra no seu propio directorio de tipos de letra, incluídos
+ os específicos da configuración local (por exemplo, o
+ tibetano, que non tiña caracteres latinos). A partir doa
+ 0.9.21, o único tipo de letra cargado dende o subdirectorio
+ específico da configuración local, se o hai, é o que
+ coincide coa configuración local en que se está a executar
+ Tux Paint.
+
+ Para cargar todos os tipos de letra específicos das
+ configuracións locais (o comportamento antigo), configure
+ esta opción.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "alllocalefonts=no" or "currentlocalefont=yes". In both
+ cases, may be overridden by the command-line option
+ "--currentlocalefont".
+
+ ----------------------------------------------------------------------
+
+Impresión
+
+ Print Permissions
- Porén, para os cativos que teñen problemas co rato, pódese
- desactivar esta distinción entre os dous ou tres botóns do rato
- (devolvendo Tux Paint ao seu antigo comportamento) usando esta
- opción.
+ noprint=yes
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nobuttondistinction=no" or "buttondistinction=yes". In both
- cases, may be overridden by the command-line option
- "--buttondistinction".
+ Desactivar a función de impresión.
- nofancycursors=yes
+ printdelay=SEGUNDOS
- Isto desactiva as fantásticas formas do punteiro do rato en Tux
- Paint e usa o punteiro normal do seu contorno.
+ Restrinxir a impresión para que só poida producirse unha vez
+ cada SEGUNDOS segundos.
- Nalgúns contornos, os cursores de fantasía causan problemas. Use
- esta opción para evitalos.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "printdelay=0". In both cases, may be overridden by the
+ command-line option "--printdelay=0".
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nofancycursors=no" or "fancycursors=yes". In both cases, may be
- overridden by the command-line option "--fancycursors".
+ Show Printer Dialog
- hidecursor=yes
+ altprint=always
- Isto agocha completamente as formas do punteiro do rato en Tux
- Paint.
+ Isto fai que Tux Paint amose sempre o diálogo da impresora
+ (ou, en Linux/Unix, execute a orde «altprint») cando se
+ preme no botón «Imprimir». Noutras palabras, é como premer
+ en «Imprimir» mentres mantén premido [Alt], agás que non
+ precisa manter premida [Alt] cada vez.
- Isto é útil para dispositivos con pantalla táctil, como as
- tabletas.
+ altprint=never
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "hidecursor=no" or "showcursor=yes". In both cases, may be
- overridden by the command-line option "--showcursor".
+ Isto evita que Tux Paint nunca amose o diálogo da impresora
+ (ou, en Linux/Unix, execute «altprintcommand») cando se
+ preme no botón «Imprimir». Noutras palabras, fai que a tecla
+ [Alt] non teña efecto ao premer no botón «Imprimir».
- nooutlines=yes
+ altprint=mod
- Neste modo, amósanse contornos e liñas «elásticas» moito máis
- sinxelas cando se usan as ferramentas Liñas, Formas, Selos e
- Goma.
+ Este é o comportamento normal e predeterminado. Tux Paint
+ amosa un diálogo de impresora (ou, en Linux/Unix, executa a
+ orde «altprint»), cando se preme a tecla [Alt] mentres se
+ preme no botón «Imprimir». Premer en «Imprimir» sen manter
+ premida [Alt] imprime sen amosar un diálogo.
- Isto pode axudar cando Tux Paint se executa en computadores moi
- lentos ou se amosa nunha pantalla remota de X-Window.
+ Save Printer Configuration
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nooutlines=no" or "outlines=yes". In both cases, may be
- overridden by the command-line option "--outlines".
+ printcfg=yes
- sysfonts=yes
+ (Só Windows e macOS)
- Esta opción fai que Tux Paint tente cargar tipos de letra (para
- usalos na ferramenta Texto) dende o seu sistema operativo.
- Normalmente, Tux Paint só cargará os que foron incluídos con Tux
- Paint.
+ Tux Paint empregará un ficheiro de configuración da
+ impresora cando imprima. Prema a tecla [Alt] mentres fai
+ clic no botón «Imprimir» en Tux Paint para que apareza unha
+ xanela de diálogo de impresión de Windows.
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "sysfonts=no"
- or "nosysfonts=yes". In both cases, may be overridden by the
- command-line option "--nosysfonts".
+ (Nota: Isto só funciona cando non se está a executar Tux
+ Paint en modo de pantalla completa.) Calquera cambio de
+ configuración feito neste diálogo gardarase no ficheiro
+ «userdata/print.cfg» e volverase a usar, sempre que estea
+ configurada a opción «printcfg».
- alllocalefonts=yes
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "printcfg=no" or "noprintcfg=yes". In both cases, may be
+ overridden by the command-line option "--noprintcfg".
- Antes da versión 0.9.21, Tux Paint cargaba todos os tipos de
- letra no seu propio directorio de tipos de letra, incluídos os
- específicos da configuración local (por exemplo, o tibetano, que
- non tiña caracteres latinos). A partir doa 0.9.21, o único tipo
- de letra cargado dende o subdirectorio específico da
- configuración local, se o hai, é o que coincide coa
- configuración local en que se está a executar Tux Paint.
+ Print Commands
- Para cargar todos os tipos de letra específicos das
- configuracións locais (o comportamento antigo), configure esta
- opción.
+ printcommand=ORDE
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "alllocalefonts=no" or "currentlocalefont=yes". In both cases,
- may be overridden by the command-line option
- "--currentlocalefont".
+ (Só Linux e Unix)
- nostamps=yes
+ Use a orde ORDE para imprimir un ficheiro en formato
+ PostScript cando se preme no botón «Imprimir». Se esta
+ opción non está especificamente definida, a orde
+ predeterminada é:
- Esta opción dille a Tux Paint que non cargue ningunha imaxe de
- selo de caucho, o que á súa vez acaba desactivando a ferramenta
- Selos.
+ lpr
- Isto pode acelerar Tux Paint cando se carga por primeira vez e
- reducir o uso de memoria mentres se está a executar. Por
- suposto, ningún selo estará dispoñíbel.
+ Nota: As versións de Tux Paint anteriores ao 0.9.15 enviaban
+ datos en formato PNG á orde de impresión (de xeito
+ predeterminado era «pngtopnm | pnmtops | lpr»).
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "nostamps=no"
- or "stamps=yes". In both cases, may be overridden by the
- command-line option "--stamps".
+ Se estabeleceu unha alternativa printcommand no ficheiro de
+ configuración antes da versión 0.9.15, terá que cambiala.
- nostampcontrols=yes
+ altprintcommand=ORDE
- Algunhas imaxes da ferramenta Selos pódense reflectir, inverter
- e/ou cambiar o seu tamaño. Esta opción desactiva os controis e
- só fornece os selos básicos.
+ (Só Linux e Unix)
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nostampcontrols=no" or "stampcontrols=yes". In both cases, may
- be overridden by the command-line option "--stampcontrols".
+ Use a orde ORDE para imprimir un ficheiro en formato
+ PostScript cando se preme no botón «Imprimir» mentres se
+ mantén premida a tecla modificadora [Alt]. (Iso utilizase
+ normalmente para fornecer un diálogo de impresión,
+ semellante a cando se preme [Alt]+«Imprimir» en Windows e
+ macOS.)
- nomagiccontrols=yes
+ Se esta opción non está especificamente definida, a orde
+ predeterminada é o diálogo gráfico de impresión de KDE:
- Algunhas ferramentas de Maxia teñen a opción de actuar coma un
- pincel ou afectar todo o lenzo á vez. Esta opción desactiva os
- controis e só fornece a funcionalidade predeterminada
- (normalmente en modo pintura).
+ kprinter
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may
- be overridden by the command-line option "--magiccontrols".
+ Paper Size
- noshapecontrols=yes
+ papersize=TAMAÑO_DO_PAPEL
- Desactivar os botóns de control que se amosan cando se usa a
- ferramenta Formas que permiten cambiar como se debuxan as
- formas: centradas arredor do clic inicial do rato ou cun canto
- co clic inicial do rato.
+ (Plataformas que usan o xerador interno PostScript de Tux
+ Paint; non Windows, macOS, BeOS ou Haiku).
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "noshapecontrols=no" or "shapecontrols=yes". In both cases, may
- be overridden by the command-line option "--shapecontrols".
+ Indica a Tux Paint que tamaño de PostScript debe xerar. Se
+ non se especifica ningún, Tux Paint comproba primeiro a súa
+ variábel de contorno $PAPER, após o ficheiro /etc/papersize
+ e após usa o tamaño de papel predeterminado da biblioteca
+ «libpaper».
- nolabel=yes
+ Os tamaños de papel válidos inclúen: letter, legal, tabloid,
+ executive, note, statement, a0, a1, a2, a3, a4, a5, a6, a7,
+ a8, a9, a10, b0, b1, b2 b3, b4, 10x14, 11x17, halfletter,
+ halfexecutive, halfnote, folio, quarto, ledger, archA,
+ archB, archC, archD, archE, flsa, flse, csheet, dsheet,
+ esheet.
- Desactiva a ferramenta Etiqueta: a ferramenta que permite a
- entrada de texto que se pode editar máis tarde.
+ ----------------------------------------------------------------------
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "nolabel=no"
- or "label=yes". In both cases, may be overridden by the
- command-line option "--label".
+Gardar
- newcolorslast=yes
+ Save Over Earlier Work
- Coloca as opcións de cor en branco no diálogo Novo ao final, de
- xeito que se amosen primeiro os iniciadores e/ou modelos.
+ saveover=yes
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "newcolorslast=no" or "newcolorsfirst=yes". In both cases, may
- be overridden by the command-line option "--newcolorsfirst".
+ Isto desactiva a pregunta «Gardar sobre a versión
+ antiga...?» ao gardar un ficheiro existente. Con esta
+ opción, a versión anterior sempre será substituída pola nova
+ versión automaticamente.
- mirrorstamps=yes
+ saveover=new
- Para os selos que se poden reflectir, esta opción estabeléceos
- de xeito predeterminado na súa forma reflectida.
+ Isto tamén desactiva a pregunta «Gardar sobre a versión
+ antiga...?» cando garda un ficheiro existente. Non obstante,
+ esta opción sempre gardará un novo ficheiro no canto de
+ sobrescribir a versión anterior.
- Isto pode ser útil para as persoas que prefiren as cousas de
- dereita a esquerda no canto de de esquerda a dereita.
+ saveover=ask
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases, may
- be overridden by the command-line option "--dontmirrorstamps".
+ (Esta opción é redundante, xa que esta é a opción
+ predeterminada.) Ao gardar un debuxo existente, primeiro
+ preguntaráselle se quere gardar sobre a versión anterior ou
+ non.
- mouse-accessibility=yes
+ Starting Out
- Neste modo, no canto de premer, arrastrar e soltar (por exemplo,
- para debuxar), premese, móvese e premese de novo para rematar o
- movemento.
+ startblank=yes
- onscreen-keyboard=yes
+ Isto fai que Tux Paint amose un lenzo en branco cando se
+ inicia por vez primeira, no canto de cargar a última imaxe
+ que se estaba a editar.
- Presenta un teclado en pantalla sobre que se pode premer cando
- empregan as ferramentas Texto e Etiqueta.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "startblank=no" or "startlast=yes". In both cases, may be
+ overridden by the command-line option "--startlast".
- onscreen-keyboard-layout=NOME DA DISPOSICIÓN
+ newcolorslast=yes
- Selecciona o deseño inicial para o teclado en pantalla cando usa
- as ferramentas Texto e Etiqueta.
- Nota: Usar esta opción implica onscreen-keyboard=yes
- automaticamente, polo que configurar ambas as cousas é
- redundante .
+ Coloca as opcións de cor en branco no diálogo Novo ao final,
+ de xeito que se amosen primeiro os iniciadores e/ou modelos.
- onscreen-keyboard-disable-change=yes
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "newcolorslast=no" or "newcolorsfirst=yes". In both cases,
+ may be overridden by the command-line option
+ "--newcolorsfirst".
- Desactiva a posibilidade de cambiar o deseño do teclado en
- pantalla cando se usan as ferramentas Texto e Etiqueta, útil
- para simplificar as cousas para os máis pequechos.
- Nota: Usar esta opción implica automaticamente
- onscreen-keyboard=yes, polo que estabelecer ambas as cousas é
- redundante.
+ Save and Export Directories
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "onscreen-keyboard-disable-change=no". In both cases, may be
- overridden by the command-line option
- "--onscreen-keyboard-disable-change=no".
+ savedir=DIRECTORIO
- joystick-dev=N
+ Use esta opción para cambiar onde se atopa o
+ directorio/cartafol «saved» de Tux Paint, que é onde Tux
+ Paint garda e abre imaxes.
- Especifica que dispositivo de mando debe ser usado por Tux
- Paint. O valor predeterminado é 0 (a primeira panca de mando —
- joystick).
+ Se non o anula, a ubicación predeterminada é:
- joystick-slowness=VELOCIDADE
+ * Linux e Unix: baixo un directorio agochado chamado
+ «.tuxpaint» no seu directorio persoal (tamén coñecido
+ como «~» ou «$HOME»)
+ Exemplo: /home/username/.tuxpaint/saved/
+ * Windows: Dentro un cartafol chamado «TuxPaint» no seu
+ cartafol «Application Data».
+ Exemplo: C:\Documents and Settings\Username\Application
+ Data\TuxPaint\saved\
+ * macOS: Dentro un cartafol chamado «TuxPaint» no seu
+ cartafol «Application Support».
+ Exemplo: /Users/Username/Library/Application
+ Support/TuxPaint/saved/
- Estabelece un atraso en cada movemento do eixo, permitindo
- atrasar a panca de mando (joystick). Os valores permitidos van
- de 0 a 500. O valor predeterminado é 15.
+ Nota: Ao especificar unha unidade de Windows (por exemplo,
+ «H:\»), tamén debe especificar un subdirectorio.
- joystick-threshold=LIMIAR
+ Nota: Antes da versión 0.9.18, Tux Paint tamén usaba a
+ configuración ou o valor predeterminado para «savedir» como
+ o lugar onde buscar ficheiros de datos persoais (pinceis,
+ selos, imaxes de comezo e tipos de letra) . A partir da
+ versión 0.9.18, pódense especificar por separado (consulte a
+ opción «datadir», a continuación).
- Estabelece o nivel mínimo de movemento do eixe para comezar a
- mover o punteiro. Os valores permitidos son de 0 a 32766. O
- valor predeterminado é 3200.
+ Exemplo: savedir=Z:\tuxpaint\
- joystick-maxsteps=PASOS
+ exportdir=DIRECTORIO
- Define os píxeles máximos que moverá o punteiro á vez. Os
- valores permitidos van do 1 ao 7. O valor predeterminado é 7.
+ Use esta opción para cambiar onde Tux Paint exporta
+ ficheiros —imaxes individuais ou diaporamasositivas GIF
+ animadas— uso externo.
- joystick-hat-timeout=MILISEGUNDOS
+ Se non o anula, a ubicación predeterminada é:
- Estabelece o atraso após de que o punteiro comezará a moverse
- automaticamente se se mantén premido o sombreiro. Os valores
- permitidos van de 0 a 3000. O valor predeterminado é 1000.
+ * 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
+ «xdg-user-dir PICTURES» para descubrilo.)
+ Normalmente (na configuración local inglesa), este será
+ un subdirectorio «Imaxes» no seu directorio persoal (é
+ dicir, «$HOME/Imaxes» tamén coñecido como «~/Imaxes»).
+ Tux Paint volverá usar ese directorio habitual, se non
+ se pode ler a configuración XDG, ou non se estabelece
+ nada «XDG_PICTURES_DIR».
+ * Windows: Directorio «As miñas imaxes» para cada usuario
+ (normalmente «c:\Users\NOME_DE_USUARIO\Pictures»).
+ Pode abrir directamente o cartafol do seguinte xeito:
+ * 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.]
+ * macOS — TBD!
+
+ Nota: Cando se empregan os valores predeterminados, crearase
+ e usarase un novo subdirectorio «TuxPaint». (p. ex.:
+ «~/Imaxes/TuxPaint») Cando se usa a opción «--exportdir»,
+ empregarase a ruta exacta especificada (non se crea ningún
+ subdirectorio «TuxPaint»).
- joystick-hat-slowness=VELOCIDADE
+ O directorio en si (p. ex.: «~/Imaxes/TuxPaint») crearase,
+ se non existe.
- Estabelece un atraso en cada movemento automático, o que permite
- diminuír a velocidade do sombreiro. Os valores permitidos van de
- 0 a 500. O valor predeterminado é 15.
+ Se o directorio pai (por exemplo, «~/Imaxes/TuxPaint»)
+ tampouco existe, Tux Paint tentará crealo tamén (pero non
+ ningún directorio superior a ese).
- joystick-btn-escape=NÚMERO DE BOTÓN
+ Exemplo: exportdir=/home/penguin/TuxPaintExports
- Selecciona o número do botón da panca de control (joystick), tal
- e como o ve SDL, que se usará para xerar un evento de escape.
- Útil para desactivar os diálogos e saír.
+ More Saving Options
+
+ nosave=yes
+
+ Isto desactiva a capacidade de Tux Paint para gardar
+ ficheiros (e, polo tanto, desactiva o botón «Gardar» na
+ pantalla). Pode usarse en situacións nas que o programa só
+ se usa para divertirse ou nun contorno de proba.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nosave=no" or "save=yes". In both cases, may be overridden
+ by the command-line option "--save".
+
+ autosave=yes
+
+ Isto impide a Tux Paint preguntar se quere gardar a imaxe
+ actual ao saír e supón que si.
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "autosave=no" or "noautosave=yes". In both cases, may be
+ overridden by the command-line option "--noautosave".
+
+ ----------------------------------------------------------------------
+
+Data
+
+ Lockfile
- joystick-btn-brush=NÚMERO DE BOTÓN
+ nolockfile=yes
+
+ De xeito predeterminado, Tux Paint usa o que se coñece como
+ «ficheiro de bloqueo» para evitar que se inicie máis dunha
+ vez en 30 segundos. (Isto é para evitar executar
+ accidentalmente varias copias; por exemplo, premendo dúas
+ veces nun iniciador dun só clic ou simplemente premendo
+ impacientemente na icona varias veces.)
- Selecciona o número do botón do joystick, como o ve SDL, que
- será un atallo a seleccionar a ferramenta de pinceis.
+ Para facer que Tux Paint ignore o ficheiro de bloqueo,
+ permitindo que se execute de novo, aínda que se lanzase hai
+ menos de 30 segundos, active este axuste no ficheiro de
+ configuración ou execute Tux Paint coa opción --nolockfile
+ na liña de ordes.
- joystick-btn-stamp=NÚMERO DE BOTÓN
+ De xeito predeterminado, o ficheiro de bloqueo almacénase en
+ «~/.tuxpaint/» en Linux e Unix e en «userdata\» en Windows.
- Selecciona o número do botón do joystick, como o ve SDL, que
- será un atallo a seleccionar a ferramenta de selos.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nolockfile=no" or "lockfile=yes". In both cases, may be
+ overridden by the command-line option "--lockfile".
- joystick-btn-lines=NÚMERO DE BOTÓN
+ Data Directory
- Selecciona o número do botón do joystick, como o ve SDL, que
- será un atallo a seleccionar a ferramenta de liñas.
+ datadir=DIRECTORIO
- joystick-btn-shapes=NÚMERO DE BOTÓN
+ Use esta opción para cambiar onde Tux Paint busca ficheiros
+ de datos persoais (pinceis, selos, imaxes de comezo, modelos
+ e tipos de letra específicos do usuario actual).
+
+ Tux Paint buscará subdirectorios/subcartafoles chamados
+ «brushes», «stamps», «starters», «templates», «fonts» no
+ directorio de datos especificado.
+
+ Se non o anula, a ubicación predeterminada é:
+
+ * Linux e Unix: baixo un directorio agochado chamado
+ «.tuxpaint» no seu directorio persoal (tamén coñecido
+ como «~» ou «$HOME»)
+ Exemplo: /home/username/.tuxpaint/brushes/
+ * Windows: Dentro un cartafol chamado «TuxPaint» no seu
+ cartafol «Application Data».
+ Exemplo: C:\Documents and Settings\Username\Application
+ Data\TuxPaint\brushes\
+ * macOS: Dentro un cartafol chamado «TuxPaint» no seu
+ cartafol «Application Support».
+ Exemplo: /Users/Username/Library/Application
+ Support/TuxPaint/brushes/
+
+ Nota: Antes da versión 0.9.18, Tux Paint usaba o mesmo
+ axuste ou predeterminado que para «savedir» para buscar
+ ficheiros de datos. A partir da versión 0.9.18, pódense
+ especificar por separado.
+
+ Nota: Ao especificar unha unidade de Windows (por exemplo,
+ «H:\»), tamén debe especificar un subdirectorio.
+
+ Exemplo: datadir=/home/johnny/tuxpaint-data/
+
+ Color Palette File
+
+ colorfile=NOME_DE_FICHEIRO
- Selecciona o número do botón do joystick, como o ve SDL, que
- será un atallo a seleccionar a ferramenta de formas.
+ Pode anular a paleta de cores predeterminada de Tux Paint
+ creando un ficheiro de texto ASCII simple que describa as
+ cores que quere e apuntando a ese ficheiro usando a opción
+ «colorfile».
+
+ O ficheiro debería incluír unha cor por liña. As cores
+ defínense en función dos seus valores vermello, verde e
+ azul, cada un de 0 (apagado) a 255 (máis brillante). (Para
+ obter máis información, vexa o artigo «Modelo de cor RGB (en
+ inglés) de Wikipedia).
+
+ As cores pódense enumerar usando tres números decimais (por
+ exemplo, «255 68 136») ou un «triplete» hexadecimal de 6 ou
+ 3 díxitos de longo (por exemplo, «#ff4488» ou «#F48»).
+
+ Após a definición da cor (na mesma liña) pode introducir
+ texto para describir a cor. Tux amosará este texto cando se
+ prema na cor. (Por exemplo, «#FFF Branco coma a neve.»)
+
+ Como exemplo, pode ver as cores predeterminadas empregadas
+ actualmente en Tux Paint en: «default_colors.txt».
+
+ NOTAS: Debe separar os valores decimais con espazos e
+ comezar os valores hexadecimais cun carácter de libra/signo
+ de númeral («#»). En hexadecimais de 3 díxitos, cada díxito
+ úsase tanto para a metade alta como para a baixa do byte,
+ polo que «#FFF» é o mesmo que «#FFFFFF» e non que «#F0F0F0».
+
+ ----------------------------------------------------------------------
+
+Accessibility
+
+ Mouse
+
+ mouse-accessibility=yes
+
+ Neste modo, no canto de premer, arrastrar e soltar (por
+ exemplo, para debuxar), premese, móvese e premese de novo
+ para rematar o movemento.
+
+ Keyboard
+
+ keyboard=yes
+
+ Isto permite empregar as teclas de frecha do teclado para
+ controlar o punteiro do rato. (por exemplo, para contornos
+ sen rato ou persoas con discapacidade ou problemas de
+ accesibilidade)
+
+ Funcionalidades:
- joystick-btn-text=NÚMERO DE BOTÓN
+ * Movemento fino dentro do lenzo ou movemento groseiro se
+ se mantén premida Shift.
+ * Movemento groseiro dentro das áreas dos botóns da
+ ferramenta.
+ * Principais controis:
+ * [Left]/[Right]/[Up]/[Down], teclado numérico [1]
+ ata [9]: mover o rato
+ * [Space]/[5]: premer co rato (agás cando se
+ empregan as ferramentas de «Texto» ou de
+ «Etiqueta»)
+ * [Insert]/[F5]: premer co rato (sempre)
+ * [F4] fai saltar o rato entre as «Ferramentas»,
+ «Cores» e as áreas do lenzo
+ * Se o rato está dentro da sección «Ferramentas» á
+ esquerda ou na sección «Cores» na parte inferior:
+ * [F7]/[F8]: mover cara abaixo/arriba entre os
+ botóns, respectivamente (só sección de
+ ferramentas)
+ * [F11]/[F12]: mover ao botón
+ anterior/seguinte, respectivamente
+ * Para premer e arrastrar, manteña premida unha das
+ teclas de «clic» (p. ex.: [Insert]) e use as teclas de
+ movemento (p. ex.: [Left]).
+ * Nota: a función de «accesibilidade do rato»
+ funciona cos controis do rato do teclado. Con
+ ambas as opcións activadas, as ferramentas de
+ pintura pódense empregar para debuxar premendo
+ unha tecla «clic» para comezar a premer, as teclas
+ de movemento para moverse (que debuxará) e outra
+ tecla «clic» para deixar de premer (deixar de
+ debuxar).
+ * Aínda se pode usar un rato e/ou unha panca de mando
+ (joystick) normais (para que poida, por exemplo,
+ moverse co rato e premer co teclado ou viceversa)
- Selecciona o número do botón do joystick, como o ve SDL, que
- será un atallo a seleccionar a ferramenta de texto.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "keyboard=no" or "2$keyboard=no". In both cases, may be
+ overridden by the command-line option "--mouse".
- joystick-btn-label=NÚMERO DE BOTÓN
+ Onscreen Keyboard
- Selecciona o número do botón do joystick, como o ve SDL, que
- será un atallo a seleccionar a ferramenta de etiquetas.
+ onscreen-keyboard=yes
- joystick-btn-magic=NÚMERO DE BOTÓN
+ Presenta un teclado en pantalla sobre que se pode premer
+ cando empregan as ferramentas Texto e Etiqueta.
- Selecciona o número do botón do joystick, como o ve SDL, que
- será un atallo a seleccionar a ferramenta de máxia.
+ onscreen-keyboard-layout=NOME DA DISPOSICIÓN
- joystick-btn-undo=NÚMERO DE BOTÓN
+ Selecciona o deseño inicial para o teclado en pantalla cando
+ usa as ferramentas Texto e Etiqueta.
+ Nota: Usar esta opción implica onscreen-keyboard=yes
+ automaticamente, polo que configurar ambas as cousas é
+ redundante .
- Selecciona o número do botón do joystick, como o ve SDL, que
- será un atallo a invocar a ferramenta de desfacer.
+ onscreen-keyboard-disable-change=yes
- joystick-btn-redo=NÚMERO DE BOTÓN
+ Desactiva a posibilidade de cambiar o deseño do teclado en
+ pantalla cando se usan as ferramentas Texto e Etiqueta, útil
+ para simplificar as cousas para os máis pequechos.
+ Nota: Usar esta opción implica automaticamente
+ onscreen-keyboard=yes, polo que estabelecer ambas as cousas
+ é redundante.
- Selecciona o número do botón da panca de mando (joystick), tal e
- como o ve SDL, que será un atallo para seleccionar ferramenta de
- refacer.
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "onscreen-keyboard-disable-change=no". In both cases, may be
+ overridden by the command-line option
+ "--onscreen-keyboard-disable-change=no".
- joystick-btn-eraser=NÚMERO DE BOTÓN
+ ----------------------------------------------------------------------
- Selecciona o número do botón da panca de mando (joystick), tal e
- como o ve SDL, que será un atallo para seleccionar ferramenta de
- goma de borrar.
+Joystick
- joystick-btn-new=NÚMERO DE BOTÓN
+ Main Device
- Selecciona o número do botón da panca de mando (joystick), como
- o ve SDL, que será un atallo para iniciar o diálogo para crear
- un novo debuxo.
+ joystick-dev=N
- joystick-btn-open=NÚMERO DE BOTÓN
+ Especifica que dispositivo de mando debe ser usado por Tux
+ Paint. O valor predeterminado é 0 (a primeira panca de mando
+ — joystick).
- Selecciona o número do botón da panca de mando (joystick), como
- o ve SDL, que será un atallo para iniciar o diálogo para abrir
- un debuxo existente.
+ joystick-slowness=VELOCIDADE
- joystick-btn-save=NÚMERO DE BOTÓN
+ Estabelece un atraso en cada movemento do eixo, permitindo
+ atrasar a panca de mando (joystick). Os valores permitidos
+ van de 0 a 500. O valor predeterminado é 15.
- Selecciona o número do botón do joystick, como o ve SDL, que
- será un atallo a garda o debuxo.
+ joystick-threshold=LIMIAR
- joystick-btn-pgsetup=NÚMERO DE BOTÓN
+ Estabelece o nivel mínimo de movemento do eixe para comezar
+ a mover o punteiro. Os valores permitidos son de 0 a 32766.
+ O valor predeterminado é 3200.
- Selecciona o número do botón do joystick, como o ve SDL, que
- será un atallo a inicia o diálogo de configuración da páxina
- para imprimir.
+ joystick-maxsteps=PASOS
- joystick-btn-print=NÚMERO DE BOTÓN
+ Define os píxeles máximos que moverá o punteiro á vez. Os
+ valores permitidos van do 1 ao 7. O valor predeterminado é
+ 7.
- Selecciona o número do botón do joystick, como o ve SDL, que
- será un atallo a imprimir.
+ Hat
- joystick-buttons-ignore=BOTÓN1,BOTÓN2,...
+ joystick-hat-slowness=VELOCIDADE
- Un conxunto de números de botóns do mando (joystick), como se ve
- en SDL, que deben ignorarse. Se non, a menos que sexan
- utilizados por unha das opcións «joystick-btn-» anteriores, os
- botóns veranse como un botón esquerdo do rato.
+ Estabelece un atraso en cada movemento automático, o que
+ permite diminuír a velocidade do sombreiro. Os valores
+ permitidos van de 0 a 500. O valor predeterminado é 15.
- stampsize=TAMAÑO
+ joystick-hat-timeout=MILISEGUNDOS
- Use esta opción para forzar a Tux Paint a estabelecer o tamaño
- inicial de todos os selos. O valor TAMAÑO debería estar entre 0
- (máis pequeno) e 10 (máis grande). O tamaño é relativo aos
- tamaños dispoñíbeis do selo, que depende do selo en si, e do
- tamaño actual do lenzo de Tux Paint.
+ Estabelece o atraso após de que o punteiro comezará a
+ moverse automaticamente se se mantén premido o sombreiro. Os
+ valores permitidos van de 0 a 3000. O valor predeterminado é
+ 1000.
- Especifique «default» para que Tux Paint decida (o seu
- comportamento estándar).
+ Buttons to Disable
- keyboard=yes
+ joystick-buttons-ignore=BOTÓN1,BOTÓN2,...
- Isto permite empregar as teclas de frecha do teclado para
- controlar o punteiro do rato. (por exemplo, para contornos sen
- rato ou persoas con discapacidade ou problemas de
- accesibilidade)
+ Un conxunto de números de botóns do mando (joystick), como
+ se ve en SDL, que deben ignorarse. Se non, a menos que sexan
+ utilizados por unha das opcións «joystick-btn-» anteriores,
+ os botóns veranse como un botón esquerdo do rato.
- Funcionalidades:
-
- * Movemento fino dentro do lenzo ou movemento groseiro se se
- mantén premida Shift.
- * Movemento groseiro dentro das áreas dos botóns da
- ferramenta.
- * Principais controis:
- * [Left]/[Right]/[Up]/[Down], teclado numérico [1] ata
- [9]: mover o rato
- * [Space]/[5]: premer co rato (agás cando se empregan as
- ferramentas de «Texto» ou de «Etiqueta»)
- * [Insert]/[F5]: premer co rato (sempre)
- * [F4] fai saltar o rato entre as «Ferramentas», «Cores»
- e as áreas do lenzo
- * Se o rato está dentro da sección «Ferramentas» á
- esquerda ou na sección «Cores» na parte inferior:
- * [F7]/[F8]: mover cara abaixo/arriba entre os
- botóns, respectivamente (só sección de
- ferramentas)
- * [F11]/[F12]: mover ao botón anterior/seguinte,
- respectivamente
- * Para premer e arrastrar, manteña premida unha das teclas de
- «clic» (p. ex.: [Insert]) e use as teclas de movemento (p.
- ex.: [Left]).
- * Nota: a función de «accesibilidade do rato» funciona
- cos controis do rato do teclado. Con ambas as opcións
- activadas, as ferramentas de pintura pódense empregar
- para debuxar premendo unha tecla «clic» para comezar a
- premer, as teclas de movemento para moverse (que
- debuxará) e outra tecla «clic» para deixar de premer
- (deixar de debuxar).
- * Aínda se pode usar un rato e/ou unha panca de mando
- (joystick) normais (para que poida, por exemplo, moverse co
- rato e premer co teclado ou viceversa)
-
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "keyboard=no"
- or "2$keyboard=no". In both cases, may be overridden by the
- command-line option "--mouse".
-
- savedir=DIRECTORIO
-
- Use esta opción para cambiar onde se atopa o directorio/cartafol
- «saved» de Tux Paint, que é onde Tux Paint garda e abre imaxes.
-
- Se non o anula, a ubicación predeterminada é:
-
- * Linux e Unix: baixo un directorio agochado chamado
- «.tuxpaint» no seu directorio persoal (tamén coñecido como
- «~» ou «$HOME»)
- Exemplo: /home/username/.tuxpaint/saved/
- * Windows: Dentro un cartafol chamado «TuxPaint» no seu
- cartafol «Application Data».
- Exemplo: C:\Documents and Settings\Username\Application
- Data\TuxPaint\saved\
- * macOS: Dentro un cartafol chamado «TuxPaint» no seu
- cartafol «Application Support».
- Exemplo: /Users/Username/Library/Application
- Support/TuxPaint/saved/
-
- Nota: Ao especificar unha unidade de Windows (por exemplo,
- «H:\»), tamén debe especificar un subdirectorio.
-
- Nota: Antes da versión 0.9.18, Tux Paint tamén usaba a
- configuración ou o valor predeterminado para «savedir» como o
- lugar onde buscar ficheiros de datos persoais (pinceis, selos,
- imaxes de comezo e tipos de letra) . A partir da versión 0.9.18,
- pódense especificar por separado (consulte a opción «datadir», a
- continuación).
-
- Exemplo: savedir=Z:\tuxpaint\
-
- exportdir=DIRECTORIO
-
- Use esta opción para cambiar onde Tux Paint exporta ficheiros
- —imaxes individuais ou diaporamasositivas GIF animadas— uso
- externo.
-
- Se non o anula, a ubicación predeterminada é:
-
- * 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
- «xdg-user-dir PICTURES» para descubrilo.)
- Normalmente (na configuración local inglesa), este será un
- subdirectorio «Imaxes» no seu directorio persoal (é dicir,
- «$HOME/Imaxes» tamén coñecido como «~/Imaxes»).
- Tux Paint volverá usar ese directorio habitual, se non se
- pode ler a configuración XDG, ou non se estabelece nada
- «XDG_PICTURES_DIR».
- * Windows: Directorio «As miñas imaxes» para cada usuario
- (normalmente «c:\Users\NOME_DE_USUARIO\Pictures»).
- Pode abrir directamente o cartafol do seguinte xeito:
- * 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.]
- * macOS — TBD!
-
- Nota: Cando se empregan os valores predeterminados, crearase e
- usarase un novo subdirectorio «TuxPaint». (p. ex.:
- «~/Imaxes/TuxPaint») Cando se usa a opción «--exportdir»,
- empregarase a ruta exacta especificada (non se crea ningún
- subdirectorio «TuxPaint»).
-
- O directorio en si (p. ex.: «~/Imaxes/TuxPaint») crearase, se
- non existe.
-
- Se o directorio pai (por exemplo, «~/Imaxes/TuxPaint») tampouco
- existe, Tux Paint tentará crealo tamén (pero non ningún
- directorio superior a ese).
-
- Exemplo: exportdir=/home/penguin/TuxPaintExports
-
- datadir=DIRECTORIO
-
- Use esta opción para cambiar onde Tux Paint busca ficheiros de
- datos persoais (pinceis, selos, imaxes de comezo, modelos e
- tipos de letra específicos do usuario actual).
-
- Tux Paint buscará subdirectorios/subcartafoles chamados
- «brushes», «stamps», «starters», «templates», «fonts» no
- directorio de datos especificado.
-
- Se non o anula, a ubicación predeterminada é:
-
- * Linux e Unix: baixo un directorio agochado chamado
- «.tuxpaint» no seu directorio persoal (tamén coñecido como
- «~» ou «$HOME»)
- Exemplo: /home/username/.tuxpaint/brushes/
- * Windows: Dentro un cartafol chamado «TuxPaint» no seu
- cartafol «Application Data».
- Exemplo: C:\Documents and Settings\Username\Application
- Data\TuxPaint\brushes\
- * macOS: Dentro un cartafol chamado «TuxPaint» no seu
- cartafol «Application Support».
- Exemplo: /Users/Username/Library/Application
- Support/TuxPaint/brushes/
-
- Nota: Antes da versión 0.9.18, Tux Paint usaba o mesmo axuste ou
- predeterminado que para «savedir» para buscar ficheiros de
- datos. A partir da versión 0.9.18, pódense especificar por
- separado.
-
- Nota: Ao especificar unha unidade de Windows (por exemplo,
- «H:\»), tamén debe especificar un subdirectorio.
-
- Exemplo: datadir=/home/johnny/tuxpaint-data/
-
- saveover=yes
-
- Isto desactiva a pregunta «Gardar sobre a versión antiga...?» ao
- gardar un ficheiro existente. Con esta opción, a versión
- anterior sempre será substituída pola nova versión
- automaticamente.
-
- saveover=new
-
- Isto tamén desactiva a pregunta «Gardar sobre a versión
- antiga...?» cando garda un ficheiro existente. Non obstante,
- esta opción sempre gardará un novo ficheiro no canto de
- sobrescribir a versión anterior.
-
- saveover=ask
-
- (Esta opción é redundante, xa que esta é a opción
- predeterminada.) Ao gardar un debuxo existente, primeiro
- preguntaráselle se quere gardar sobre a versión anterior ou non.
-
- nosave=yes
-
- Isto desactiva a capacidade de Tux Paint para gardar ficheiros
- (e, polo tanto, desactiva o botón «Gardar» na pantalla). Pode
- usarse en situacións nas que o programa só se usa para
- divertirse ou nun contorno de proba.
-
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "nosave=no" or
- "save=yes". In both cases, may be overridden by the command-line
- option "--save".
-
- autosave=yes
-
- Isto impide a Tux Paint preguntar se quere gardar a imaxe actual
- ao saír e supón que si.
-
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "autosave=no"
- or "noautosave=yes". In both cases, may be overridden by the
- command-line option "--noautosave".
-
- startblank=yes
-
- Isto fai que Tux Paint amose un lenzo en branco cando se inicia
- por vez primeira, no canto de cargar a última imaxe que se
- estaba a editar.
-
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "startblank=no" or "startlast=yes". In both cases, may be
- overridden by the command-line option "--startlast".
-
- colorfile=NOME_DE_FICHEIRO
-
- Pode anular a paleta de cores predeterminada de Tux Paint
- creando un ficheiro de texto ASCII simple que describa as cores
- que quere e apuntando a ese ficheiro usando a opción
- «colorfile».
-
- O ficheiro debería incluír unha cor por liña. As cores defínense
- en función dos seus valores vermello, verde e azul, cada un de 0
- (apagado) a 255 (máis brillante). (Para obter máis información,
- vexa o artigo «Modelo de cor RGB (en inglés) de Wikipedia).
-
- As cores pódense enumerar usando tres números decimais (por
- exemplo, «255 68 136») ou un «triplete» hexadecimal de 6 ou 3
- díxitos de longo (por exemplo, «#ff4488» ou «#F48»).
-
- Após a definición da cor (na mesma liña) pode introducir texto
- para describir a cor. Tux amosará este texto cando se prema na
- cor. (Por exemplo, «#FFF Branco coma a neve.»)
-
- Como exemplo, pode ver as cores predeterminadas empregadas
- actualmente en Tux Paint en: «default_colors.txt».
-
- NOTAS: Debe separar os valores decimais con espazos e comezar os
- valores hexadecimais cun carácter de libra/signo de númeral
- («#»). En hexadecimais de 3 díxitos, cada díxito úsase tanto
- para a metade alta como para a baixa do byte, polo que «#FFF» é
- o mesmo que «#FFFFFF» e non que «#F0F0F0».
-
- colorsrows=FILAS
-
- Cantas filas de botóns da paleta de cores amosar; útil cando se
- usa unha gran paleta de cores (ver «colorfile», arriba) e/ou
- para usar con dispositivos de entrada groseiros (como os
- rastrexadores de ollos). «FILAS» pode estar entre «1» (o
- predeterminado) e «3».
-
- lang=IDIOMA
-
- Executa Tux Paint nun dos idiomas compatíbeis. A opción posíbel
- para IDIOMA inclúe actualmente:
-
- +-----------------------------------------------------------+
- |english |american-english | |
- |---------------------+---------------------+---------------|
- |acholi |acoli | |
- |---------------------+---------------------+---------------|
- |afrikaans | | |
- |---------------------+---------------------+---------------|
- |akan |twi-fante | |
- |---------------------+---------------------+---------------|
- |albanian | | |
- |---------------------+---------------------+---------------|
- |amharic | | |
- |---------------------+---------------------+---------------|
- |arabic | | |
- |---------------------+---------------------+---------------|
- |aragones | | |
- |---------------------+---------------------+---------------|
- |armenian |hayeren | |
- |---------------------+---------------------+---------------|
- |assamese | | |
- |---------------------+---------------------+---------------|
- |asturian | | |
- |---------------------+---------------------+---------------|
- |australian-english | | |
- |---------------------+---------------------+---------------|
- |azerbaijani | | |
- |---------------------+---------------------+---------------|
- |bambara | | |
- |---------------------+---------------------+---------------|
- |basque |euskara | |
- |---------------------+---------------------+---------------|
- |belarusian |bielaruskaja | |
- |---------------------+---------------------+---------------|
- |bengali | | |
- |---------------------+---------------------+---------------|
- |bodo | | |
- |---------------------+---------------------+---------------|
- |bokmal | | |
- |---------------------+---------------------+---------------|
- |bosnian | | |
- |---------------------+---------------------+---------------|
- |brazilian-portuguese |portugues-brazilian |brazilian |
- |---------------------+---------------------+---------------|
- |breton |brezhoneg | |
- |---------------------+---------------------+---------------|
- |british-english |british | |
- |---------------------+---------------------+---------------|
- |bulgarian | | |
- |---------------------+---------------------+---------------|
- |canadian-english | | |
- |---------------------+---------------------+---------------|
- |catalan |catala | |
- |---------------------+---------------------+---------------|
- |chinese |simplified-chinese | |
- |---------------------+---------------------+---------------|
- |croatian |hrvatski | |
- |---------------------+---------------------+---------------|
- |czech |cesky | |
- |---------------------+---------------------+---------------|
- |danish |dansk | |
- |---------------------+---------------------+---------------|
- | |dogri | |
- |---------------------+---------------------+---------------|
- |dutch |nederlands | |
- |---------------------+---------------------+---------------|
- |esperanto | | |
- |---------------------+---------------------+---------------|
- |estonian | | |
- |---------------------+---------------------+---------------|
- |faroese | | |
- |---------------------+---------------------+---------------|
- |finnish |suomi | |
- |---------------------+---------------------+---------------|
- |french |francais | |
- |---------------------+---------------------+---------------|
- |fula |fulah |pulaar-fulfulde|
- |---------------------+---------------------+---------------|
- |gaelic |gaidhlig |irish-gaelic |
- |---------------------+---------------------+---------------|
- |galician |galego | |
- |---------------------+---------------------+---------------|
- |georgian | | |
- |---------------------+---------------------+---------------|
- |german |deutsch | |
- |---------------------+---------------------+---------------|
- |greek | | |
- |---------------------+---------------------+---------------|
- |gronings |zudelk-veenkelonioals| |
- |---------------------+---------------------+---------------|
- |gujarati | | |
- |---------------------+---------------------+---------------|
- |hebrew | | |
- |---------------------+---------------------+---------------|
- |hindi | | |
- |---------------------+---------------------+---------------|
- |hungarian |magyar | |
- |---------------------+---------------------+---------------|
- |icelandic |islenska | |
- |---------------------+---------------------+---------------|
- |indonesian |bahasa-indonesia | |
- |---------------------+---------------------+---------------|
- |inuktitut | | |
- |---------------------+---------------------+---------------|
- |italian |italiano | |
- |---------------------+---------------------+---------------|
- |japanese | | |
- |---------------------+---------------------+---------------|
- |kabyle | |kabylian |
- |---------------------+---------------------+---------------|
- |kannada | | |
- |---------------------+---------------------+---------------|
- |kashmiri-devanagari | | |
- |---------------------+---------------------+---------------|
- |kashmiri-perso-arabic| | |
- |---------------------+---------------------+---------------|
- |khmer | | |
- |---------------------+---------------------+---------------|
- |kiga |chiga | |
- |---------------------+---------------------+---------------|
- |kinyarwanda | | |
- |---------------------+---------------------+---------------|
- |klingon |tlhIngan | |
- |---------------------+---------------------+---------------|
- |konkani-devanagari | | |
- |---------------------+---------------------+---------------|
- |konkani-roman | | |
- |---------------------+---------------------+---------------|
- |korean | | |
- |---------------------+---------------------+---------------|
- |kurdish | | |
- |---------------------+---------------------+---------------|
- |latvian | | |
- |---------------------+---------------------+---------------|
- |lithuanian |lietuviu | |
- |---------------------+---------------------+---------------|
- |luganda | | |
- |---------------------+---------------------+---------------|
- |luxembourgish |letzebuergesch | |
- |---------------------+---------------------+---------------|
- |macedonian | | |
- |---------------------+---------------------+---------------|
- |maithili | | |
- |---------------------+---------------------+---------------|
- |malay | | |
- |---------------------+---------------------+---------------|
- |malayalam | | |
- |---------------------+---------------------+---------------|
- |manipuri-bengali | | |
- |---------------------+---------------------+---------------|
- |manipuri-meitei-mayek| | |
- |---------------------+---------------------+---------------|
- |marathi | | |
- |---------------------+---------------------+---------------|
- |mexican-spanish |espanol-mejicano |mexican |
- |---------------------+---------------------+---------------|
- |mongolian | | |
- |---------------------+---------------------+---------------|
- |ndebele | | |
- |---------------------+---------------------+---------------|
- |nepali | | |
- |---------------------+---------------------+---------------|
- |northern-sotho |sesotho-sa-leboa | |
- |---------------------+---------------------+---------------|
- |norwegian |nynorsk |norsk |
- |---------------------+---------------------+---------------|
- |occitan | | |
- |---------------------+---------------------+---------------|
- |odia |oriya | |
- |---------------------+---------------------+---------------|
- |ojibwe |ojibway | |
- |---------------------+---------------------+---------------|
- |persian | | |
- |---------------------+---------------------+---------------|
- |polish |polski | |
- |---------------------+---------------------+---------------|
- |portuguese |portugues | |
- |---------------------+---------------------+---------------|
- |punjabi |panjabi | |
- |---------------------+---------------------+---------------|
- |romanian | | |
- |---------------------+---------------------+---------------|
- |russian |russkiy | |
- |---------------------+---------------------+---------------|
- |sanskrit | | |
- |---------------------+---------------------+---------------|
- |santali-devanagari | | |
- |---------------------+---------------------+---------------|
- |santali-ol-chiki | | |
- |---------------------+---------------------+---------------|
- |scottish |ghaidhlig |scottish-gaelic|
- |---------------------+---------------------+---------------|
- |serbian | | |
- |---------------------+---------------------+---------------|
- |serbian-latin | | |
- |---------------------+---------------------+---------------|
- |shuswap |secwepemctin | |
- |---------------------+---------------------+---------------|
- |sindhi-devanagari | | |
- |---------------------+---------------------+---------------|
- |sindhi-perso-arabic | | |
- |---------------------+---------------------+---------------|
- |slovak | | |
- |---------------------+---------------------+---------------|
- |slovenian |slovensko | |
- |---------------------+---------------------+---------------|
- |songhay | | |
- |---------------------+---------------------+---------------|
- |southafrican-english | | |
- |---------------------+---------------------+---------------|
- |spanish |espanol | |
- |---------------------+---------------------+---------------|
- |sundanese | | |
- |---------------------+---------------------+---------------|
- |swahili | | |
- |---------------------+---------------------+---------------|
- |swedish |svenska | |
- |---------------------+---------------------+---------------|
- |tagalog | | |
- |---------------------+---------------------+---------------|
- |tamil | | |
- |---------------------+---------------------+---------------|
- |telugu | | |
- |---------------------+---------------------+---------------|
- |thai | | |
- |---------------------+---------------------+---------------|
- |tibetan | | |
- |---------------------+---------------------+---------------|
- |traditional-chinese | | |
- |---------------------+---------------------+---------------|
- |turkish | | |
- |---------------------+---------------------+---------------|
- |twi | | |
- |---------------------+---------------------+---------------|
- |ukrainian | | |
- |---------------------+---------------------+---------------|
- |urdu | | |
- |---------------------+---------------------+---------------|
- |venda | | |
- |---------------------+---------------------+---------------|
- |venetian |veneto | |
- |---------------------+---------------------+---------------|
- |vietnamese | | |
- |---------------------+---------------------+---------------|
- |walloon |walon | |
- |---------------------+---------------------+---------------|
- |welsh |cymraeg | |
- |---------------------+---------------------+---------------|
- |wolof | | |
- |---------------------+---------------------+---------------|
- |xhosa | | |
- |---------------------+---------------------+---------------|
- |miahuatlan-zapotec | |zapotec |
- |---------------------+---------------------+---------------|
- |zulu | |zulu |
- +-----------------------------------------------------------+
+ Button Shortcuts
+
+ joystick-btn-escape=NÚMERO DE BOTÓN
+
+ Selecciona o número do botón da panca de control (joystick),
+ tal e como o ve SDL, que se usará para xerar un evento de
+ escape. Útil para desactivar os diálogos e saír.
+
+ joystick-btn-brush=NÚMERO DE BOTÓN
+
+ Selecciona o número do botón do joystick, como o ve SDL, que
+ será un atallo a seleccionar a ferramenta de pinceis.
+
+ joystick-btn-stamp=NÚMERO DE BOTÓN
+
+ Selecciona o número do botón do joystick, como o ve SDL, que
+ será un atallo a seleccionar a ferramenta de selos.
+
+ joystick-btn-lines=NÚMERO DE BOTÓN
+
+ Selecciona o número do botón do joystick, como o ve SDL, que
+ será un atallo a seleccionar a ferramenta de liñas.
+
+ joystick-btn-shapes=NÚMERO DE BOTÓN
+
+ Selecciona o número do botón do joystick, como o ve SDL, que
+ será un atallo a seleccionar a ferramenta de formas.
+
+ joystick-btn-text=NÚMERO DE BOTÓN
+
+ Selecciona o número do botón do joystick, como o ve SDL, que
+ será un atallo a seleccionar a ferramenta de texto.
+
+ joystick-btn-label=NÚMERO DE BOTÓN
+
+ Selecciona o número do botón do joystick, como o ve SDL, que
+ será un atallo a seleccionar a ferramenta de etiquetas.
+
+ joystick-btn-magic=NÚMERO DE BOTÓN
+
+ Selecciona o número do botón do joystick, como o ve SDL, que
+ será un atallo a seleccionar a ferramenta de máxia.
+
+ joystick-btn-undo=NÚMERO DE BOTÓN
+
+ Selecciona o número do botón do joystick, como o ve SDL, que
+ será un atallo a invocar a ferramenta de desfacer.
+
+ joystick-btn-redo=NÚMERO DE BOTÓN
+
+ Selecciona o número do botón da panca de mando (joystick),
+ tal e como o ve SDL, que será un atallo para seleccionar
+ ferramenta de refacer.
+
+ joystick-btn-eraser=NÚMERO DE BOTÓN
+
+ Selecciona o número do botón da panca de mando (joystick),
+ tal e como o ve SDL, que será un atallo para seleccionar
+ ferramenta de goma de borrar.
+
+ joystick-btn-new=NÚMERO DE BOTÓN
+
+ Selecciona o número do botón da panca de mando (joystick),
+ como o ve SDL, que será un atallo para iniciar o diálogo
+ para crear un novo debuxo.
+
+ joystick-btn-open=NÚMERO DE BOTÓN
+
+ Selecciona o número do botón da panca de mando (joystick),
+ como o ve SDL, que será un atallo para iniciar o diálogo
+ para abrir un debuxo existente.
+
+ joystick-btn-save=NÚMERO DE BOTÓN
+
+ Selecciona o número do botón do joystick, como o ve SDL, que
+ será un atallo a garda o debuxo.
+
+ joystick-btn-pgsetup=NÚMERO DE BOTÓN
+
+ Selecciona o número do botón do joystick, como o ve SDL, que
+ será un atallo a inicia o diálogo de configuración da páxina
+ para imprimir.
+
+ joystick-btn-print=NÚMERO DE BOTÓN
+
+ Selecciona o número do botón do joystick, como o ve SDL, que
+ será un atallo a imprimir.
----------------------------------------------------------------------
@@ -1400,18 +1532,6 @@ Usuarios de Windows
-------------------------------------
- --locale IDIOMA
-
- Execute Tux Paint nun dos idiomas compatíbeis. Vexa a sección
- «Escoller un idioma diferente» a continuación para ver as
- cadeas de configuración local (por exemplo, «de_DE» para o
- alemán) que debe usar.
-
- (Se a súa configuración local xa está configurada, por
- exemplo, coa variábel de contorno «$LANG», esta opción non é
- necesaria, xa que Tux Paint respecta a configuración do seu
- contorno, se é posíbel).
-
--nosysconfig
En Linux e Unix, isto evita ler o ficheiro de configuración de
diff --git a/docs/gl_ES.UTF-8/html/OPTIONS.html b/docs/gl_ES.UTF-8/html/OPTIONS.html
index 5598e2bf6..12145744b 100644
--- a/docs/gl_ES.UTF-8/html/OPTIONS.html
+++ b/docs/gl_ES.UTF-8/html/OPTIONS.html
@@ -121,2555 +121,2830 @@
Os seguintes axustes pódense estabelecer no ficheiro de configuración. (A configuración da liña de ordes substituirá estes. Vexa a sección «Opcións da liña de ordes», a continuación.)
-
- -
-
fullscreen=yes
-
+
+
+ Video/Sound
+
+
+ Video
- -
-
- Executar o programa en modo de pantalla completa en vez de nunha xanela.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "fullscreen=no". In both cases, may be overridden by the command-line option "--windowed".
-
+
+
+ -
+
fullscreen=yes
+
+
+ -
+
+ Executar o programa en modo de pantalla completa en vez de nunha xanela.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "fullscreen=no". In both cases, may be overridden by the command-line option "--windowed".
+
+
+ -
+
fullscreen=native
+
+
+ -
+
+ Executar o programa en modo de pantalla completa. Ademais, asume a resolución actual da pantalla (estabelecida polo sistema operativo).
+
+
+ -
+
windowsize=TAMAÑO
+
+
+ -
+
+ Executar o programa a un tamaño diferente (en modo xanela) ou a unha resolución de pantalla diferente (en modo de pantalla completa), en lugar do predeterminado (normalmente 800x600).
+
+
+ O valor TAMAÑO debería presentarse en píxeles, en formato «largo por alto», cun «x» (X minúsculo) entre os valores. O tamaño pode ser calquera que teña polo menos 640 de largo e polo menos 480 de alto.
+
+
+ Algúns exemplos:
+
+
+ - 640x480
+
+
+ - 1024x768
+
+
+ - 768x1024
+
+
+ - 1600x1200
+
+
+
+
+ -
+
orient=portrait
+
+
+ -
+
+ Cambia as opcións de largo/alto dadas a Tux Paint, útiles para xirar a xanela nas pantallas verticais, como unha tableta que está en orientación de tableta.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "orient=landscape". In both cases, may be overridden by the command-line option "--orient=landscape".
+
+
+ -
+
native=yes
+
+
+ -
+
+ Ao executar Tux Paint en modo de pantalla completa, isto asume a resolución actual da pantalla (anulando calquera opción «windowsize»), segundo o estabelecido polo sistema operativo.
+
+
+ -
+
allowscreensaver=yes
+
+
+ -
+
+ De xeito predeterminado, Tux Paint impide que o protector de pantalla do seu sistema se inicie. Pode anular isto empregando a opción «allowscreensaver». Nota: Isto require a versión 1.2.12 ou superior da biblioteca SDL. (Tamén pode facelo configurando a variábel de contorno «SDL_VIDEO_ALLOW_SCREENSAVER» do seu sistema en «1».)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "allowscreensaver=no" or "disablescreensaver=yes". In both cases, may be overridden by the command-line option "--disablescreensaver".
+
+
+
- -
-
fullscreen=native
-
+
+ Sound
+
+
+ -
+
nosound=yes
+
+
+ -
+
+ Desactivar os efectos de son. (Nota: Ao premer [Alt] + [S] non se poden volver activar os sons se se desactivaron usando esta opción).
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosound=no" or "sound=yes". In both cases, may be overridden by the command-line option "--sound".
+
+
+ -
+
nostereo=yes
+
+
+ -
+
+ Desactivar a compatibilidade con panorama estéreo. (Útil para usuarios con discapacidade auditiva nun oído ou lugares onde se está a empregar un só altofalante ou auricular.)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostereo=no" or "stereo=yes". In both cases, may be overridden by the command-line option "--stereo".
+
+
+
- -
-
- Executar o programa en modo de pantalla completa. Ademais, asume a resolución actual da pantalla (estabelecida polo sistema operativo).
-
+
+ Interface Size
+
+
+ -
+
buttonsize=TAMAÑO
+
+
+ -
+
+ Estabeleza o tamaño dos píxeles dos botóns na interface de usuario de Tux Paint (substituíndo o predeterminado de «48»). Útil cando se usan pantallas de alta densidade ou dispositivos de entrada groseiros, como rastrexadores de ollos.
+
+
+ O valor TAMAÑO debería presentarse en píxeles e pode estar entre 24 e 192, inclusive. A maioría dos botóns son cadrados e isto afectará ao seu largo e alto.
+
+
+ Nota: Se o tamaño do botón escollido fai que os botóns sexan demasiado grandes para que aparezan todos os elementos da interface de usuario requiridos dentro do tamaño de xanela escollido por Tux Paint, empregarase o tamaño de botón máis grande posíbel. (Aparecerá unha nota en stderr.)
+
+
+ -
+
colorsrows=FILAS
+
+
+ -
+
+ Cantas filas de botóns da paleta de cores amosar; útil cando se usa unha gran paleta de cores (ver «colorfile», arriba) e/ou para usar con dispositivos de entrada groseiros (como os rastrexadores de ollos). «FILAS» pode estar entre «1» (o predeterminado) e «3».
+
+
+
+
- -
-
windowsize=TAMAÑO
-
+
+
+ Mouse/Keyboard
+
+
+ Cursor
- -
-
- Executar o programa a un tamaño diferente (en modo xanela) ou a unha resolución de pantalla diferente (en modo de pantalla completa), en lugar do predeterminado (normalmente 800x600).
+
+
+ -
+
nofancycursors=yes
+
-
- O valor TAMAÑO debería presentarse en píxeles, en formato «largo por alto», cun «x» (X minúsculo) entre os valores. O tamaño pode ser calquera que teña polo menos 640 de largo e polo menos 480 de alto.
+ -
+
+ Isto desactiva as fantásticas formas do punteiro do rato en Tux Paint e usa o punteiro normal do seu contorno.
-
- Algúns exemplos:
+
+ Nalgúns contornos, os cursores de fantasía causan problemas. Use esta opción para evitalos.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nofancycursors=no" or "fancycursors=yes". In both cases, may be overridden by the command-line option "--fancycursors".
+
-
- - 640x480
-
+ -
+
hidecursor=yes
+
- - 1024x768
-
+ -
+
+ Isto agocha completamente as formas do punteiro do rato en Tux Paint.
- - 768x1024
-
+
+ Isto é útil para dispositivos con pantalla táctil, como as tabletas.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "hidecursor=no" or "showcursor=yes". In both cases, may be overridden by the command-line option "--showcursor".
+
+
+
- - 1600x1200
-
+
+ Keyboard
+
+
+
+ -
+
noshortcuts=yes
+
+
+ -
+
+ Isto desactiva os atallos de teclado (por exemplo,[Ctrl]-[S] para gardar, [Ctrl]-[N] para unha nova imaxe, etc.)
+
+
+ Isto é útil para evitar que ordes non desexadas sexan activadas por cativos que non teñen experiencia con teclados.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshortcuts=no" or "shortcuts=yes". In both cases, may be overridden by the command-line option "--shortcuts".
+
+
+
+
+
+ Mouse
+
+
+
+ -
+
grab=yes
+
+
+ -
+
+ Tux Paint tentará «amarrar» o rato e o teclado, de xeito que o rato estea confinado na xanela de Tux Paint e case toda a entrada do teclado se lle pase directamente.
+
+
+ Isto é útil para desactivar as accións do sistema operativo que poidan sacar ao usuario de Tux Pain do ciclo de xanelast [Alt]-[Tab], [Ctrl]-[Escape], etc. Isto é especialmente útil no modo de pantalla completa.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "grab=no" or "dontgrab=yes". In both cases, may be overridden by the command-line option "--dontgrab".
+
+
+ -
+
nowheelmouse=yes
+
+
+ -
+
+ Isto desactiva a compatibilidade para a roda dos ratos que a teñen. (Normalmente, a roda desprazará o menú do selector á dereita.)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be overridden by the command-line option "--wheelmouse".
+
+
+ -
+
nobuttondistinction=yes
+
+
+ -
+
+ Antes do Tux Paint 0.9.15, tamén se podían empregar os botóns medio e dereito do rato para premer. Na versión 0.9.15, cambiouse para que só funcionase o botón esquerdo do rato para non adestrar aos cativos a usar o botón incorrecto.
+
+
+ Porén, para os cativos que teñen problemas co rato, pódese desactivar esta distinción entre os dous ou tres botóns do rato (devolvendo Tux Paint ao seu antigo comportamento) usando esta opción.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nobuttondistinction=no" or "buttondistinction=yes". In both cases, may be overridden by the command-line option "--buttondistinction".
+
+
+
+
+
+
+
+ Simplificación
+
+
+ Interface Simplification
+
+
+
+ -
+
simpleshapes=yes
+
+
+ -
+
+ Desactive o paso de rotación da ferramenta «Forma». Prema, arrastra e solte é todo o que se necesita para debuxar unha forma.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "simpleshapes=no" or "complexshapes=yes". In both cases, may be overridden by the command-line option "--complexshapes".
+
+
+ -
+
nooutlines=yes
+
+
+ -
+
+ Neste modo, amósanse contornos e liñas «elásticas» moito máis sinxelas cando se usan as ferramentas Liñas, Formas, Selos e Goma.
+
+
+ Isto pode axudar cando Tux Paint se executa en computadores moi lentos ou se amosa nunha pantalla remota de X-Window.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nooutlines=no" or "outlines=yes". In both cases, may be overridden by the command-line option "--outlines".
+
+
+ -
+
uppercase=yes
+
+
+ -
+
+ Todo o texto renderizarase só con maiúscula (por exemplo, «Pincel» será «PINCEL»). Útil para os cativos que saben ler, pero que ata agora só aprenderon maiúsculas.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "uppercase=no" or "mixedcase=yes". In both cases, may be overridden by the command-line option "--mixedcase".
+
+
+
+
+
+ Tamaño inicial do selo
+
+
+
+ -
+
stampsize=TAMAÑO
+
+
+ -
+
+ Use esta opción para forzar a Tux Paint a estabelecer o tamaño inicial de todos os selos. O valor TAMAÑO debería estar entre 0 (máis pequeno) e 10 (máis grande). O tamaño é relativo aos tamaños dispoñíbeis do selo, que depende do selo en si, e do tamaño actual do lenzo de Tux Paint.
+
+
+ Especifique «default» para que Tux Paint decida (o seu comportamento estándar).
+
+
+
+
+
+ Control Simplification
+
+
+
+ -
+
noquit=yes
+
+
+ -
+
+ Desactivar o botón «Saír» na pantalla e evitar saír de Tux Paint coa tecla [Escape].
+
+
+ Usar a combinación de teclado [Alt] + [F4] ou premer no botón de peche da xanela (asumindo que non está en modo de pantalla completa) segue a funcionar para saír de Tux Paint.
+
+
+ Tamén pode usar a seguinte combinación de teclado para saír: [Maiúsculas] + [Control] + [Escape].
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noquit=no" or "quit=yes". In both cases, may be overridden by the command-line option "--quit".
+
+
+ -
+
nostamps=yes
+
+
+ -
+
+ Esta opción dille a Tux Paint que non cargue ningunha imaxe de selo de caucho, o que á súa vez acaba desactivando a ferramenta Selos.
+
+
+ Isto pode acelerar Tux Paint cando se carga por primeira vez e reducir o uso de memoria mentres se está a executar. Por suposto, ningún selo estará dispoñíbel.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostamps=no" or "stamps=yes". In both cases, may be overridden by the command-line option "--stamps".
+
+
+ -
+
nostampcontrols=yes
+
+
+ -
+
+ Algunhas imaxes da ferramenta Selos pódense reflectir, inverter e/ou cambiar o seu tamaño. Esta opción desactiva os controis e só fornece os selos básicos.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostampcontrols=no" or "stampcontrols=yes". In both cases, may be overridden by the command-line option "--stampcontrols".
+
+
+ -
+
nomagiccontrols=yes
+
+
+ -
+
+ Algunhas ferramentas de Maxia teñen a opción de actuar coma un pincel ou afectar todo o lenzo á vez. Esta opción desactiva os controis e só fornece a funcionalidade predeterminada (normalmente en modo pintura).
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may be overridden by the command-line option "--magiccontrols".
+
+
+ -
+
noshapecontrols=yes
+
+
+ -
+
+ Desactivar os botóns de control que se amosan cando se usa a ferramenta Formas que permiten cambiar como se debuxan as formas: centradas arredor do clic inicial do rato ou cun canto co clic inicial do rato.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshapecontrols=no" or "shapecontrols=yes". In both cases, may be overridden by the command-line option "--shapecontrols".
+
+
+ -
+
nolabel=yes
+
+
+ -
+
+ Desactiva a ferramenta Etiqueta: a ferramenta que permite a entrada de texto que se pode editar máis tarde.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolabel=no" or "label=yes". In both cases, may be overridden by the command-line option "--label".
+
+
+
+
+
+
+
+ Languages
+
+
+ Language
+
+
+
+ -
+
lang=IDIOMA
+
+
+ -
+
+ Executa Tux Paint nun dos idiomas compatíbeis. A opción posíbel para IDIOMA inclúe actualmente:
+
+
+
+
+
+
+ english
+
+
+ american-english
+
+
+
+
+
+
+
+
+ acholi
+
+
+ acoli
+
+
+
+
+
+
+
+
+ afrikaans
+
+
+
+
+
+
+
+
+
+
+
+ akan
+
+
+ twi-fante
+
+
+
+
+
+
+
+
+ albanian
+
+
+
+
+
+
+
+
+
+
+
+ amharic
+
+
+
+
+
+
+
+
+
+
+
+ arabic
+
+
+
+
+
+
+
+
+
+
+
+ aragones
+
+
+
+
+
+
+
+
+
+
+
+ armenian
+
+
+ hayeren
+
+
+
+
+
+
+
+
+ assamese
+
+
+
+
+
+
+
+
+
+
+
+ asturian
+
+
+
+
+
+
+
+
+
+
+
+ australian-english
+
+
+
+
+
+
+
+
+
+
+
+ azerbaijani
+
+
+
+
+
+
+
+
+
+
+
+ bambara
+
+
+
+
+
+
+
+
+
+
+
+ basque
+
+
+ euskara
+
+
+
+
+
+
+
+
+ belarusian
+
+
+ bielaruskaja
+
+
+
+
+
+
+
+
+ bengali
+
+
+
+
+
+
+
+
+
+
+
+ bodo
+
+
+
+
+
+
+
+
+
+
+
+ bokmal
+
+
+
+
+
+
+
+
+
+
+
+ bosnian
+
+
+
+
+
+
+
+
+
+
+
+ brazilian-portuguese
+
+
+ portugues-brazilian
+
+
+ brazilian
+
+
+
+
+
+ breton
+
+
+ brezhoneg
+
+
+
+
+
+
+
+
+ british-english
+
+
+ british
+
+
+
+
+
+
+
+
+ bulgarian
+
+
+
+
+
+
+
+
+
+
+
+ canadian-english
+
+
+
+
+
+
+
+
+
+
+
+ catalan
+
+
+ catala
+
+
+
+
+
+
+
+
+ chinese
+
+
+ simplified-chinese
+
+
+
+
+
+
+
+
+ croatian
+
+
+ hrvatski
+
+
+
+
+
+
+
+
+ czech
+
+
+ cesky
+
+
+
+
+
+
+
+
+ danish
+
+
+ dansk
+
+
+
+
+
+
+
+
+
+
+
+ dogri
+
+
+
+
+
+
+
+
+ dutch
+
+
+ nederlands
+
+
+
+
+
+
+
+
+ esperanto
+
+
+
+
+
+
+
+
+
+
+
+ estonian
+
+
+
+
+
+
+
+
+
+
+
+ faroese
+
+
+
+
+
+
+
+
+
+
+
+ finnish
+
+
+ suomi
+
+
+
+
+
+
+
+
+ french
+
+
+ francais
+
+
+
+
+
+
+
+
+ fula
+
+
+ fulah
+
+
+ pulaar-fulfulde
+
+
+
+
+
+ gaelic
+
+
+ gaidhlig
+
+
+ irish-gaelic
+
+
+
+
+
+ galician
+
+
+ galego
+
+
+
+
+
+
+
+
+ georgian
+
+
+
+
+
+
+
+
+
+
+
+ german
+
+
+ deutsch
+
+
+
+
+
+
+
+
+ greek
+
+
+
+
+
+
+
+
+
+
+
+ gronings
+
+
+ zudelk-veenkelonioals
+
+
+
+
+
+
+
+
+ gujarati
+
+
+
+
+
+
+
+
+
+
+
+ hebrew
+
+
+
+
+
+
+
+
+
+
+
+ hindi
+
+
+
+
+
+
+
+
+
+
+
+ hungarian
+
+
+ magyar
+
+
+
+
+
+
+
+
+ icelandic
+
+
+ islenska
+
+
+
+
+
+
+
+
+ indonesian
+
+
+ bahasa-indonesia
+
+
+
+
+
+
+
+
+ inuktitut
+
+
+
+
+
+
+
+
+
+
+
+ italian
+
+
+ italiano
+
+
+
+
+
+
+
+
+ japanese
+
+
+
+
+
+
+
+
+
+
+
+ kabyle
+
+
+
+
+
+ kabylian
+
+
+
+
+
+ kannada
+
+
+
+
+
+
+
+
+
+
+
+ kashmiri-devanagari
+
+
+
+
+
+
+
+
+
+
+
+ kashmiri-perso-arabic
+
+
+
+
+
+
+
+
+
+
+
+ khmer
+
+
+
+
+
+
+
+
+
+
+
+ kiga
+
+
+ chiga
+
+
+
+
+
+
+
+
+ kinyarwanda
+
+
+
+
+
+
+
+
+
+
+
+ klingon
+
+
+ tlhIngan
+
+
+
+
+
+
+
+
+ konkani-devanagari
+
+
+
+
+
+
+
+
+
+
+
+ konkani-roman
+
+
+
+
+
+
+
+
+
+
+
+ korean
+
+
+
+
+
+
+
+
+
+
+
+ kurdish
+
+
+
+
+
+
+
+
+
+
+
+ latvian
+
+
+
+
+
+
+
+
+
+
+
+ lithuanian
+
+
+ lietuviu
+
+
+
+
+
+
+
+
+ luganda
+
+
+
+
+
+
+
+
+
+
+
+ luxembourgish
+
+
+ letzebuergesch
+
+
+
+
+
+
+
+
+ macedonian
+
+
+
+
+
+
+
+
+
+
+
+ maithili
+
+
+
+
+
+
+
+
+
+
+
+ malay
+
+
+
+
+
+
+
+
+
+
+
+ malayalam
+
+
+
+
+
+
+
+
+
+
+
+ manipuri-bengali
+
+
+
+
+
+
+
+
+
+
+
+ manipuri-meitei-mayek
+
+
+
+
+
+
+
+
+
+
+
+ marathi
+
+
+
+
+
+
+
+
+
+
+
+ mexican-spanish
+
+
+ espanol-mejicano
+
+
+ mexican
+
+
+
+
+
+ mongolian
+
+
+
+
+
+
+
+
+
+
+
+ ndebele
+
+
+
+
+
+
+
+
+
+
+
+ nepali
+
+
+
+
+
+
+
+
+
+
+
+ northern-sotho
+
+
+ sesotho-sa-leboa
+
+
+
+
+
+
+
+
+ norwegian
+
+
+ nynorsk
+
+
+ norsk
+
+
+
+
+
+ occitan
+
+
+
+
+
+
+
+
+
+
+
+ odia
+
+
+ oriya
+
+
+
+
+
+
+
+
+ ojibwe
+
+
+ ojibway
+
+
+
+
+
+
+
+
+ persian
+
+
+
+
+
+
+
+
+
+
+
+ polish
+
+
+ polski
+
+
+
+
+
+
+
+
+ portuguese
+
+
+ portugues
+
+
+
+
+
+
+
+
+ punjabi
+
+
+ panjabi
+
+
+
+
+
+
+
+
+ romanian
+
+
+
+
+
+
+
+
+
+
+
+ russian
+
+
+ russkiy
+
+
+
+
+
+
+
+
+ sanskrit
+
+
+
+
+
+
+
+
+
+
+
+ santali-devanagari
+
+
+
+
+
+
+
+
+
+
+
+ santali-ol-chiki
+
+
+
+
+
+
+
+
+
+
+
+ scottish
+
+
+ ghaidhlig
+
+
+ scottish-gaelic
+
+
+
+
+
+ serbian
+
+
+
+
+
+
+
+
+
+
+
+ serbian-latin
+
+
+
+
+
+
+
+
+
+
+
+ shuswap
+
+
+ secwepemctin
+
+
+
+
+
+
+
+
+ sindhi-devanagari
+
+
+
+
+
+
+
+
+
+
+
+ sindhi-perso-arabic
+
+
+
+
+
+
+
+
+
+
+
+ slovak
+
+
+
+
+
+
+
+
+
+
+
+ slovenian
+
+
+ slovensko
+
+
+
+
+
+
+
+
+ songhay
+
+
+
+
+
+
+
+
+
+
+
+ southafrican-english
+
+
+
+
+
+
+
+
+
+
+
+ spanish
+
+
+ espanol
+
+
+
+
+
+
+
+
+ sundanese
+
+
+
+
+
+
+
+
+
+
+
+ swahili
+
+
+
+
+
+
+
+
+
+
+
+ swedish
+
+
+ svenska
+
+
+
+
+
+
+
+
+ tagalog
+
+
+
+
+
+
+
+
+
+
+
+ tamil
+
+
+
+
+
+
+
+
+
+
+
+ telugu
+
+
+
+
+
+
+
+
+
+
+
+ thai
+
+
+
+
+
+
+
+
+
+
+
+ tibetan
+
+
+
+
+
+
+
+
+
+
+
+ traditional-chinese
+
+
+
+
+
+
+
+
+
+
+
+ turkish
+
+
+
+
+
+
+
+
+
+
+
+ twi
+
+
+
+
+
+
+
+
+
+
+
+ ukrainian
+
+
+
+
+
+
+
+
+
+
+
+ urdu
+
+
+
+
+
+
+
+
+
+
+
+ venda
+
+
+
+
+
+
+
+
+
+
+
+ venetian
+
+
+ veneto
+
+
+
+
+
+
+
+
+ vietnamese
+
+
+
+
+
+
+
+
+
+
+
+ walloon
+
+
+ walon
+
+
+
+
+
+
+
+
+ welsh
+
+
+ cymraeg
+
+
+
+
+
+
+
+
+ wolof
+
+
+
+
+
+
+
+
+
+
+
+ xhosa
+
+
+
+
+
+
+
+
+
+
+
+ miahuatlan-zapotec
+
+
+
+
+
+ zapotec
+
+
+
+
+
+ zulu
+
+
+
+
+
+ zulu
+
+
+
+
+
+
+ -
+
--locale IDIOMA
+
+
+ -
+
+ Execute Tux Paint nun dos idiomas compatíbeis. Vexa a sección «Escoller un idioma diferente» a continuación para ver as cadeas de configuración local (por exemplo, «de_DE» para o alemán) que debe usar.
+
+
+ (Se a súa configuración local xa está configurada, por exemplo, coa variábel de contorno «$LANG», esta opción non é necesaria, xa que Tux Paint respecta a configuración do seu contorno, se é posíbel).
+
+
+ -
+
mirrorstamps=yes
+
+
+ -
+
+ Para os selos que se poden reflectir, esta opción estabeléceos de xeito predeterminado na súa forma reflectida.
+
+
+ Isto pode ser útil para as persoas que prefiren as cousas de dereita a esquerda no canto de de esquerda a dereita.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases, may be overridden by the command-line option "--dontmirrorstamps".
+
+
+
+
+
+ Tipos de letra
+
+
+
+ -
+
sysfonts=yes
+
+
+ -
+
+ Esta opción fai que Tux Paint tente cargar tipos de letra (para usalos na ferramenta Texto) dende o seu sistema operativo. Normalmente, Tux Paint só cargará os que foron incluídos con Tux Paint.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "sysfonts=no" or "nosysfonts=yes". In both cases, may be overridden by the command-line option "--nosysfonts".
+
+
+ -
+
alllocalefonts=yes
+
+
+ -
+
+ Antes da versión 0.9.21, Tux Paint cargaba todos os tipos de letra no seu propio directorio de tipos de letra, incluídos os específicos da configuración local (por exemplo, o tibetano, que non tiña caracteres latinos). A partir doa 0.9.21, o único tipo de letra cargado dende o subdirectorio específico da configuración local, se o hai, é o que coincide coa configuración local en que se está a executar Tux Paint.
+
+
+ Para cargar todos os tipos de letra específicos das configuracións locais (o comportamento antigo), configure esta opción.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "alllocalefonts=no" or "currentlocalefont=yes". In both cases, may be overridden by the command-line option "--currentlocalefont".
+
+
+
+
+
+
+
+ Impresión
+
+
+ Print Permissions
+
+
+
+ -
+
noprint=yes
+
+
+ -
+
+ Desactivar a función de impresión.
+
+
+ -
+
printdelay=SEGUNDOS
+
+
+ -
+
+ Restrinxir a impresión para que só poida producirse unha vez cada SEGUNDOS segundos.
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printdelay=0". In both cases, may be overridden by the command-line option "--printdelay=0".
+
+
+
+
+
+ Show Printer Dialog
+
+
+
+ -
+
altprint=always
+
+
+ -
+
+ Isto fai que Tux Paint amose sempre o diálogo da impresora (ou, en Linux/Unix, execute a orde «altprint») cando se preme no botón «Imprimir». Noutras palabras, é como premer en «Imprimir» mentres mantén premido [Alt], agás que non precisa manter premida [Alt] cada vez.
+
+
+ -
+
altprint=never
+
+
+ -
+
+ Isto evita que Tux Paint nunca amose o diálogo da impresora (ou, en Linux/Unix, execute «altprintcommand») cando se preme no botón «Imprimir». Noutras palabras, fai que a tecla [Alt] non teña efecto ao premer no botón «Imprimir».
+
+
+ -
+
altprint=mod
+
+
+ -
+
+ Este é o comportamento normal e predeterminado. Tux Paint amosa un diálogo de impresora (ou, en Linux/Unix, executa a orde «altprint»), cando se preme a tecla [Alt] mentres se preme no botón «Imprimir». Premer en «Imprimir» sen manter premida [Alt] imprime sen amosar un diálogo.
+
+
+
+
+
+
+ Save Printer Configuration
+
+
+
+ -
+
printcfg=yes
+
+
+ -
+
+ (Só Windows e macOS)
+
+
+
+ Tux Paint empregará un ficheiro de configuración da impresora cando imprima. Prema a tecla [Alt] mentres fai clic no botón «Imprimir» en Tux Paint para que apareza unha xanela de diálogo de impresión de Windows.
+
+
+ (Nota: Isto só funciona cando non se está a executar Tux Paint en modo de pantalla completa.) Calquera cambio de configuración feito neste diálogo gardarase no ficheiro «userdata/print.cfg» e volverase a usar, sempre que estea configurada a opción «printcfg».
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printcfg=no" or "noprintcfg=yes". In both cases, may be overridden by the command-line option "--noprintcfg".
+
+
+
+
+
+
+ Print Commands
+
+
+
+ -
+
printcommand=ORDE
+
+
+ -
+
+ (Só Linux e Unix)
+
+
+
+ Use a orde ORDE para imprimir un ficheiro en formato PostScript cando se preme no botón «Imprimir». Se esta opción non está especificamente definida, a orde predeterminada é:
+
+
+ lpr
+
+
+
+ Nota: As versións de Tux Paint anteriores ao 0.9.15 enviaban datos en formato PNG á orde de impresión (de xeito predeterminado era «pngtopnm | pnmtops | lpr»).
+
+
+ Se estabeleceu unha alternativa printcommand no ficheiro de configuración antes da versión 0.9.15, terá que cambiala.
+
+
+ -
+
altprintcommand=ORDE
+
+
+ -
+
+ (Só Linux e Unix)
+
+
+
+ Use a orde ORDE para imprimir un ficheiro en formato PostScript cando se preme no botón «Imprimir» mentres se mantén premida a tecla modificadora [Alt]. (Iso utilizase normalmente para fornecer un diálogo de impresión, semellante a cando se preme [Alt]+«Imprimir» en Windows e macOS.)
+
+
+ Se esta opción non está especificamente definida, a orde predeterminada é o diálogo gráfico de impresión de KDE:
+
+
+ kprinter
+
+
+
+
+
+
+
+ Paper Size
+
+
+
+ -
+
papersize=TAMAÑO_DO_PAPEL
+
+
+ -
+
+ (Plataformas que usan o xerador interno PostScript de Tux Paint; non Windows, macOS, BeOS ou Haiku).
+
+
+
+ Indica a Tux Paint que tamaño de PostScript debe xerar. Se non se especifica ningún, Tux Paint comproba primeiro a súa variábel de contorno $PAPER, após o ficheiro /etc/papersize e após usa o tamaño de papel predeterminado da biblioteca «libpaper».
+
+
+ Os tamaños de papel válidos inclúen: letter, legal, tabloid, executive, note, statement, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, b0, b1, b2 b3, b4, 10x14, 11x17, halfletter, halfexecutive, halfnote, folio, quarto, ledger, archA, archB, archC, archD, archE, flsa, flse, csheet, dsheet, esheet.
+
+
+
+
+
+
+
+
+ Gardar
+
+
+ Save Over Earlier Work
+
+
+
+ -
+
saveover=yes
+
+
+ -
+
+ Isto desactiva a pregunta «Gardar sobre a versión antiga...?» ao gardar un ficheiro existente. Con esta opción, a versión anterior sempre será substituída pola nova versión automaticamente.
+
+
+ -
+
saveover=new
+
+
+ -
+
+ Isto tamén desactiva a pregunta «Gardar sobre a versión antiga...?» cando garda un ficheiro existente. Non obstante, esta opción sempre gardará un novo ficheiro no canto de sobrescribir a versión anterior.
+
+
+ -
+
saveover=ask
+
+
+ -
+
+ (Esta opción é redundante, xa que esta é a opción predeterminada.)
+ Ao gardar un debuxo existente, primeiro preguntaráselle se quere gardar sobre a versión anterior ou non.
+
+
+
+
+
+ Starting Out
+
+
+
+ -
+
startblank=yes
+
+
+ -
+
+ Isto fai que Tux Paint amose un lenzo en branco cando se inicia por vez primeira, no canto de cargar a última imaxe que se estaba a editar.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "startblank=no" or "startlast=yes". In both cases, may be overridden by the command-line option "--startlast".
+
+
+ -
+
newcolorslast=yes
+
+
+ -
+
+ Coloca as opcións de cor en branco no diálogo Novo ao final, de xeito que se amosen primeiro os iniciadores e/ou modelos.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "newcolorslast=no" or "newcolorsfirst=yes". In both cases, may be overridden by the command-line option "--newcolorsfirst".
+
+
+
+
+
+
+ Save and Export Directories
+
+
+
+ -
+
savedir=DIRECTORIO
+
+
+ -
+
+ Use esta opción para cambiar onde se atopa o directorio/cartafol «saved» de Tux Paint, que é onde Tux Paint garda e abre imaxes.
+
+
+ Se non o anula, a ubicación predeterminada é:
+
+
+ - Linux e Unix: baixo un directorio agochado chamado «
.tuxpaint» no seu directorio persoal (tamén coñecido como «~» ou «$HOME»)
+ Exemplo: /home/username/.tuxpaint/saved/
+
+ - Windows: Dentro un cartafol chamado «
TuxPaint» no seu cartafol «Application Data».
+ Exemplo: C:\Documents and Settings\Username\Application Data\TuxPaint\saved\
+
+
+ - macOS: Dentro un cartafol chamado «
TuxPaint» no seu cartafol «Application Support».
+ Exemplo: /Users/Username/Library/Application Support/TuxPaint/saved/
+
+
+
+ Nota: Ao especificar unha unidade de Windows (por exemplo, «H:\»), tamén debe especificar un subdirectorio.
+
+
+ Nota: Antes da versión 0.9.18, Tux Paint tamén usaba a configuración ou o valor predeterminado para «savedir» como o lugar onde buscar ficheiros de datos persoais (pinceis, selos, imaxes de comezo e tipos de letra) . A partir da versión 0.9.18, pódense especificar por separado (consulte a opción «datadir», a continuación).
+
+
+ Exemplo: savedir=Z:\tuxpaint\
+
+
+ -
+
exportdir=DIRECTORIO
+
+
+ -
+
+ Use esta opción para cambiar onde Tux Paint exporta ficheiros —imaxes individuais ou diaporamasositivas GIF animadas— uso externo.
+
+
+ Se non o anula, a ubicación predeterminada é:
+
+
+ - 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 «
xdg-user-dir PICTURES» para descubrilo.)
+ Normalmente (na configuración local inglesa), este será un subdirectorio «Imaxes» no seu directorio persoal (é dicir, «$HOME/Imaxes» tamén coñecido como «~/Imaxes»).
+ Tux Paint volverá usar ese directorio habitual, se non se pode ler a configuración XDG, ou non se estabelece nada «XDG_PICTURES_DIR».
+ - Windows: Directorio «As miñas imaxes» para cada usuario (normalmente «c:\Users\NOME_DE_USUARIO\Pictures»).
Pode abrir directamente o cartafol do seguinte xeito:
+ - 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.]
-
-
- -
-
orient=portrait
-
-
- -
-
- Cambia as opcións de largo/alto dadas a Tux Paint, útiles para xirar a xanela nas pantallas verticais, como unha tableta que está en orientación de tableta.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "orient=landscape". In both cases, may be overridden by the command-line option "--orient=landscape".
-
-
- -
-
native=yes
-
-
- -
-
- Ao executar Tux Paint en modo de pantalla completa, isto asume a resolución actual da pantalla (anulando calquera opción «windowsize»), segundo o estabelecido polo sistema operativo.
-
-
- -
-
buttonsize=TAMAÑO
-
-
- -
-
- Estabeleza o tamaño dos píxeles dos botóns na interface de usuario de Tux Paint (substituíndo o predeterminado de «48»). Útil cando se usan pantallas de alta densidade ou dispositivos de entrada groseiros, como rastrexadores de ollos.
-
-
- O valor TAMAÑO debería presentarse en píxeles e pode estar entre 24 e 192, inclusive. A maioría dos botóns son cadrados e isto afectará ao seu largo e alto.
-
-
- Nota: Se o tamaño do botón escollido fai que os botóns sexan demasiado grandes para que aparezan todos os elementos da interface de usuario requiridos dentro do tamaño de xanela escollido por Tux Paint, empregarase o tamaño de botón máis grande posíbel. (Aparecerá unha nota en stderr.)
-
-
- -
-
allowscreensaver=yes
-
-
- -
-
- De xeito predeterminado, Tux Paint impide que o protector de pantalla do seu sistema se inicie. Pode anular isto empregando a opción «allowscreensaver». Nota: Isto require a versión 1.2.12 ou superior da biblioteca SDL. (Tamén pode facelo configurando a variábel de contorno «SDL_VIDEO_ALLOW_SCREENSAVER» do seu sistema en «1».)
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "allowscreensaver=no" or "disablescreensaver=yes". In both cases, may be overridden by the command-line option "--disablescreensaver".
-
-
- -
-
nosound=yes
-
-
- -
-
- Desactivar os efectos de son. (Nota: Ao premer [Alt] + [S] non se poden volver activar os sons se se desactivaron usando esta opción).
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosound=no" or "sound=yes". In both cases, may be overridden by the command-line option "--sound".
-
-
- -
-
nostereo=yes
-
-
- -
-
- Desactivar a compatibilidade con panorama estéreo. (Útil para usuarios con discapacidade auditiva nun oído ou lugares onde se está a empregar un só altofalante ou auricular.)
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostereo=no" or "stereo=yes". In both cases, may be overridden by the command-line option "--stereo".
-
-
- -
-
noquit=yes
-
-
- -
-
- Desactivar o botón «Saír» na pantalla e evitar saír de Tux Paint coa tecla [Escape].
-
-
- Usar a combinación de teclado [Alt] + [F4] ou premer no botón de peche da xanela (asumindo que non está en modo de pantalla completa) segue a funcionar para saír de Tux Paint.
-
-
- Tamén pode usar a seguinte combinación de teclado para saír: [Maiúsculas] + [Control] + [Escape].
-
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noquit=no" or "quit=yes". In both cases, may be overridden by the command-line option "--quit".
-
-
- -
-
noprint=yes
-
-
- -
-
- Desactivar a función de impresión.
-
-
- -
-
printdelay=SEGUNDOS
-
-
- -
-
- Restrinxir a impresión para que só poida producirse unha vez cada SEGUNDOS segundos.
-
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printdelay=0". In both cases, may be overridden by the command-line option "--printdelay=0".
-
-
- -
-
printcommand=ORDE
-
-
- -
-
- (Só Linux e Unix)
-
-
-
- Use a orde ORDE para imprimir un ficheiro en formato PostScript cando se preme no botón «Imprimir». Se esta opción non está especificamente definida, a orde predeterminada é:
-
-
- lpr
-
-
-
- Nota: As versións de Tux Paint anteriores ao 0.9.15 enviaban datos en formato PNG á orde de impresión (de xeito predeterminado era «pngtopnm | pnmtops | lpr»).
-
-
- Se estabeleceu unha alternativa printcommand no ficheiro de configuración antes da versión 0.9.15, terá que cambiala.
-
-
- -
-
altprintcommand=ORDE
-
-
- -
-
- (Só Linux e Unix)
-
-
-
- Use a orde ORDE para imprimir un ficheiro en formato PostScript cando se preme no botón «Imprimir» mentres se mantén premida a tecla modificadora [Alt]. (Iso utilizase normalmente para fornecer un diálogo de impresión, semellante a cando se preme [Alt]+«Imprimir» en Windows e macOS.)
-
-
- Se esta opción non está especificamente definida, a orde predeterminada é o diálogo gráfico de impresión de KDE:
-
-
- kprinter
-
-
-
- -
-
printcfg=yes
-
-
- -
-
- (Só Windows e macOS)
-
-
-
- Tux Paint empregará un ficheiro de configuración da impresora cando imprima. Prema a tecla [Alt] mentres fai clic no botón «Imprimir» en Tux Paint para que apareza unha xanela de diálogo de impresión de Windows.
-
-
- (Nota: Isto só funciona cando non se está a executar Tux Paint en modo de pantalla completa.) Calquera cambio de configuración feito neste diálogo gardarase no ficheiro «userdata/print.cfg» e volverase a usar, sempre que estea configurada a opción «printcfg».
-
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printcfg=no" or "noprintcfg=yes". In both cases, may be overridden by the command-line option "--noprintcfg".
-
-
- -
-
altprint=always
-
-
- -
-
- Isto fai que Tux Paint amose sempre o diálogo da impresora (ou, en Linux/Unix, execute a orde «altprint») cando se preme no botón «Imprimir». Noutras palabras, é como premer en «Imprimir» mentres mantén premido [Alt], agás que non precisa manter premida [Alt] cada vez.
-
-
- -
-
altprint=never
-
-
- -
-
- Isto evita que Tux Paint nunca amose o diálogo da impresora (ou, en Linux/Unix, execute «altprintcommand») cando se preme no botón «Imprimir». Noutras palabras, fai que a tecla [Alt] non teña efecto ao premer no botón «Imprimir».
-
-
- -
-
altprint=mod
-
-
- -
-
- Este é o comportamento normal e predeterminado. Tux Paint amosa un diálogo de impresora (ou, en Linux/Unix, executa a orde «altprint»), cando se preme a tecla [Alt] mentres se preme no botón «Imprimir». Premer en «Imprimir» sen manter premida [Alt] imprime sen amosar un diálogo.
-
-
- -
-
papersize=TAMAÑO_DO_PAPEL
-
-
- -
-
- (Plataformas que usan o xerador interno PostScript de Tux Paint; non Windows, macOS, BeOS ou Haiku).
-
-
-
- Indica a Tux Paint que tamaño de PostScript debe xerar. Se non se especifica ningún, Tux Paint comproba primeiro a súa variábel de contorno $PAPER, após o ficheiro /etc/papersize e após usa o tamaño de papel predeterminado da biblioteca «libpaper».
-
-
- Os tamaños de papel válidos inclúen: letter, legal, tabloid, executive, note, statement, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, b0, b1, b2 b3, b4, 10x14, 11x17, halfletter, halfexecutive, halfnote, folio, quarto, ledger, archA, archB, archC, archD, archE, flsa, flse, csheet, dsheet, esheet.
-
-
- -
-
nolockfile=yes
-
-
- -
-
- De xeito predeterminado, Tux Paint usa o que se coñece como «ficheiro de bloqueo» para evitar que se inicie máis dunha vez en 30 segundos. (Isto é para evitar executar accidentalmente varias copias; por exemplo, premendo dúas veces nun iniciador dun só clic ou simplemente premendo impacientemente na icona varias veces.)
-
-
- Para facer que Tux Paint ignore o ficheiro de bloqueo, permitindo que se execute de novo, aínda que se lanzase hai menos de 30 segundos, active este axuste no ficheiro de configuración ou execute Tux Paint coa opción --nolockfile na liña de ordes.
-
-
- De xeito predeterminado, o ficheiro de bloqueo almacénase en «~/.tuxpaint/» en Linux e Unix e en «userdata\» en Windows.
-
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolockfile=no" or "lockfile=yes". In both cases, may be overridden by the command-line option "--lockfile".
-
-
- -
-
simpleshapes=yes
-
-
- -
-
- Desactive o paso de rotación da ferramenta «Forma». Prema, arrastra e solte é todo o que se necesita para debuxar unha forma.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "simpleshapes=no" or "complexshapes=yes". In both cases, may be overridden by the command-line option "--complexshapes".
-
-
- -
-
uppercase=yes
-
-
- -
-
- Todo o texto renderizarase só con maiúscula (por exemplo, «Pincel» será «PINCEL»). Útil para os cativos que saben ler, pero que ata agora só aprenderon maiúsculas.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "uppercase=no" or "mixedcase=yes". In both cases, may be overridden by the command-line option "--mixedcase".
-
-
- -
-
grab=yes
-
-
- -
-
- Tux Paint tentará «amarrar» o rato e o teclado, de xeito que o rato estea confinado na xanela de Tux Paint e case toda a entrada do teclado se lle pase directamente.
-
-
- Isto é útil para desactivar as accións do sistema operativo que poidan sacar ao usuario de Tux Pain do ciclo de xanelast [Alt]-[Tab], [Ctrl]-[Escape], etc. Isto é especialmente útil no modo de pantalla completa.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "grab=no" or "dontgrab=yes". In both cases, may be overridden by the command-line option "--dontgrab".
-
-
- -
-
noshortcuts=yes
-
-
- -
-
- Isto desactiva os atallos de teclado (por exemplo,[Ctrl]-[S] para gardar, [Ctrl]-[N] para unha nova imaxe, etc.)
-
-
- Isto é útil para evitar que ordes non desexadas sexan activadas por cativos que non teñen experiencia con teclados.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshortcuts=no" or "shortcuts=yes". In both cases, may be overridden by the command-line option "--shortcuts".
-
-
- -
-
nowheelmouse=yes
-
-
- -
-
- Isto desactiva a compatibilidade para a roda dos ratos que a teñen. (Normalmente, a roda desprazará o menú do selector á dereita.)
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be overridden by the command-line option "--wheelmouse".
-
-
- -
-
nobuttondistinction=yes
-
-
- -
-
- Antes do Tux Paint 0.9.15, tamén se podían empregar os botóns medio e dereito do rato para premer. Na versión 0.9.15, cambiouse para que só funcionase o botón esquerdo do rato para non adestrar aos cativos a usar o botón incorrecto.
-
-
- Porén, para os cativos que teñen problemas co rato, pódese desactivar esta distinción entre os dous ou tres botóns do rato (devolvendo Tux Paint ao seu antigo comportamento) usando esta opción.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nobuttondistinction=no" or "buttondistinction=yes". In both cases, may be overridden by the command-line option "--buttondistinction".
-
-
- -
-
nofancycursors=yes
-
-
- -
-
- Isto desactiva as fantásticas formas do punteiro do rato en Tux Paint e usa o punteiro normal do seu contorno.
-
-
- Nalgúns contornos, os cursores de fantasía causan problemas. Use esta opción para evitalos.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nofancycursors=no" or "fancycursors=yes". In both cases, may be overridden by the command-line option "--fancycursors".
-
-
- -
-
hidecursor=yes
-
-
- -
-
- Isto agocha completamente as formas do punteiro do rato en Tux Paint.
-
-
- Isto é útil para dispositivos con pantalla táctil, como as tabletas.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "hidecursor=no" or "showcursor=yes". In both cases, may be overridden by the command-line option "--showcursor".
-
-
- -
-
nooutlines=yes
-
-
- -
-
- Neste modo, amósanse contornos e liñas «elásticas» moito máis sinxelas cando se usan as ferramentas Liñas, Formas, Selos e Goma.
-
-
- Isto pode axudar cando Tux Paint se executa en computadores moi lentos ou se amosa nunha pantalla remota de X-Window.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nooutlines=no" or "outlines=yes". In both cases, may be overridden by the command-line option "--outlines".
-
-
- -
-
sysfonts=yes
-
-
- -
-
- Esta opción fai que Tux Paint tente cargar tipos de letra (para usalos na ferramenta Texto) dende o seu sistema operativo. Normalmente, Tux Paint só cargará os que foron incluídos con Tux Paint.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "sysfonts=no" or "nosysfonts=yes". In both cases, may be overridden by the command-line option "--nosysfonts".
-
-
- -
-
alllocalefonts=yes
-
-
- -
-
- Antes da versión 0.9.21, Tux Paint cargaba todos os tipos de letra no seu propio directorio de tipos de letra, incluídos os específicos da configuración local (por exemplo, o tibetano, que non tiña caracteres latinos). A partir doa 0.9.21, o único tipo de letra cargado dende o subdirectorio específico da configuración local, se o hai, é o que coincide coa configuración local en que se está a executar Tux Paint.
-
-
- Para cargar todos os tipos de letra específicos das configuracións locais (o comportamento antigo), configure esta opción.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "alllocalefonts=no" or "currentlocalefont=yes". In both cases, may be overridden by the command-line option "--currentlocalefont".
-
-
- -
-
nostamps=yes
-
-
- -
-
- Esta opción dille a Tux Paint que non cargue ningunha imaxe de selo de caucho, o que á súa vez acaba desactivando a ferramenta Selos.
-
-
- Isto pode acelerar Tux Paint cando se carga por primeira vez e reducir o uso de memoria mentres se está a executar. Por suposto, ningún selo estará dispoñíbel.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostamps=no" or "stamps=yes". In both cases, may be overridden by the command-line option "--stamps".
-
-
- -
-
nostampcontrols=yes
-
-
- -
-
- Algunhas imaxes da ferramenta Selos pódense reflectir, inverter e/ou cambiar o seu tamaño. Esta opción desactiva os controis e só fornece os selos básicos.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostampcontrols=no" or "stampcontrols=yes". In both cases, may be overridden by the command-line option "--stampcontrols".
-
-
- -
-
nomagiccontrols=yes
-
-
- -
-
- Algunhas ferramentas de Maxia teñen a opción de actuar coma un pincel ou afectar todo o lenzo á vez. Esta opción desactiva os controis e só fornece a funcionalidade predeterminada (normalmente en modo pintura).
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may be overridden by the command-line option "--magiccontrols".
-
-
- -
-
noshapecontrols=yes
-
-
- -
-
- Desactivar os botóns de control que se amosan cando se usa a ferramenta Formas que permiten cambiar como se debuxan as formas: centradas arredor do clic inicial do rato ou cun canto co clic inicial do rato.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshapecontrols=no" or "shapecontrols=yes". In both cases, may be overridden by the command-line option "--shapecontrols".
-
-
- -
-
nolabel=yes
-
-
- -
-
- Desactiva a ferramenta Etiqueta: a ferramenta que permite a entrada de texto que se pode editar máis tarde.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolabel=no" or "label=yes". In both cases, may be overridden by the command-line option "--label".
-
-
- -
-
newcolorslast=yes
-
-
- -
-
- Coloca as opcións de cor en branco no diálogo Novo ao final, de xeito que se amosen primeiro os iniciadores e/ou modelos.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "newcolorslast=no" or "newcolorsfirst=yes". In both cases, may be overridden by the command-line option "--newcolorsfirst".
-
-
- -
-
mirrorstamps=yes
-
-
- -
-
- Para os selos que se poden reflectir, esta opción estabeléceos de xeito predeterminado na súa forma reflectida.
-
-
- Isto pode ser útil para as persoas que prefiren as cousas de dereita a esquerda no canto de de esquerda a dereita.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases, may be overridden by the command-line option "--dontmirrorstamps".
-
-
- -
-
mouse-accessibility=yes
-
-
- -
-
- Neste modo, no canto de premer, arrastrar e soltar (por exemplo, para debuxar), premese, móvese e premese de novo para rematar o movemento.
-
-
- -
-
onscreen-keyboard=yes
-
-
- -
-
- Presenta un teclado en pantalla sobre que se pode premer cando empregan as ferramentas Texto e Etiqueta.
-
-
- -
-
onscreen-keyboard-layout=NOME DA DISPOSICIÓN
-
-
- -
-
- Selecciona o deseño inicial para o teclado en pantalla cando usa as ferramentas Texto e Etiqueta.
Nota: Usar esta opción implica onscreen-keyboard=yes automaticamente, polo que configurar ambas as cousas é redundante .
-
-
- -
-
onscreen-keyboard-disable-change=yes
-
-
- -
-
- Desactiva a posibilidade de cambiar o deseño do teclado en pantalla cando se usan as ferramentas Texto e Etiqueta, útil para simplificar as cousas para os máis pequechos.
- Nota: Usar esta opción implica automaticamente onscreen-keyboard=yes, polo que estabelecer ambas as cousas é redundante.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "onscreen-keyboard-disable-change=no". In both cases, may be overridden by the command-line option "--onscreen-keyboard-disable-change=no".
-
-
- -
-
joystick-dev=N
-
-
- -
-
- Especifica que dispositivo de mando debe ser usado por Tux Paint. O valor predeterminado é 0 (a primeira panca de mando — joystick).
-
-
- -
-
joystick-slowness=VELOCIDADE
-
-
- -
-
- Estabelece un atraso en cada movemento do eixo, permitindo atrasar a panca de mando (joystick). Os valores permitidos van de 0 a 500. O valor predeterminado é 15.
-
-
- -
-
joystick-threshold=LIMIAR
-
-
- -
-
- Estabelece o nivel mínimo de movemento do eixe para comezar a mover o punteiro. Os valores permitidos son de 0 a 32766. O valor predeterminado é 3200.
-
-
- -
-
joystick-maxsteps=PASOS
-
-
- -
-
- Define os píxeles máximos que moverá o punteiro á vez. Os valores permitidos van do 1 ao 7. O valor predeterminado é 7.
-
-
- -
-
joystick-hat-timeout=MILISEGUNDOS
-
-
- -
-
- Estabelece o atraso após de que o punteiro comezará a moverse automaticamente se se mantén premido o sombreiro. Os valores permitidos van de 0 a 3000. O valor predeterminado é 1000.
-
-
- -
-
joystick-hat-slowness=VELOCIDADE
-
-
- -
-
- Estabelece un atraso en cada movemento automático, o que permite diminuír a velocidade do sombreiro. Os valores permitidos van de 0 a 500. O valor predeterminado é 15.
-
-
- -
-
joystick-btn-escape=NÚMERO DE BOTÓN
-
-
- -
-
- Selecciona o número do botón da panca de control (joystick), tal e como o ve SDL, que se usará para xerar un evento de escape. Útil para desactivar os diálogos e saír.
-
-
- -
-
joystick-btn-brush=NÚMERO DE BOTÓN
-
-
- -
-
- Selecciona o número do botón do joystick, como o ve SDL, que será un atallo a seleccionar a ferramenta de pinceis.
-
-
- -
-
joystick-btn-stamp=NÚMERO DE BOTÓN
-
-
- -
-
- Selecciona o número do botón do joystick, como o ve SDL, que será un atallo a seleccionar a ferramenta de selos.
-
-
- -
-
joystick-btn-lines=NÚMERO DE BOTÓN
-
-
- -
-
- Selecciona o número do botón do joystick, como o ve SDL, que será un atallo a seleccionar a ferramenta de liñas.
-
-
- -
-
joystick-btn-shapes=NÚMERO DE BOTÓN
-
-
- -
-
- Selecciona o número do botón do joystick, como o ve SDL, que será un atallo a seleccionar a ferramenta de formas.
-
-
- -
-
joystick-btn-text=NÚMERO DE BOTÓN
-
-
- -
-
- Selecciona o número do botón do joystick, como o ve SDL, que será un atallo a seleccionar a ferramenta de texto.
-
-
- -
-
joystick-btn-label=NÚMERO DE BOTÓN
-
-
- -
-
- Selecciona o número do botón do joystick, como o ve SDL, que será un atallo a seleccionar a ferramenta de etiquetas.
-
-
- -
-
joystick-btn-magic=NÚMERO DE BOTÓN
-
-
- -
-
- Selecciona o número do botón do joystick, como o ve SDL, que será un atallo a seleccionar a ferramenta de máxia.
-
-
- -
-
joystick-btn-undo=NÚMERO DE BOTÓN
-
-
- -
-
- Selecciona o número do botón do joystick, como o ve SDL, que será un atallo a invocar a ferramenta de desfacer.
-
-
- -
-
joystick-btn-redo=NÚMERO DE BOTÓN
-
-
- -
-
- Selecciona o número do botón da panca de mando (joystick), tal e como o ve SDL, que será un atallo para seleccionar ferramenta de refacer.
-
-
- -
-
joystick-btn-eraser=NÚMERO DE BOTÓN
-
-
- -
-
- Selecciona o número do botón da panca de mando (joystick), tal e como o ve SDL, que será un atallo para seleccionar ferramenta de goma de borrar.
-
-
- -
-
joystick-btn-new=NÚMERO DE BOTÓN
-
-
- -
-
- Selecciona o número do botón da panca de mando (joystick), como o ve SDL, que será un atallo para iniciar o diálogo para crear un novo debuxo.
-
-
- -
-
joystick-btn-open=NÚMERO DE BOTÓN
-
-
- -
-
- Selecciona o número do botón da panca de mando (joystick), como o ve SDL, que será un atallo para iniciar o diálogo para abrir un debuxo existente.
-
-
- -
-
joystick-btn-save=NÚMERO DE BOTÓN
-
-
- -
-
- Selecciona o número do botón do joystick, como o ve SDL, que será un atallo a garda o debuxo.
-
+
+
+ macOS — TBD!
+
+
+
+
+ Nota: Cando se empregan os valores predeterminados, crearase e usarase un novo subdirectorio «TuxPaint». (p. ex.: «~/Imaxes/TuxPaint») Cando se usa a opción «--exportdir», empregarase a ruta exacta especificada (non se crea ningún subdirectorio «TuxPaint»).
+
+ O directorio en si (p. ex.: «~/Imaxes/TuxPaint») crearase, se non existe.
+
+ Se o directorio pai (por exemplo, «~/Imaxes/TuxPaint») tampouco existe, Tux Paint tentará crealo tamén (pero non ningún directorio superior a ese).
+
+
+ Exemplo: exportdir=/home/penguin/TuxPaintExports
+
+
+
+
+
+
+ More Saving Options
+
+
+
+ -
+
nosave=yes
+
+
+ -
+
+ Isto desactiva a capacidade de Tux Paint para gardar ficheiros (e, polo tanto, desactiva o botón «Gardar» na pantalla). Pode usarse en situacións nas que o programa só se usa para divertirse ou nun contorno de proba.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosave=no" or "save=yes". In both cases, may be overridden by the command-line option "--save".
+
+
+ -
+
autosave=yes
+
+
+ -
+
+ Isto impide a Tux Paint preguntar se quere gardar a imaxe actual ao saír e supón que si.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "autosave=no" or "noautosave=yes". In both cases, may be overridden by the command-line option "--noautosave".
+
- -
-
joystick-btn-pgsetup=NÚMERO DE BOTÓN
-
+
+
+
-
-
- Selecciona o número do botón do joystick, como o ve SDL, que será un atallo a inicia o diálogo de configuración da páxina para imprimir.
-
+
+
+ Data
+
+
+ Lockfile
+
+
+
+ -
+
nolockfile=yes
+
+
+ -
+
+ De xeito predeterminado, Tux Paint usa o que se coñece como «ficheiro de bloqueo» para evitar que se inicie máis dunha vez en 30 segundos. (Isto é para evitar executar accidentalmente varias copias; por exemplo, premendo dúas veces nun iniciador dun só clic ou simplemente premendo impacientemente na icona varias veces.)
+
+
+ Para facer que Tux Paint ignore o ficheiro de bloqueo, permitindo que se execute de novo, aínda que se lanzase hai menos de 30 segundos, active este axuste no ficheiro de configuración ou execute Tux Paint coa opción --nolockfile na liña de ordes.
+
+
+ De xeito predeterminado, o ficheiro de bloqueo almacénase en «~/.tuxpaint/» en Linux e Unix e en «userdata\» en Windows.
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolockfile=no" or "lockfile=yes". In both cases, may be overridden by the command-line option "--lockfile".
+
+
+
+
+
+
+ Data Directory
+
+
+
+ -
+
datadir=DIRECTORIO
+
+
+ -
+
+ Use esta opción para cambiar onde Tux Paint busca ficheiros de datos persoais (pinceis, selos, imaxes de comezo, modelos e tipos de letra específicos do usuario actual).
+
+
+ Tux Paint buscará subdirectorios/subcartafoles chamados «brushes», «stamps», «starters», «templates», «fonts» no directorio de datos especificado.
+
+
+ Se non o anula, a ubicación predeterminada é:
+
+
+ - Linux e Unix: baixo un directorio agochado chamado «
.tuxpaint» no seu directorio persoal (tamén coñecido como «~» ou «$HOME»)
+ Exemplo: /home/username/.tuxpaint/brushes/
+
+ - Windows: Dentro un cartafol chamado «
TuxPaint» no seu cartafol «Application Data».
+ Exemplo: C:\Documents and Settings\Username\Application Data\TuxPaint\brushes\
+
+ - macOS: Dentro un cartafol chamado «
TuxPaint» no seu cartafol «Application Support».
+ Exemplo: /Users/Username/Library/Application Support/TuxPaint/brushes/
+
- -
-
joystick-btn-print=NÚMERO DE BOTÓN
-
+
+ Nota: Antes da versión 0.9.18, Tux Paint usaba o mesmo axuste ou predeterminado que para «savedir» para buscar ficheiros de datos. A partir da versión 0.9.18, pódense especificar por separado.
- -
-
- Selecciona o número do botón do joystick, como o ve SDL, que será un atallo a imprimir.
-
+
+ Nota: Ao especificar unha unidade de Windows (por exemplo, «H:\»), tamén debe especificar un subdirectorio.
- -
-
joystick-buttons-ignore=BOTÓN1,BOTÓN2,...
-
+
+ Exemplo: datadir=/home/johnny/tuxpaint-data/
+
- -
-
- Un conxunto de números de botóns do mando (joystick), como se ve en SDL, que deben ignorarse. Se non, a menos que sexan utilizados por unha das opcións «joystick-btn-» anteriores, os botóns veranse como un botón esquerdo do rato.
-
+
+
-
- stampsize=TAMAÑO
-
+
+ Color Palette File
-
-
- Use esta opción para forzar a Tux Paint a estabelecer o tamaño inicial de todos os selos. O valor TAMAÑO debería estar entre 0 (máis pequeno) e 10 (máis grande). O tamaño é relativo aos tamaños dispoñíbeis do selo, que depende do selo en si, e do tamaño actual do lenzo de Tux Paint.
+
+
+ -
+
colorfile=NOME_DE_FICHEIRO
+
-
- Especifique «default» para que Tux Paint decida (o seu comportamento estándar).
-
+
+
+ Pode anular a paleta de cores predeterminada de Tux Paint creando un ficheiro de texto ASCII simple que describa as cores que quere e apuntando a ese ficheiro usando a opción «colorfile».
-
- keyboard=yes
-
+
+ O ficheiro debería incluír unha cor por liña. As cores defínense en función dos seus valores vermello, verde e azul, cada un de 0 (apagado) a 255 (máis brillante). (Para obter máis información, vexa o artigo «Modelo de cor RGB (en inglés) de Wikipedia).
-
-
- Isto permite empregar as teclas de frecha do teclado para controlar o punteiro do rato. (por exemplo, para contornos sen rato ou persoas con discapacidade ou problemas de accesibilidade)
+
+ As cores pódense enumerar usando tres números decimais (por exemplo, «255 68 136») ou un «triplete» hexadecimal de 6 ou 3 díxitos de longo (por exemplo, «#ff4488» ou «#F48»).
-
- Funcionalidades:
+
+ Após a definición da cor (na mesma liña) pode introducir texto para describir a cor. Tux amosará este texto cando se prema na cor. (Por exemplo, «#FFF Branco coma a neve.»)
-
- - Movemento fino dentro do lenzo ou movemento groseiro se se mantén premida
Shift.
+
+ Como exemplo, pode ver as cores predeterminadas empregadas actualmente en Tux Paint en: «default_colors.txt».
- - Movemento groseiro dentro das áreas dos botóns da ferramenta.
+
+ NOTAS: Debe separar os valores decimais con espazos e comezar os valores hexadecimais cun carácter de libra/signo de númeral («#»). En hexadecimais de 3 díxitos, cada díxito úsase tanto para a metade alta como para a baixa do byte, polo que «#FFF» é o mesmo que «#FFFFFF» e non que «#F0F0F0».
+
+
+
+
- Principais controis:
- - [Left]/[Right]/[Up]/[Down], teclado numérico [1] ata [9]: mover o rato
+
+
+ Accessibility
+
+
+ Mouse
- - [Space]/[5]: premer co rato (agás cando se empregan as ferramentas de «Texto» ou de «Etiqueta»)
+
+
+ -
+
mouse-accessibility=yes
+
-
- [Insert]/[F5]: premer co rato (sempre)
+ -
+
+ Neste modo, no canto de premer, arrastrar e soltar (por exemplo, para debuxar), premese, móvese e premese de novo para rematar o movemento.
+
+
+
- - [F4] fai saltar o rato entre as «Ferramentas», «Cores» e as áreas do lenzo
+
+ Keyboard
- - Se o rato está dentro da sección «Ferramentas» á esquerda ou na sección «Cores» na parte inferior:
- - [F7]/[F8]: mover cara abaixo/arriba entre os botóns, respectivamente (só sección de ferramentas)
+
+
+ -
+
keyboard=yes
+
-
- [F11]/[F12]: mover ao botón anterior/seguinte, respectivamente
-
-
+ -
+
+ Isto permite empregar as teclas de frecha do teclado para controlar o punteiro do rato. (por exemplo, para contornos sen rato ou persoas con discapacidade ou problemas de accesibilidade)
+
+
+ Funcionalidades:
+
+
+ - Movemento fino dentro do lenzo ou movemento groseiro se se mantén premida
Shift.
+
+ - Movemento groseiro dentro das áreas dos botóns da ferramenta.
+
+ - Principais controis:
+ - [Left]/[Right]/[Up]/[Down], teclado numérico [1] ata [9]: mover o rato
+
+ - [Space]/[5]: premer co rato (agás cando se empregan as ferramentas de «Texto» ou de «Etiqueta»)
+
+ - [Insert]/[F5]: premer co rato (sempre)
+
+ - [F4] fai saltar o rato entre as «Ferramentas», «Cores» e as áreas do lenzo
+
+ - Se o rato está dentro da sección «Ferramentas» á esquerda ou na sección «Cores» na parte inferior:
+ - [F7]/[F8]: mover cara abaixo/arriba entre os botóns, respectivamente (só sección de ferramentas)
+
+ - [F11]/[F12]: mover ao botón anterior/seguinte, respectivamente
-
- - Para premer e arrastrar, manteña premida unha das teclas de «clic» (p. ex.: [Insert]) e use as teclas de movemento (p. ex.: [Left]).
- - Nota: a función de «accesibilidade do rato» funciona cos controis do rato do teclado. Con ambas as opcións activadas, as ferramentas de pintura pódense empregar para debuxar premendo unha tecla «clic» para comezar a premer, as teclas de movemento para moverse (que debuxará) e outra tecla «clic» para deixar de premer (deixar de debuxar).
-
-
-
- - Aínda se pode usar un rato e/ou unha panca de mando (joystick) normais (para que poida, por exemplo, moverse co rato e premer co teclado ou viceversa)
+
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "keyboard=no" or "2$keyboard=no". In both cases, may be overridden by the command-line option "--mouse".
-
-
- -
-
savedir=DIRECTORIO
-
-
- -
-
- Use esta opción para cambiar onde se atopa o directorio/cartafol «saved» de Tux Paint, que é onde Tux Paint garda e abre imaxes.
-
-
- Se non o anula, a ubicación predeterminada é:
-
-
- - Linux e Unix: baixo un directorio agochado chamado «
.tuxpaint» no seu directorio persoal (tamén coñecido como «~» ou «$HOME»)
- Exemplo: /home/username/.tuxpaint/saved/
-
- - Windows: Dentro un cartafol chamado «
TuxPaint» no seu cartafol «Application Data».
- Exemplo: C:\Documents and Settings\Username\Application Data\TuxPaint\saved\
-
-
- - macOS: Dentro un cartafol chamado «
TuxPaint» no seu cartafol «Application Support».
- Exemplo: /Users/Username/Library/Application Support/TuxPaint/saved/
+ - Para premer e arrastrar, manteña premida unha das teclas de «clic» (p. ex.: [Insert]) e use as teclas de movemento (p. ex.: [Left]).
+ - Nota: a función de «accesibilidade do rato» funciona cos controis do rato do teclado. Con ambas as opcións activadas, as ferramentas de pintura pódense empregar para debuxar premendo unha tecla «clic» para comezar a premer, as teclas de movemento para moverse (que debuxará) e outra tecla «clic» para deixar de premer (deixar de debuxar).
+
+
+ - Aínda se pode usar un rato e/ou unha panca de mando (joystick) normais (para que poida, por exemplo, moverse co rato e premer co teclado ou viceversa)
+
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "keyboard=no" or "2$keyboard=no". In both cases, may be overridden by the command-line option "--mouse".
+
+
+
+
+
+ Onscreen Keyboard
+
+
+
+ -
+
onscreen-keyboard=yes
+
+
+ -
+
+ Presenta un teclado en pantalla sobre que se pode premer cando empregan as ferramentas Texto e Etiqueta.
+
+
+ -
+
onscreen-keyboard-layout=NOME DA DISPOSICIÓN
+
+
+ -
+
+ Selecciona o deseño inicial para o teclado en pantalla cando usa as ferramentas Texto e Etiqueta.
Nota: Usar esta opción implica onscreen-keyboard=yes automaticamente, polo que configurar ambas as cousas é redundante .
+
+
+ -
+
onscreen-keyboard-disable-change=yes
+
+
+ -
+
+ Desactiva a posibilidade de cambiar o deseño do teclado en pantalla cando se usan as ferramentas Texto e Etiqueta, útil para simplificar as cousas para os máis pequechos.
+ Nota: Usar esta opción implica automaticamente onscreen-keyboard=yes, polo que estabelecer ambas as cousas é redundante.
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "onscreen-keyboard-disable-change=no". In both cases, may be overridden by the command-line option "--onscreen-keyboard-disable-change=no".
+
+
+
+
+
+
+
+ Joystick
+
+
+ Main Device
+
+
+
+ -
+
joystick-dev=N
+
+
+ -
+
+ Especifica que dispositivo de mando debe ser usado por Tux Paint. O valor predeterminado é 0 (a primeira panca de mando — joystick).
+
+
+ -
+
joystick-slowness=VELOCIDADE
+
+
+ -
+
+ Estabelece un atraso en cada movemento do eixo, permitindo atrasar a panca de mando (joystick). Os valores permitidos van de 0 a 500. O valor predeterminado é 15.
+
+
+ -
+
joystick-threshold=LIMIAR
+
+
+ -
+
+ Estabelece o nivel mínimo de movemento do eixe para comezar a mover o punteiro. Os valores permitidos son de 0 a 32766. O valor predeterminado é 3200.
+
+
+ -
+
joystick-maxsteps=PASOS
+
+
+ -
+
+ Define os píxeles máximos que moverá o punteiro á vez. Os valores permitidos van do 1 ao 7. O valor predeterminado é 7.
+
+
+
+
+
+
+ Hat
+
+
+
+ -
+
joystick-hat-slowness=VELOCIDADE
+
+
+ -
+
+ Estabelece un atraso en cada movemento automático, o que permite diminuír a velocidade do sombreiro. Os valores permitidos van de 0 a 500. O valor predeterminado é 15.
+
+
+ -
+
joystick-hat-timeout=MILISEGUNDOS
+
+
+ -
+
+ Estabelece o atraso após de que o punteiro comezará a moverse automaticamente se se mantén premido o sombreiro. Os valores permitidos van de 0 a 3000. O valor predeterminado é 1000.
+
+
+
+
+
+ Buttons to Disable
+
+
+
+ -
+
joystick-buttons-ignore=BOTÓN1,BOTÓN2,...
+
+
+ -
+
+ Un conxunto de números de botóns do mando (joystick), como se ve en SDL, que deben ignorarse. Se non, a menos que sexan utilizados por unha das opcións «joystick-btn-» anteriores, os botóns veranse como un botón esquerdo do rato.
+
+
+
+
+
+ Button Shortcuts
+
+
+
+ -
+
joystick-btn-escape=NÚMERO DE BOTÓN
+
+
+ -
+
+ Selecciona o número do botón da panca de control (joystick), tal e como o ve SDL, que se usará para xerar un evento de escape. Útil para desactivar os diálogos e saír.
+
+
+ -
+
joystick-btn-brush=NÚMERO DE BOTÓN
+
+
+ -
+
+ Selecciona o número do botón do joystick, como o ve SDL, que será un atallo a seleccionar a ferramenta de pinceis.
+
+
+ -
+
joystick-btn-stamp=NÚMERO DE BOTÓN
+
+
+ -
+
+ Selecciona o número do botón do joystick, como o ve SDL, que será un atallo a seleccionar a ferramenta de selos.
+
+
+ -
+
joystick-btn-lines=NÚMERO DE BOTÓN
+
+
+ -
+
+ Selecciona o número do botón do joystick, como o ve SDL, que será un atallo a seleccionar a ferramenta de liñas.
+
+
+ -
+
joystick-btn-shapes=NÚMERO DE BOTÓN
+
+
+ -
+
+ Selecciona o número do botón do joystick, como o ve SDL, que será un atallo a seleccionar a ferramenta de formas.
+
+
+ -
+
joystick-btn-text=NÚMERO DE BOTÓN
+
+
+ -
+
+ Selecciona o número do botón do joystick, como o ve SDL, que será un atallo a seleccionar a ferramenta de texto.
+
+
+ -
+
joystick-btn-label=NÚMERO DE BOTÓN
+
+
+ -
+
+ Selecciona o número do botón do joystick, como o ve SDL, que será un atallo a seleccionar a ferramenta de etiquetas.
+
+
+ -
+
joystick-btn-magic=NÚMERO DE BOTÓN
+
+
+ -
+
+ Selecciona o número do botón do joystick, como o ve SDL, que será un atallo a seleccionar a ferramenta de máxia.
+
+
+ -
+
joystick-btn-undo=NÚMERO DE BOTÓN
+
+
+ -
+
+ Selecciona o número do botón do joystick, como o ve SDL, que será un atallo a invocar a ferramenta de desfacer.
+
+
+ -
+
joystick-btn-redo=NÚMERO DE BOTÓN
+
+
+ -
+
+ Selecciona o número do botón da panca de mando (joystick), tal e como o ve SDL, que será un atallo para seleccionar ferramenta de refacer.
+
+
+ -
+
joystick-btn-eraser=NÚMERO DE BOTÓN
+
+
+ -
+
+ Selecciona o número do botón da panca de mando (joystick), tal e como o ve SDL, que será un atallo para seleccionar ferramenta de goma de borrar.
+
+
+ -
+
joystick-btn-new=NÚMERO DE BOTÓN
+
+
+ -
+
+ Selecciona o número do botón da panca de mando (joystick), como o ve SDL, que será un atallo para iniciar o diálogo para crear un novo debuxo.
+
+
+ -
+
joystick-btn-open=NÚMERO DE BOTÓN
+
+
+ -
+
+ Selecciona o número do botón da panca de mando (joystick), como o ve SDL, que será un atallo para iniciar o diálogo para abrir un debuxo existente.
+
+
+ -
+
joystick-btn-save=NÚMERO DE BOTÓN
+
+
+ -
+
+ Selecciona o número do botón do joystick, como o ve SDL, que será un atallo a garda o debuxo.
+
+
+ -
+
joystick-btn-pgsetup=NÚMERO DE BOTÓN
+
+
+ -
+
+ Selecciona o número do botón do joystick, como o ve SDL, que será un atallo a inicia o diálogo de configuración da páxina para imprimir.
+
+
+ -
+
joystick-btn-print=NÚMERO DE BOTÓN
+
+
+ -
+
+ Selecciona o número do botón do joystick, como o ve SDL, que será un atallo a imprimir.
+
+
+
+
-
- Nota: Ao especificar unha unidade de Windows (por exemplo, «H:\»), tamén debe especificar un subdirectorio.
-
-
- Nota: Antes da versión 0.9.18, Tux Paint tamén usaba a configuración ou o valor predeterminado para «savedir» como o lugar onde buscar ficheiros de datos persoais (pinceis, selos, imaxes de comezo e tipos de letra) . A partir da versión 0.9.18, pódense especificar por separado (consulte a opción «datadir», a continuación).
-
-
- Exemplo: savedir=Z:\tuxpaint\
-
-
- -
-
exportdir=DIRECTORIO
-
-
- -
-
- Use esta opción para cambiar onde Tux Paint exporta ficheiros —imaxes individuais ou diaporamasositivas GIF animadas— uso externo.
-
-
- Se non o anula, a ubicación predeterminada é:
-
-
- - 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 «
xdg-user-dir PICTURES» para descubrilo.)
- Normalmente (na configuración local inglesa), este será un subdirectorio «Imaxes» no seu directorio persoal (é dicir, «$HOME/Imaxes» tamén coñecido como «~/Imaxes»).
- Tux Paint volverá usar ese directorio habitual, se non se pode ler a configuración XDG, ou non se estabelece nada «XDG_PICTURES_DIR».
- - Windows: Directorio «As miñas imaxes» para cada usuario (normalmente «c:\Users\NOME_DE_USUARIO\Pictures»).
Pode abrir directamente o cartafol do seguinte xeito:
- - 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.]
-
-
-
- - macOS — TBD!
-
-
-
-
- Nota: Cando se empregan os valores predeterminados, crearase e usarase un novo subdirectorio «TuxPaint». (p. ex.: «~/Imaxes/TuxPaint») Cando se usa a opción «--exportdir», empregarase a ruta exacta especificada (non se crea ningún subdirectorio «TuxPaint»).
-
- O directorio en si (p. ex.: «~/Imaxes/TuxPaint») crearase, se non existe.
-
- Se o directorio pai (por exemplo, «~/Imaxes/TuxPaint») tampouco existe, Tux Paint tentará crealo tamén (pero non ningún directorio superior a ese).
-
-
- Exemplo: exportdir=/home/penguin/TuxPaintExports
-
-
- -
-
datadir=DIRECTORIO
-
-
- -
-
- Use esta opción para cambiar onde Tux Paint busca ficheiros de datos persoais (pinceis, selos, imaxes de comezo, modelos e tipos de letra específicos do usuario actual).
-
-
- Tux Paint buscará subdirectorios/subcartafoles chamados «brushes», «stamps», «starters», «templates», «fonts» no directorio de datos especificado.
-
-
- Se non o anula, a ubicación predeterminada é:
-
-
- - Linux e Unix: baixo un directorio agochado chamado «
.tuxpaint» no seu directorio persoal (tamén coñecido como «~» ou «$HOME»)
- Exemplo: /home/username/.tuxpaint/brushes/
-
- - Windows: Dentro un cartafol chamado «
TuxPaint» no seu cartafol «Application Data».
- Exemplo: C:\Documents and Settings\Username\Application Data\TuxPaint\brushes\
-
- - macOS: Dentro un cartafol chamado «
TuxPaint» no seu cartafol «Application Support».
- Exemplo: /Users/Username/Library/Application Support/TuxPaint/brushes/
-
-
-
- Nota: Antes da versión 0.9.18, Tux Paint usaba o mesmo axuste ou predeterminado que para «savedir» para buscar ficheiros de datos. A partir da versión 0.9.18, pódense especificar por separado.
-
-
- Nota: Ao especificar unha unidade de Windows (por exemplo, «H:\»), tamén debe especificar un subdirectorio.
-
-
- Exemplo: datadir=/home/johnny/tuxpaint-data/
-
-
- -
-
saveover=yes
-
-
- -
-
- Isto desactiva a pregunta «Gardar sobre a versión antiga...?» ao gardar un ficheiro existente. Con esta opción, a versión anterior sempre será substituída pola nova versión automaticamente.
-
-
- -
-
saveover=new
-
-
- -
-
- Isto tamén desactiva a pregunta «Gardar sobre a versión antiga...?» cando garda un ficheiro existente. Non obstante, esta opción sempre gardará un novo ficheiro no canto de sobrescribir a versión anterior.
-
-
- -
-
saveover=ask
-
-
- -
-
- (Esta opción é redundante, xa que esta é a opción predeterminada.)
- Ao gardar un debuxo existente, primeiro preguntaráselle se quere gardar sobre a versión anterior ou non.
-
-
- -
-
nosave=yes
-
-
- -
-
- Isto desactiva a capacidade de Tux Paint para gardar ficheiros (e, polo tanto, desactiva o botón «Gardar» na pantalla). Pode usarse en situacións nas que o programa só se usa para divertirse ou nun contorno de proba.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosave=no" or "save=yes". In both cases, may be overridden by the command-line option "--save".
-
-
- -
-
autosave=yes
-
-
- -
-
- Isto impide a Tux Paint preguntar se quere gardar a imaxe actual ao saír e supón que si.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "autosave=no" or "noautosave=yes". In both cases, may be overridden by the command-line option "--noautosave".
-
-
- -
-
startblank=yes
-
-
- -
-
- Isto fai que Tux Paint amose un lenzo en branco cando se inicia por vez primeira, no canto de cargar a última imaxe que se estaba a editar.
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "startblank=no" or "startlast=yes". In both cases, may be overridden by the command-line option "--startlast".
-
-
- -
-
colorfile=NOME_DE_FICHEIRO
-
-
- -
-
- Pode anular a paleta de cores predeterminada de Tux Paint creando un ficheiro de texto ASCII simple que describa as cores que quere e apuntando a ese ficheiro usando a opción «colorfile».
-
-
- O ficheiro debería incluír unha cor por liña. As cores defínense en función dos seus valores vermello, verde e azul, cada un de 0 (apagado) a 255 (máis brillante). (Para obter máis información, vexa o artigo «Modelo de cor RGB (en inglés) de Wikipedia).
-
-
- As cores pódense enumerar usando tres números decimais (por exemplo, «255 68 136») ou un «triplete» hexadecimal de 6 ou 3 díxitos de longo (por exemplo, «#ff4488» ou «#F48»).
-
-
- Após a definición da cor (na mesma liña) pode introducir texto para describir a cor. Tux amosará este texto cando se prema na cor. (Por exemplo, «#FFF Branco coma a neve.»)
-
-
- Como exemplo, pode ver as cores predeterminadas empregadas actualmente en Tux Paint en: «default_colors.txt».
-
-
- NOTAS: Debe separar os valores decimais con espazos e comezar os valores hexadecimais cun carácter de libra/signo de númeral («#»). En hexadecimais de 3 díxitos, cada díxito úsase tanto para a metade alta como para a baixa do byte, polo que «#FFF» é o mesmo que «#FFFFFF» e non que «#F0F0F0».
-
-
- -
-
colorsrows=FILAS
-
-
- -
-
- Cantas filas de botóns da paleta de cores amosar; útil cando se usa unha gran paleta de cores (ver «colorfile», arriba) e/ou para usar con dispositivos de entrada groseiros (como os rastrexadores de ollos). «FILAS» pode estar entre «1» (o predeterminado) e «3».
-
-
- -
-
lang=IDIOMA
-
-
- -
-
- Executa Tux Paint nun dos idiomas compatíbeis. A opción posíbel para IDIOMA inclúe actualmente:
-
-
-
-
-
-
- english
-
-
- american-english
-
-
-
-
-
-
-
-
- acholi
-
-
- acoli
-
-
-
-
-
-
-
-
- afrikaans
-
-
-
-
-
-
-
-
-
-
-
- akan
-
-
- twi-fante
-
-
-
-
-
-
-
-
- albanian
-
-
-
-
-
-
-
-
-
-
-
- amharic
-
-
-
-
-
-
-
-
-
-
-
- arabic
-
-
-
-
-
-
-
-
-
-
-
- aragones
-
-
-
-
-
-
-
-
-
-
-
- armenian
-
-
- hayeren
-
-
-
-
-
-
-
-
- assamese
-
-
-
-
-
-
-
-
-
-
-
- asturian
-
-
-
-
-
-
-
-
-
-
-
- australian-english
-
-
-
-
-
-
-
-
-
-
-
- azerbaijani
-
-
-
-
-
-
-
-
-
-
-
- bambara
-
-
-
-
-
-
-
-
-
-
-
- basque
-
-
- euskara
-
-
-
-
-
-
-
-
- belarusian
-
-
- bielaruskaja
-
-
-
-
-
-
-
-
- bengali
-
-
-
-
-
-
-
-
-
-
-
- bodo
-
-
-
-
-
-
-
-
-
-
-
- bokmal
-
-
-
-
-
-
-
-
-
-
-
- bosnian
-
-
-
-
-
-
-
-
-
-
-
- brazilian-portuguese
-
-
- portugues-brazilian
-
-
- brazilian
-
-
-
-
-
- breton
-
-
- brezhoneg
-
-
-
-
-
-
-
-
- british-english
-
-
- british
-
-
-
-
-
-
-
-
- bulgarian
-
-
-
-
-
-
-
-
-
-
-
- canadian-english
-
-
-
-
-
-
-
-
-
-
-
- catalan
-
-
- catala
-
-
-
-
-
-
-
-
- chinese
-
-
- simplified-chinese
-
-
-
-
-
-
-
-
- croatian
-
-
- hrvatski
-
-
-
-
-
-
-
-
- czech
-
-
- cesky
-
-
-
-
-
-
-
-
- danish
-
-
- dansk
-
-
-
-
-
-
-
-
-
-
-
- dogri
-
-
-
-
-
-
-
-
- dutch
-
-
- nederlands
-
-
-
-
-
-
-
-
- esperanto
-
-
-
-
-
-
-
-
-
-
-
- estonian
-
-
-
-
-
-
-
-
-
-
-
- faroese
-
-
-
-
-
-
-
-
-
-
-
- finnish
-
-
- suomi
-
-
-
-
-
-
-
-
- french
-
-
- francais
-
-
-
-
-
-
-
-
- fula
-
-
- fulah
-
-
- pulaar-fulfulde
-
-
-
-
-
- gaelic
-
-
- gaidhlig
-
-
- irish-gaelic
-
-
-
-
-
- galician
-
-
- galego
-
-
-
-
-
-
-
-
- georgian
-
-
-
-
-
-
-
-
-
-
-
- german
-
-
- deutsch
-
-
-
-
-
-
-
-
- greek
-
-
-
-
-
-
-
-
-
-
-
- gronings
-
-
- zudelk-veenkelonioals
-
-
-
-
-
-
-
-
- gujarati
-
-
-
-
-
-
-
-
-
-
-
- hebrew
-
-
-
-
-
-
-
-
-
-
-
- hindi
-
-
-
-
-
-
-
-
-
-
-
- hungarian
-
-
- magyar
-
-
-
-
-
-
-
-
- icelandic
-
-
- islenska
-
-
-
-
-
-
-
-
- indonesian
-
-
- bahasa-indonesia
-
-
-
-
-
-
-
-
- inuktitut
-
-
-
-
-
-
-
-
-
-
-
- italian
-
-
- italiano
-
-
-
-
-
-
-
-
- japanese
-
-
-
-
-
-
-
-
-
-
-
- kabyle
-
-
-
-
-
- kabylian
-
-
-
-
-
- kannada
-
-
-
-
-
-
-
-
-
-
-
- kashmiri-devanagari
-
-
-
-
-
-
-
-
-
-
-
- kashmiri-perso-arabic
-
-
-
-
-
-
-
-
-
-
-
- khmer
-
-
-
-
-
-
-
-
-
-
-
- kiga
-
-
- chiga
-
-
-
-
-
-
-
-
- kinyarwanda
-
-
-
-
-
-
-
-
-
-
-
- klingon
-
-
- tlhIngan
-
-
-
-
-
-
-
-
- konkani-devanagari
-
-
-
-
-
-
-
-
-
-
-
- konkani-roman
-
-
-
-
-
-
-
-
-
-
-
- korean
-
-
-
-
-
-
-
-
-
-
-
- kurdish
-
-
-
-
-
-
-
-
-
-
-
- latvian
-
-
-
-
-
-
-
-
-
-
-
- lithuanian
-
-
- lietuviu
-
-
-
-
-
-
-
-
- luganda
-
-
-
-
-
-
-
-
-
-
-
- luxembourgish
-
-
- letzebuergesch
-
-
-
-
-
-
-
-
- macedonian
-
-
-
-
-
-
-
-
-
-
-
- maithili
-
-
-
-
-
-
-
-
-
-
-
- malay
-
-
-
-
-
-
-
-
-
-
-
- malayalam
-
-
-
-
-
-
-
-
-
-
-
- manipuri-bengali
-
-
-
-
-
-
-
-
-
-
-
- manipuri-meitei-mayek
-
-
-
-
-
-
-
-
-
-
-
- marathi
-
-
-
-
-
-
-
-
-
-
-
- mexican-spanish
-
-
- espanol-mejicano
-
-
- mexican
-
-
-
-
-
- mongolian
-
-
-
-
-
-
-
-
-
-
-
- ndebele
-
-
-
-
-
-
-
-
-
-
-
- nepali
-
-
-
-
-
-
-
-
-
-
-
- northern-sotho
-
-
- sesotho-sa-leboa
-
-
-
-
-
-
-
-
- norwegian
-
-
- nynorsk
-
-
- norsk
-
-
-
-
-
- occitan
-
-
-
-
-
-
-
-
-
-
-
- odia
-
-
- oriya
-
-
-
-
-
-
-
-
- ojibwe
-
-
- ojibway
-
-
-
-
-
-
-
-
- persian
-
-
-
-
-
-
-
-
-
-
-
- polish
-
-
- polski
-
-
-
-
-
-
-
-
- portuguese
-
-
- portugues
-
-
-
-
-
-
-
-
- punjabi
-
-
- panjabi
-
-
-
-
-
-
-
-
- romanian
-
-
-
-
-
-
-
-
-
-
-
- russian
-
-
- russkiy
-
-
-
-
-
-
-
-
- sanskrit
-
-
-
-
-
-
-
-
-
-
-
- santali-devanagari
-
-
-
-
-
-
-
-
-
-
-
- santali-ol-chiki
-
-
-
-
-
-
-
-
-
-
-
- scottish
-
-
- ghaidhlig
-
-
- scottish-gaelic
-
-
-
-
-
- serbian
-
-
-
-
-
-
-
-
-
-
-
- serbian-latin
-
-
-
-
-
-
-
-
-
-
-
- shuswap
-
-
- secwepemctin
-
-
-
-
-
-
-
-
- sindhi-devanagari
-
-
-
-
-
-
-
-
-
-
-
- sindhi-perso-arabic
-
-
-
-
-
-
-
-
-
-
-
- slovak
-
-
-
-
-
-
-
-
-
-
-
- slovenian
-
-
- slovensko
-
-
-
-
-
-
-
-
- songhay
-
-
-
-
-
-
-
-
-
-
-
- southafrican-english
-
-
-
-
-
-
-
-
-
-
-
- spanish
-
-
- espanol
-
-
-
-
-
-
-
-
- sundanese
-
-
-
-
-
-
-
-
-
-
-
- swahili
-
-
-
-
-
-
-
-
-
-
-
- swedish
-
-
- svenska
-
-
-
-
-
-
-
-
- tagalog
-
-
-
-
-
-
-
-
-
-
-
- tamil
-
-
-
-
-
-
-
-
-
-
-
- telugu
-
-
-
-
-
-
-
-
-
-
-
- thai
-
-
-
-
-
-
-
-
-
-
-
- tibetan
-
-
-
-
-
-
-
-
-
-
-
- traditional-chinese
-
-
-
-
-
-
-
-
-
-
-
- turkish
-
-
-
-
-
-
-
-
-
-
-
- twi
-
-
-
-
-
-
-
-
-
-
-
- ukrainian
-
-
-
-
-
-
-
-
-
-
-
- urdu
-
-
-
-
-
-
-
-
-
-
-
- venda
-
-
-
-
-
-
-
-
-
-
-
- venetian
-
-
- veneto
-
-
-
-
-
-
-
-
- vietnamese
-
-
-
-
-
-
-
-
-
-
-
- walloon
-
-
- walon
-
-
-
-
-
-
-
-
- welsh
-
-
- cymraeg
-
-
-
-
-
-
-
-
- wolof
-
-
-
-
-
-
-
-
-
-
-
- xhosa
-
-
-
-
-
-
-
-
-
-
-
- miahuatlan-zapotec
-
-
-
-
-
- zapotec
-
-
-
-
-
- zulu
-
-
-
-
-
- zulu
-
-
-
-
-
-
- -
-
--locale IDIOMA
-
-
- -
-
- Execute Tux Paint nun dos idiomas compatíbeis. Vexa a sección «Escoller un idioma diferente» a continuación para ver as cadeas de configuración local (por exemplo, «de_DE» para o alemán) que debe usar.
-
-
- (Se a súa configuración local xa está configurada, por exemplo, coa variábel de contorno «$LANG», esta opción non é necesaria, xa que Tux Paint respecta a configuración do seu contorno, se é posíbel).
-
-
-
--nosysconfig
diff --git a/docs/ja_JP.UTF-8/OPTIONS.txt b/docs/ja_JP.UTF-8/OPTIONS.txt
index 09c1bb7ed..d7de7154e 100644
--- a/docs/ja_JP.UTF-8/OPTIONS.txt
+++ b/docs/ja_JP.UTF-8/OPTIONS.txt
@@ -63,969 +63,1098 @@ Windows のユーザー
設定ファイルでは、以下のオプションを設定することができます。(コマンドラインオプションによる設定が優先されます。以下のコマンドラインオプション"の項をごらん下さい)
- fullscreen=yes
+ ----------------------------------------------------------------------
- プログラムを、ウィンドウ内ではなく、フルスクリーンモードで起動します。
+Video/Sound
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "fullscreen=no". In both cases, may be overridden by the
- command-line option "--windowed".
+ Video
- fullscreen=native
+ fullscreen=yes
- プログラムをフルスクリーンモードで起動します。その際、画面の解像度をオペレーティングシステムの設定から推定します。
+ プログラムを、ウィンドウ内ではなく、フルスクリーンモードで起動します。
- windowsize=SIZE
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "fullscreen=no". In both cases, may be overridden by the
+ command-line option "--windowed".
- ウィンドウモードの場合、"SIZE" で指定するウィンドウサイズで、フルスクリーンモードの場合、"SIZE"
- で指定する解像度でプログラムを起動します。(標準では "800x600" です)
+ fullscreen=native
- SIZE の値は、数値の間に半角小文字の "x" を用いて、’幅x高さ' のように、ピクセル単位で記述します。幅は最低で 640
- ピクセル、高さは最低で 480 ピクセルです。
+ プログラムをフルスクリーンモードで起動します。その際、画面の解像度をオペレーティングシステムの設定から推定します。
- 例:
+ windowsize=SIZE
- * 640x480
- * 1024x768
- * 768x1024
- * 1600x1200
+ ウィンドウモードの場合、"SIZE" で指定するウィンドウサイズで、フルスクリーンモードの場合、"SIZE"
+ で指定する解像度でプログラムを起動します。(標準では "800x600" です)
- orient=portrait
+ SIZE の値は、数値の間に半角小文字の "x" を用いて、’幅x高さ' のように、ピクセル単位で記述します。幅は最低で
+ 640 ピクセル、高さは最低で 480 ピクセルです。
- ウィンドウの幅と高さの設定を入れ替えます。これは、タブレットパソコンのような縦型のディスプレイでウィンドウを回転させる際に便利なオプションです。
+ 例:
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "orient=landscape". In both cases, may be overridden by the
- command-line option "--orient=landscape".
+ * 640x480
+ * 1024x768
+ * 768x1024
+ * 1600x1200
- native=yes
+ orient=portrait
- Tux Paint をフルスクリーンモードで起動する際、"windowsize"
- オプションの設定を無視して、オペレーティングシステムが設定する画面解像度に従います。
+ ウィンドウの幅と高さの設定を入れ替えます。これは、タブレットパソコンのような縦型のディスプレイでウィンドウを回転させる際に便利なオプションです。
- buttonsize=SIZE
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "orient=landscape". In both cases, may be overridden by the
+ command-line option "--orient=landscape".
- Tux Paint のユーザーインターフェースの各種ボタンのサイズを標準の "48"
- から変更します。非常に高解像度のディスプレイや、視線入力といった分解能の低い操作デバイスを使用する場合に有効です。
+ native=yes
- SIZE
- の値は24から192までのピクセル値で指定します。ほとんどのボタンは正方形となっており、この設定はボタンの幅と高さの両方に影響します。
+ Tux Paint をフルスクリーンモードで起動する際、"windowsize"
+ オプションの設定を無視して、オペレーティングシステムが設定する画面解像度に従います。
- Note: If the chosen button size would cause the buttons to be
- too large for all required UI elements to appear under Tux
- Paint's chosen window size, the largest possible button size
- will be used. (A note will appear in stderr.)
+ allowscreensaver=yes
- allowscreensaver=yes
+ 標準では、Tux Paint の起動中は
+ スクリーンセーバーが起動しない設定になっていますが、"allowscreensaver"
+ オプションを指定すると、スクリーンセーバーが有効になります。これはSDLライブラリのバージョンが 1.2.12
+ 以降の場合に有効なオプションであることに注意して下さい。(環境変数
+ "SDL_VIDEO_ALLOW_SCREENSAVER" の値を "1" に設定しても、同様のことができます)
- 標準では、Tux Paint の起動中は
- スクリーンセーバーが起動しない設定になっていますが、"allowscreensaver"
- オプションを指定すると、スクリーンセーバーが有効になります。これはSDLライブラリのバージョンが 1.2.12
- 以降の場合に有効なオプションであることに注意して下さい。(環境変数 "SDL_VIDEO_ALLOW_SCREENSAVER"
- の値を "1" に設定しても、同様のことができます)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "allowscreensaver=no" or "disablescreensaver=yes". In both
+ cases, may be overridden by the command-line option
+ "--disablescreensaver".
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "allowscreensaver=no" or "disablescreensaver=yes". In both
- cases, may be overridden by the command-line option
- "--disablescreensaver".
+ Sound
- nosound=yes
+ nosound=yes
- 効果音を無効にします。(注:このオプションを設定すると、[Alt] + [S] を押しても、効果音を有効化することはできません
+ 効果音を無効にします。(注:このオプションを設定すると、[Alt] + [S]
+ を押しても、効果音を有効化することはできません
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "nosound=no"
- or "sound=yes". In both cases, may be overridden by the
- command-line option "--sound".
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nosound=no" or "sound=yes". In both cases, may be
+ overridden by the command-line option "--sound".
- nostereo=yes
+ nostereo=yes
- ステレオの効果音を無効にする。(片耳イヤホンや1台のスピーカーで使用する場合に役に立ちます)
+ ステレオの効果音を無効にする。(片耳イヤホンや1台のスピーカーで使用する場合に役に立ちます)
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "nostereo=no"
- or "stereo=yes". In both cases, may be overridden by the
- command-line option "--stereo".
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nostereo=no" or "stereo=yes". In both cases, may be
+ overridden by the command-line option "--stereo".
- noquit=yes
+ Interface Size
- 画面の "やめる" ボタンや [Escape] キーによるプログラム終了を無効にする。
+ buttonsize=SIZE
- なお、この場合でも [Alt] + [F4]
- の組み合わせや、フルスクリーンモードでない場合は、閉じるボタンを押せば、プログラムを終了することができます。
+ Tux Paint のユーザーインターフェースの各種ボタンのサイズを標準の "48"
+ から変更します。非常に高解像度のディスプレイや、視線入力といった分解能の低い操作デバイスを使用する場合に有効です。
- また、[Shift] + [Control] + [Escape].
- というキーの組み合わせでもプログラムを終了することができます。
+ SIZE
+ の値は24から192までのピクセル値で指定します。ほとんどのボタンは正方形となっており、この設定はボタンの幅と高さの両方に影響します。
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "noquit=no" or
- "quit=yes". In both cases, may be overridden by the command-line
- option "--quit".
+ Note: If the chosen button size would cause the buttons to
+ be too large for all required UI elements to appear under
+ Tux Paint's chosen window size, the largest possible button
+ size will be used. (A note will appear in stderr.)
- noprint=yes
+ colorsrows=ROWS
- 印刷を無効にします。
+ カラーパレットのボタンを何列表示するかを指定します。色数の多いカラーパレット(上記の "colorfile"
+ を参照)を使う場合や、視線入力などの分解能の低い操作デバイスを使用する場合に便利です。"ROWS
+ "には、"1"(デフォルト)から "3" までの値を指定します。
- printdelay=SECONDS
+ ----------------------------------------------------------------------
- SECONDS で設定した秒数ごとに1回だけしか印刷できなくなります。
+Mouse/Keyboard
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "printdelay=0". In both cases, may be overridden by the
- command-line option "--printdelay=0".
+ Cursor
- printcommand=COMMAND
+ nofancycursors=yes
- (Linux 及び Unix の場合のみ)
+ Tux Paint 独自のマウスポインタを無効にし、システム標準のマウスポインタを使用するようにします。
- "いんさつ" ボタンが押されると、COMMAND で指定したコマンドを用いて PostScript
- 形式のファイルを印刷します。標準では以下のコマンドが使用されます:
+ 環境によっては Tux Paint
+ のマウスカーソルが原因で不具合が起こることがあります。そういった場合にこのオプションを有効にして下さい。
- lpr
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nofancycursors=no" or "fancycursors=yes". In both cases,
+ may be overridden by the command-line option
+ "--fancycursors".
- 注: バージョン 0.9.15 より前までは、印刷コマンド(標準では "pngtopnm | pnmtops | lpr")に
- PNG 形式のデータを送信していました。
+ hidecursor=yes
- このため、バージョン 0.9.15 以前で printcommand を lpr
- 以外に設定していた場合は、この設定を変更する必要があります。
+ マウスカーソルを表示しないようにします。
- altprintcommand=COMMAND
+ タブレットPCなどのタッチスクリーンを用いるデバイスのためのオプションです。
- (Linux 及び Unix の場合のみ)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "hidecursor=no" or "showcursor=yes". In both cases, may be
+ overridden by the command-line option "--showcursor".
- [Alt] キーを押しながら "いんさつ" ボタンをクリックすると、COMMAND で指定したコマンドを用いて
- PostScript 形式のファイルを印刷します。(Windows やmacOSで [Alt] + '印刷'
- とすると、印刷ダイアログが表示されるのと似ています)
+ Keyboard
- 標準では、以下の KDE の印刷ダイアログが用いられます:
+ noshortcuts=yes
- kprinter
+ キーボードショートカット(保存: [Ctrl]-[S]、新規作成: [Ctrl]-[N] など)を無効にします。
- printcfg=yes
+ これは、キーボードの操作に慣れていない子供が不用意にコマンドを実行してしまうことを防ぐために有効です。
- (Windows と macOS のみ)
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "noshortcuts=no" or "shortcuts=yes". In both cases, may be
+ overridden by the command-line option "--shortcuts".
- 印刷の設定をファイルから読み込みます。[Alt] キーを押しながら "いんさつ" ボタンを押すと、Windows
- の印刷ダイアログが起動します。
+ Mouse
- (注:これは、Tux Paint
- をフルスクリーンモードで起動している場合にのみ有効であることに注意してください。)"printcfg"
- オプションが設定されていれば、変更した印刷の設定は "userdata/print.cfg"
- ファイルに記録され、再利用されます。
+ grab=yes
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "printcfg=no"
- or "noprintcfg=yes". In both cases, may be overridden by the
- command-line option "--noprintcfg".
+ タックスペイントがマウスとキーボードを「独占」します。マウスカーソルがタックスペイントのウィンドウ内に限定され、ほとんどすべてのキーボード入力が直接タックスペイントに渡されます。
- altprint=always
+ これは、ユーザーが Tux Paint から抜け出すことができないようにするのに便利です。 [Alt]-[Tab]
+ によるウィンドウの切り替えや、[Ctrl]-[Escape]
+ キーによる操作が無効になります。このオプションは、特にフルスクリーンモード時に有効です。
- "いんさつ" ボタンをクリックすると、常に印刷ダイアログを表示します(Linux と Unix
- では、"altprintcommand" で設定したプログラムが起動します)。[Alt] キーを押しながら "いんさつ"
- ボタンをクリックするのと同じ動作ですが、毎回 [Alt] キーを押す必要がないということです。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using "grab=no"
+ or "dontgrab=yes". In both cases, may be overridden by the
+ command-line option "--dontgrab".
- altprint=never
+ nowheelmouse=yes
- "いんさつ" ボタンを押したときの [Alt] キーの効果を無効にして、印刷ダイアログが表示されないようにします(Linux と
- Unix では、"altprintcommand" で設定したコマンドが起動されなくなります)。
+ マウスでのホイールによる操作が無効になります。(通常、ホイールは右のセレクターメニューをスクロールします)。
- altprint=mod
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be
+ overridden by the command-line option "--wheelmouse".
- 印刷時の標準の動作です。[Alt] キーを押しながら "いんさつ" ボタンをクリックすると印刷ダイアログが表示され、[Alt]
- キーを押さずに "いんさつ" ボタンをクリックすると、ダイアログを表示せずに印刷します。
+ nobuttondistinction=yes
- papersize=PAPERSIZE
+ Tux Paint 0.9.15
+ 以前では、マウスの中ボタンと右ボタンでもクリックが可能でしたが、バージョン0.9.15からは、子供たちが間違ったボタン押さないように、マウスの左ボタンだけが使えるように変更しました。
- (Windows, macOS, BeOS, Haiku を除く、内蔵 PostScript
- 出力エンジンを使用するプラットフォーム向け)
+ マウス操作が苦手なお子さんの場合、このオプションを使用することで、マウスの2つまたは3つのボタンの区別を無効にすることができます。
- 生成する PostScript ファイルの用紙サイズを指定します。指定がなければ、最初に環境変数 $PAPER が、次に
- /etc/papersize ファイルがチェックされ、最後に 'libpaper'ライブラリの標準の用紙サイズが使用されます。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nobuttondistinction=no" or "buttondistinction=yes". In both
+ cases, may be overridden by the command-line option
+ "--buttondistinction".
- 以下のサイズ指定が使えます:letter, legal, tabloid, executive, note,
- statement, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, b0, b1,
- b2 b3, b4, 10x14, 11x17, halfletter, halfexecutive, halfnote,
- folio, quarto, ledger, archA, archB, archC, archD, archE, flsa,
- flse, csheet, dsheet, esheet.
+ ----------------------------------------------------------------------
- nolockfile=yes
+Simplification
- 標準では、タックスペイントは「ロックファイル」と呼ばれるものを使用して、30秒間に1回以上起動できないようになっています。これは、シングルクリックのランチャーをダブルクリックしたり、アイコンをせわしなく何度もクリックしたりして、誤って複数回起動してしまうことを防ぐためです。
+ Interface Simplification
- ロックファイルを無視して、起動してから30秒以内であっても再びすぐに実行できるようにするには、設定ファイルでこの設定を有効にするか、コマンドラインで
- --nolockfile オプションを指定して Tux Paint を実行してください。
+ simpleshapes=yes
- 標準では、Linux および Unix では "~/.tuxpaint/" に、Windows では "userdata\"
- にロックファイルが保存されます。
+ 「ずけい」ツールで、形を決めたあとに回転させるステップを省略します。クリックして、ドラッグして、ボタンを離すだけで、図形を描くことができます。
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nolockfile=no" or "lockfile=yes". In both cases, may be
- overridden by the command-line option "--lockfile".
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "simpleshapes=no" or "complexshapes=yes". In both cases, may
+ be overridden by the command-line option "--complexshapes".
- simpleshapes=yes
+ nooutlines=yes
- 「ずけい」ツールで、形を決めたあとに回転させるステップを省略します。クリックして、ドラッグして、ボタンを離すだけで、図形を描くことができます。
+ このモードでは、「せん」ツール、「かたち」ツール、「はんこ」ツールそしてけしゴムを使うときに、アウトラインをシンプルな線で表示します。
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "simpleshapes=no" or "complexshapes=yes". In both cases, may be
- overridden by the command-line option "--complexshapes".
+ Tux Paint を非常に遅いパソコンで使いたい場合や、リモートの X-Window
+ ディスプレイで使う場合に、速度を改善します。
- uppercase=yes
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nooutlines=no" or "outlines=yes". In both cases, may be
+ overridden by the command-line option "--outlines".
- すべてのテキストが大文字で表記されます(例:「Brush」は「BRUSH」)。まだ大文字しか習っていない子供たちにとって役に立つオプションです。
+ uppercase=yes
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "uppercase=no"
- or "mixedcase=yes". In both cases, may be overridden by the
- command-line option "--mixedcase".
+ すべてのテキストが大文字で表記されます(例:「Brush」は「BRUSH」)。まだ大文字しか習っていない子供たちにとって役に立つオプションです。
- grab=yes
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "uppercase=no" or "mixedcase=yes". In both cases, may be
+ overridden by the command-line option "--mixedcase".
- タックスペイントがマウスとキーボードを「独占」します。マウスカーソルがタックスペイントのウィンドウ内に限定され、ほとんどすべてのキーボード入力が直接タックスペイントに渡されます。
+ Initial Stamp Size
- これは、ユーザーが Tux Paint から抜け出すことができないようにするのに便利です。 [Alt]-[Tab]
- によるウィンドウの切り替えや、[Ctrl]-[Escape]
- キーによる操作が無効になります。このオプションは、特にフルスクリーンモード時に有効です。
+ stampsize=SIZE
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "grab=no" or
- "dontgrab=yes". In both cases, may be overridden by the
- command-line option "--dontgrab".
+ すべてのスタンプの初期の大きさを 0(最小)から 10(最大)の間で設定します。SIZE
+ の値はスタンプ自体の大きさとタックスペイントのキャンバスサイズによって決まる大きさに対する相対的な指定になります。
- noshortcuts=yes
+ SIZE の値に default を指定すると、Tux Paint
+ がスタンプの大きさを自動的に決定します。(これが標準の動作です)
- キーボードショートカット(保存: [Ctrl]-[S]、新規作成: [Ctrl]-[N] など)を無効にします。
+ Control Simplification
- これは、キーボードの操作に慣れていない子供が不用意にコマンドを実行してしまうことを防ぐために有効です。
+ noquit=yes
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "noshortcuts=no" or "shortcuts=yes". In both cases, may be
- overridden by the command-line option "--shortcuts".
+ 画面の "やめる" ボタンや [Escape] キーによるプログラム終了を無効にする。
- nowheelmouse=yes
+ なお、この場合でも [Alt] + [F4]
+ の組み合わせや、フルスクリーンモードでない場合は、閉じるボタンを押せば、プログラムを終了することができます。
- マウスでのホイールによる操作が無効になります。(通常、ホイールは右のセレクターメニューをスクロールします)。
+ また、[Shift] + [Control] + [Escape].
+ というキーの組み合わせでもプログラムを終了することができます。
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be
- overridden by the command-line option "--wheelmouse".
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "noquit=no" or "quit=yes". In both cases, may be overridden
+ by the command-line option "--quit".
- nobuttondistinction=yes
+ nostamps=yes
- Tux Paint 0.9.15
- 以前では、マウスの中ボタンと右ボタンでもクリックが可能でしたが、バージョン0.9.15からは、子供たちが間違ったボタン押さないように、マウスの左ボタンだけが使えるように変更しました。
+ 「はんこ」の画像を読み込まず、「はんこ」ツールを無効にします。
- マウス操作が苦手なお子さんの場合、このオプションを使用することで、マウスの2つまたは3つのボタンの区別を無効にすることができます。
+ これによって、初回起動時のプログラムの読み込みが高速になります。
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nobuttondistinction=no" or "buttondistinction=yes". In both
- cases, may be overridden by the command-line option
- "--buttondistinction".
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nostamps=no" or "stamps=yes". In both cases, may be
+ overridden by the command-line option "--stamps".
- nofancycursors=yes
+ nostampcontrols=yes
- Tux Paint 独自のマウスポインタを無効にし、システム標準のマウスポインタを使用するようにします。
+ 「はんこ」ツールの画像には、上下または左右に反転できたり、大きさを変更したりできるものがあります。このオプションを設定すると、このような操作を無効にします。
- 環境によっては Tux Paint
- のマウスカーソルが原因で不具合が起こることがあります。そういった場合にこのオプションを有効にして下さい。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nostampcontrols=no" or "stampcontrols=yes". In both cases,
+ may be overridden by the command-line option
+ "--stampcontrols".
+
+ nomagiccontrols=yes
+
+ 「まほう」ツールの中には、「ふで」ツールのように画像の一部分だけに効果を及ぼすか、キャンバス全体に効果を及ぼすかを選択できるものがあります。このオプションを設定すると、「まほう」ツールの動作の選択を無効にして、ツールごとに標準の動作だけをするようにします。(たいていは「ふで」のような動作になります)
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nomagiccontrols=no" or "magiccontrols=yes". In both cases,
+ may be overridden by the command-line option
+ "--magiccontrols".
+
+ noshapecontrols=yes
+
+ 「かたち」ツールでの2つの動作モード-マウスをクリックした箇所を中心として図形を拡大するか、マウスをクリックした箇所をコーナーとして図形を拡大するか-を選択するボタンを無効にします。
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "noshapecontrols=no" or "shapecontrols=yes". In both cases,
+ may be overridden by the command-line option
+ "--shapecontrols".
+
+ nolabel=yes
+
+ 「ラベル」ツールを無効にします。
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nolabel=no" or "label=yes". In both cases, may be
+ overridden by the command-line option "--label".
+
+ ----------------------------------------------------------------------
+
+Languages
+
+ Language
+
+ lang=LANGUAGE
+
+ サポートされている言語の中から、Tux Paint
+ で使用する言語を指定します。現時点でLANGUAGEに指定できる言語は以下のとおりです:
+
+ +-----------------------------------------------------------+
+ |english |american-english | |
+ |---------------------+---------------------+---------------|
+ |acholi |acoli | |
+ |---------------------+---------------------+---------------|
+ |afrikaans | | |
+ |---------------------+---------------------+---------------|
+ |akan |twi-fante | |
+ |---------------------+---------------------+---------------|
+ |albanian | | |
+ |---------------------+---------------------+---------------|
+ |amharic | | |
+ |---------------------+---------------------+---------------|
+ |arabic | | |
+ |---------------------+---------------------+---------------|
+ |aragones | | |
+ |---------------------+---------------------+---------------|
+ |armenian |hayeren | |
+ |---------------------+---------------------+---------------|
+ |assamese | | |
+ |---------------------+---------------------+---------------|
+ |asturian | | |
+ |---------------------+---------------------+---------------|
+ |australian-english | | |
+ |---------------------+---------------------+---------------|
+ |azerbaijani | | |
+ |---------------------+---------------------+---------------|
+ |bambara | | |
+ |---------------------+---------------------+---------------|
+ |basque |euskara | |
+ |---------------------+---------------------+---------------|
+ |belarusian |bielaruskaja | |
+ |---------------------+---------------------+---------------|
+ |bengali | | |
+ |---------------------+---------------------+---------------|
+ |bodo | | |
+ |---------------------+---------------------+---------------|
+ |bokmal | | |
+ |---------------------+---------------------+---------------|
+ |bosnian | | |
+ |---------------------+---------------------+---------------|
+ |brazilian-portuguese |portugues-brazilian |brazilian |
+ |---------------------+---------------------+---------------|
+ |breton |brezhoneg | |
+ |---------------------+---------------------+---------------|
+ |british-english |british | |
+ |---------------------+---------------------+---------------|
+ |bulgarian | | |
+ |---------------------+---------------------+---------------|
+ |canadian-english | | |
+ |---------------------+---------------------+---------------|
+ |catalan |catala | |
+ |---------------------+---------------------+---------------|
+ |chinese |simplified-chinese | |
+ |---------------------+---------------------+---------------|
+ |croatian |hrvatski | |
+ |---------------------+---------------------+---------------|
+ |czech |cesky | |
+ |---------------------+---------------------+---------------|
+ |danish |dansk | |
+ |---------------------+---------------------+---------------|
+ | |dogri | |
+ |---------------------+---------------------+---------------|
+ |dutch |nederlands | |
+ |---------------------+---------------------+---------------|
+ |esperanto | | |
+ |---------------------+---------------------+---------------|
+ |estonian | | |
+ |---------------------+---------------------+---------------|
+ |faroese | | |
+ |---------------------+---------------------+---------------|
+ |finnish |suomi | |
+ |---------------------+---------------------+---------------|
+ |french |francais | |
+ |---------------------+---------------------+---------------|
+ |fula |fulah |pulaar-fulfulde|
+ |---------------------+---------------------+---------------|
+ |gaelic |gaidhlig |irish-gaelic |
+ |---------------------+---------------------+---------------|
+ |galician |galego | |
+ |---------------------+---------------------+---------------|
+ |georgian | | |
+ |---------------------+---------------------+---------------|
+ |german |deutsch | |
+ |---------------------+---------------------+---------------|
+ |greek | | |
+ |---------------------+---------------------+---------------|
+ |gronings |zudelk-veenkelonioals| |
+ |---------------------+---------------------+---------------|
+ |gujarati | | |
+ |---------------------+---------------------+---------------|
+ |hebrew | | |
+ |---------------------+---------------------+---------------|
+ |hindi | | |
+ |---------------------+---------------------+---------------|
+ |hungarian |magyar | |
+ |---------------------+---------------------+---------------|
+ |icelandic |islenska | |
+ |---------------------+---------------------+---------------|
+ |indonesian |bahasa-indonesia | |
+ |---------------------+---------------------+---------------|
+ |inuktitut | | |
+ |---------------------+---------------------+---------------|
+ |italian |italiano | |
+ |---------------------+---------------------+---------------|
+ |japanese | | |
+ |---------------------+---------------------+---------------|
+ |kabyle | |kabylian |
+ |---------------------+---------------------+---------------|
+ |kannada | | |
+ |---------------------+---------------------+---------------|
+ |kashmiri-devanagari | | |
+ |---------------------+---------------------+---------------|
+ |kashmiri-perso-arabic| | |
+ |---------------------+---------------------+---------------|
+ |khmer | | |
+ |---------------------+---------------------+---------------|
+ |kiga |chiga | |
+ |---------------------+---------------------+---------------|
+ |kinyarwanda | | |
+ |---------------------+---------------------+---------------|
+ |klingon |tlhIngan | |
+ |---------------------+---------------------+---------------|
+ |konkani-devanagari | | |
+ |---------------------+---------------------+---------------|
+ |konkani-roman | | |
+ |---------------------+---------------------+---------------|
+ |korean | | |
+ |---------------------+---------------------+---------------|
+ |kurdish | | |
+ |---------------------+---------------------+---------------|
+ |latvian | | |
+ |---------------------+---------------------+---------------|
+ |lithuanian |lietuviu | |
+ |---------------------+---------------------+---------------|
+ |luganda | | |
+ |---------------------+---------------------+---------------|
+ |luxembourgish |letzebuergesch | |
+ |---------------------+---------------------+---------------|
+ |macedonian | | |
+ |---------------------+---------------------+---------------|
+ |maithili | | |
+ |---------------------+---------------------+---------------|
+ |malay | | |
+ |---------------------+---------------------+---------------|
+ |malayalam | | |
+ |---------------------+---------------------+---------------|
+ |manipuri-bengali | | |
+ |---------------------+---------------------+---------------|
+ |manipuri-meitei-mayek| | |
+ |---------------------+---------------------+---------------|
+ |marathi | | |
+ |---------------------+---------------------+---------------|
+ |mexican-spanish |espanol-mejicano |mexican |
+ |---------------------+---------------------+---------------|
+ |mongolian | | |
+ |---------------------+---------------------+---------------|
+ |ndebele | | |
+ |---------------------+---------------------+---------------|
+ |nepali | | |
+ |---------------------+---------------------+---------------|
+ |northern-sotho |sesotho-sa-leboa | |
+ |---------------------+---------------------+---------------|
+ |norwegian |nynorsk |norsk |
+ |---------------------+---------------------+---------------|
+ |occitan | | |
+ |---------------------+---------------------+---------------|
+ |odia |oriya | |
+ |---------------------+---------------------+---------------|
+ |ojibwe |ojibway | |
+ |---------------------+---------------------+---------------|
+ |persian | | |
+ |---------------------+---------------------+---------------|
+ |polish |polski | |
+ |---------------------+---------------------+---------------|
+ |portuguese |portugues | |
+ |---------------------+---------------------+---------------|
+ |punjabi |panjabi | |
+ |---------------------+---------------------+---------------|
+ |romanian | | |
+ |---------------------+---------------------+---------------|
+ |russian |russkiy | |
+ |---------------------+---------------------+---------------|
+ |sanskrit | | |
+ |---------------------+---------------------+---------------|
+ |santali-devanagari | | |
+ |---------------------+---------------------+---------------|
+ |santali-ol-chiki | | |
+ |---------------------+---------------------+---------------|
+ |scottish |ghaidhlig |scottish-gaelic|
+ |---------------------+---------------------+---------------|
+ |serbian | | |
+ |---------------------+---------------------+---------------|
+ |serbian-latin | | |
+ |---------------------+---------------------+---------------|
+ |shuswap |secwepemctin | |
+ |---------------------+---------------------+---------------|
+ |sindhi-devanagari | | |
+ |---------------------+---------------------+---------------|
+ |sindhi-perso-arabic | | |
+ |---------------------+---------------------+---------------|
+ |slovak | | |
+ |---------------------+---------------------+---------------|
+ |slovenian |slovensko | |
+ |---------------------+---------------------+---------------|
+ |songhay | | |
+ |---------------------+---------------------+---------------|
+ |southafrican-english | | |
+ |---------------------+---------------------+---------------|
+ |spanish |espanol | |
+ |---------------------+---------------------+---------------|
+ |sundanese | | |
+ |---------------------+---------------------+---------------|
+ |swahili | | |
+ |---------------------+---------------------+---------------|
+ |swedish |svenska | |
+ |---------------------+---------------------+---------------|
+ |tagalog | | |
+ |---------------------+---------------------+---------------|
+ |tamil | | |
+ |---------------------+---------------------+---------------|
+ |telugu | | |
+ |---------------------+---------------------+---------------|
+ |thai | | |
+ |---------------------+---------------------+---------------|
+ |tibetan | | |
+ |---------------------+---------------------+---------------|
+ |traditional-chinese | | |
+ |---------------------+---------------------+---------------|
+ |turkish | | |
+ |---------------------+---------------------+---------------|
+ |twi | | |
+ |---------------------+---------------------+---------------|
+ |ukrainian | | |
+ |---------------------+---------------------+---------------|
+ |urdu | | |
+ |---------------------+---------------------+---------------|
+ |venda | | |
+ |---------------------+---------------------+---------------|
+ |venetian |veneto | |
+ |---------------------+---------------------+---------------|
+ |vietnamese | | |
+ |---------------------+---------------------+---------------|
+ |walloon |walon | |
+ |---------------------+---------------------+---------------|
+ |welsh |cymraeg | |
+ |---------------------+---------------------+---------------|
+ |wolof | | |
+ |---------------------+---------------------+---------------|
+ |xhosa | | |
+ |---------------------+---------------------+---------------|
+ |miahuatlan-zapotec | |zapotec |
+ |---------------------+---------------------+---------------|
+ |zulu | |zulu |
+ +-----------------------------------------------------------+
+
+ --locale LOCALE
+
+ Tux Paint で使用する言語を指定します。使用する言語ごとの言語コードの設定(例えば、ドイツ語では
+ "de_DE")については、以下の "使用する言語を変更する" の項もごらん下さい。
+
+ (環境変数 "$LANG"
+ などによって言語環境が設定されている場合は、環境設定が優先されるので、このオプションを設定するは必要ありません。)
+
+ mirrorstamps=yes
+
+ 反転可能なスタンプは、はじめから反転されるようにします。
+
+ 左から右ではなく右から左に向かって描き進むことを好むユーザーに役に立つオプションです。
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases,
+ may be overridden by the command-line option
+ "--dontmirrorstamps".
+
+ Fonts
+
+ sysfonts=yes
+
+ もじツールで、オペレーティングシステムのフォントを使用します。通常では、Tux Paint
+ はパッケージに付属するフォントだけを使用します。
+
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "sysfonts=no" or "nosysfonts=yes". In both cases, may be
+ overridden by the command-line option "--nosysfonts".
+
+ alllocalefonts=yes
+
+ バージョン0.9.21以前では、Tux
+ Paintは、特定の言語のみに固有のもの(例えば、ラテン文字を持たないチベット語のフォントなど)も含めて、fonts
+ ディレクトリにあるすべてのフォントを読み込んでいました。0.9.21 以降では、Tux Paint
+ が動作している言語環境に合ったフォントだけが読み込まれます。
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nofancycursors=no" or "fancycursors=yes". In both cases, may be
- overridden by the command-line option "--fancycursors".
+ 以前のバージョンのように全てのフォントを読み込むようにするには、このオプションを有効にします。
- hidecursor=yes
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "alllocalefonts=no" or "currentlocalefont=yes". In both
+ cases, may be overridden by the command-line option
+ "--currentlocalefont".
- マウスカーソルを表示しないようにします。
+ ----------------------------------------------------------------------
- タブレットPCなどのタッチスクリーンを用いるデバイスのためのオプションです。
+Printing
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "hidecursor=no" or "showcursor=yes". In both cases, may be
- overridden by the command-line option "--showcursor".
+ Print Permissions
- nooutlines=yes
+ noprint=yes
- このモードでは、「せん」ツール、「かたち」ツール、「はんこ」ツールそしてけしゴムを使うときに、アウトラインをシンプルな線で表示します。
+ 印刷を無効にします。
- Tux Paint を非常に遅いパソコンで使いたい場合や、リモートの X-Window
- ディスプレイで使う場合に、速度を改善します。
+ printdelay=SECONDS
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nooutlines=no" or "outlines=yes". In both cases, may be
- overridden by the command-line option "--outlines".
+ SECONDS で設定した秒数ごとに1回だけしか印刷できなくなります。
- sysfonts=yes
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "printdelay=0". In both cases, may be overridden by the
+ command-line option "--printdelay=0".
- もじツールで、オペレーティングシステムのフォントを使用します。通常では、Tux Paint
- はパッケージに付属するフォントだけを使用します。
+ Show Printer Dialog
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "sysfonts=no"
- or "nosysfonts=yes". In both cases, may be overridden by the
- command-line option "--nosysfonts".
+ altprint=always
- alllocalefonts=yes
+ "いんさつ" ボタンをクリックすると、常に印刷ダイアログを表示します(Linux と Unix
+ では、"altprintcommand" で設定したプログラムが起動します)。[Alt] キーを押しながら "いんさつ"
+ ボタンをクリックするのと同じ動作ですが、毎回 [Alt] キーを押す必要がないということです。
- バージョン0.9.21以前では、Tux
- Paintは、特定の言語のみに固有のもの(例えば、ラテン文字を持たないチベット語のフォントなど)も含めて、fonts
- ディレクトリにあるすべてのフォントを読み込んでいました。0.9.21 以降では、Tux Paint
- が動作している言語環境に合ったフォントだけが読み込まれます。
+ altprint=never
- 以前のバージョンのように全てのフォントを読み込むようにするには、このオプションを有効にします。
+ "いんさつ" ボタンを押したときの [Alt]
+ キーの効果を無効にして、印刷ダイアログが表示されないようにします(Linux と Unix
+ では、"altprintcommand" で設定したコマンドが起動されなくなります)。
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "alllocalefonts=no" or "currentlocalefont=yes". In both cases,
- may be overridden by the command-line option
- "--currentlocalefont".
+ altprint=mod
- nostamps=yes
+ 印刷時の標準の動作です。[Alt] キーを押しながら "いんさつ"
+ ボタンをクリックすると印刷ダイアログが表示され、[Alt] キーを押さずに "いんさつ"
+ ボタンをクリックすると、ダイアログを表示せずに印刷します。
- 「はんこ」の画像を読み込まず、「はんこ」ツールを無効にします。
+ Save Printer Configuration
- これによって、初回起動時のプログラムの読み込みが高速になります。
+ printcfg=yes
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "nostamps=no"
- or "stamps=yes". In both cases, may be overridden by the
- command-line option "--stamps".
+ (Windows と macOS のみ)
- nostampcontrols=yes
+ 印刷の設定をファイルから読み込みます。[Alt] キーを押しながら "いんさつ" ボタンを押すと、Windows
+ の印刷ダイアログが起動します。
- 「はんこ」ツールの画像には、上下または左右に反転できたり、大きさを変更したりできるものがあります。このオプションを設定すると、このような操作を無効にします。
+ (注:これは、Tux Paint
+ をフルスクリーンモードで起動している場合にのみ有効であることに注意してください。)"printcfg"
+ オプションが設定されていれば、変更した印刷の設定は "userdata/print.cfg"
+ ファイルに記録され、再利用されます。
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nostampcontrols=no" or "stampcontrols=yes". In both cases, may
- be overridden by the command-line option "--stampcontrols".
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "printcfg=no" or "noprintcfg=yes". In both cases, may be
+ overridden by the command-line option "--noprintcfg".
- nomagiccontrols=yes
+ Print Commands
- 「まほう」ツールの中には、「ふで」ツールのように画像の一部分だけに効果を及ぼすか、キャンバス全体に効果を及ぼすかを選択できるものがあります。このオプションを設定すると、「まほう」ツールの動作の選択を無効にして、ツールごとに標準の動作だけをするようにします。(たいていは「ふで」のような動作になります)
+ printcommand=COMMAND
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may
- be overridden by the command-line option "--magiccontrols".
+ (Linux 及び Unix の場合のみ)
- noshapecontrols=yes
+ "いんさつ" ボタンが押されると、COMMAND で指定したコマンドを用いて PostScript
+ 形式のファイルを印刷します。標準では以下のコマンドが使用されます:
- 「かたち」ツールでの2つの動作モード-マウスをクリックした箇所を中心として図形を拡大するか、マウスをクリックした箇所をコーナーとして図形を拡大するか-を選択するボタンを無効にします。
+ lpr
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "noshapecontrols=no" or "shapecontrols=yes". In both cases, may
- be overridden by the command-line option "--shapecontrols".
+ 注: バージョン 0.9.15 より前までは、印刷コマンド(標準では "pngtopnm | pnmtops |
+ lpr")に PNG 形式のデータを送信していました。
- nolabel=yes
+ このため、バージョン 0.9.15 以前で printcommand を lpr
+ 以外に設定していた場合は、この設定を変更する必要があります。
- 「ラベル」ツールを無効にします。
+ altprintcommand=COMMAND
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "nolabel=no"
- or "label=yes". In both cases, may be overridden by the
- command-line option "--label".
+ (Linux 及び Unix の場合のみ)
- newcolorslast=yes
+ [Alt] キーを押しながら "いんさつ" ボタンをクリックすると、COMMAND で指定したコマンドを用いて
+ PostScript 形式のファイルを印刷します。(Windows やmacOSで [Alt] + '印刷'
+ とすると、印刷ダイアログが表示されるのと似ています)
- 「さいしょから」でキャンバスを選択する際、単色のキャンバスが末尾に、スターター画像やテンプレートが先頭になるよう、表示順序を変更します。
+ 標準では、以下の KDE の印刷ダイアログが用いられます:
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "newcolorslast=no" or "newcolorsfirst=yes". In both cases, may
- be overridden by the command-line option "--newcolorsfirst".
+ kprinter
- mirrorstamps=yes
+ Paper Size
- 反転可能なスタンプは、はじめから反転されるようにします。
+ papersize=PAPERSIZE
- 左から右ではなく右から左に向かって描き進むことを好むユーザーに役に立つオプションです。
+ (Windows, macOS, BeOS, Haiku を除く、内蔵 PostScript
+ 出力エンジンを使用するプラットフォーム向け)
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases, may
- be overridden by the command-line option "--dontmirrorstamps".
+ 生成する PostScript ファイルの用紙サイズを指定します。指定がなければ、最初に環境変数 $PAPER が、次に
+ /etc/papersize ファイルがチェックされ、最後に
+ 'libpaper'ライブラリの標準の用紙サイズが使用されます。
- mouse-accessibility=yes
+ 以下のサイズ指定が使えます:letter, legal, tabloid, executive, note,
+ statement, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, b0,
+ b1, b2 b3, b4, 10x14, 11x17, halfletter, halfexecutive,
+ halfnote, folio, quarto, ledger, archA, archB, archC, archD,
+ archE, flsa, flse, csheet, dsheet, esheet.
- 例えば「せん」ツールなどでは、マウスをクリックしてドラッグした後にマウスボタンを放すというのが標準の操作ですが、このモードを設定すると、マウスをクリックしてからマウスを動かした後に再度マウスをクリックするという操作になります。
+ ----------------------------------------------------------------------
- onscreen-keyboard=yes
+Saving
- 「もじ」ツールと「ラベル」ツールで、画面キーボードを表示します。
+ Save Over Earlier Work
- onscreen-keyboard-layout=レイアウト名
+ saveover=yes
- 画面キーボードの初期レイアウトを設定します。
- 注:このオプションが設定されると、onscreen-keyboard=yes も設定されているとみなします。
+ 以前の絵を編集して保存するときに、"いまかいたえと まえのえを いれかえる?"
+ と確認を求めないようにします。この設定では、前の絵は常に上書きされます。
- onscreen-keyboard-disable-change=yes
+ saveover=new
- 画面キーボードの変更をできないようにします。小さな子供向けにシンプルにしたい場合に設定します。
- このオプションが設定されると onscreen-keyboard=yes も設定されているとみなします。
+ 上記と同様に保存の確認を求めないようにしますが、この設定では、前の絵を上書きせずに、常に新しいファイルを作成して保存します。
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "onscreen-keyboard-disable-change=no". In both cases, may be
- overridden by the command-line option
- "--onscreen-keyboard-disable-change=no".
+ saveover=ask
- joystick-dev=N
+ (絵を保存するときの標準の動作なので、この設定は冗長なものとなります)
+ 以前の絵を編集して保存するときに、以前の絵を上書きするかどうかを尋ねられます。
- 何番目のジョイスティックデバイスを使うかを設定します。標準では 0 (最初のジョイスティック)
+ Starting Out
- joystick-slowness=SPEED
+ startblank=yes
- ジョイスティックの感度を SPEED の値で設定します。0 から 500 までの値が設定できます。標準の値は 15 です。
+ Tux Paint を起動する際、前回最後に開いていた絵を読み込む代わりに、毎回、空のキャンバスで開始します。
- joystick-threshold=THRESHOLD
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "startblank=no" or "startlast=yes". In both cases, may be
+ overridden by the command-line option "--startlast".
- ジョイスティックでポインターを動かし始めるためのしきい値を THRESHOLD の値で設定します。0 から 32766
- までの値が設定できます。標準の値は 3200 です。
+ newcolorslast=yes
- joystick-maxsteps=STEPS
+ 「さいしょから」でキャンバスを選択する際、単色のキャンバスが末尾に、スターター画像やテンプレートが先頭になるよう、表示順序を変更します。
- ポインターの移動速度の上限を STEPS にピクセル単位で設定します。1 から 7 までの値が設定可能で、標準の値は 7 です。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "newcolorslast=no" or "newcolorsfirst=yes". In both cases,
+ may be overridden by the command-line option
+ "--newcolorsfirst".
- joystick-hat-timeout=MILLISECONDS
+ Save and Export Directories
- ジョイスティックのハットスイッチを押し続けたときに、ポインターが連続して動き始めるまでの時間を MILLISECONDS
- にミリ秒単位で設定します。0 から 3000 までの値が設定可能で、標準の設定は 1000 です。
+ savedir=DIRECTORY
- joystick-hat-slowness=SPEED
+ Tux Paint が、作品を保存する "saved" ディレクトリの場所を変更します。
- ハットスイッチの感度を設定します。設定可能な値は 0 から 500 で、標準の値は 15 です。
+ 特に設定していなければ、標準のディレクトリは次の場所にあります:
- joystick-btn-escape=BUTTON NUMBER
+ * Linux および Unix — ユーザーのホームディレクトリ("~" または
+ "$HOME")にある隠しディレクトリ ".tuxpaint" 以下
+ 例:/home/username/.tuxpaint/saved/
+ * Windows — ユーザーごとの "Application Data" フォルダーにある
+ "TuxPaint" フォルダー以下
+ 例:C:\Documents and Settings\Username\Application
+ Data\TuxPaint\saved\
+ * macOS — ユーザーごとの "Application Support" フォルダーにある
+ "TuxPaint" フォルダー以下
+ 例:/Users/Username/Library/Application
+ Support/TuxPaint/saved/
- ジョイスティックの BUTTON NUMBER で設定したボタンに "ESC" キーの機能を割り当てます。(ダイアログの
- "もどる" や "やめる" で使います)
+ 注:Windowsのドライブ(例:"H:\")を指定する際は、サブディレクトリも指定する必要があります。
- joystick-btn-brush=BUTTON NUMBER
+ 注:バージョン 0.9.18
+ 以前は、作品データ以外に、個人用データファイル(ペイントブラシ、スタンプ、スターター、フォント)を検索する場所としても、"savedir"
+ の設定を使用していました。バージョン 0.9.18
+ からは、これらのディレクトリの場所を別途指定することができます(後述の "datadir" オプションを参照)。
- ジョイスティックの BUTTON NUMBER で設定したボタンに "「ふで」ツール" へのショートカットを割り当てます。
+ 例:savedir=Z:\tuxpaint\
- joystick-btn-stamp=BUTTON NUMBER
+ exportdir=DIRECTORY
- ジョイスティックの BUTTON NUMBER で設定したボタンに "「はんこ」ツール" へのショートカットを割り当てます。
+ 「かきだす」によって、作品を画像にエクスポートして他で利用する場合や、アニメーションGIFによるスライドショーデータなど、データの出力先のディレクトリを変更します。
- joystick-btn-lines=BUTTON NUMBER
+ 特に設定していなければ、標準のディレクトリは次の場所にあります:
- ジョイスティックの BUTTON NUMBER で設定したボタンに "「せん」ツール" へのショートカットを割り当てます。
+ * Linux および Unix — XDG (X Desktop Group)
+ 標準に基づく設定が利用可能な場合、個々のデスクトップ環境において画像保存用として設定されているディレクトリ("xdg-user-dir
+ PICTURES" コマンドで確認できます)
+ 英語環境では一般的にユーザーのホームディレクトリ("$HOME/Pictures" あるいは
+ "~/Pictures")以下の "Pictures" ディレクトリになります。(日本語環境では "画像")
+ XDGの設定が読み取れない場合や、"XDG_PICTURES_DIR
+ "に何も設定されていない場合は、上記の英語環境で一般的なディレクトリ(~/Pictures)を使用します。
+ * Windows — 各ユーザーの "ピクチャ" ディレクトリ(通常は
+ "C:\Users\ユーザー名\Pictures")。
+ また、次のようにして、フォルダを直接開くこともできます:
+ * "[Windows]+[R]" キーを押して "ファイル名を指定して実行" ダイアログを開く。
+ * テキストボックスに "Shell:My Pictures" と入力して [OK] を押す。
+ * macOS — TBD!
- joystick-btn-shapes=BUTTON NUMBER
+ 注:標準の設定を用いる場合は、画像用のディレクトリにサブディレクトリ "TuxPaint"
+ が作成されます。(例:"~/Pictures/TuxPaint")一方、"--exportdir"
+ オプションを用いると、指定されたパスがそのまま使用されます(サブディレクトリ "TuxPaint" は作成されません)。
- ジョイスティックの BUTTON NUMBER で設定したボタンに "「かたち」ツール" へのショートカットを割り当てます。
+ ディレクトリ(例: "~/Pictures/TuxPaint")が存在しない場合は新たに作成されます。
- joystick-btn-text=BUTTON NUMBER
+ 一つ上の親ディレクトリ(例:"~/Pictures/TuxPaint")が存在しない場合もディレクトリの作成を試みますが、それ以上の階層のディレクトリを作成することはありません。
- ジョイスティックの BUTTON NUMBER で設定したボタンに "「もじ」ツール" へのショートカットを割り当てます。
+ 例:exportdir=/home/penguin/TuxPaintExports
- joystick-btn-label=BUTTON NUMBER
+ More Saving Options
- ジョイスティックの BUTTON NUMBER で設定したボタンに "「ラベル」ツール" へのショートカットを割り当てます。
+ nosave=yes
- joystick-btn-magic=BUTTON NUMBER
+ 絵の保存ができないようにします("セーブ"
+ ボタンも無効になります)。一時的なお遊びに使う場合や、テスト環境で使えるオプションです。
- ジョイスティックの BUTTON NUMBER で設定したボタンに "「まほう」ツール" へのショートカットを割り当てます。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nosave=no" or "save=yes". In both cases, may be overridden
+ by the command-line option "--save".
- joystick-btn-undo=BUTTON NUMBER
+ autosave=yes
- ジョイスティックの BUTTON NUMBER で設定したボタンに "「とりけし」" へのショートカットを割り当てます。
+ プログラムを終了するときに、絵を保存するかどうか尋ねずに、自動的に保存します。
- joystick-btn-redo=BUTTON NUMBER
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "autosave=no" or "noautosave=yes". In both cases, may be
+ overridden by the command-line option "--noautosave".
- ジョイスティックの BUTTON NUMBER で設定したボタンに "「やりなおし」" を選択するショートカットを割り当てます。
+ ----------------------------------------------------------------------
- joystick-btn-eraser=BUTTON NUMBER
+Data
- ジョイスティックの BUTTON NUMBER で設定したボタンに "「けしごむ」" を選択するショートカットを割り当てます。
+ Lockfile
- joystick-btn-new=BUTTON NUMBER
+ nolockfile=yes
- ジョイスティックの BUTTON NUMBER で設定したボタンに、「さいしょから」ダイアログへのショートカットを割り当てます。
+ 標準では、タックスペイントは「ロックファイル」と呼ばれるものを使用して、30秒間に1回以上起動できないようになっています。これは、シングルクリックのランチャーをダブルクリックしたり、アイコンをせわしなく何度もクリックしたりして、誤って複数回起動してしまうことを防ぐためです。
- joystick-btn-open=BUTTON NUMBER
+ ロックファイルを無視して、起動してから30秒以内であっても再びすぐに実行できるようにするには、設定ファイルでこの設定を有効にするか、コマンドラインで
+ --nolockfile オプションを指定して Tux Paint を実行してください。
- ジョイスティックの BUTTON NUMBER で設定したボタンに、「ひらく」ダイアログへのショートカットを割り当てます。
+ 標準では、Linux および Unix では "~/.tuxpaint/" に、Windows では
+ "userdata\" にロックファイルが保存されます。
- joystick-btn-save=BUTTON NUMBER
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "nolockfile=no" or "lockfile=yes". In both cases, may be
+ overridden by the command-line option "--lockfile".
- ジョイスティックの BUTTON NUMBER で設定したボタンに "「ほぞん」" へのショートカットを割り当てます。
+ Data Directory
- joystick-btn-pgsetup=BUTTON NUMBER
+ datadir=DIRECTORY
- ジョイスティックの BUTTON NUMBER で設定したボタンに "印刷設定ダイアログ" へのショートカットを割り当てます。
+ 個人用データファイル(ペイントブラシ、スタンプ、スターター、テンプレート、個人用のフォント)を検索する場所を変更します。
- joystick-btn-print=BUTTON NUMBER
+ Tux Paint は、ここで指定されたディレクトリ以下の "brushes", "stamps",
+ "starters", "templates", and "fonts"
+ という名前のサブディレクトリをそれぞれ検索します。
- ジョイスティックの BUTTON NUMBER で設定したボタンに "「いんさつ」" へのショートカットを割り当てます。
+ 特に設定していなければ、標準のディレクトリは次の場所にあります:
- joystick-buttons-ignore=BUTTON1,BUTTON2,...
+ * Linux および Unix — ユーザーのホームディレクトリ("~" または
+ "$HOME")にある隠しディレクトリ ".tuxpaint" 以下
+ 例:/home/username/.tuxpaint/brushes/
+ * Windows — ユーザーごとの "Application Data" フォルダーにある
+ "TuxPaint" フォルダー以下
+ 例:C:\Documents and Settings\Username\Application
+ Data\TuxPaint\brushes\
+ * macOS — ユーザーごとの "Application Support" フォルダーにある
+ "TuxPaint" フォルダー以下
+ 例:/Users/Username/Library/Application
+ Support/TuxPaint/brushes/
- 無効にするジョイスティックのボタンの番号を指定します。何も指定しない場合、上記の "joystick-btn-"
- オプションで機能が設定されたボタン以外は、マウスの左ボタンと同じ動作になります。
+ 注:バージョン 0.9.18 以前は "savedir" の指定と同じディレクトリを使用していました。0.9.18
+ 以降では個別に設定できるようになりました。
- stampsize=SIZE
+ 注:Windowsのドライブ(例:"H:\")を指定する際は、サブディレクトリも指定する必要があります。
- すべてのスタンプの初期の大きさを 0(最小)から 10(最大)の間で設定します。SIZE
- の値はスタンプ自体の大きさとタックスペイントのキャンバスサイズによって決まる大きさに対する相対的な指定になります。
+ 例:datadir=/home/johnny/tuxpaint-data/
- SIZE の値に default を指定すると、Tux Paint
- がスタンプの大きさを自動的に決定します。(これが標準の動作です)
+ Color Palette File
- keyboard=yes
+ colorfile=FILENAME
- キーボードの矢印キーによるマウスポインターの操作が行えるようにします(マウスが使えない場合や、マウス操作が難しいユーザー向けの機能です)
+ お好みのカラーパレットを記述した簡単なテキストファイルを作成して、そのファイル名を "colorfile"
+ オプションで指定すれば、標準のカラーパレットを置き換えることができます。
- 使用方法:
+ ファイルは、1行ごとに1色のリストです。色は RGB の形式で、各色 0 から 255
+ の範囲で指定します。(詳細は、Wikipedia の "RGB" のページを参照して下さい。)
- * キャンバスエリアでは、通常はなめらかに、Shift キーを押しながらでは飛び飛びにカーソルが動きます。
- * ツールボタンのエリアでは、飛び飛びにカーソルが動きます。
- * 各キーの動作:
- * [Left]/[Right]/[Up]/[Down], テンキーの [1] から [9]:
- マウスカーソルの移動
- * [Space]/[5]: マウスクリック(テキストツールまたはラベルツールを使っている場合を除く)
- * [Insert]/[F5]: マウスクリック
- * [F4]:「どうぐ」、「いろ」、キャンバスの間を順にジャンプ
- * マウスカーソルが左側の「どうぐ」または下部の「いろ」のエリアにある場合:
- * [F7]([F8]): 上のボタン(下のボタン)に移動(「どうぐ」エリアのみ)
- * [F11]([F12]): 前のボタン(次のボタン)に移動
- * クリック&ドラッグの操作は、クリックキーのどちらか(例えば [Insert])を押しながら、マウス移動のキー(例えば
- [Left])を押します。
- * 注:「mouse-accessibility」オプションの機能は、キーボードの操作にも連動します。両方のオプションを有効にした場合、例えば線を引く場合は、「クリック」のキーを一度押してから「移動」のキーで描画し、最後にもう一度「クリック」キーを押して描画を完了します。
- * 通常のマウスやジョイスティックも同時に使用することができます(例えば、マウスで移動してキーボードでクリックしたり、その逆も可能です)。
+ 各行の色は、3つの十進数の組み(例:"255 68 136")、あるいは、3つの16
+ 進数の組からなる6桁または3桁の表記(例:"#ff4488" または "#F48”)で指定します。
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "keyboard=no"
- or "2$keyboard=no". In both cases, may be overridden by the
- command-line option "--mouse".
+ 色の定義に続いて、色の説明を同じ行に書いておけば、カラーパレットでその色をクリックしたときに Tux
+ がその説明文を表示します。(例:"#FFF 雪のような白。")
- savedir=DIRECTORY
+ 参考となる例として、標準で使われているカラーパレット "default_colors.txt" をご確認ください。
- Tux Paint が、作品を保存する "saved" ディレクトリの場所を変更します。
+ 注:十進数の値は空白文字で区切って記載し、16進数の値は "#"
+ で始める必要があります。3桁の16進数では、各桁がバイトの上位と下位の両方に使用されるため、"#FFF" は
+ "#F0F0F0" ではなく "#FFFFFF" を意味します。
- 特に設定していなければ、標準のディレクトリは次の場所にあります:
+ ----------------------------------------------------------------------
- * Linux および Unix — ユーザーのホームディレクトリ("~" または "$HOME")にある隠しディレクトリ
- ".tuxpaint" 以下
- 例:/home/username/.tuxpaint/saved/
- * Windows — ユーザーごとの "Application Data" フォルダーにある "TuxPaint"
- フォルダー以下
- 例:C:\Documents and Settings\Username\Application
- Data\TuxPaint\saved\
- * macOS — ユーザーごとの "Application Support" フォルダーにある "TuxPaint"
- フォルダー以下
- 例:/Users/Username/Library/Application
- Support/TuxPaint/saved/
+Accessibility
- 注:Windowsのドライブ(例:"H:\")を指定する際は、サブディレクトリも指定する必要があります。
+ Mouse
- 注:バージョン 0.9.18
- 以前は、作品データ以外に、個人用データファイル(ペイントブラシ、スタンプ、スターター、フォント)を検索する場所としても、"savedir"
- の設定を使用していました。バージョン 0.9.18 からは、これらのディレクトリの場所を別途指定することができます(後述の
- "datadir" オプションを参照)。
+ mouse-accessibility=yes
- 例:savedir=Z:\tuxpaint\
+ 例えば「せん」ツールなどでは、マウスをクリックしてドラッグした後にマウスボタンを放すというのが標準の操作ですが、このモードを設定すると、マウスをクリックしてからマウスを動かした後に再度マウスをクリックするという操作になります。
- exportdir=DIRECTORY
+ Keyboard
- 「かきだす」によって、作品を画像にエクスポートして他で利用する場合や、アニメーションGIFによるスライドショーデータなど、データの出力先のディレクトリを変更します。
+ keyboard=yes
- 特に設定していなければ、標準のディレクトリは次の場所にあります:
+ キーボードの矢印キーによるマウスポインターの操作が行えるようにします(マウスが使えない場合や、マウス操作が難しいユーザー向けの機能です)
- * Linux および Unix — XDG (X Desktop Group)
- 標準に基づく設定が利用可能な場合、個々のデスクトップ環境において画像保存用として設定されているディレクトリ("xdg-user-dir
- PICTURES" コマンドで確認できます)
- 英語環境では一般的にユーザーのホームディレクトリ("$HOME/Pictures" あるいは
- "~/Pictures")以下の "Pictures" ディレクトリになります。(日本語環境では "画像")
- XDGの設定が読み取れない場合や、"XDG_PICTURES_DIR
- "に何も設定されていない場合は、上記の英語環境で一般的なディレクトリ(~/Pictures)を使用します。
- * Windows — 各ユーザーの "ピクチャ" ディレクトリ(通常は
- "C:\Users\ユーザー名\Pictures")。
- また、次のようにして、フォルダを直接開くこともできます:
- * "[Windows]+[R]" キーを押して "ファイル名を指定して実行" ダイアログを開く。
- * テキストボックスに "Shell:My Pictures" と入力して [OK] を押す。
- * macOS — TBD!
+ 使用方法:
- 注:標準の設定を用いる場合は、画像用のディレクトリにサブディレクトリ "TuxPaint"
- が作成されます。(例:"~/Pictures/TuxPaint")一方、"--exportdir"
- オプションを用いると、指定されたパスがそのまま使用されます(サブディレクトリ "TuxPaint" は作成されません)。
+ * キャンバスエリアでは、通常はなめらかに、Shift キーを押しながらでは飛び飛びにカーソルが動きます。
+ * ツールボタンのエリアでは、飛び飛びにカーソルが動きます。
+ * 各キーの動作:
+ * [Left]/[Right]/[Up]/[Down], テンキーの [1] から [9]:
+ マウスカーソルの移動
+ * [Space]/[5]: マウスクリック(テキストツールまたはラベルツールを使っている場合を除く)
+ * [Insert]/[F5]: マウスクリック
+ * [F4]:「どうぐ」、「いろ」、キャンバスの間を順にジャンプ
+ * マウスカーソルが左側の「どうぐ」または下部の「いろ」のエリアにある場合:
+ * [F7]([F8]): 上のボタン(下のボタン)に移動(「どうぐ」エリアのみ)
+ * [F11]([F12]): 前のボタン(次のボタン)に移動
+ * クリック&ドラッグの操作は、クリックキーのどちらか(例えば
+ [Insert])を押しながら、マウス移動のキー(例えば [Left])を押します。
+ * 注:「mouse-accessibility」オプションの機能は、キーボードの操作にも連動します。両方のオプションを有効にした場合、例えば線を引く場合は、「クリック」のキーを一度押してから「移動」のキーで描画し、最後にもう一度「クリック」キーを押して描画を完了します。
+ * 通常のマウスやジョイスティックも同時に使用することができます(例えば、マウスで移動してキーボードでクリックしたり、その逆も可能です)。
- ディレクトリ(例: "~/Pictures/TuxPaint")が存在しない場合は新たに作成されます。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "keyboard=no" or "2$keyboard=no". In both cases, may be
+ overridden by the command-line option "--mouse".
- 一つ上の親ディレクトリ(例:"~/Pictures/TuxPaint")が存在しない場合もディレクトリの作成を試みますが、それ以上の階層のディレクトリを作成することはありません。
+ Onscreen Keyboard
- 例:exportdir=/home/penguin/TuxPaintExports
+ onscreen-keyboard=yes
- datadir=DIRECTORY
+ 「もじ」ツールと「ラベル」ツールで、画面キーボードを表示します。
- 個人用データファイル(ペイントブラシ、スタンプ、スターター、テンプレート、個人用のフォント)を検索する場所を変更します。
+ onscreen-keyboard-layout=レイアウト名
- Tux Paint は、ここで指定されたディレクトリ以下の "brushes", "stamps", "starters",
- "templates", and "fonts" という名前のサブディレクトリをそれぞれ検索します。
+ 画面キーボードの初期レイアウトを設定します。
+ 注:このオプションが設定されると、onscreen-keyboard=yes も設定されているとみなします。
- 特に設定していなければ、標準のディレクトリは次の場所にあります:
+ onscreen-keyboard-disable-change=yes
- * Linux および Unix — ユーザーのホームディレクトリ("~" または "$HOME")にある隠しディレクトリ
- ".tuxpaint" 以下
- 例:/home/username/.tuxpaint/brushes/
- * Windows — ユーザーごとの "Application Data" フォルダーにある "TuxPaint"
- フォルダー以下
- 例:C:\Documents and Settings\Username\Application
- Data\TuxPaint\brushes\
- * macOS — ユーザーごとの "Application Support" フォルダーにある "TuxPaint"
- フォルダー以下
- 例:/Users/Username/Library/Application
- Support/TuxPaint/brushes/
+ 画面キーボードの変更をできないようにします。小さな子供向けにシンプルにしたい場合に設定します。
+ このオプションが設定されると onscreen-keyboard=yes も設定されているとみなします。
- 注:バージョン 0.9.18 以前は "savedir" の指定と同じディレクトリを使用していました。0.9.18
- 以降では個別に設定できるようになりました。
+ Note: If used in a system-wide configuration file, may be
+ overridden by the user's configuration file using
+ "onscreen-keyboard-disable-change=no". In both cases, may be
+ overridden by the command-line option
+ "--onscreen-keyboard-disable-change=no".
- 注:Windowsのドライブ(例:"H:\")を指定する際は、サブディレクトリも指定する必要があります。
+ ----------------------------------------------------------------------
- 例:datadir=/home/johnny/tuxpaint-data/
+Joystick
- saveover=yes
+ Main Device
- 以前の絵を編集して保存するときに、"いまかいたえと まえのえを いれかえる?"
- と確認を求めないようにします。この設定では、前の絵は常に上書きされます。
+ joystick-dev=N
- saveover=new
+ 何番目のジョイスティックデバイスを使うかを設定します。標準では 0 (最初のジョイスティック)
- 上記と同様に保存の確認を求めないようにしますが、この設定では、前の絵を上書きせずに、常に新しいファイルを作成して保存します。
+ joystick-slowness=SPEED
- saveover=ask
+ ジョイスティックの感度を SPEED の値で設定します。0 から 500 までの値が設定できます。標準の値は 15
+ です。
- (絵を保存するときの標準の動作なので、この設定は冗長なものとなります)
- 以前の絵を編集して保存するときに、以前の絵を上書きするかどうかを尋ねられます。
+ joystick-threshold=THRESHOLD
- nosave=yes
-
- 絵の保存ができないようにします("セーブ"
- ボタンも無効になります)。一時的なお遊びに使う場合や、テスト環境で使えるオプションです。
-
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "nosave=no" or
- "save=yes". In both cases, may be overridden by the command-line
- option "--save".
-
- autosave=yes
-
- プログラムを終了するときに、絵を保存するかどうか尋ねずに、自動的に保存します。
-
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using "autosave=no"
- or "noautosave=yes". In both cases, may be overridden by the
- command-line option "--noautosave".
-
- startblank=yes
-
- Tux Paint を起動する際、前回最後に開いていた絵を読み込む代わりに、毎回、空のキャンバスで開始します。
-
- Note: If used in a system-wide configuration file, may be
- overridden by the user's configuration file using
- "startblank=no" or "startlast=yes". In both cases, may be
- overridden by the command-line option "--startlast".
-
- colorfile=FILENAME
-
- お好みのカラーパレットを記述した簡単なテキストファイルを作成して、そのファイル名を "colorfile"
- オプションで指定すれば、標準のカラーパレットを置き換えることができます。
-
- ファイルは、1行ごとに1色のリストです。色は RGB の形式で、各色 0 から 255
- の範囲で指定します。(詳細は、Wikipedia の "RGB" のページを参照して下さい。)
-
- 各行の色は、3つの十進数の組み(例:"255 68 136")、あるいは、3つの16
- 進数の組からなる6桁または3桁の表記(例:"#ff4488" または "#F48”)で指定します。
-
- 色の定義に続いて、色の説明を同じ行に書いておけば、カラーパレットでその色をクリックしたときに Tux
- がその説明文を表示します。(例:"#FFF 雪のような白。")
-
- 参考となる例として、標準で使われているカラーパレット "default_colors.txt" をご確認ください。
-
- 注:十進数の値は空白文字で区切って記載し、16進数の値は "#"
- で始める必要があります。3桁の16進数では、各桁がバイトの上位と下位の両方に使用されるため、"#FFF" は "#F0F0F0"
- ではなく "#FFFFFF" を意味します。
-
- colorsrows=ROWS
-
- カラーパレットのボタンを何列表示するかを指定します。色数の多いカラーパレット(上記の "colorfile"
- を参照)を使う場合や、視線入力などの分解能の低い操作デバイスを使用する場合に便利です。"ROWS
- "には、"1"(デフォルト)から "3" までの値を指定します。
-
- lang=LANGUAGE
-
- サポートされている言語の中から、Tux Paint
- で使用する言語を指定します。現時点でLANGUAGEに指定できる言語は以下のとおりです:
-
- +-----------------------------------------------------------+
- |english |american-english | |
- |---------------------+---------------------+---------------|
- |acholi |acoli | |
- |---------------------+---------------------+---------------|
- |afrikaans | | |
- |---------------------+---------------------+---------------|
- |akan |twi-fante | |
- |---------------------+---------------------+---------------|
- |albanian | | |
- |---------------------+---------------------+---------------|
- |amharic | | |
- |---------------------+---------------------+---------------|
- |arabic | | |
- |---------------------+---------------------+---------------|
- |aragones | | |
- |---------------------+---------------------+---------------|
- |armenian |hayeren | |
- |---------------------+---------------------+---------------|
- |assamese | | |
- |---------------------+---------------------+---------------|
- |asturian | | |
- |---------------------+---------------------+---------------|
- |australian-english | | |
- |---------------------+---------------------+---------------|
- |azerbaijani | | |
- |---------------------+---------------------+---------------|
- |bambara | | |
- |---------------------+---------------------+---------------|
- |basque |euskara | |
- |---------------------+---------------------+---------------|
- |belarusian |bielaruskaja | |
- |---------------------+---------------------+---------------|
- |bengali | | |
- |---------------------+---------------------+---------------|
- |bodo | | |
- |---------------------+---------------------+---------------|
- |bokmal | | |
- |---------------------+---------------------+---------------|
- |bosnian | | |
- |---------------------+---------------------+---------------|
- |brazilian-portuguese |portugues-brazilian |brazilian |
- |---------------------+---------------------+---------------|
- |breton |brezhoneg | |
- |---------------------+---------------------+---------------|
- |british-english |british | |
- |---------------------+---------------------+---------------|
- |bulgarian | | |
- |---------------------+---------------------+---------------|
- |canadian-english | | |
- |---------------------+---------------------+---------------|
- |catalan |catala | |
- |---------------------+---------------------+---------------|
- |chinese |simplified-chinese | |
- |---------------------+---------------------+---------------|
- |croatian |hrvatski | |
- |---------------------+---------------------+---------------|
- |czech |cesky | |
- |---------------------+---------------------+---------------|
- |danish |dansk | |
- |---------------------+---------------------+---------------|
- | |dogri | |
- |---------------------+---------------------+---------------|
- |dutch |nederlands | |
- |---------------------+---------------------+---------------|
- |esperanto | | |
- |---------------------+---------------------+---------------|
- |estonian | | |
- |---------------------+---------------------+---------------|
- |faroese | | |
- |---------------------+---------------------+---------------|
- |finnish |suomi | |
- |---------------------+---------------------+---------------|
- |french |francais | |
- |---------------------+---------------------+---------------|
- |fula |fulah |pulaar-fulfulde|
- |---------------------+---------------------+---------------|
- |gaelic |gaidhlig |irish-gaelic |
- |---------------------+---------------------+---------------|
- |galician |galego | |
- |---------------------+---------------------+---------------|
- |georgian | | |
- |---------------------+---------------------+---------------|
- |german |deutsch | |
- |---------------------+---------------------+---------------|
- |greek | | |
- |---------------------+---------------------+---------------|
- |gronings |zudelk-veenkelonioals| |
- |---------------------+---------------------+---------------|
- |gujarati | | |
- |---------------------+---------------------+---------------|
- |hebrew | | |
- |---------------------+---------------------+---------------|
- |hindi | | |
- |---------------------+---------------------+---------------|
- |hungarian |magyar | |
- |---------------------+---------------------+---------------|
- |icelandic |islenska | |
- |---------------------+---------------------+---------------|
- |indonesian |bahasa-indonesia | |
- |---------------------+---------------------+---------------|
- |inuktitut | | |
- |---------------------+---------------------+---------------|
- |italian |italiano | |
- |---------------------+---------------------+---------------|
- |japanese | | |
- |---------------------+---------------------+---------------|
- |kabyle | |kabylian |
- |---------------------+---------------------+---------------|
- |kannada | | |
- |---------------------+---------------------+---------------|
- |kashmiri-devanagari | | |
- |---------------------+---------------------+---------------|
- |kashmiri-perso-arabic| | |
- |---------------------+---------------------+---------------|
- |khmer | | |
- |---------------------+---------------------+---------------|
- |kiga |chiga | |
- |---------------------+---------------------+---------------|
- |kinyarwanda | | |
- |---------------------+---------------------+---------------|
- |klingon |tlhIngan | |
- |---------------------+---------------------+---------------|
- |konkani-devanagari | | |
- |---------------------+---------------------+---------------|
- |konkani-roman | | |
- |---------------------+---------------------+---------------|
- |korean | | |
- |---------------------+---------------------+---------------|
- |kurdish | | |
- |---------------------+---------------------+---------------|
- |latvian | | |
- |---------------------+---------------------+---------------|
- |lithuanian |lietuviu | |
- |---------------------+---------------------+---------------|
- |luganda | | |
- |---------------------+---------------------+---------------|
- |luxembourgish |letzebuergesch | |
- |---------------------+---------------------+---------------|
- |macedonian | | |
- |---------------------+---------------------+---------------|
- |maithili | | |
- |---------------------+---------------------+---------------|
- |malay | | |
- |---------------------+---------------------+---------------|
- |malayalam | | |
- |---------------------+---------------------+---------------|
- |manipuri-bengali | | |
- |---------------------+---------------------+---------------|
- |manipuri-meitei-mayek| | |
- |---------------------+---------------------+---------------|
- |marathi | | |
- |---------------------+---------------------+---------------|
- |mexican-spanish |espanol-mejicano |mexican |
- |---------------------+---------------------+---------------|
- |mongolian | | |
- |---------------------+---------------------+---------------|
- |ndebele | | |
- |---------------------+---------------------+---------------|
- |nepali | | |
- |---------------------+---------------------+---------------|
- |northern-sotho |sesotho-sa-leboa | |
- |---------------------+---------------------+---------------|
- |norwegian |nynorsk |norsk |
- |---------------------+---------------------+---------------|
- |occitan | | |
- |---------------------+---------------------+---------------|
- |odia |oriya | |
- |---------------------+---------------------+---------------|
- |ojibwe |ojibway | |
- |---------------------+---------------------+---------------|
- |persian | | |
- |---------------------+---------------------+---------------|
- |polish |polski | |
- |---------------------+---------------------+---------------|
- |portuguese |portugues | |
- |---------------------+---------------------+---------------|
- |punjabi |panjabi | |
- |---------------------+---------------------+---------------|
- |romanian | | |
- |---------------------+---------------------+---------------|
- |russian |russkiy | |
- |---------------------+---------------------+---------------|
- |sanskrit | | |
- |---------------------+---------------------+---------------|
- |santali-devanagari | | |
- |---------------------+---------------------+---------------|
- |santali-ol-chiki | | |
- |---------------------+---------------------+---------------|
- |scottish |ghaidhlig |scottish-gaelic|
- |---------------------+---------------------+---------------|
- |serbian | | |
- |---------------------+---------------------+---------------|
- |serbian-latin | | |
- |---------------------+---------------------+---------------|
- |shuswap |secwepemctin | |
- |---------------------+---------------------+---------------|
- |sindhi-devanagari | | |
- |---------------------+---------------------+---------------|
- |sindhi-perso-arabic | | |
- |---------------------+---------------------+---------------|
- |slovak | | |
- |---------------------+---------------------+---------------|
- |slovenian |slovensko | |
- |---------------------+---------------------+---------------|
- |songhay | | |
- |---------------------+---------------------+---------------|
- |southafrican-english | | |
- |---------------------+---------------------+---------------|
- |spanish |espanol | |
- |---------------------+---------------------+---------------|
- |sundanese | | |
- |---------------------+---------------------+---------------|
- |swahili | | |
- |---------------------+---------------------+---------------|
- |swedish |svenska | |
- |---------------------+---------------------+---------------|
- |tagalog | | |
- |---------------------+---------------------+---------------|
- |tamil | | |
- |---------------------+---------------------+---------------|
- |telugu | | |
- |---------------------+---------------------+---------------|
- |thai | | |
- |---------------------+---------------------+---------------|
- |tibetan | | |
- |---------------------+---------------------+---------------|
- |traditional-chinese | | |
- |---------------------+---------------------+---------------|
- |turkish | | |
- |---------------------+---------------------+---------------|
- |twi | | |
- |---------------------+---------------------+---------------|
- |ukrainian | | |
- |---------------------+---------------------+---------------|
- |urdu | | |
- |---------------------+---------------------+---------------|
- |venda | | |
- |---------------------+---------------------+---------------|
- |venetian |veneto | |
- |---------------------+---------------------+---------------|
- |vietnamese | | |
- |---------------------+---------------------+---------------|
- |walloon |walon | |
- |---------------------+---------------------+---------------|
- |welsh |cymraeg | |
- |---------------------+---------------------+---------------|
- |wolof | | |
- |---------------------+---------------------+---------------|
- |xhosa | | |
- |---------------------+---------------------+---------------|
- |miahuatlan-zapotec | |zapotec |
- |---------------------+---------------------+---------------|
- |zulu | |zulu |
- +-----------------------------------------------------------+
+ ジョイスティックでポインターを動かし始めるためのしきい値を THRESHOLD の値で設定します。0 から 32766
+ までの値が設定できます。標準の値は 3200 です。
+
+ joystick-maxsteps=STEPS
+
+ ポインターの移動速度の上限を STEPS にピクセル単位で設定します。1 から 7 までの値が設定可能で、標準の値は 7
+ です。
+
+ Hat
+
+ joystick-hat-slowness=SPEED
+
+ ハットスイッチの感度を設定します。設定可能な値は 0 から 500 で、標準の値は 15 です。
+
+ joystick-hat-timeout=MILLISECONDS
+
+ ジョイスティックのハットスイッチを押し続けたときに、ポインターが連続して動き始めるまでの時間を MILLISECONDS
+ にミリ秒単位で設定します。0 から 3000 までの値が設定可能で、標準の設定は 1000 です。
+
+ Buttons to Disable
+
+ joystick-buttons-ignore=BUTTON1,BUTTON2,...
+
+ 無効にするジョイスティックのボタンの番号を指定します。何も指定しない場合、上記の "joystick-btn-"
+ オプションで機能が設定されたボタン以外は、マウスの左ボタンと同じ動作になります。
+
+ Button Shortcuts
+
+ joystick-btn-escape=BUTTON NUMBER
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "ESC" キーの機能を割り当てます。(ダイアログの
+ "もどる" や "やめる" で使います)
+
+ joystick-btn-brush=BUTTON NUMBER
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "「ふで」ツール"
+ へのショートカットを割り当てます。
+
+ joystick-btn-stamp=BUTTON NUMBER
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "「はんこ」ツール"
+ へのショートカットを割り当てます。
+
+ joystick-btn-lines=BUTTON NUMBER
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "「せん」ツール"
+ へのショートカットを割り当てます。
+
+ joystick-btn-shapes=BUTTON NUMBER
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "「かたち」ツール"
+ へのショートカットを割り当てます。
+
+ joystick-btn-text=BUTTON NUMBER
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "「もじ」ツール"
+ へのショートカットを割り当てます。
+
+ joystick-btn-label=BUTTON NUMBER
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "「ラベル」ツール"
+ へのショートカットを割り当てます。
+
+ joystick-btn-magic=BUTTON NUMBER
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "「まほう」ツール"
+ へのショートカットを割り当てます。
+
+ joystick-btn-undo=BUTTON NUMBER
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "「とりけし」" へのショートカットを割り当てます。
+
+ joystick-btn-redo=BUTTON NUMBER
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "「やりなおし」"
+ を選択するショートカットを割り当てます。
+
+ joystick-btn-eraser=BUTTON NUMBER
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "「けしごむ」"
+ を選択するショートカットを割り当てます。
+
+ joystick-btn-new=BUTTON NUMBER
+
+ ジョイスティックの BUTTON NUMBER
+ で設定したボタンに、「さいしょから」ダイアログへのショートカットを割り当てます。
+
+ joystick-btn-open=BUTTON NUMBER
+
+ ジョイスティックの BUTTON NUMBER
+ で設定したボタンに、「ひらく」ダイアログへのショートカットを割り当てます。
+
+ joystick-btn-save=BUTTON NUMBER
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "「ほぞん」" へのショートカットを割り当てます。
+
+ joystick-btn-pgsetup=BUTTON NUMBER
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "印刷設定ダイアログ"
+ へのショートカットを割り当てます。
+
+ joystick-btn-print=BUTTON NUMBER
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "「いんさつ」" へのショートカットを割り当てます。
----------------------------------------------------------------------
@@ -1175,14 +1304,6 @@ Windows のユーザー
-------------------------------------
- --locale LOCALE
-
- Tux Paint で使用する言語を指定します。使用する言語ごとの言語コードの設定(例えば、ドイツ語では
- "de_DE")については、以下の "使用する言語を変更する" の項もごらん下さい。
-
- (環境変数 "$LANG"
- などによって言語環境が設定されている場合は、環境設定が優先されるので、このオプションを設定するは必要ありません。)
-
--nosysconfig
Linux および Unix において、システム全体の設定ファイル
diff --git a/docs/ja_JP.UTF-8/html/OPTIONS.html b/docs/ja_JP.UTF-8/html/OPTIONS.html
index b0322090b..283ac7871 100644
--- a/docs/ja_JP.UTF-8/html/OPTIONS.html
+++ b/docs/ja_JP.UTF-8/html/OPTIONS.html
@@ -121,2555 +121,2830 @@
設定ファイルでは、以下のオプションを設定することができます。(コマンドラインオプションによる設定が優先されます。以下のコマンドラインオプション"の項をごらん下さい)
-
- -
-
fullscreen=yes
-
+
+
+ Video/Sound
+
+
+ Video
- -
-
- プログラムを、ウィンドウ内ではなく、フルスクリーンモードで起動します。
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "fullscreen=no". In both cases, may be overridden by the command-line option "--windowed".
-
+
+
+ -
+
fullscreen=yes
+
+
+ -
+
+ プログラムを、ウィンドウ内ではなく、フルスクリーンモードで起動します。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "fullscreen=no". In both cases, may be overridden by the command-line option "--windowed".
+
+
+ -
+
fullscreen=native
+
+
+ -
+
+ プログラムをフルスクリーンモードで起動します。その際、画面の解像度をオペレーティングシステムの設定から推定します。
+
+
+ -
+
windowsize=SIZE
+
+
+ -
+
+ ウィンドウモードの場合、"SIZE" で指定するウィンドウサイズで、フルスクリーンモードの場合、"SIZE" で指定する解像度でプログラムを起動します。(標準では "800x600" です)
+
+
+ SIZE の値は、数値の間に半角小文字の "x" を用いて、’幅x高さ' のように、ピクセル単位で記述します。幅は最低で 640 ピクセル、高さは最低で 480 ピクセルです。
+
+
+ 例:
+
+
+ - 640x480
+
+
+ - 1024x768
+
+
+ - 768x1024
+
+
+ - 1600x1200
+
+
+
+
+ -
+
orient=portrait
+
+
+ -
+
+ ウィンドウの幅と高さの設定を入れ替えます。これは、タブレットパソコンのような縦型のディスプレイでウィンドウを回転させる際に便利なオプションです。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "orient=landscape". In both cases, may be overridden by the command-line option "--orient=landscape".
+
+
+ -
+
native=yes
+
+
+ -
+
+ Tux Paint をフルスクリーンモードで起動する際、"windowsize" オプションの設定を無視して、オペレーティングシステムが設定する画面解像度に従います。
+
+
+ -
+
allowscreensaver=yes
+
+
+ -
+
+ 標準では、Tux Paint の起動中は スクリーンセーバーが起動しない設定になっていますが、"allowscreensaver" オプションを指定すると、スクリーンセーバーが有効になります。これはSDLライブラリのバージョンが 1.2.12 以降の場合に有効なオプションであることに注意して下さい。(環境変数 "SDL_VIDEO_ALLOW_SCREENSAVER" の値を "1" に設定しても、同様のことができます)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "allowscreensaver=no" or "disablescreensaver=yes". In both cases, may be overridden by the command-line option "--disablescreensaver".
+
+
+
- -
-
fullscreen=native
-
+
+ Sound
+
+
+ -
+
nosound=yes
+
+
+ -
+
+ 効果音を無効にします。(注:このオプションを設定すると、[Alt] + [S] を押しても、効果音を有効化することはできません
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosound=no" or "sound=yes". In both cases, may be overridden by the command-line option "--sound".
+
+
+ -
+
nostereo=yes
+
+
+ -
+
+ ステレオの効果音を無効にする。(片耳イヤホンや1台のスピーカーで使用する場合に役に立ちます)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostereo=no" or "stereo=yes". In both cases, may be overridden by the command-line option "--stereo".
+
+
+
- -
-
- プログラムをフルスクリーンモードで起動します。その際、画面の解像度をオペレーティングシステムの設定から推定します。
-
+
+ Interface Size
+
+
+ -
+
buttonsize=SIZE
+
+
+ -
+
+ Tux Paint のユーザーインターフェースの各種ボタンのサイズを標準の "48" から変更します。非常に高解像度のディスプレイや、視線入力といった分解能の低い操作デバイスを使用する場合に有効です。
+
+
+ SIZE の値は24から192までのピクセル値で指定します。ほとんどのボタンは正方形となっており、この設定はボタンの幅と高さの両方に影響します。
+
+
+ Note: If the chosen button size would cause the buttons to be too large for all required UI elements to appear under Tux Paint's chosen window size, the largest possible button size will be used. (A note will appear in stderr.)
+
+
+ -
+
colorsrows=ROWS
+
+
+ -
+
+ カラーパレットのボタンを何列表示するかを指定します。色数の多いカラーパレット(上記の "colorfile" を参照)を使う場合や、視線入力などの分解能の低い操作デバイスを使用する場合に便利です。"ROWS "には、"1"(デフォルト)から "3" までの値を指定します。
+
+
+
+
- -
-
windowsize=SIZE
-
+
+
+ Mouse/Keyboard
+
+
+ Cursor
- -
-
- ウィンドウモードの場合、"SIZE" で指定するウィンドウサイズで、フルスクリーンモードの場合、"SIZE" で指定する解像度でプログラムを起動します。(標準では "800x600" です)
+
+
+ -
+
nofancycursors=yes
+
-
- SIZE の値は、数値の間に半角小文字の "x" を用いて、’幅x高さ' のように、ピクセル単位で記述します。幅は最低で 640 ピクセル、高さは最低で 480 ピクセルです。
+ -
+
+ Tux Paint 独自のマウスポインタを無効にし、システム標準のマウスポインタを使用するようにします。
-
- 例:
+
+ 環境によっては Tux Paint のマウスカーソルが原因で不具合が起こることがあります。そういった場合にこのオプションを有効にして下さい。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nofancycursors=no" or "fancycursors=yes". In both cases, may be overridden by the command-line option "--fancycursors".
+
-
- - 640x480
-
+ -
+
hidecursor=yes
+
- - 1024x768
-
+ -
+
+ マウスカーソルを表示しないようにします。
- - 768x1024
-
+
+ タブレットPCなどのタッチスクリーンを用いるデバイスのためのオプションです。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "hidecursor=no" or "showcursor=yes". In both cases, may be overridden by the command-line option "--showcursor".
+
+
+
- - 1600x1200
-
+
+ Keyboard
+
+
+
+ -
+
noshortcuts=yes
+
+
+ -
+
+ キーボードショートカット(保存: [Ctrl]-[S]、新規作成: [Ctrl]-[N] など)を無効にします。
+
+
+ これは、キーボードの操作に慣れていない子供が不用意にコマンドを実行してしまうことを防ぐために有効です。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshortcuts=no" or "shortcuts=yes". In both cases, may be overridden by the command-line option "--shortcuts".
+
+
+
+
+
+ Mouse
+
+
+
+ -
+
grab=yes
+
+
+ -
+
+ タックスペイントがマウスとキーボードを「独占」します。マウスカーソルがタックスペイントのウィンドウ内に限定され、ほとんどすべてのキーボード入力が直接タックスペイントに渡されます。
+
+
+ これは、ユーザーが Tux Paint から抜け出すことができないようにするのに便利です。 [Alt]-[Tab] によるウィンドウの切り替えや、[Ctrl]-[Escape] キーによる操作が無効になります。このオプションは、特にフルスクリーンモード時に有効です。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "grab=no" or "dontgrab=yes". In both cases, may be overridden by the command-line option "--dontgrab".
+
+
+ -
+
nowheelmouse=yes
+
+
+ -
+
+ マウスでのホイールによる操作が無効になります。(通常、ホイールは右のセレクターメニューをスクロールします)。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be overridden by the command-line option "--wheelmouse".
+
+
+ -
+
nobuttondistinction=yes
+
+
+ -
+
+ Tux Paint 0.9.15 以前では、マウスの中ボタンと右ボタンでもクリックが可能でしたが、バージョン0.9.15からは、子供たちが間違ったボタン押さないように、マウスの左ボタンだけが使えるように変更しました。
+
+
+ マウス操作が苦手なお子さんの場合、このオプションを使用することで、マウスの2つまたは3つのボタンの区別を無効にすることができます。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nobuttondistinction=no" or "buttondistinction=yes". In both cases, may be overridden by the command-line option "--buttondistinction".
+
+
+
+
+
+
+
+ Simplification
+
+
+ Interface Simplification
+
+
+
+ -
+
simpleshapes=yes
+
+
+ -
+
+ 「ずけい」ツールで、形を決めたあとに回転させるステップを省略します。クリックして、ドラッグして、ボタンを離すだけで、図形を描くことができます。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "simpleshapes=no" or "complexshapes=yes". In both cases, may be overridden by the command-line option "--complexshapes".
+
+
+ -
+
nooutlines=yes
+
+
+ -
+
+ このモードでは、「せん」ツール、「かたち」ツール、「はんこ」ツールそしてけしゴムを使うときに、アウトラインをシンプルな線で表示します。
+
+
+ Tux Paint を非常に遅いパソコンで使いたい場合や、リモートの X-Window ディスプレイで使う場合に、速度を改善します。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nooutlines=no" or "outlines=yes". In both cases, may be overridden by the command-line option "--outlines".
+
+
+ -
+
uppercase=yes
+
+
+ -
+
+ すべてのテキストが大文字で表記されます(例:「Brush」は「BRUSH」)。まだ大文字しか習っていない子供たちにとって役に立つオプションです。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "uppercase=no" or "mixedcase=yes". In both cases, may be overridden by the command-line option "--mixedcase".
+
+
+
+
+
+ Initial Stamp Size
+
+
+
+ -
+
stampsize=SIZE
+
+
+ -
+
+ すべてのスタンプの初期の大きさを 0(最小)から 10(最大)の間で設定します。SIZE の値はスタンプ自体の大きさとタックスペイントのキャンバスサイズによって決まる大きさに対する相対的な指定になります。
+
+
+ SIZE の値に default を指定すると、Tux Paint がスタンプの大きさを自動的に決定します。(これが標準の動作です)
+
+
+
+
+
+ Control Simplification
+
+
+
+ -
+
noquit=yes
+
+
+ -
+
+ 画面の "やめる" ボタンや [Escape] キーによるプログラム終了を無効にする。
+
+
+ なお、この場合でも [Alt] + [F4] の組み合わせや、フルスクリーンモードでない場合は、閉じるボタンを押せば、プログラムを終了することができます。
+
+
+ また、[Shift] + [Control] + [Escape]. というキーの組み合わせでもプログラムを終了することができます。
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noquit=no" or "quit=yes". In both cases, may be overridden by the command-line option "--quit".
+
+
+ -
+
nostamps=yes
+
+
+ -
+
+ 「はんこ」の画像を読み込まず、「はんこ」ツールを無効にします。
+
+
+ これによって、初回起動時のプログラムの読み込みが高速になります。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostamps=no" or "stamps=yes". In both cases, may be overridden by the command-line option "--stamps".
+
+
+ -
+
nostampcontrols=yes
+
+
+ -
+
+ 「はんこ」ツールの画像には、上下または左右に反転できたり、大きさを変更したりできるものがあります。このオプションを設定すると、このような操作を無効にします。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostampcontrols=no" or "stampcontrols=yes". In both cases, may be overridden by the command-line option "--stampcontrols".
+
+
+ -
+
nomagiccontrols=yes
+
+
+ -
+
+ 「まほう」ツールの中には、「ふで」ツールのように画像の一部分だけに効果を及ぼすか、キャンバス全体に効果を及ぼすかを選択できるものがあります。このオプションを設定すると、「まほう」ツールの動作の選択を無効にして、ツールごとに標準の動作だけをするようにします。(たいていは「ふで」のような動作になります)
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may be overridden by the command-line option "--magiccontrols".
+
+
+ -
+
noshapecontrols=yes
+
+
+ -
+
+ 「かたち」ツールでの2つの動作モード-マウスをクリックした箇所を中心として図形を拡大するか、マウスをクリックした箇所をコーナーとして図形を拡大するか-を選択するボタンを無効にします。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshapecontrols=no" or "shapecontrols=yes". In both cases, may be overridden by the command-line option "--shapecontrols".
+
+
+ -
+
nolabel=yes
+
+
+ -
+
+ 「ラベル」ツールを無効にします。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolabel=no" or "label=yes". In both cases, may be overridden by the command-line option "--label".
+
+
+
+
+
+
+
+ Languages
+
+
+ Language
+
+
+
+ -
+
lang=LANGUAGE
+
+
+ -
+
+ サポートされている言語の中から、Tux Paint で使用する言語を指定します。現時点でLANGUAGEに指定できる言語は以下のとおりです:
+
+
+
+
+
+
+ english
+
+
+ american-english
+
+
+
+
+
+
+
+
+ acholi
+
+
+ acoli
+
+
+
+
+
+
+
+
+ afrikaans
+
+
+
+
+
+
+
+
+
+
+
+ akan
+
+
+ twi-fante
+
+
+
+
+
+
+
+
+ albanian
+
+
+
+
+
+
+
+
+
+
+
+ amharic
+
+
+
+
+
+
+
+
+
+
+
+ arabic
+
+
+
+
+
+
+
+
+
+
+
+ aragones
+
+
+
+
+
+
+
+
+
+
+
+ armenian
+
+
+ hayeren
+
+
+
+
+
+
+
+
+ assamese
+
+
+
+
+
+
+
+
+
+
+
+ asturian
+
+
+
+
+
+
+
+
+
+
+
+ australian-english
+
+
+
+
+
+
+
+
+
+
+
+ azerbaijani
+
+
+
+
+
+
+
+
+
+
+
+ bambara
+
+
+
+
+
+
+
+
+
+
+
+ basque
+
+
+ euskara
+
+
+
+
+
+
+
+
+ belarusian
+
+
+ bielaruskaja
+
+
+
+
+
+
+
+
+ bengali
+
+
+
+
+
+
+
+
+
+
+
+ bodo
+
+
+
+
+
+
+
+
+
+
+
+ bokmal
+
+
+
+
+
+
+
+
+
+
+
+ bosnian
+
+
+
+
+
+
+
+
+
+
+
+ brazilian-portuguese
+
+
+ portugues-brazilian
+
+
+ brazilian
+
+
+
+
+
+ breton
+
+
+ brezhoneg
+
+
+
+
+
+
+
+
+ british-english
+
+
+ british
+
+
+
+
+
+
+
+
+ bulgarian
+
+
+
+
+
+
+
+
+
+
+
+ canadian-english
+
+
+
+
+
+
+
+
+
+
+
+ catalan
+
+
+ catala
+
+
+
+
+
+
+
+
+ chinese
+
+
+ simplified-chinese
+
+
+
+
+
+
+
+
+ croatian
+
+
+ hrvatski
+
+
+
+
+
+
+
+
+ czech
+
+
+ cesky
+
+
+
+
+
+
+
+
+ danish
+
+
+ dansk
+
+
+
+
+
+
+
+
+
+
+
+ dogri
+
+
+
+
+
+
+
+
+ dutch
+
+
+ nederlands
+
+
+
+
+
+
+
+
+ esperanto
+
+
+
+
+
+
+
+
+
+
+
+ estonian
+
+
+
+
+
+
+
+
+
+
+
+ faroese
+
+
+
+
+
+
+
+
+
+
+
+ finnish
+
+
+ suomi
+
+
+
+
+
+
+
+
+ french
+
+
+ francais
+
+
+
+
+
+
+
+
+ fula
+
+
+ fulah
+
+
+ pulaar-fulfulde
+
+
+
+
+
+ gaelic
+
+
+ gaidhlig
+
+
+ irish-gaelic
+
+
+
+
+
+ galician
+
+
+ galego
+
+
+
+
+
+
+
+
+ georgian
+
+
+
+
+
+
+
+
+
+
+
+ german
+
+
+ deutsch
+
+
+
+
+
+
+
+
+ greek
+
+
+
+
+
+
+
+
+
+
+
+ gronings
+
+
+ zudelk-veenkelonioals
+
+
+
+
+
+
+
+
+ gujarati
+
+
+
+
+
+
+
+
+
+
+
+ hebrew
+
+
+
+
+
+
+
+
+
+
+
+ hindi
+
+
+
+
+
+
+
+
+
+
+
+ hungarian
+
+
+ magyar
+
+
+
+
+
+
+
+
+ icelandic
+
+
+ islenska
+
+
+
+
+
+
+
+
+ indonesian
+
+
+ bahasa-indonesia
+
+
+
+
+
+
+
+
+ inuktitut
+
+
+
+
+
+
+
+
+
+
+
+ italian
+
+
+ italiano
+
+
+
+
+
+
+
+
+ japanese
+
+
+
+
+
+
+
+
+
+
+
+ kabyle
+
+
+
+
+
+ kabylian
+
+
+
+
+
+ kannada
+
+
+
+
+
+
+
+
+
+
+
+ kashmiri-devanagari
+
+
+
+
+
+
+
+
+
+
+
+ kashmiri-perso-arabic
+
+
+
+
+
+
+
+
+
+
+
+ khmer
+
+
+
+
+
+
+
+
+
+
+
+ kiga
+
+
+ chiga
+
+
+
+
+
+
+
+
+ kinyarwanda
+
+
+
+
+
+
+
+
+
+
+
+ klingon
+
+
+ tlhIngan
+
+
+
+
+
+
+
+
+ konkani-devanagari
+
+
+
+
+
+
+
+
+
+
+
+ konkani-roman
+
+
+
+
+
+
+
+
+
+
+
+ korean
+
+
+
+
+
+
+
+
+
+
+
+ kurdish
+
+
+
+
+
+
+
+
+
+
+
+ latvian
+
+
+
+
+
+
+
+
+
+
+
+ lithuanian
+
+
+ lietuviu
+
+
+
+
+
+
+
+
+ luganda
+
+
+
+
+
+
+
+
+
+
+
+ luxembourgish
+
+
+ letzebuergesch
+
+
+
+
+
+
+
+
+ macedonian
+
+
+
+
+
+
+
+
+
+
+
+ maithili
+
+
+
+
+
+
+
+
+
+
+
+ malay
+
+
+
+
+
+
+
+
+
+
+
+ malayalam
+
+
+
+
+
+
+
+
+
+
+
+ manipuri-bengali
+
+
+
+
+
+
+
+
+
+
+
+ manipuri-meitei-mayek
+
+
+
+
+
+
+
+
+
+
+
+ marathi
+
+
+
+
+
+
+
+
+
+
+
+ mexican-spanish
+
+
+ espanol-mejicano
+
+
+ mexican
+
+
+
+
+
+ mongolian
+
+
+
+
+
+
+
+
+
+
+
+ ndebele
+
+
+
+
+
+
+
+
+
+
+
+ nepali
+
+
+
+
+
+
+
+
+
+
+
+ northern-sotho
+
+
+ sesotho-sa-leboa
+
+
+
+
+
+
+
+
+ norwegian
+
+
+ nynorsk
+
+
+ norsk
+
+
+
+
+
+ occitan
+
+
+
+
+
+
+
+
+
+
+
+ odia
+
+
+ oriya
+
+
+
+
+
+
+
+
+ ojibwe
+
+
+ ojibway
+
+
+
+
+
+
+
+
+ persian
+
+
+
+
+
+
+
+
+
+
+
+ polish
+
+
+ polski
+
+
+
+
+
+
+
+
+ portuguese
+
+
+ portugues
+
+
+
+
+
+
+
+
+ punjabi
+
+
+ panjabi
+
+
+
+
+
+
+
+
+ romanian
+
+
+
+
+
+
+
+
+
+
+
+ russian
+
+
+ russkiy
+
+
+
+
+
+
+
+
+ sanskrit
+
+
+
+
+
+
+
+
+
+
+
+ santali-devanagari
+
+
+
+
+
+
+
+
+
+
+
+ santali-ol-chiki
+
+
+
+
+
+
+
+
+
+
+
+ scottish
+
+
+ ghaidhlig
+
+
+ scottish-gaelic
+
+
+
+
+
+ serbian
+
+
+
+
+
+
+
+
+
+
+
+ serbian-latin
+
+
+
+
+
+
+
+
+
+
+
+ shuswap
+
+
+ secwepemctin
+
+
+
+
+
+
+
+
+ sindhi-devanagari
+
+
+
+
+
+
+
+
+
+
+
+ sindhi-perso-arabic
+
+
+
+
+
+
+
+
+
+
+
+ slovak
+
+
+
+
+
+
+
+
+
+
+
+ slovenian
+
+
+ slovensko
+
+
+
+
+
+
+
+
+ songhay
+
+
+
+
+
+
+
+
+
+
+
+ southafrican-english
+
+
+
+
+
+
+
+
+
+
+
+ spanish
+
+
+ espanol
+
+
+
+
+
+
+
+
+ sundanese
+
+
+
+
+
+
+
+
+
+
+
+ swahili
+
+
+
+
+
+
+
+
+
+
+
+ swedish
+
+
+ svenska
+
+
+
+
+
+
+
+
+ tagalog
+
+
+
+
+
+
+
+
+
+
+
+ tamil
+
+
+
+
+
+
+
+
+
+
+
+ telugu
+
+
+
+
+
+
+
+
+
+
+
+ thai
+
+
+
+
+
+
+
+
+
+
+
+ tibetan
+
+
+
+
+
+
+
+
+
+
+
+ traditional-chinese
+
+
+
+
+
+
+
+
+
+
+
+ turkish
+
+
+
+
+
+
+
+
+
+
+
+ twi
+
+
+
+
+
+
+
+
+
+
+
+ ukrainian
+
+
+
+
+
+
+
+
+
+
+
+ urdu
+
+
+
+
+
+
+
+
+
+
+
+ venda
+
+
+
+
+
+
+
+
+
+
+
+ venetian
+
+
+ veneto
+
+
+
+
+
+
+
+
+ vietnamese
+
+
+
+
+
+
+
+
+
+
+
+ walloon
+
+
+ walon
+
+
+
+
+
+
+
+
+ welsh
+
+
+ cymraeg
+
+
+
+
+
+
+
+
+ wolof
+
+
+
+
+
+
+
+
+
+
+
+ xhosa
+
+
+
+
+
+
+
+
+
+
+
+ miahuatlan-zapotec
+
+
+
+
+
+ zapotec
+
+
+
+
+
+ zulu
+
+
+
+
+
+ zulu
+
+
+
+
+
+
+ -
+
--locale LOCALE
+
+
+ -
+
+ Tux Paint で使用する言語を指定します。使用する言語ごとの言語コードの設定(例えば、ドイツ語では "de_DE")については、以下の "使用する言語を変更する" の項もごらん下さい。
+
+
+ (環境変数 "$LANG" などによって言語環境が設定されている場合は、環境設定が優先されるので、このオプションを設定するは必要ありません。)
+
+
+ -
+
mirrorstamps=yes
+
+
+ -
+
+ 反転可能なスタンプは、はじめから反転されるようにします。
+
+
+ 左から右ではなく右から左に向かって描き進むことを好むユーザーに役に立つオプションです。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases, may be overridden by the command-line option "--dontmirrorstamps".
+
+
+
+
+
+ Fonts
+
+
+
+ -
+
sysfonts=yes
+
+
+ -
+
+ もじツールで、オペレーティングシステムのフォントを使用します。通常では、Tux Paint はパッケージに付属するフォントだけを使用します。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "sysfonts=no" or "nosysfonts=yes". In both cases, may be overridden by the command-line option "--nosysfonts".
+
+
+ -
+
alllocalefonts=yes
+
+
+ -
+
+ バージョン0.9.21以前では、Tux Paintは、特定の言語のみに固有のもの(例えば、ラテン文字を持たないチベット語のフォントなど)も含めて、fonts ディレクトリにあるすべてのフォントを読み込んでいました。0.9.21 以降では、Tux Paint が動作している言語環境に合ったフォントだけが読み込まれます。
+
+
+ 以前のバージョンのように全てのフォントを読み込むようにするには、このオプションを有効にします。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "alllocalefonts=no" or "currentlocalefont=yes". In both cases, may be overridden by the command-line option "--currentlocalefont".
+
+
+
+
+
+
+
+ Printing
+
+
+ Print Permissions
+
+
+
+ -
+
noprint=yes
+
+
+ -
+
+ 印刷を無効にします。
+
+
+ -
+
printdelay=SECONDS
+
+
+ -
+
+ SECONDS で設定した秒数ごとに1回だけしか印刷できなくなります。
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printdelay=0". In both cases, may be overridden by the command-line option "--printdelay=0".
+
+
+
+
+
+ Show Printer Dialog
+
+
+
+ -
+
altprint=always
+
+
+ -
+
+ "いんさつ" ボタンをクリックすると、常に印刷ダイアログを表示します(Linux と Unix では、"altprintcommand" で設定したプログラムが起動します)。[Alt] キーを押しながら "いんさつ" ボタンをクリックするのと同じ動作ですが、毎回 [Alt] キーを押す必要がないということです。
+
+
+ -
+
altprint=never
+
+
+ -
+
+ "いんさつ" ボタンを押したときの [Alt] キーの効果を無効にして、印刷ダイアログが表示されないようにします(Linux と Unix では、"altprintcommand" で設定したコマンドが起動されなくなります)。
+
+
+ -
+
altprint=mod
+
+
+ -
+
+ 印刷時の標準の動作です。[Alt] キーを押しながら "いんさつ" ボタンをクリックすると印刷ダイアログが表示され、[Alt] キーを押さずに "いんさつ" ボタンをクリックすると、ダイアログを表示せずに印刷します。
+
+
+
+
+
+
+ Save Printer Configuration
+
+
+
+ -
+
printcfg=yes
+
+
+ -
+
+ (Windows と macOS のみ)
+
+
+
+ 印刷の設定をファイルから読み込みます。[Alt] キーを押しながら "いんさつ" ボタンを押すと、Windows の印刷ダイアログが起動します。
+
+
+ (注:これは、Tux Paint をフルスクリーンモードで起動している場合にのみ有効であることに注意してください。)"printcfg" オプションが設定されていれば、変更した印刷の設定は "userdata/print.cfg" ファイルに記録され、再利用されます。
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printcfg=no" or "noprintcfg=yes". In both cases, may be overridden by the command-line option "--noprintcfg".
+
+
+
+
+
+
+ Print Commands
+
+
+
+ -
+
printcommand=COMMAND
+
+
+ -
+
+ (Linux 及び Unix の場合のみ)
+
+
+
+ "いんさつ" ボタンが押されると、COMMAND で指定したコマンドを用いて PostScript 形式のファイルを印刷します。標準では以下のコマンドが使用されます:
+
+
+ lpr
+
+
+
+ 注: バージョン 0.9.15 より前までは、印刷コマンド(標準では "pngtopnm | pnmtops | lpr")に PNG 形式のデータを送信していました。
+
+
+ このため、バージョン 0.9.15 以前で printcommand を lpr 以外に設定していた場合は、この設定を変更する必要があります。
+
+
+ -
+
altprintcommand=COMMAND
+
+
+ -
+
+ (Linux 及び Unix の場合のみ)
+
+
+
+ [Alt] キーを押しながら "いんさつ" ボタンをクリックすると、COMMAND で指定したコマンドを用いて PostScript 形式のファイルを印刷します。(Windows やmacOSで [Alt] + '印刷' とすると、印刷ダイアログが表示されるのと似ています)
+
+
+ 標準では、以下の KDE の印刷ダイアログが用いられます:
+
+
+ kprinter
+
+
+
+
+
+
+
+ Paper Size
+
+
+
+ -
+
papersize=PAPERSIZE
+
+
+ -
+
+ (Windows, macOS, BeOS, Haiku を除く、内蔵 PostScript 出力エンジンを使用するプラットフォーム向け)
+
+
+
+ 生成する PostScript ファイルの用紙サイズを指定します。指定がなければ、最初に環境変数 $PAPER が、次に /etc/papersize ファイルがチェックされ、最後に 'libpaper'ライブラリの標準の用紙サイズが使用されます。
+
+
+ 以下のサイズ指定が使えます:letter, legal, tabloid, executive, note, statement, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, b0, b1, b2 b3, b4, 10x14, 11x17, halfletter, halfexecutive, halfnote, folio, quarto, ledger, archA, archB, archC, archD, archE, flsa, flse, csheet, dsheet, esheet.
+
+
+
+
+
+
+
+
+ Saving
+
+
+ Save Over Earlier Work
+
+
+
+ -
+
saveover=yes
+
+
+ -
+
+ 以前の絵を編集して保存するときに、"いまかいたえと まえのえを いれかえる?" と確認を求めないようにします。この設定では、前の絵は常に上書きされます。
+
+
+ -
+
saveover=new
+
+
+ -
+
+ 上記と同様に保存の確認を求めないようにしますが、この設定では、前の絵を上書きせずに、常に新しいファイルを作成して保存します。
+
+
+ -
+
saveover=ask
+
+
+ -
+
+ (絵を保存するときの標準の動作なので、この設定は冗長なものとなります)
+ 以前の絵を編集して保存するときに、以前の絵を上書きするかどうかを尋ねられます。
+
+
+
+
+
+ Starting Out
+
+
+
+ -
+
startblank=yes
+
+
+ -
+
+ Tux Paint を起動する際、前回最後に開いていた絵を読み込む代わりに、毎回、空のキャンバスで開始します。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "startblank=no" or "startlast=yes". In both cases, may be overridden by the command-line option "--startlast".
+
+
+ -
+
newcolorslast=yes
+
+
+ -
+
+ 「さいしょから」でキャンバスを選択する際、単色のキャンバスが末尾に、スターター画像やテンプレートが先頭になるよう、表示順序を変更します。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "newcolorslast=no" or "newcolorsfirst=yes". In both cases, may be overridden by the command-line option "--newcolorsfirst".
+
+
+
+
+
+
+ Save and Export Directories
+
+
+
+ -
+
savedir=DIRECTORY
+
+
+ -
+
+ Tux Paint が、作品を保存する "saved" ディレクトリの場所を変更します。
+
+
+ 特に設定していなければ、標準のディレクトリは次の場所にあります:
+
+
+ - Linux および Unix — ユーザーのホームディレクトリ("
~" または "$HOME")にある隠しディレクトリ ".tuxpaint" 以下
+ 例:/home/username/.tuxpaint/saved/
+
+ - Windows — ユーザーごとの "
Application Data" フォルダーにある "TuxPaint" フォルダー以下
+ 例:C:\Documents and Settings\Username\Application Data\TuxPaint\saved\
+
+
+ - macOS — ユーザーごとの "
Application Support" フォルダーにある "TuxPaint" フォルダー以下
+ 例:/Users/Username/Library/Application Support/TuxPaint/saved/
+
+
+
+ 注:Windowsのドライブ(例:"H:\")を指定する際は、サブディレクトリも指定する必要があります。
+
+
+ 注:バージョン 0.9.18 以前は、作品データ以外に、個人用データファイル(ペイントブラシ、スタンプ、スターター、フォント)を検索する場所としても、"savedir" の設定を使用していました。バージョン 0.9.18 からは、これらのディレクトリの場所を別途指定することができます(後述の "datadir" オプションを参照)。
+
+
+ 例:savedir=Z:\tuxpaint\
+
+
+ -
+
exportdir=DIRECTORY
+
+
+ -
+
+ 「かきだす」によって、作品を画像にエクスポートして他で利用する場合や、アニメーションGIFによるスライドショーデータなど、データの出力先のディレクトリを変更します。
+
+
+ 特に設定していなければ、標準のディレクトリは次の場所にあります:
+
+
+ - Linux および Unix — XDG (X Desktop Group) 標準に基づく設定が利用可能な場合、個々のデスクトップ環境において画像保存用として設定されているディレクトリ("
xdg-user-dir PICTURES" コマンドで確認できます)
+ 英語環境では一般的にユーザーのホームディレクトリ("$HOME/Pictures" あるいは "~/Pictures")以下の "Pictures" ディレクトリになります。(日本語環境では "画像")
+ XDGの設定が読み取れない場合や、"XDG_PICTURES_DIR "に何も設定されていない場合は、上記の英語環境で一般的なディレクトリ(~/Pictures)を使用します。
+ - Windows — 各ユーザーの "ピクチャ" ディレクトリ(通常は "C:\Users\ユーザー名\Pictures")。
また、次のようにして、フォルダを直接開くこともできます:
+ - "[Windows]+[R]" キーを押して "ファイル名を指定して実行" ダイアログを開く。
+ - テキストボックスに "Shell:My Pictures" と入力して [OK] を押す。
-
-
- -
-
orient=portrait
-
-
- -
-
- ウィンドウの幅と高さの設定を入れ替えます。これは、タブレットパソコンのような縦型のディスプレイでウィンドウを回転させる際に便利なオプションです。
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "orient=landscape". In both cases, may be overridden by the command-line option "--orient=landscape".
-
-
- -
-
native=yes
-
-
- -
-
- Tux Paint をフルスクリーンモードで起動する際、"windowsize" オプションの設定を無視して、オペレーティングシステムが設定する画面解像度に従います。
-
-
- -
-
buttonsize=SIZE
-
-
- -
-
- Tux Paint のユーザーインターフェースの各種ボタンのサイズを標準の "48" から変更します。非常に高解像度のディスプレイや、視線入力といった分解能の低い操作デバイスを使用する場合に有効です。
-
-
- SIZE の値は24から192までのピクセル値で指定します。ほとんどのボタンは正方形となっており、この設定はボタンの幅と高さの両方に影響します。
-
-
- Note: If the chosen button size would cause the buttons to be too large for all required UI elements to appear under Tux Paint's chosen window size, the largest possible button size will be used. (A note will appear in stderr.)
-
-
- -
-
allowscreensaver=yes
-
-
- -
-
- 標準では、Tux Paint の起動中は スクリーンセーバーが起動しない設定になっていますが、"allowscreensaver" オプションを指定すると、スクリーンセーバーが有効になります。これはSDLライブラリのバージョンが 1.2.12 以降の場合に有効なオプションであることに注意して下さい。(環境変数 "SDL_VIDEO_ALLOW_SCREENSAVER" の値を "1" に設定しても、同様のことができます)
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "allowscreensaver=no" or "disablescreensaver=yes". In both cases, may be overridden by the command-line option "--disablescreensaver".
-
-
- -
-
nosound=yes
-
-
- -
-
- 効果音を無効にします。(注:このオプションを設定すると、[Alt] + [S] を押しても、効果音を有効化することはできません
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosound=no" or "sound=yes". In both cases, may be overridden by the command-line option "--sound".
-
-
- -
-
nostereo=yes
-
-
- -
-
- ステレオの効果音を無効にする。(片耳イヤホンや1台のスピーカーで使用する場合に役に立ちます)
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostereo=no" or "stereo=yes". In both cases, may be overridden by the command-line option "--stereo".
-
-
- -
-
noquit=yes
-
-
- -
-
- 画面の "やめる" ボタンや [Escape] キーによるプログラム終了を無効にする。
-
-
- なお、この場合でも [Alt] + [F4] の組み合わせや、フルスクリーンモードでない場合は、閉じるボタンを押せば、プログラムを終了することができます。
-
-
- また、[Shift] + [Control] + [Escape]. というキーの組み合わせでもプログラムを終了することができます。
-
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noquit=no" or "quit=yes". In both cases, may be overridden by the command-line option "--quit".
-
-
- -
-
noprint=yes
-
-
- -
-
- 印刷を無効にします。
-
-
- -
-
printdelay=SECONDS
-
-
- -
-
- SECONDS で設定した秒数ごとに1回だけしか印刷できなくなります。
-
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printdelay=0". In both cases, may be overridden by the command-line option "--printdelay=0".
-
-
- -
-
printcommand=COMMAND
-
-
- -
-
- (Linux 及び Unix の場合のみ)
-
-
-
- "いんさつ" ボタンが押されると、COMMAND で指定したコマンドを用いて PostScript 形式のファイルを印刷します。標準では以下のコマンドが使用されます:
-
-
- lpr
-
-
-
- 注: バージョン 0.9.15 より前までは、印刷コマンド(標準では "pngtopnm | pnmtops | lpr")に PNG 形式のデータを送信していました。
-
-
- このため、バージョン 0.9.15 以前で printcommand を lpr 以外に設定していた場合は、この設定を変更する必要があります。
-
-
- -
-
altprintcommand=COMMAND
-
-
- -
-
- (Linux 及び Unix の場合のみ)
-
-
-
- [Alt] キーを押しながら "いんさつ" ボタンをクリックすると、COMMAND で指定したコマンドを用いて PostScript 形式のファイルを印刷します。(Windows やmacOSで [Alt] + '印刷' とすると、印刷ダイアログが表示されるのと似ています)
-
-
- 標準では、以下の KDE の印刷ダイアログが用いられます:
-
-
- kprinter
-
-
-
- -
-
printcfg=yes
-
-
- -
-
- (Windows と macOS のみ)
-
-
-
- 印刷の設定をファイルから読み込みます。[Alt] キーを押しながら "いんさつ" ボタンを押すと、Windows の印刷ダイアログが起動します。
-
-
- (注:これは、Tux Paint をフルスクリーンモードで起動している場合にのみ有効であることに注意してください。)"printcfg" オプションが設定されていれば、変更した印刷の設定は "userdata/print.cfg" ファイルに記録され、再利用されます。
-
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "printcfg=no" or "noprintcfg=yes". In both cases, may be overridden by the command-line option "--noprintcfg".
-
-
- -
-
altprint=always
-
-
- -
-
- "いんさつ" ボタンをクリックすると、常に印刷ダイアログを表示します(Linux と Unix では、"altprintcommand" で設定したプログラムが起動します)。[Alt] キーを押しながら "いんさつ" ボタンをクリックするのと同じ動作ですが、毎回 [Alt] キーを押す必要がないということです。
-
-
- -
-
altprint=never
-
-
- -
-
- "いんさつ" ボタンを押したときの [Alt] キーの効果を無効にして、印刷ダイアログが表示されないようにします(Linux と Unix では、"altprintcommand" で設定したコマンドが起動されなくなります)。
-
-
- -
-
altprint=mod
-
-
- -
-
- 印刷時の標準の動作です。[Alt] キーを押しながら "いんさつ" ボタンをクリックすると印刷ダイアログが表示され、[Alt] キーを押さずに "いんさつ" ボタンをクリックすると、ダイアログを表示せずに印刷します。
-
-
- -
-
papersize=PAPERSIZE
-
-
- -
-
- (Windows, macOS, BeOS, Haiku を除く、内蔵 PostScript 出力エンジンを使用するプラットフォーム向け)
-
-
-
- 生成する PostScript ファイルの用紙サイズを指定します。指定がなければ、最初に環境変数 $PAPER が、次に /etc/papersize ファイルがチェックされ、最後に 'libpaper'ライブラリの標準の用紙サイズが使用されます。
-
-
- 以下のサイズ指定が使えます:letter, legal, tabloid, executive, note, statement, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, b0, b1, b2 b3, b4, 10x14, 11x17, halfletter, halfexecutive, halfnote, folio, quarto, ledger, archA, archB, archC, archD, archE, flsa, flse, csheet, dsheet, esheet.
-
-
- -
-
nolockfile=yes
-
-
- -
-
- 標準では、タックスペイントは「ロックファイル」と呼ばれるものを使用して、30秒間に1回以上起動できないようになっています。これは、シングルクリックのランチャーをダブルクリックしたり、アイコンをせわしなく何度もクリックしたりして、誤って複数回起動してしまうことを防ぐためです。
-
-
- ロックファイルを無視して、起動してから30秒以内であっても再びすぐに実行できるようにするには、設定ファイルでこの設定を有効にするか、コマンドラインで --nolockfile オプションを指定して Tux Paint を実行してください。
-
-
- 標準では、Linux および Unix では "~/.tuxpaint/" に、Windows では "userdata\" にロックファイルが保存されます。
-
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolockfile=no" or "lockfile=yes". In both cases, may be overridden by the command-line option "--lockfile".
-
-
- -
-
simpleshapes=yes
-
-
- -
-
- 「ずけい」ツールで、形を決めたあとに回転させるステップを省略します。クリックして、ドラッグして、ボタンを離すだけで、図形を描くことができます。
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "simpleshapes=no" or "complexshapes=yes". In both cases, may be overridden by the command-line option "--complexshapes".
-
-
- -
-
uppercase=yes
-
-
- -
-
- すべてのテキストが大文字で表記されます(例:「Brush」は「BRUSH」)。まだ大文字しか習っていない子供たちにとって役に立つオプションです。
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "uppercase=no" or "mixedcase=yes". In both cases, may be overridden by the command-line option "--mixedcase".
-
-
- -
-
grab=yes
-
-
- -
-
- タックスペイントがマウスとキーボードを「独占」します。マウスカーソルがタックスペイントのウィンドウ内に限定され、ほとんどすべてのキーボード入力が直接タックスペイントに渡されます。
-
-
- これは、ユーザーが Tux Paint から抜け出すことができないようにするのに便利です。 [Alt]-[Tab] によるウィンドウの切り替えや、[Ctrl]-[Escape] キーによる操作が無効になります。このオプションは、特にフルスクリーンモード時に有効です。
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "grab=no" or "dontgrab=yes". In both cases, may be overridden by the command-line option "--dontgrab".
-
-
- -
-
noshortcuts=yes
-
-
- -
-
- キーボードショートカット(保存: [Ctrl]-[S]、新規作成: [Ctrl]-[N] など)を無効にします。
-
-
- これは、キーボードの操作に慣れていない子供が不用意にコマンドを実行してしまうことを防ぐために有効です。
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshortcuts=no" or "shortcuts=yes". In both cases, may be overridden by the command-line option "--shortcuts".
-
-
- -
-
nowheelmouse=yes
-
-
- -
-
- マウスでのホイールによる操作が無効になります。(通常、ホイールは右のセレクターメニューをスクロールします)。
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be overridden by the command-line option "--wheelmouse".
-
-
- -
-
nobuttondistinction=yes
-
-
- -
-
- Tux Paint 0.9.15 以前では、マウスの中ボタンと右ボタンでもクリックが可能でしたが、バージョン0.9.15からは、子供たちが間違ったボタン押さないように、マウスの左ボタンだけが使えるように変更しました。
-
-
- マウス操作が苦手なお子さんの場合、このオプションを使用することで、マウスの2つまたは3つのボタンの区別を無効にすることができます。
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nobuttondistinction=no" or "buttondistinction=yes". In both cases, may be overridden by the command-line option "--buttondistinction".
-
-
- -
-
nofancycursors=yes
-
-
- -
-
- Tux Paint 独自のマウスポインタを無効にし、システム標準のマウスポインタを使用するようにします。
-
-
- 環境によっては Tux Paint のマウスカーソルが原因で不具合が起こることがあります。そういった場合にこのオプションを有効にして下さい。
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nofancycursors=no" or "fancycursors=yes". In both cases, may be overridden by the command-line option "--fancycursors".
-
-
- -
-
hidecursor=yes
-
-
- -
-
- マウスカーソルを表示しないようにします。
-
-
- タブレットPCなどのタッチスクリーンを用いるデバイスのためのオプションです。
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "hidecursor=no" or "showcursor=yes". In both cases, may be overridden by the command-line option "--showcursor".
-
-
- -
-
nooutlines=yes
-
-
- -
-
- このモードでは、「せん」ツール、「かたち」ツール、「はんこ」ツールそしてけしゴムを使うときに、アウトラインをシンプルな線で表示します。
-
-
- Tux Paint を非常に遅いパソコンで使いたい場合や、リモートの X-Window ディスプレイで使う場合に、速度を改善します。
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nooutlines=no" or "outlines=yes". In both cases, may be overridden by the command-line option "--outlines".
-
-
- -
-
sysfonts=yes
-
-
- -
-
- もじツールで、オペレーティングシステムのフォントを使用します。通常では、Tux Paint はパッケージに付属するフォントだけを使用します。
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "sysfonts=no" or "nosysfonts=yes". In both cases, may be overridden by the command-line option "--nosysfonts".
-
-
- -
-
alllocalefonts=yes
-
-
- -
-
- バージョン0.9.21以前では、Tux Paintは、特定の言語のみに固有のもの(例えば、ラテン文字を持たないチベット語のフォントなど)も含めて、fonts ディレクトリにあるすべてのフォントを読み込んでいました。0.9.21 以降では、Tux Paint が動作している言語環境に合ったフォントだけが読み込まれます。
-
-
- 以前のバージョンのように全てのフォントを読み込むようにするには、このオプションを有効にします。
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "alllocalefonts=no" or "currentlocalefont=yes". In both cases, may be overridden by the command-line option "--currentlocalefont".
-
-
- -
-
nostamps=yes
-
-
- -
-
- 「はんこ」の画像を読み込まず、「はんこ」ツールを無効にします。
-
-
- これによって、初回起動時のプログラムの読み込みが高速になります。
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostamps=no" or "stamps=yes". In both cases, may be overridden by the command-line option "--stamps".
-
-
- -
-
nostampcontrols=yes
-
-
- -
-
- 「はんこ」ツールの画像には、上下または左右に反転できたり、大きさを変更したりできるものがあります。このオプションを設定すると、このような操作を無効にします。
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nostampcontrols=no" or "stampcontrols=yes". In both cases, may be overridden by the command-line option "--stampcontrols".
-
-
- -
-
nomagiccontrols=yes
-
-
- -
-
- 「まほう」ツールの中には、「ふで」ツールのように画像の一部分だけに効果を及ぼすか、キャンバス全体に効果を及ぼすかを選択できるものがあります。このオプションを設定すると、「まほう」ツールの動作の選択を無効にして、ツールごとに標準の動作だけをするようにします。(たいていは「ふで」のような動作になります)
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may be overridden by the command-line option "--magiccontrols".
-
-
- -
-
noshapecontrols=yes
-
-
- -
-
- 「かたち」ツールでの2つの動作モード-マウスをクリックした箇所を中心として図形を拡大するか、マウスをクリックした箇所をコーナーとして図形を拡大するか-を選択するボタンを無効にします。
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "noshapecontrols=no" or "shapecontrols=yes". In both cases, may be overridden by the command-line option "--shapecontrols".
-
-
- -
-
nolabel=yes
-
-
- -
-
- 「ラベル」ツールを無効にします。
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolabel=no" or "label=yes". In both cases, may be overridden by the command-line option "--label".
-
-
- -
-
newcolorslast=yes
-
-
- -
-
- 「さいしょから」でキャンバスを選択する際、単色のキャンバスが末尾に、スターター画像やテンプレートが先頭になるよう、表示順序を変更します。
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "newcolorslast=no" or "newcolorsfirst=yes". In both cases, may be overridden by the command-line option "--newcolorsfirst".
-
-
- -
-
mirrorstamps=yes
-
-
- -
-
- 反転可能なスタンプは、はじめから反転されるようにします。
-
-
- 左から右ではなく右から左に向かって描き進むことを好むユーザーに役に立つオプションです。
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases, may be overridden by the command-line option "--dontmirrorstamps".
-
-
- -
-
mouse-accessibility=yes
-
-
- -
-
- 例えば「せん」ツールなどでは、マウスをクリックしてドラッグした後にマウスボタンを放すというのが標準の操作ですが、このモードを設定すると、マウスをクリックしてからマウスを動かした後に再度マウスをクリックするという操作になります。
-
-
- -
-
onscreen-keyboard=yes
-
-
- -
-
- 「もじ」ツールと「ラベル」ツールで、画面キーボードを表示します。
-
-
- -
-
onscreen-keyboard-layout=レイアウト名
-
-
- -
-
- 画面キーボードの初期レイアウトを設定します。
注:このオプションが設定されると、onscreen-keyboard=yes も設定されているとみなします。
-
-
- -
-
onscreen-keyboard-disable-change=yes
-
-
- -
-
- 画面キーボードの変更をできないようにします。小さな子供向けにシンプルにしたい場合に設定します。
- このオプションが設定されると onscreen-keyboard=yes も設定されているとみなします。
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "onscreen-keyboard-disable-change=no". In both cases, may be overridden by the command-line option "--onscreen-keyboard-disable-change=no".
-
-
- -
-
joystick-dev=N
-
-
- -
-
- 何番目のジョイスティックデバイスを使うかを設定します。標準では 0 (最初のジョイスティック)
-
-
- -
-
joystick-slowness=SPEED
-
-
- -
-
- ジョイスティックの感度を SPEED の値で設定します。0 から 500 までの値が設定できます。標準の値は 15 です。
-
-
- -
-
joystick-threshold=THRESHOLD
-
-
- -
-
- ジョイスティックでポインターを動かし始めるためのしきい値を THRESHOLD の値で設定します。0 から 32766 までの値が設定できます。標準の値は 3200 です。
-
-
- -
-
joystick-maxsteps=STEPS
-
-
- -
-
- ポインターの移動速度の上限を STEPS にピクセル単位で設定します。1 から 7 までの値が設定可能で、標準の値は 7 です。
-
-
- -
-
joystick-hat-timeout=MILLISECONDS
-
-
- -
-
- ジョイスティックのハットスイッチを押し続けたときに、ポインターが連続して動き始めるまでの時間を MILLISECONDS にミリ秒単位で設定します。0 から 3000 までの値が設定可能で、標準の設定は 1000 です。
-
-
- -
-
joystick-hat-slowness=SPEED
-
-
- -
-
- ハットスイッチの感度を設定します。設定可能な値は 0 から 500 で、標準の値は 15 です。
-
-
- -
-
joystick-btn-escape=BUTTON NUMBER
-
-
- -
-
- ジョイスティックの BUTTON NUMBER で設定したボタンに "ESC" キーの機能を割り当てます。(ダイアログの "もどる" や "やめる" で使います)
-
-
- -
-
joystick-btn-brush=BUTTON NUMBER
-
-
- -
-
- ジョイスティックの BUTTON NUMBER で設定したボタンに "「ふで」ツール" へのショートカットを割り当てます。
-
-
- -
-
joystick-btn-stamp=BUTTON NUMBER
-
-
- -
-
- ジョイスティックの BUTTON NUMBER で設定したボタンに "「はんこ」ツール" へのショートカットを割り当てます。
-
-
- -
-
joystick-btn-lines=BUTTON NUMBER
-
-
- -
-
- ジョイスティックの BUTTON NUMBER で設定したボタンに "「せん」ツール" へのショートカットを割り当てます。
-
-
- -
-
joystick-btn-shapes=BUTTON NUMBER
-
-
- -
-
- ジョイスティックの BUTTON NUMBER で設定したボタンに "「かたち」ツール" へのショートカットを割り当てます。
-
-
- -
-
joystick-btn-text=BUTTON NUMBER
-
-
- -
-
- ジョイスティックの BUTTON NUMBER で設定したボタンに "「もじ」ツール" へのショートカットを割り当てます。
-
-
- -
-
joystick-btn-label=BUTTON NUMBER
-
-
- -
-
- ジョイスティックの BUTTON NUMBER で設定したボタンに "「ラベル」ツール" へのショートカットを割り当てます。
-
-
- -
-
joystick-btn-magic=BUTTON NUMBER
-
-
- -
-
- ジョイスティックの BUTTON NUMBER で設定したボタンに "「まほう」ツール" へのショートカットを割り当てます。
-
-
- -
-
joystick-btn-undo=BUTTON NUMBER
-
-
- -
-
- ジョイスティックの BUTTON NUMBER で設定したボタンに "「とりけし」" へのショートカットを割り当てます。
-
-
- -
-
joystick-btn-redo=BUTTON NUMBER
-
-
- -
-
- ジョイスティックの BUTTON NUMBER で設定したボタンに "「やりなおし」" を選択するショートカットを割り当てます。
-
-
- -
-
joystick-btn-eraser=BUTTON NUMBER
-
-
- -
-
- ジョイスティックの BUTTON NUMBER で設定したボタンに "「けしごむ」" を選択するショートカットを割り当てます。
-
-
- -
-
joystick-btn-new=BUTTON NUMBER
-
-
- -
-
- ジョイスティックの BUTTON NUMBER で設定したボタンに、「さいしょから」ダイアログへのショートカットを割り当てます。
-
-
- -
-
joystick-btn-open=BUTTON NUMBER
-
-
- -
-
- ジョイスティックの BUTTON NUMBER で設定したボタンに、「ひらく」ダイアログへのショートカットを割り当てます。
-
-
- -
-
joystick-btn-save=BUTTON NUMBER
-
-
- -
-
- ジョイスティックの BUTTON NUMBER で設定したボタンに "「ほぞん」" へのショートカットを割り当てます。
-
+
+
+ macOS — TBD!
+
+
+
+
+ 注:標準の設定を用いる場合は、画像用のディレクトリにサブディレクトリ "TuxPaint" が作成されます。(例:"~/Pictures/TuxPaint")一方、"--exportdir" オプションを用いると、指定されたパスがそのまま使用されます(サブディレクトリ "TuxPaint" は作成されません)。
+
+ ディレクトリ(例: "~/Pictures/TuxPaint")が存在しない場合は新たに作成されます。
+
+ 一つ上の親ディレクトリ(例:"~/Pictures/TuxPaint")が存在しない場合もディレクトリの作成を試みますが、それ以上の階層のディレクトリを作成することはありません。
+
+
+ 例:exportdir=/home/penguin/TuxPaintExports
+
+
+
+
+
+
+ More Saving Options
+
+
+
+ -
+
nosave=yes
+
+
+ -
+
+ 絵の保存ができないようにします("セーブ" ボタンも無効になります)。一時的なお遊びに使う場合や、テスト環境で使えるオプションです。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosave=no" or "save=yes". In both cases, may be overridden by the command-line option "--save".
+
+
+ -
+
autosave=yes
+
+
+ -
+
+ プログラムを終了するときに、絵を保存するかどうか尋ねずに、自動的に保存します。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "autosave=no" or "noautosave=yes". In both cases, may be overridden by the command-line option "--noautosave".
+
- -
-
joystick-btn-pgsetup=BUTTON NUMBER
-
+
+
+
-
-
- ジョイスティックの BUTTON NUMBER で設定したボタンに "印刷設定ダイアログ" へのショートカットを割り当てます。
-
+
+
+ Data
+
+
+ Lockfile
+
+
+
+ -
+
nolockfile=yes
+
+
+ -
+
+ 標準では、タックスペイントは「ロックファイル」と呼ばれるものを使用して、30秒間に1回以上起動できないようになっています。これは、シングルクリックのランチャーをダブルクリックしたり、アイコンをせわしなく何度もクリックしたりして、誤って複数回起動してしまうことを防ぐためです。
+
+
+ ロックファイルを無視して、起動してから30秒以内であっても再びすぐに実行できるようにするには、設定ファイルでこの設定を有効にするか、コマンドラインで --nolockfile オプションを指定して Tux Paint を実行してください。
+
+
+ 標準では、Linux および Unix では "~/.tuxpaint/" に、Windows では "userdata\" にロックファイルが保存されます。
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nolockfile=no" or "lockfile=yes". In both cases, may be overridden by the command-line option "--lockfile".
+
+
+
+
+
+
+ Data Directory
+
+
+
+ -
+
datadir=DIRECTORY
+
+
+ -
+
+ 個人用データファイル(ペイントブラシ、スタンプ、スターター、テンプレート、個人用のフォント)を検索する場所を変更します。
+
+
+ Tux Paint は、ここで指定されたディレクトリ以下の "brushes", "stamps", "starters", "templates", and "fonts" という名前のサブディレクトリをそれぞれ検索します。
+
+
+ 特に設定していなければ、標準のディレクトリは次の場所にあります:
+
+
+ - Linux および Unix — ユーザーのホームディレクトリ("
~" または "$HOME")にある隠しディレクトリ ".tuxpaint" 以下
+ 例:/home/username/.tuxpaint/brushes/
+
+ - Windows — ユーザーごとの "
Application Data" フォルダーにある "TuxPaint" フォルダー以下
+ 例:C:\Documents and Settings\Username\Application Data\TuxPaint\brushes\
+
+ - macOS — ユーザーごとの "
Application Support" フォルダーにある "TuxPaint" フォルダー以下
+ 例:/Users/Username/Library/Application Support/TuxPaint/brushes/
+
- -
-
joystick-btn-print=BUTTON NUMBER
-
+
+ 注:バージョン 0.9.18 以前は "savedir" の指定と同じディレクトリを使用していました。0.9.18 以降では個別に設定できるようになりました。
- -
-
- ジョイスティックの BUTTON NUMBER で設定したボタンに "「いんさつ」" へのショートカットを割り当てます。
-
+
+ 注:Windowsのドライブ(例:"H:\")を指定する際は、サブディレクトリも指定する必要があります。
- -
-
joystick-buttons-ignore=BUTTON1,BUTTON2,...
-
+
+ 例:datadir=/home/johnny/tuxpaint-data/
+
- -
-
- 無効にするジョイスティックのボタンの番号を指定します。何も指定しない場合、上記の "joystick-btn-" オプションで機能が設定されたボタン以外は、マウスの左ボタンと同じ動作になります。
-
+
+
-
- stampsize=SIZE
-
+
+ Color Palette File
-
-
- すべてのスタンプの初期の大きさを 0(最小)から 10(最大)の間で設定します。SIZE の値はスタンプ自体の大きさとタックスペイントのキャンバスサイズによって決まる大きさに対する相対的な指定になります。
+
+
+ -
+
colorfile=FILENAME
+
-
- SIZE の値に default を指定すると、Tux Paint がスタンプの大きさを自動的に決定します。(これが標準の動作です)
-
+
+
+ お好みのカラーパレットを記述した簡単なテキストファイルを作成して、そのファイル名を "colorfile" オプションで指定すれば、標準のカラーパレットを置き換えることができます。
-
- keyboard=yes
-
+
+ ファイルは、1行ごとに1色のリストです。色は RGB の形式で、各色 0 から 255 の範囲で指定します。(詳細は、Wikipedia の "RGB" のページを参照して下さい。)
-
-
- キーボードの矢印キーによるマウスポインターの操作が行えるようにします(マウスが使えない場合や、マウス操作が難しいユーザー向けの機能です)
+
+ 各行の色は、3つの十進数の組み(例:"255 68 136")、あるいは、3つの16 進数の組からなる6桁または3桁の表記(例:"#ff4488" または "#F48”)で指定します。
-
- 使用方法:
+
+ 色の定義に続いて、色の説明を同じ行に書いておけば、カラーパレットでその色をクリックしたときに Tux がその説明文を表示します。(例:"#FFF 雪のような白。")
-
- - キャンバスエリアでは、通常はなめらかに、
Shift キーを押しながらでは飛び飛びにカーソルが動きます。
+
+ 参考となる例として、標準で使われているカラーパレット "default_colors.txt" をご確認ください。
- - ツールボタンのエリアでは、飛び飛びにカーソルが動きます。
+
+ 注:十進数の値は空白文字で区切って記載し、16進数の値は "#" で始める必要があります。3桁の16進数では、各桁がバイトの上位と下位の両方に使用されるため、"#FFF" は "#F0F0F0" ではなく "#FFFFFF" を意味します。
+
+
+
+
- 各キーの動作:
- - [Left]/[Right]/[Up]/[Down], テンキーの [1] から [9]: マウスカーソルの移動
+
+
+ Accessibility
+
+
+ Mouse
- - [Space]/[5]: マウスクリック(テキストツールまたはラベルツールを使っている場合を除く)
+
+
+ -
+
mouse-accessibility=yes
+
-
- [Insert]/[F5]: マウスクリック
+ -
+
+ 例えば「せん」ツールなどでは、マウスをクリックしてドラッグした後にマウスボタンを放すというのが標準の操作ですが、このモードを設定すると、マウスをクリックしてからマウスを動かした後に再度マウスをクリックするという操作になります。
+
+
+
- - [F4]:「どうぐ」、「いろ」、キャンバスの間を順にジャンプ
+
+ Keyboard
- - マウスカーソルが左側の「どうぐ」または下部の「いろ」のエリアにある場合:
- - [F7]([F8]): 上のボタン(下のボタン)に移動(「どうぐ」エリアのみ)
+
+
+ -
+
keyboard=yes
+
-
- [F11]([F12]): 前のボタン(次のボタン)に移動
-
-
+ -
+
+ キーボードの矢印キーによるマウスポインターの操作が行えるようにします(マウスが使えない場合や、マウス操作が難しいユーザー向けの機能です)
+
+
+ 使用方法:
+
+
+ - キャンバスエリアでは、通常はなめらかに、
Shift キーを押しながらでは飛び飛びにカーソルが動きます。
+
+ - ツールボタンのエリアでは、飛び飛びにカーソルが動きます。
+
+ - 各キーの動作:
+ - [Left]/[Right]/[Up]/[Down], テンキーの [1] から [9]: マウスカーソルの移動
+
+ - [Space]/[5]: マウスクリック(テキストツールまたはラベルツールを使っている場合を除く)
+
+ - [Insert]/[F5]: マウスクリック
+
+ - [F4]:「どうぐ」、「いろ」、キャンバスの間を順にジャンプ
+
+ - マウスカーソルが左側の「どうぐ」または下部の「いろ」のエリアにある場合:
+ - [F7]([F8]): 上のボタン(下のボタン)に移動(「どうぐ」エリアのみ)
+
+ - [F11]([F12]): 前のボタン(次のボタン)に移動
-
- - クリック&ドラッグの操作は、クリックキーのどちらか(例えば [Insert])を押しながら、マウス移動のキー(例えば [Left])を押します。
- - 注:「mouse-accessibility」オプションの機能は、キーボードの操作にも連動します。両方のオプションを有効にした場合、例えば線を引く場合は、「クリック」のキーを一度押してから「移動」のキーで描画し、最後にもう一度「クリック」キーを押して描画を完了します。
-
-
-
- - 通常のマウスやジョイスティックも同時に使用することができます(例えば、マウスで移動してキーボードでクリックしたり、その逆も可能です)。
+
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "keyboard=no" or "2$keyboard=no". In both cases, may be overridden by the command-line option "--mouse".
-
-
- -
-
savedir=DIRECTORY
-
-
- -
-
- Tux Paint が、作品を保存する "saved" ディレクトリの場所を変更します。
-
-
- 特に設定していなければ、標準のディレクトリは次の場所にあります:
-
-
- - Linux および Unix — ユーザーのホームディレクトリ("
~" または "$HOME")にある隠しディレクトリ ".tuxpaint" 以下
- 例:/home/username/.tuxpaint/saved/
-
- - Windows — ユーザーごとの "
Application Data" フォルダーにある "TuxPaint" フォルダー以下
- 例:C:\Documents and Settings\Username\Application Data\TuxPaint\saved\
-
-
- - macOS — ユーザーごとの "
Application Support" フォルダーにある "TuxPaint" フォルダー以下
- 例:/Users/Username/Library/Application Support/TuxPaint/saved/
+ - クリック&ドラッグの操作は、クリックキーのどちらか(例えば [Insert])を押しながら、マウス移動のキー(例えば [Left])を押します。
+ - 注:「mouse-accessibility」オプションの機能は、キーボードの操作にも連動します。両方のオプションを有効にした場合、例えば線を引く場合は、「クリック」のキーを一度押してから「移動」のキーで描画し、最後にもう一度「クリック」キーを押して描画を完了します。
+
+
+ - 通常のマウスやジョイスティックも同時に使用することができます(例えば、マウスで移動してキーボードでクリックしたり、その逆も可能です)。
+
+
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "keyboard=no" or "2$keyboard=no". In both cases, may be overridden by the command-line option "--mouse".
+
+
+
+
+
+ Onscreen Keyboard
+
+
+
+ -
+
onscreen-keyboard=yes
+
+
+ -
+
+ 「もじ」ツールと「ラベル」ツールで、画面キーボードを表示します。
+
+
+ -
+
onscreen-keyboard-layout=レイアウト名
+
+
+ -
+
+ 画面キーボードの初期レイアウトを設定します。
注:このオプションが設定されると、onscreen-keyboard=yes も設定されているとみなします。
+
+
+ -
+
onscreen-keyboard-disable-change=yes
+
+
+ -
+
+ 画面キーボードの変更をできないようにします。小さな子供向けにシンプルにしたい場合に設定します。
+ このオプションが設定されると onscreen-keyboard=yes も設定されているとみなします。
+
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "onscreen-keyboard-disable-change=no". In both cases, may be overridden by the command-line option "--onscreen-keyboard-disable-change=no".
+
+
+
+
+
+
+
+ Joystick
+
+
+ Main Device
+
+
+
+ -
+
joystick-dev=N
+
+
+ -
+
+ 何番目のジョイスティックデバイスを使うかを設定します。標準では 0 (最初のジョイスティック)
+
+
+ -
+
joystick-slowness=SPEED
+
+
+ -
+
+ ジョイスティックの感度を SPEED の値で設定します。0 から 500 までの値が設定できます。標準の値は 15 です。
+
+
+ -
+
joystick-threshold=THRESHOLD
+
+
+ -
+
+ ジョイスティックでポインターを動かし始めるためのしきい値を THRESHOLD の値で設定します。0 から 32766 までの値が設定できます。標準の値は 3200 です。
+
+
+ -
+
joystick-maxsteps=STEPS
+
+
+ -
+
+ ポインターの移動速度の上限を STEPS にピクセル単位で設定します。1 から 7 までの値が設定可能で、標準の値は 7 です。
+
+
+
+
+
+
+ Hat
+
+
+
+ -
+
joystick-hat-slowness=SPEED
+
+
+ -
+
+ ハットスイッチの感度を設定します。設定可能な値は 0 から 500 で、標準の値は 15 です。
+
+
+ -
+
joystick-hat-timeout=MILLISECONDS
+
+
+ -
+
+ ジョイスティックのハットスイッチを押し続けたときに、ポインターが連続して動き始めるまでの時間を MILLISECONDS にミリ秒単位で設定します。0 から 3000 までの値が設定可能で、標準の設定は 1000 です。
+
+
+
+
+
+ Buttons to Disable
+
+
+
+ -
+
joystick-buttons-ignore=BUTTON1,BUTTON2,...
+
+
+ -
+
+ 無効にするジョイスティックのボタンの番号を指定します。何も指定しない場合、上記の "joystick-btn-" オプションで機能が設定されたボタン以外は、マウスの左ボタンと同じ動作になります。
+
+
+
+
+
+ Button Shortcuts
+
+
+
+ -
+
joystick-btn-escape=BUTTON NUMBER
+
+
+ -
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "ESC" キーの機能を割り当てます。(ダイアログの "もどる" や "やめる" で使います)
+
+
+ -
+
joystick-btn-brush=BUTTON NUMBER
+
+
+ -
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "「ふで」ツール" へのショートカットを割り当てます。
+
+
+ -
+
joystick-btn-stamp=BUTTON NUMBER
+
+
+ -
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "「はんこ」ツール" へのショートカットを割り当てます。
+
+
+ -
+
joystick-btn-lines=BUTTON NUMBER
+
+
+ -
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "「せん」ツール" へのショートカットを割り当てます。
+
+
+ -
+
joystick-btn-shapes=BUTTON NUMBER
+
+
+ -
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "「かたち」ツール" へのショートカットを割り当てます。
+
+
+ -
+
joystick-btn-text=BUTTON NUMBER
+
+
+ -
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "「もじ」ツール" へのショートカットを割り当てます。
+
+
+ -
+
joystick-btn-label=BUTTON NUMBER
+
+
+ -
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "「ラベル」ツール" へのショートカットを割り当てます。
+
+
+ -
+
joystick-btn-magic=BUTTON NUMBER
+
+
+ -
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "「まほう」ツール" へのショートカットを割り当てます。
+
+
+ -
+
joystick-btn-undo=BUTTON NUMBER
+
+
+ -
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "「とりけし」" へのショートカットを割り当てます。
+
+
+ -
+
joystick-btn-redo=BUTTON NUMBER
+
+
+ -
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "「やりなおし」" を選択するショートカットを割り当てます。
+
+
+ -
+
joystick-btn-eraser=BUTTON NUMBER
+
+
+ -
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "「けしごむ」" を選択するショートカットを割り当てます。
+
+
+ -
+
joystick-btn-new=BUTTON NUMBER
+
+
+ -
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに、「さいしょから」ダイアログへのショートカットを割り当てます。
+
+
+ -
+
joystick-btn-open=BUTTON NUMBER
+
+
+ -
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに、「ひらく」ダイアログへのショートカットを割り当てます。
+
+
+ -
+
joystick-btn-save=BUTTON NUMBER
+
+
+ -
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "「ほぞん」" へのショートカットを割り当てます。
+
+
+ -
+
joystick-btn-pgsetup=BUTTON NUMBER
+
+
+ -
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "印刷設定ダイアログ" へのショートカットを割り当てます。
+
+
+ -
+
joystick-btn-print=BUTTON NUMBER
+
+
+ -
+
+ ジョイスティックの BUTTON NUMBER で設定したボタンに "「いんさつ」" へのショートカットを割り当てます。
+
+
+
+
-
- 注:Windowsのドライブ(例:"H:\")を指定する際は、サブディレクトリも指定する必要があります。
-
-
- 注:バージョン 0.9.18 以前は、作品データ以外に、個人用データファイル(ペイントブラシ、スタンプ、スターター、フォント)を検索する場所としても、"savedir" の設定を使用していました。バージョン 0.9.18 からは、これらのディレクトリの場所を別途指定することができます(後述の "datadir" オプションを参照)。
-
-
- 例:savedir=Z:\tuxpaint\
-
-
- -
-
exportdir=DIRECTORY
-
-
- -
-
- 「かきだす」によって、作品を画像にエクスポートして他で利用する場合や、アニメーションGIFによるスライドショーデータなど、データの出力先のディレクトリを変更します。
-
-
- 特に設定していなければ、標準のディレクトリは次の場所にあります:
-
-
- - Linux および Unix — XDG (X Desktop Group) 標準に基づく設定が利用可能な場合、個々のデスクトップ環境において画像保存用として設定されているディレクトリ("
xdg-user-dir PICTURES" コマンドで確認できます)
- 英語環境では一般的にユーザーのホームディレクトリ("$HOME/Pictures" あるいは "~/Pictures")以下の "Pictures" ディレクトリになります。(日本語環境では "画像")
- XDGの設定が読み取れない場合や、"XDG_PICTURES_DIR "に何も設定されていない場合は、上記の英語環境で一般的なディレクトリ(~/Pictures)を使用します。
- - Windows — 各ユーザーの "ピクチャ" ディレクトリ(通常は "C:\Users\ユーザー名\Pictures")。
また、次のようにして、フォルダを直接開くこともできます:
- - "[Windows]+[R]" キーを押して "ファイル名を指定して実行" ダイアログを開く。
- - テキストボックスに "Shell:My Pictures" と入力して [OK] を押す。
-
-
-
- - macOS — TBD!
-
-
-
-
- 注:標準の設定を用いる場合は、画像用のディレクトリにサブディレクトリ "TuxPaint" が作成されます。(例:"~/Pictures/TuxPaint")一方、"--exportdir" オプションを用いると、指定されたパスがそのまま使用されます(サブディレクトリ "TuxPaint" は作成されません)。
-
- ディレクトリ(例: "~/Pictures/TuxPaint")が存在しない場合は新たに作成されます。
-
- 一つ上の親ディレクトリ(例:"~/Pictures/TuxPaint")が存在しない場合もディレクトリの作成を試みますが、それ以上の階層のディレクトリを作成することはありません。
-
-
- 例:exportdir=/home/penguin/TuxPaintExports
-
-
- -
-
datadir=DIRECTORY
-
-
- -
-
- 個人用データファイル(ペイントブラシ、スタンプ、スターター、テンプレート、個人用のフォント)を検索する場所を変更します。
-
-
- Tux Paint は、ここで指定されたディレクトリ以下の "brushes", "stamps", "starters", "templates", and "fonts" という名前のサブディレクトリをそれぞれ検索します。
-
-
- 特に設定していなければ、標準のディレクトリは次の場所にあります:
-
-
- - Linux および Unix — ユーザーのホームディレクトリ("
~" または "$HOME")にある隠しディレクトリ ".tuxpaint" 以下
- 例:/home/username/.tuxpaint/brushes/
-
- - Windows — ユーザーごとの "
Application Data" フォルダーにある "TuxPaint" フォルダー以下
- 例:C:\Documents and Settings\Username\Application Data\TuxPaint\brushes\
-
- - macOS — ユーザーごとの "
Application Support" フォルダーにある "TuxPaint" フォルダー以下
- 例:/Users/Username/Library/Application Support/TuxPaint/brushes/
-
-
-
- 注:バージョン 0.9.18 以前は "savedir" の指定と同じディレクトリを使用していました。0.9.18 以降では個別に設定できるようになりました。
-
-
- 注:Windowsのドライブ(例:"H:\")を指定する際は、サブディレクトリも指定する必要があります。
-
-
- 例:datadir=/home/johnny/tuxpaint-data/
-
-
- -
-
saveover=yes
-
-
- -
-
- 以前の絵を編集して保存するときに、"いまかいたえと まえのえを いれかえる?" と確認を求めないようにします。この設定では、前の絵は常に上書きされます。
-
-
- -
-
saveover=new
-
-
- -
-
- 上記と同様に保存の確認を求めないようにしますが、この設定では、前の絵を上書きせずに、常に新しいファイルを作成して保存します。
-
-
- -
-
saveover=ask
-
-
- -
-
- (絵を保存するときの標準の動作なので、この設定は冗長なものとなります)
- 以前の絵を編集して保存するときに、以前の絵を上書きするかどうかを尋ねられます。
-
-
- -
-
nosave=yes
-
-
- -
-
- 絵の保存ができないようにします("セーブ" ボタンも無効になります)。一時的なお遊びに使う場合や、テスト環境で使えるオプションです。
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosave=no" or "save=yes". In both cases, may be overridden by the command-line option "--save".
-
-
- -
-
autosave=yes
-
-
- -
-
- プログラムを終了するときに、絵を保存するかどうか尋ねずに、自動的に保存します。
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "autosave=no" or "noautosave=yes". In both cases, may be overridden by the command-line option "--noautosave".
-
-
- -
-
startblank=yes
-
-
- -
-
- Tux Paint を起動する際、前回最後に開いていた絵を読み込む代わりに、毎回、空のキャンバスで開始します。
-
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "startblank=no" or "startlast=yes". In both cases, may be overridden by the command-line option "--startlast".
-
-
- -
-
colorfile=FILENAME
-
-
- -
-
- お好みのカラーパレットを記述した簡単なテキストファイルを作成して、そのファイル名を "colorfile" オプションで指定すれば、標準のカラーパレットを置き換えることができます。
-
-
- ファイルは、1行ごとに1色のリストです。色は RGB の形式で、各色 0 から 255 の範囲で指定します。(詳細は、Wikipedia の "RGB" のページを参照して下さい。)
-
-
- 各行の色は、3つの十進数の組み(例:"255 68 136")、あるいは、3つの16 進数の組からなる6桁または3桁の表記(例:"#ff4488" または "#F48”)で指定します。
-
-
- 色の定義に続いて、色の説明を同じ行に書いておけば、カラーパレットでその色をクリックしたときに Tux がその説明文を表示します。(例:"#FFF 雪のような白。")
-
-
- 参考となる例として、標準で使われているカラーパレット "default_colors.txt" をご確認ください。
-
-
- 注:十進数の値は空白文字で区切って記載し、16進数の値は "#" で始める必要があります。3桁の16進数では、各桁がバイトの上位と下位の両方に使用されるため、"#FFF" は "#F0F0F0" ではなく "#FFFFFF" を意味します。
-
-
- -
-
colorsrows=ROWS
-
-
- -
-
- カラーパレットのボタンを何列表示するかを指定します。色数の多いカラーパレット(上記の "colorfile" を参照)を使う場合や、視線入力などの分解能の低い操作デバイスを使用する場合に便利です。"ROWS "には、"1"(デフォルト)から "3" までの値を指定します。
-
-
- -
-
lang=LANGUAGE
-
-
- -
-
- サポートされている言語の中から、Tux Paint で使用する言語を指定します。現時点でLANGUAGEに指定できる言語は以下のとおりです:
-
-
-
-
-
-
- english
-
-
- american-english
-
-
-
-
-
-
-
-
- acholi
-
-
- acoli
-
-
-
-
-
-
-
-
- afrikaans
-
-
-
-
-
-
-
-
-
-
-
- akan
-
-
- twi-fante
-
-
-
-
-
-
-
-
- albanian
-
-
-
-
-
-
-
-
-
-
-
- amharic
-
-
-
-
-
-
-
-
-
-
-
- arabic
-
-
-
-
-
-
-
-
-
-
-
- aragones
-
-
-
-
-
-
-
-
-
-
-
- armenian
-
-
- hayeren
-
-
-
-
-
-
-
-
- assamese
-
-
-
-
-
-
-
-
-
-
-
- asturian
-
-
-
-
-
-
-
-
-
-
-
- australian-english
-
-
-
-
-
-
-
-
-
-
-
- azerbaijani
-
-
-
-
-
-
-
-
-
-
-
- bambara
-
-
-
-
-
-
-
-
-
-
-
- basque
-
-
- euskara
-
-
-
-
-
-
-
-
- belarusian
-
-
- bielaruskaja
-
-
-
-
-
-
-
-
- bengali
-
-
-
-
-
-
-
-
-
-
-
- bodo
-
-
-
-
-
-
-
-
-
-
-
- bokmal
-
-
-
-
-
-
-
-
-
-
-
- bosnian
-
-
-
-
-
-
-
-
-
-
-
- brazilian-portuguese
-
-
- portugues-brazilian
-
-
- brazilian
-
-
-
-
-
- breton
-
-
- brezhoneg
-
-
-
-
-
-
-
-
- british-english
-
-
- british
-
-
-
-
-
-
-
-
- bulgarian
-
-
-
-
-
-
-
-
-
-
-
- canadian-english
-
-
-
-
-
-
-
-
-
-
-
- catalan
-
-
- catala
-
-
-
-
-
-
-
-
- chinese
-
-
- simplified-chinese
-
-
-
-
-
-
-
-
- croatian
-
-
- hrvatski
-
-
-
-
-
-
-
-
- czech
-
-
- cesky
-
-
-
-
-
-
-
-
- danish
-
-
- dansk
-
-
-
-
-
-
-
-
-
-
-
- dogri
-
-
-
-
-
-
-
-
- dutch
-
-
- nederlands
-
-
-
-
-
-
-
-
- esperanto
-
-
-
-
-
-
-
-
-
-
-
- estonian
-
-
-
-
-
-
-
-
-
-
-
- faroese
-
-
-
-
-
-
-
-
-
-
-
- finnish
-
-
- suomi
-
-
-
-
-
-
-
-
- french
-
-
- francais
-
-
-
-
-
-
-
-
- fula
-
-
- fulah
-
-
- pulaar-fulfulde
-
-
-
-
-
- gaelic
-
-
- gaidhlig
-
-
- irish-gaelic
-
-
-
-
-
- galician
-
-
- galego
-
-
-
-
-
-
-
-
- georgian
-
-
-
-
-
-
-
-
-
-
-
- german
-
-
- deutsch
-
-
-
-
-
-
-
-
- greek
-
-
-
-
-
-
-
-
-
-
-
- gronings
-
-
- zudelk-veenkelonioals
-
-
-
-
-
-
-
-
- gujarati
-
-
-
-
-
-
-
-
-
-
-
- hebrew
-
-
-
-
-
-
-
-
-
-
-
- hindi
-
-
-
-
-
-
-
-
-
-
-
- hungarian
-
-
- magyar
-
-
-
-
-
-
-
-
- icelandic
-
-
- islenska
-
-
-
-
-
-
-
-
- indonesian
-
-
- bahasa-indonesia
-
-
-
-
-
-
-
-
- inuktitut
-
-
-
-
-
-
-
-
-
-
-
- italian
-
-
- italiano
-
-
-
-
-
-
-
-
- japanese
-
-
-
-
-
-
-
-
-
-
-
- kabyle
-
-
-
-
-
- kabylian
-
-
-
-
-
- kannada
-
-
-
-
-
-
-
-
-
-
-
- kashmiri-devanagari
-
-
-
-
-
-
-
-
-
-
-
- kashmiri-perso-arabic
-
-
-
-
-
-
-
-
-
-
-
- khmer
-
-
-
-
-
-
-
-
-
-
-
- kiga
-
-
- chiga
-
-
-
-
-
-
-
-
- kinyarwanda
-
-
-
-
-
-
-
-
-
-
-
- klingon
-
-
- tlhIngan
-
-
-
-
-
-
-
-
- konkani-devanagari
-
-
-
-
-
-
-
-
-
-
-
- konkani-roman
-
-
-
-
-
-
-
-
-
-
-
- korean
-
-
-
-
-
-
-
-
-
-
-
- kurdish
-
-
-
-
-
-
-
-
-
-
-
- latvian
-
-
-
-
-
-
-
-
-
-
-
- lithuanian
-
-
- lietuviu
-
-
-
-
-
-
-
-
- luganda
-
-
-
-
-
-
-
-
-
-
-
- luxembourgish
-
-
- letzebuergesch
-
-
-
-
-
-
-
-
- macedonian
-
-
-
-
-
-
-
-
-
-
-
- maithili
-
-
-
-
-
-
-
-
-
-
-
- malay
-
-
-
-
-
-
-
-
-
-
-
- malayalam
-
-
-
-
-
-
-
-
-
-
-
- manipuri-bengali
-
-
-
-
-
-
-
-
-
-
-
- manipuri-meitei-mayek
-
-
-
-
-
-
-
-
-
-
-
- marathi
-
-
-
-
-
-
-
-
-
-
-
- mexican-spanish
-
-
- espanol-mejicano
-
-
- mexican
-
-
-
-
-
- mongolian
-
-
-
-
-
-
-
-
-
-
-
- ndebele
-
-
-
-
-
-
-
-
-
-
-
- nepali
-
-
-
-
-
-
-
-
-
-
-
- northern-sotho
-
-
- sesotho-sa-leboa
-
-
-
-
-
-
-
-
- norwegian
-
-
- nynorsk
-
-
- norsk
-
-
-
-
-
- occitan
-
-
-
-
-
-
-
-
-
-
-
- odia
-
-
- oriya
-
-
-
-
-
-
-
-
- ojibwe
-
-
- ojibway
-
-
-
-
-
-
-
-
- persian
-
-
-
-
-
-
-
-
-
-
-
- polish
-
-
- polski
-
-
-
-
-
-
-
-
- portuguese
-
-
- portugues
-
-
-
-
-
-
-
-
- punjabi
-
-
- panjabi
-
-
-
-
-
-
-
-
- romanian
-
-
-
-
-
-
-
-
-
-
-
- russian
-
-
- russkiy
-
-
-
-
-
-
-
-
- sanskrit
-
-
-
-
-
-
-
-
-
-
-
- santali-devanagari
-
-
-
-
-
-
-
-
-
-
-
- santali-ol-chiki
-
-
-
-
-
-
-
-
-
-
-
- scottish
-
-
- ghaidhlig
-
-
- scottish-gaelic
-
-
-
-
-
- serbian
-
-
-
-
-
-
-
-
-
-
-
- serbian-latin
-
-
-
-
-
-
-
-
-
-
-
- shuswap
-
-
- secwepemctin
-
-
-
-
-
-
-
-
- sindhi-devanagari
-
-
-
-
-
-
-
-
-
-
-
- sindhi-perso-arabic
-
-
-
-
-
-
-
-
-
-
-
- slovak
-
-
-
-
-
-
-
-
-
-
-
- slovenian
-
-
- slovensko
-
-
-
-
-
-
-
-
- songhay
-
-
-
-
-
-
-
-
-
-
-
- southafrican-english
-
-
-
-
-
-
-
-
-
-
-
- spanish
-
-
- espanol
-
-
-
-
-
-
-
-
- sundanese
-
-
-
-
-
-
-
-
-
-
-
- swahili
-
-
-
-
-
-
-
-
-
-
-
- swedish
-
-
- svenska
-
-
-
-
-
-
-
-
- tagalog
-
-
-
-
-
-
-
-
-
-
-
- tamil
-
-
-
-
-
-
-
-
-
-
-
- telugu
-
-
-
-
-
-
-
-
-
-
-
- thai
-
-
-
-
-
-
-
-
-
-
-
- tibetan
-
-
-
-
-
-
-
-
-
-
-
- traditional-chinese
-
-
-
-
-
-
-
-
-
-
-
- turkish
-
-
-
-
-
-
-
-
-
-
-
- twi
-
-
-
-
-
-
-
-
-
-
-
- ukrainian
-
-
-
-
-
-
-
-
-
-
-
- urdu
-
-
-
-
-
-
-
-
-
-
-
- venda
-
-
-
-
-
-
-
-
-
-
-
- venetian
-
-
- veneto
-
-
-
-
-
-
-
-
- vietnamese
-
-
-
-
-
-
-
-
-
-
-
- walloon
-
-
- walon
-
-
-
-
-
-
-
-
- welsh
-
-
- cymraeg
-
-
-
-
-
-
-
-
- wolof
-
-
-
-
-
-
-
-
-
-
-
- xhosa
-
-
-
-
-
-
-
-
-
-
-
- miahuatlan-zapotec
-
-
-
-
-
- zapotec
-
-
-
-
-
- zulu
-
-
-
-
-
- zulu
-
-
-
-
-
-
- -
-
--locale LOCALE
-
-
- -
-
- Tux Paint で使用する言語を指定します。使用する言語ごとの言語コードの設定(例えば、ドイツ語では "de_DE")については、以下の "使用する言語を変更する" の項もごらん下さい。
-
-
- (環境変数 "$LANG" などによって言語環境が設定されている場合は、環境設定が優先されるので、このオプションを設定するは必要ありません。)
-
-
-
--nosysconfig
From ed5979602e9247b3157d028394ec7558080e809a Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Mon, 9 Aug 2021 23:11:33 -0700
Subject: [PATCH 06/48] Reorganized options listed in Tux Paint's man page
... and utilize subsections, in doing so.
---
docs/CHANGES.txt | 6 +-
src/manpage/tuxpaint.1 | 344 ++++++++++++++++++++++-------------------
2 files changed, 190 insertions(+), 160 deletions(-)
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index df45f164a..70f472781 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -8,7 +8,7 @@ http://www.tuxpaint.org/
$Id$
-2021.August.7 (0.9.27)
+2021.August.9 (0.9.27)
* Documentation updates
---------------------
* Ensured Tux Paint's built-in help ("tuxpaint --help"),
@@ -20,6 +20,10 @@ $Id$
documentation (to match the organization found in the UI
of "Tux Paint Config.")
+ * Reorganized the options listed in Tux Paint's man page,
+ to more closely (but not precisely) match the organization
+ noted above.
+
2021.June.28 (0.9.26)
* New Features
------------
diff --git a/src/manpage/tuxpaint.1 b/src/manpage/tuxpaint.1
index 813b04b7e..01db38e25 100644
--- a/src/manpage/tuxpaint.1
+++ b/src/manpage/tuxpaint.1
@@ -1,5 +1,5 @@
-.\" tuxpaint.1 - 2021.08.08
-.TH TUXPAINT 1 "8 August 2021" "0.9.27" "Tux Paint"
+.\" tuxpaint.1 - 2021.08.09
+.TH TUXPAINT 1 "9 August 2021" "0.9.27" "Tux Paint"
.SH NAME
tuxpaint -- "Tux Paint", a drawing program for young children.
@@ -279,6 +279,8 @@ Show the license (GNU GPL) under which Tux Paint is released.
\fItuxpaint\fP accepts the following options to alter the interface.
They can be used along with, instead of, or to override options set in
configuration files. (See below.)
+
+.SS VIDEO
.TP 8
.B \-\-fullscreen=yes \-\-fullscreen=native \-\-fullscreen=no \-\-windowed
Run \fITux Paint\fP in full-screen mode at its default -- or a specified
@@ -286,11 +288,6 @@ Run \fITux Paint\fP in full-screen mode at its default -- or a specified
system's native resolution ("--fullscreen=native"); or run in a window
("--fullscreen=no" or "--windowed") (default).
-.TP 8
-.B \-\-allowscreensaver \-\-disablescreensaver
-Normally, \fItuxpaint\fP disables your screensaver. Use \-\-allowscreensaver
-to prevent this from happening.
-
.TP 8
.B \-\-native
When in fullscreen mode, use the system's default screen resolution.
@@ -311,11 +308,11 @@ command-line. (This is useful on devices where the screen can be rotated,
e.g. tablet PCs.)
.TP 8
-.B \-\-buttonsize SIZE
-Adjust the size of the buttons in \fITux Paint's\fP user interface,
-between 24 and 192 pixels (48 is the default, and suitable for displays
-with 96 to 120dpi pixel density).
+.B \-\-allowscreensaver \-\-disablescreensaver
+Normally, \fItuxpaint\fP disables your screensaver. Use \-\-allowscreensaver
+to prevent this from happening.
+.SS SOUND
.TP 8
.B \-\-nosound \-\-sound
Disable or enable (default) sound.
@@ -324,60 +321,20 @@ Disable or enable (default) sound.
.B \-\-nostereo \-\-stereo
Disable or enable (default) stereo panning support.
+.SS INTERFACE SIZE
.TP 8
-.B \-\-noquit \-\-quit
-Disable or enable (default) the on-screen \fIQuit\fP button and \fIEscape\fP
-key sequence for quitting \fITux Paint\fP. Instead, use the window close
-button in the titlebar, the \fIAlt+F4\fP key sequence, or the
-\fIShift+Control+Escape\fP key sequence.
+.B \-\-buttonsize SIZE
+Adjust the size of the buttons in \fITux Paint's\fP user interface,
+between 24 and 192 pixels (48 is the default, and suitable for displays
+with 96 to 120dpi pixel density).
.TP 8
-.B \-\-noprint \-\-print
-Disable or enable (default) the \fIPrint\fP command within \fITux Paint\fP.
-
-.TP 8
-.B \-\-printdelay=\fISECONDS\fP \-\-printdelay=0
-Only allow printing (via the \fIPrint\fP command) once every \fISECONDS\fP
-seconds. Default is 0 (no limitation).
-
-.TP 8
-.B \-\-printcfg \-\-noprintcfg
-(Windows and Mac OS X only.) Enable or disable loading and saving of
-printer settings. By default, \fITux Paint\fP will print to the default
-printer with default settings. Pressing \fI[ALT]\fP while pushing the
-\fIPrint\fP button will cause a printer dialog to appear (as long as you're
-not in fullscreen mode; see also \-\-altprintalways and \-\-altprintnever,
-below.) Unless \-\-noprintcfg is used, your previous settings will
-be loaded when \fITux Paint\fP starts up, and setting changes will be saved
-for next time.
-
-.TP 8
-.B \-\-altprintmod \-\-altprintnever \-\-altprintalways
-These options control whether an system printer dialog appears when the
-user clicks the \fIPrint\fP button. By default (\-\-altprintmod), pressing
-\fI[ALT]\fP while clicking \fIPrint\fP will bring up a dialog (unless you're
-in fullscreen mode). With \-\-altprintalways, the dialog will always appear,
-even if \fI[ALT]\fP is not being held. With \-\-altprintnever, the dialog
-will never appear, even if \fI[ALT]\fP is being held.
-
-.TP 8
-.B \-\-papersize \fIPAPERSIZE\fP
-(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
-Ask \fITux Paint\fP to generate PostScript of a particular paper size.
-Valid sizes are those supported by libpaper. See papersize(5).
-
-.TP 8
-.B \-\-printcommand \fICOMMAND\fP
-(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
-Have Tux Paint print via an alternate command, rather than lpr(1).
-
-.TP 8
-.B \-\-altprintcommand \fICOMMAND\fP
-(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
-Have Tux Paint print via an alternate command, when a dialog is expect
-(e.g., when holding \fI[ALT]\fP while clicking "Print"; see above),
-rather than kprinter.
+.B \-\-colorsrows=\fIrows\fP
+How many rows of color palette buttons to show; useful when using
+a large color palette, and/or for use with coarse input devices
+(like eyegaze trackers). It can be between 1 (default) and 3.
+.SS INTERFACE SIMPLIFICATION
.TP 8
.B \-\-simpleshapes \-\-complexshapes
Disable or enable (default) the \fIrotation\fP step when using the
@@ -385,6 +342,13 @@ Disable or enable (default) the \fIrotation\fP step when using the
rotated; however, the interface is easier (click, drag, release), which can
be useful for younger or disabled children.
+.TP 8
+.B \-\-nooutlines \-\-outlines
+In \fInooutlines\fP mode, much simpler outlines and 'rubber-band' lines are
+displayed when using the \fILines\fP, \fIShapes\fP, \fIStamps\fP and
+\fIEraser\fP tools. (This can help when \fITux Paint\fP is run on slower
+computers, or displayed on a remote X display.)
+
.TP 8
.B \-\-uppercase \-\-mixedcase
In \fIuppercase\fP mode, all text prompts and the \fIText\fP drawing tool
@@ -392,50 +356,34 @@ will display only uppercase letters. This is useful for children who are not
yet comfortable with the lowercase characterset. Default mode is
\fImixed case\fP.
+.SS INITIAL STAMP SIZE
.TP 8
-.B \-\-grab \-\-dontgrab
-Grab the mouse and keyboard input (if possible), so that the mouse is
-confined to the \fITux Paint\fP window. Default is to not grab.
+.B \-\-stampsize=\fIsize\fP \-\-stampsize=default
+Sets the default size of all stamps, relative to their possible sizes
+(determined by \fITux Paint\fP, based on the dimensions of both the stamps
+themselves, and the drawing canvas). Valid values are from 0 (smallest)
+to 10 (largest). Use \fIdefault\fP to let \fITux Paint\fP choose
+(this is the default setting).
+
+.SS STARTING OUT
+.TP 8
+.B \-\-startblank \-\-startlast
+When you start \fITux Paint\fP, it loads the last image that was being worked
+on. The \fI\-\-startblank\fP option disables this, so it always starts with
+a blank canvas. The default behavior is \fI\-\-startlast\fP.
.TP 8
-.B \-\-noshortcuts \-\-shortcuts
-If \fInoshortcuts\fP mode, keyboard shortcuts (e.g., Ctrl+S for Save)
-will be disabled. Default mode is \fIshortcuts enabled\fP.
+.B \-\-newcolorslast \-\-newcolorsfirst
+List solid (blank) colors at the end, or beginning (default) of the
+options displayed when using the \fINew\fP tool to start a new picture.
+.SS CONTROL SIMPLIFICATION
.TP 8
-.B \-\-nowheelmouse \-\-wheelmouse
-By default, the wheel (jog dial) on a mouse will be used to scroll the
-\fIselector\fP on the right of the screen. This can be disabled, and the
-wheel completely ignored, with the \fI\-\-nowheelmouse\fP option.
-This is useful for children who aren't yet comfortable with the mouse.
-Default is to support the wheel.
-
-.TP 8
-.B \-\-nobuttondistinction \-\-buttondistinction
-By default, only mouse button #1 (typically the leftmost mouse button
-on mice with more than one button) can be used for interacting with
-\fITux Paint\fP. With the \fI\-\-nobuttondistinction\fP option,
-mouse buttons #2 (middle) and #3 (right) can be used, as well.
-This is useful for children who aren't yet comfortable with the mouse.
-Default is to only recognize button #1.
-
-.TP 8
-.B \-\-nofancycursors \-\-fancycursors
-Disable or enable (default) the 'fancy' mouse pointer shapes in \fITux Paint\fP.
-While the shapes are larger, and context sensitive, some environments have
-trouble displaying the mouse pointer, and/or leave 'trails' on the screen.
-
-.TP 8
-.B \-\-hidecursor \-\-showcursor
-Completely hide, or enable (default) the mouse pointer in \fITux Paint\fP.
-This can be useful on touchscreen devices, such as tablet PCs.
-
-.TP 8
-.B \-\-nooutlines \-\-outlines
-In \fInooutlines\fP mode, much simpler outlines and 'rubber-band' lines are
-displayed when using the \fILines\fP, \fIShapes\fP, \fIStamps\fP and
-\fIEraser\fP tools. (This can help when \fITux Paint\fP is run on slower
-computers, or displayed on a remote X display.)
+.B \-\-noquit \-\-quit
+Disable or enable (default) the on-screen \fIQuit\fP button and \fIEscape\fP
+key sequence for quitting \fITux Paint\fP. Instead, use the window close
+button in the titlebar, the \fIAlt+F4\fP key sequence, or the
+\fIShift+Control+Escape\fP key sequence.
.TP 8
.B \-\-nostamps \-\-stamps
@@ -467,28 +415,60 @@ initially clicked.
Disable or enable (default) the \fILabel\fP tool, which lets you create
text which can be altered or moved later.
+.SH OPTIONS - CONTROLLING TUX PAINT
+.SS CURSOR
.TP 8
-.B \-\-newcolorslast \-\-newcolorsfirst
-List solid (blank) colors at the end, or beginning (default) of the
-options displayed when using the \fINew\fP tool to start a new picture.
+.B \-\-nofancycursors \-\-fancycursors
+Disable or enable (default) the 'fancy' mouse pointer shapes in \fITux Paint\fP.
+While the shapes are larger, and context sensitive, some environments have
+trouble displaying the mouse pointer, and/or leave 'trails' on the screen.
.TP 8
-.B \-\-colorsrows=\fIrows\fP
-How many rows of color palette buttons to show; useful when using
-a large color palette, and/or for use with coarse input devices
-(like eyegaze trackers). It can be between 1 (default) and 3.
+.B \-\-hidecursor \-\-showcursor
+Completely hide, or enable (default) the mouse pointer in \fITux Paint\fP.
+This can be useful on touchscreen devices, such as tablet PCs.
+
+.SS KEYBOARD
+.TP 8
+.B \-\-noshortcuts \-\-shortcuts
+If \fInoshortcuts\fP mode, keyboard shortcuts (e.g., Ctrl+S for Save)
+will be disabled. Default mode is \fIshortcuts enabled\fP.
+
+.SS MOUSE AND ACCESSIBILITY
+.TP 8
+.B \-\-grab \-\-dontgrab
+Grab the mouse and keyboard input (if possible), so that the mouse is
+confined to the \fITux Paint\fP window. Default is to not grab.
.TP 8
-.B \-\-mirrorstamps \-\-dontmirrorstamps
-With \fImirrorstamps\fP set, stamps which can be mirrored will appear
-mirrored by default. This can be useful when used by people who prefer
-things right-to-left over left-to-right.
+.B \-\-nowheelmouse \-\-wheelmouse
+By default, the wheel (jog dial) on a mouse will be used to scroll the
+\fIselector\fP on the right of the screen. This can be disabled, and the
+wheel completely ignored, with the \fI\-\-nowheelmouse\fP option.
+This is useful for children who aren't yet comfortable with the mouse.
+Default is to support the wheel.
.TP 8
.B \-\-mouse-accessibility
In this mode, instead of clicking, dragging and releasing (e.g., to draw),
you click, move, and click again to end the motion.
+.TP 8
+.B \-\-keyboard \-\-mouse
+The \fIkeyboard\fP option lets the mouse pointer in \fITux Paint\fP be
+controlled with the keyboard. The \fIarrow keys\fP move the pointer.
+\fISpacebar\fP acts as the mouse button.
+
+.TP 8
+.B \-\-nobuttondistinction \-\-buttondistinction
+By default, only mouse button #1 (typically the leftmost mouse button
+on mice with more than one button) can be used for interacting with
+\fITux Paint\fP. With the \fI\-\-nobuttondistinction\fP option,
+mouse buttons #2 (middle) and #3 (right) can be used, as well.
+This is useful for children who aren't yet comfortable with the mouse.
+Default is to only recognize button #1.
+
+.SS ONSCREEN KEYBOARD
.TP 8
.B \-\-onscreen-keyboard
Presents a clickable on-screen keyboard when using the \fIText\fP and
@@ -499,43 +479,44 @@ Presents a clickable on-screen keyboard when using the \fIText\fP and
Specify the default layout for the on-screen keyboard (see above).
.TP 8
--B \-\-onscreen-keyboard-disable-change
+.B \-\-onscreen-keyboard-disable-change
Disallow switching between on-screen keyboard layouts.
+.SS JOYSTICK
.TP 8
-\-\-joystick-dev=\fIDEVICE\fP
+.B \-\-joystick-dev=\fIDEVICE\fP
Specify which joystick device should be used by Tux Paint. Default value is 0 (the first joystick).
.TP 8
-\-\-joystick-dev=list
+.B \-\-joystick-dev=list
List available joysticks and exit.
.TP 8
-\-\-joystick-slowness=\fISPEED\fP
+.B \-\-joystick-slowness=\fISPEED\fP
Sets a delay at each axis motion, allowing to slow the joystick. Allowed values are from 0 to 500. Default value is 15.
.TP 8
-\-\-joystick-threshold=\fITHRESHOLD\fP
+.B \-\-joystick-threshold=\fITHRESHOLD\fP
Sets the minimum level of axis motion to start moving the pointer. Allowed values are from 0 to 32766. Default value is 3200.
.TP 8
-\-\-joystick-maxsteps=\fISTEPS\fP
+.B \-\-joystick-maxsteps=\fISTEPS\fP
Sets the maximum pixels the pointer will move at once. Allowed values are from 1 to 7. Default value is 7.
.TP 8
-\-\-joystick-hat-timeout=\fIMILLISECONDS\fP
+.B \-\-joystick-hat-timeout=\fIMILLISECONDS\fP
Sets the delay after wich the pointer will start moving automatically if the hat is keeped pushed. Allowed values are from 0 to 3000. Default value is 1000.
.TP 8
-\-\-joystick-hat-slowness=\fISPEED\fP
+.B \-\-joystick-hat-slowness=\fISPEED\fP
Sets a delay at each automatic motion, allowing to slow the speed of the hat. Allowed values are from 0 to 500. Default value is 15.
.TP 8
-\-\-joystick-btn-escape=\fIBUTTON\fP
+.B \-\-joystick-btn-escape=\fIBUTTON\fP
Selects the joystick button number, as seen by SDL, that will be used to generate a escape event. Useful to dismiss dialogs and quit.
.TP 8
-\-\-joystick-btn-\fICOMMAND\fP=\fIBUTTON\fP
+.B \-\-joystick-btn-\fICOMMAND\fP=\fIBUTTON\fP
Selects the joystick button number, as seen by SDL, that will be a shortcut to
various tools within Tux Paint.
@@ -562,53 +543,67 @@ print | Print (immediate)
.PD
.TP 8
-\-\-joystick-buttons-ignore=\fIBUTTON1,BUTTON2,...\fP
+.B \-\-joystick-buttons-ignore=\fIBUTTON1,BUTTON2,...\fP
A set of joystick button numbers, as seen by SDL, that should
be ignored. Otherwise, unless they are used by one of the
\-\-joystick-btn-... options above, buttons will be seen as a mouse
left-click. Comma-separated.
+.SH OPTIONS - PRINTING
+.SS PRINT PERMISSIONS
.TP 8
-.B \-\-stampsize=\fIsize\fP \-\-stampsize=default
-Sets the default size of all stamps, relative to their possible sizes
-(determined by \fITux Paint\fP, based on the dimensions of both the stamps
-themselves, and the drawing canvas). Valid values are from 0 (smallest)
-to 10 (largest). Use \fIdefault\fP to let \fITux Paint\fP choose
-(this is the default setting).
+.B \-\-noprint \-\-print
+Disable or enable (default) the \fIPrint\fP command within \fITux Paint\fP.
.TP 8
-.B \-\-keyboard \-\-mouse
-The \fIkeyboard\fP option lets the mouse pointer in \fITux Paint\fP be
-controlled with the keyboard. The \fIarrow keys\fP move the pointer.
-\fISpacebar\fP acts as the mouse button.
+.B \-\-printdelay=\fISECONDS\fP \-\-printdelay=0
+Only allow printing (via the \fIPrint\fP command) once every \fISECONDS\fP
+seconds. Default is 0 (no limitation).
+
+.SS SHOW PRINTER DIALOG
+.TP 8
+.B \-\-altprintmod \-\-altprintnever \-\-altprintalways
+These options control whether an system printer dialog appears when the
+user clicks the \fIPrint\fP button. By default (\-\-altprintmod), pressing
+\fI[ALT]\fP while clicking \fIPrint\fP will bring up a dialog (unless you're
+in fullscreen mode). With \-\-altprintalways, the dialog will always appear,
+even if \fI[ALT]\fP is not being held. With \-\-altprintnever, the dialog
+will never appear, even if \fI[ALT]\fP is being held.
+
+.SS SAVE PRINTER CONFIGURATION
+.TP 8
+.B \-\-printcfg \-\-noprintcfg
+(Windows and Mac OS X only.) Enable or disable loading and saving of
+printer settings. By default, \fITux Paint\fP will print to the default
+printer with default settings. Pressing \fI[ALT]\fP while pushing the
+\fIPrint\fP button will cause a printer dialog to appear (as long as you're
+not in fullscreen mode; see also \-\-altprintalways and \-\-altprintnever,
+below.) Unless \-\-noprintcfg is used, your previous settings will
+be loaded when \fITux Paint\fP starts up, and setting changes will be saved
+for next time.
+
+.SS PRINT COMMANDS
+.TP 8
+.B \-\-printcommand \fICOMMAND\fP
+(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
+Have Tux Paint print via an alternate command, rather than lpr(1).
.TP 8
-.B \-\-nosysfonts \-\-sysfonts
-\fITux Paint\fP normally attempts to search for additional TrueType Fonts
-installed in common places on your system. If this causes trouble, or you'd
-prefer to only make fonts installed in \fITux Paint\fP's directory available,
-use the \fInosysfonts\fP option to disable this feature.
+.B \-\-altprintcommand \fICOMMAND\fP
+(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
+Have Tux Paint print via an alternate command, when a dialog is expect
+(e.g., when holding \fI[ALT]\fP while clicking "Print"; see above),
+rather than kprinter.
+.SS PAPER SIZE
.TP 8
-.B \-\-alllocalefonts \-\-currentlocalefont
-Tux Paint avoids loading any fonts in its 'locale' font subdirectory,
-except any that match the current locale \fITux Paint\fP is running under.
-Use the \fIalllocalefonts\fP option to load all such fonts, for use in the
-"Text" tool. (This is the old behavior, prior to version 0.9.21.)
-
-.TP 8
-.B \-\-savedir \fIDIR\fP
-Specify where \fITux Paint\fP should save and load its drawings.
-
-.TP 8
-.B \-\-exportdir \fIDIR\fP
-Specify where \fITux Paint\fP should export drawings and animations.
-
-.TP 8
-.B \-\-datadir \fIDIR\fP
-Specify where \fITux Paint\fP should look for personal data files
-(brushes, stamps, etc.).
+.B \-\-papersize \fIPAPERSIZE\fP
+(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
+Ask \fITux Paint\fP to generate PostScript of a particular paper size.
+Valid sizes are those supported by libpaper. See papersize(5).
+.SH OPTIONS - SAVING
+.SS SAVE OVER EARLIER WORK
.TP 8
.B \-\-saveover \-\-saveovernew \-\-saveoverask
If, when saving a picture, an older version of the file will be overwritten,
@@ -618,6 +613,16 @@ can be disabled with \fI\-\-saveover\fP (which always saves over older versions
of pictures) or \fI\-\-saveovernew\fP (which always saves a new file).
The default is to prompt (\fI\-\-saveoverask\fP).
+.SS SAVE AND EXPORT DIRECTORIES
+.TP 8
+.B \-\-savedir \fIDIR\fP
+Specify where \fITux Paint\fP should save and load its drawings.
+
+.TP 8
+.B \-\-exportdir \fIDIR\fP
+Specify where \fITux Paint\fP should export drawings and animations.
+
+.SS MORE SAVING OPTIONS
.TP 8
.B \-\-nosave \-\-save
The \fInosave\fP option disables \fITux Paint's\fP ability to save files.
@@ -629,11 +634,11 @@ fun, or in a test environment.
The \fIautosave\fP option prevents \fITux Paint\fP from asking whether you
want to save the current picture when quitting, and assumes you do.
+.SH OPTIONS - DATA FILES
.TP 8
-.B \-\-startblank \-\-startlast
-When you start \fITux Paint\fP, it loads the last image that was being worked
-on. The \fI\-\-startblank\fP option disables this, so it always starts with
-a blank canvas. The default behavior is \fI\-\-startlast\fP.
+.B \-\-datadir \fIDIR\fP
+Specify where \fITux Paint\fP should look for personal data files
+(brushes, stamps, etc.).
.TP 8
.B \-\-colorfile \fIFILE\fP
@@ -1067,6 +1072,27 @@ zulu
.B \-\-lang help
Display a lists of all supported languages.
+.TP 8
+.B \-\-mirrorstamps \-\-dontmirrorstamps
+With \fImirrorstamps\fP set, stamps which can be mirrored will appear
+mirrored by default. This can be useful when used by people who prefer
+things right-to-left over left-to-right.
+
+.SS FONTS
+.TP 8
+.B \-\-nosysfonts \-\-sysfonts
+\fITux Paint\fP normally attempts to search for additional TrueType Fonts
+installed in common places on your system. If this causes trouble, or you'd
+prefer to only make fonts installed in \fITux Paint\fP's directory available,
+use the \fInosysfonts\fP option to disable this feature.
+
+.TP 8
+.B \-\-alllocalefonts \-\-currentlocalefont
+Tux Paint avoids loading any fonts in its 'locale' font subdirectory,
+except any that match the current locale \fITux Paint\fP is running under.
+Use the \fIalllocalefonts\fP option to load all such fonts, for use in the
+"Text" tool. (This is the old behavior, prior to version 0.9.21.)
+
.SH OPTIONS - MISCELLANEOUS
.TP 8
.B \-\-nosysconfig
From d2a4dca86c9c435fba6def1cd7c109061b9b1289 Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Mon, 9 Aug 2021 23:20:16 -0700
Subject: [PATCH 07/48] Each "OPTIONS..." section of manpage gets a blurb
---
src/manpage/tuxpaint.1 | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/src/manpage/tuxpaint.1 b/src/manpage/tuxpaint.1
index 01db38e25..7cb1bf89e 100644
--- a/src/manpage/tuxpaint.1
+++ b/src/manpage/tuxpaint.1
@@ -258,6 +258,11 @@ toolset. However, it provides a much simpler interface, and has entertaining,
child-oriented additions such as sound effects.
.SH OPTIONS - INFORMATIONAL
+.l
+\fItuxpaint\fP accepts the following options to emit information
+about the program. It then exits immediately (without opening
+a graphical window).
+
.TP 8
.B \-\-help
Display short, helpful information about Tux Paint.
@@ -416,6 +421,11 @@ Disable or enable (default) the \fILabel\fP tool, which lets you create
text which can be altered or moved later.
.SH OPTIONS - CONTROLLING TUX PAINT
+.l
+\fItuxpaint\fP accepts the following options to alter how you control
+Tux Paint. They can be used along with, instead of, or to override options
+set in configuration files. (See below.)
+
.SS CURSOR
.TP 8
.B \-\-nofancycursors \-\-fancycursors
@@ -550,6 +560,11 @@ be ignored. Otherwise, unless they are used by one of the
left-click. Comma-separated.
.SH OPTIONS - PRINTING
+.l
+\fItuxpaint\fP accepts the following options to alter how Tux Paint
+handles printing. They can be used along with, instead of, or to
+override options set in configuration files. (See below.)
+
.SS PRINT PERMISSIONS
.TP 8
.B \-\-noprint \-\-print
@@ -603,6 +618,11 @@ Ask \fITux Paint\fP to generate PostScript of a particular paper size.
Valid sizes are those supported by libpaper. See papersize(5).
.SH OPTIONS - SAVING
+.l
+\fItuxpaint\fP accepts the following options to alter how Tux Paint
+operates when saving or exporting drawings. They can be used along with,
+instead of, or to override options set in configuration files. (See below.)
+
.SS SAVE OVER EARLIER WORK
.TP 8
.B \-\-saveover \-\-saveovernew \-\-saveoverask
@@ -635,6 +655,11 @@ The \fIautosave\fP option prevents \fITux Paint\fP from asking whether you
want to save the current picture when quitting, and assumes you do.
.SH OPTIONS - DATA FILES
+.l
+\fItuxpaint\fP accepts the following options to alter where Tux Paint
+loads data (stamps, brushes, etc.) They can be used along with, instead
+of, or to override options set in configuration files. (See below.)
+
.TP 8
.B \-\-datadir \fIDIR\fP
Specify where \fITux Paint\fP should look for personal data files
@@ -649,6 +674,12 @@ containing one color description per line. Colors may be in decimal or
"\fI#000 Black\fP" and "\fI255 192 64 Orange\fP".)
.SH OPTIONS - LANGUAGE
+.l
+\fItuxpaint\fP accepts the following options to alter the language used
+by Tux Paint's interface, and other related settings. They can be used
+along with, instead of, or to override options set in configuration
+files. (See below.)
+
.l
Various parts of \fITux Paint\fP have been translated into numerous languages.
\fITux Paint\fP will try its best to honor your \fIlocale\fP setting
@@ -1094,6 +1125,11 @@ Use the \fIalllocalefonts\fP option to load all such fonts, for use in the
"Text" tool. (This is the old behavior, prior to version 0.9.21.)
.SH OPTIONS - MISCELLANEOUS
+.l
+\fItuxpaint\fP accepts the following options to alter its behavior.
+They can be used along with, instead of, or to override options set in
+configuration files. (See below.)
+
.TP 8
.B \-\-nosysconfig
With this option, \fITux Paint\fP will not attempt to read the
From 856ca6dc49eacff82c0fe943210e414602f515ee Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Sat, 14 Aug 2021 21:44:12 -0700
Subject: [PATCH 08/48] Remove Polish translation of Tux Paint's man page
Remove the very outdated Polish translation of Tux Paint's man page.
---
Makefile | 8 +-
docs/CHANGES.txt | 2 +
src/manpage/tuxpaint-pl.1 | 424 --------------------------------------
3 files changed, 3 insertions(+), 431 deletions(-)
delete mode 100644 src/manpage/tuxpaint-pl.1
diff --git a/Makefile b/Makefile
index a7d86175c..3ceb16015 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# Various contributors (see AUTHORS.txt)
# http://www.tuxpaint.org/
-# June 14, 2002 - August 7, 2021
+# June 14, 2002 - August 14, 2021
# The version number, for release:
@@ -1077,12 +1077,6 @@ install-man:
@cp src/manpage/tuxpaint.1 $(MAN_PREFIX)/man1
@gzip -f $(MAN_PREFIX)/man1/tuxpaint.1
@chmod a+rx,g-w,o-w $(MAN_PREFIX)/man1/tuxpaint.1.gz
- @# pl/man1 directory...
- @install -d $(MAN_PREFIX)/pl/man1/
- @# tuxpaint-pl.1
- @cp src/manpage/tuxpaint-pl.1 $(MAN_PREFIX)/pl/man1/tuxpaint.1
- @gzip -f $(MAN_PREFIX)/pl/man1/tuxpaint.1
- @chmod a+rx,g-w,o-w $(MAN_PREFIX)/pl/man1/tuxpaint.1.gz
@# tuxpaint-import.1
@cp src/manpage/tuxpaint-import.1 $(MAN_PREFIX)/man1/
@gzip -f $(MAN_PREFIX)/man1/tuxpaint-import.1
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index 70f472781..daffd03a9 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -24,6 +24,8 @@ $Id$
to more closely (but not precisely) match the organization
noted above.
+ * Remove the very outdated Polish translation of Tux Paint's man page.
+
2021.June.28 (0.9.26)
* New Features
------------
diff --git a/src/manpage/tuxpaint-pl.1 b/src/manpage/tuxpaint-pl.1
deleted file mode 100644
index e6778633a..000000000
--- a/src/manpage/tuxpaint-pl.1
+++ /dev/null
@@ -1,424 +0,0 @@
-.\" tuxpaint.1 - 2003.03.10
-.TH TUXPAINT 1 "10 Mar 2003" "0.9.11" "Tux Paint"
-.SH NAZWA
-tuxpaint -- Program do rysowania dla modszych dzieci.
-
-.SH SKADNIA
-.B tuxpaint
-[\-\-help \-\-version \-\-usage \-\-copying]
-
-.TP 9
-.B tuxpaint
-[\-\-fullscreen]
-[\-\-800x600]
-[\-\-nosound]
-[\-\-noquit]
-[\-\-noprint]
-[\-\-printdelay=\fISEKUND\fP]
-[\-\-printcfg]
-[\-\-simpleshapes]
-[\-\-uppercase]
-[\-\-grab]
-[\-\-nowheelmouse]
-[\-\-nofancycursors]
-[\-\-nooutlines]
-[\-\-keyboard]
-[\-\-savedir \fIKATALOG\fP]
-[\-\-saveover]
-[\-\-saveovernew]
-
-.TP 9
-.B tuxpaint
-[\-\-windowed]
-[\-\-640x480]
-[\-\-sound]
-[\-\-quit]
-[\-\-print]
-[\-\-printdelay=0]
-[\-\-noprintcfg]
-[\-\-complexshapes]
-[\-\-mixedcase]
-[\-\-dontgrab]
-[\-\-wheelmouse]
-[\-\-mouse]
-[\-\-outlines]
-[\-\-fancycursors]
-[\-\-saveoverask]
-
-.TP 9
-.B tuxpaint
-[\-\-locale \fILOCALE\fP]
-
-.TP 9
-.B tuxpaint
-[\-\-lang \fIJZYK\fP]
-
-.TP 9
-.B tuxpaint
-[\-\-nosysconfig]
-
-.SH OPIS
-.PP
-\fITux Paint\fP to program do rysowania dla modszych dzieci. Powinien by
-atwy do uywania i zabawny. Posiada prosty interfejs, obszar do rysowania ma
-stay rozmiar, a do wykonanych wczeniej obrazkw mamy dostp poprzez
-przegldark miniatur (tzn. bez potrzeby bezporedniego korzystania z systemu
-plikw).
-
-W przeciwiestwie do popularnych programw do rysowania, takich jak "\fIThe GIMP\fP",
-\fITux Paint\fP zawiera bardzo ograniczony zestaw narzdzi. Jednake, jego interfejs
-jest o wiele prostszy, a program zosta wyposaony z myl o dzieciach w suce
-zabawie dodatki, takie jak efekty dwikowe.
-
-.SH OPCJE - WYWIETLANIE INFORMACJI
-.TP 8
-.B \-\-help
-Wywietl krtk, pomocn informacj o programie \fITux Paint\fP.
-.TP 8
-.B \-\-version
-Podaj informacj o wersji programu.
-.TP 8
-.B \-\-usage
-Wywietl list wszystkich opcji moliwych do uycia w wierszu polece.
-.TP 8
-.B \-\-copying
-Poka licencj (GNU GPL) zgodnie z ktr opublikowano \fITux Paint\fPa.
-
-.SH OPCJE - INTERFEJS
-.l
-\fItuxpaint\fP rozpoznaje nastpujce opcje, zmieniajce cechy interfejsu.
-Opcji tych mona uywa wraz z, zamiast lub aby zmieni opcje podane w plikach
-konfiguracyjnych. (Zobacz poniej.)
-.TP 8
-.B \-\-fullscreen \-\-windowed
-Uruchom \fITux Paint\fPa w trybie penoekranowym lub w oknie (domylnie).
-
-.TP 8
-.B \-\-800x600 \-\-640x480
-Uruchom \fITux Paint\fPa w rozdzielczoci 800x600 (EKSPERYMENTALNIE) lub
-w rozdzielczoci 640x480 (domylnie).
-
-.TP 8
-.B \-\-nosound \-\-sound
-Wycz lub wcz (domylnie) dwik.
-
-.TP 8
-.B \-\-noquit \-\-quit
-Wycz lub wcz (domylnie) przycisk \fIZakocz\fP, widoczny na ekranie.
-
-.TP 8
-.B \-\-noprint \-\-print
-Wycz lub wcz (domylnie) polecenie \fIWydrukuj\fP w \fITux Paint\fP.
-
-.TP 8
-.B \-\-printdelay=\fISEKUND\fP \-\-printdelay=0
-Pozwoli drukowa (poleceniem \fIWydrukuj\fP) tylko raz na kade \fISEKUND\fP
-sekund. Warto domylna to 0 (bez ogranicze).
-
-.TP 8
-.B \-\-printcfg \-\-noprintcfg
-(Tylko Windows.) Wcz lub wycz adowanie i zapisywanie ustawie drukarki.
-Domylnie, \fITux Paint\fP bdzie drukowa na drukark domyln z domylnymi
-ustawieniami. Nacinicie \fI[ALT]\fP podczas kliknicia na przycisk \fIWydrukuj\fP
-spowoduje wywietlenie okienka dialogowego drukarki Windows (o ile nie jeste
-w trybie penoekranowym.) Jeli uyto \-\-printcfg, to podczas uruchamiania
-\fITux Paint\fPa zostan zaadowane poprzednie ustawienia, a zmiany w ustawieniach
-zostan zapisane do uycia nastpnym razem.
-
-.TP 8
-.B \-\-simpleshapes \-\-complexshapes
-Wycz lub wcz (domylnie) etap \fIobracania\fP podczas uywania narzdzia
-\fIKsztaty\fP w \fITux Paint\fP. Kiedy pominiemy ten etap, figur nie mona
-obraca; jednake, interfejs jest wwczas prostszy (kliknij, przecignij, pu),
-co moe by pomocne dla modszych lub niepenosprawnych dzieci.
-
-.TP 8
-.B \-\-uppercase \-\-mixedcase
-W trybie \fI\-\-uppercase\fP, wszystkie okienka i narzdzie \fITekst\fP bd
-wywietla teksty pisane wielkimi literami. Jest to uyteczne dla dzieci,
-ktre nie znaj jeszcze dobrze maych liter. Tryb domylny to uywanie rnych
-liter (ang. \fImixed case\fP).
-
-.TP 8
-.B \-\-grab \-\-nograb
-Przechwy myszk i wprowadzanie z klawiatury (jeli to moliwe), tak by uywanie
-myszki byo ograniczone do obszaru okna \fITux Paint\fPa. Domylnie nie ma
-przechwytywania.
-
-.TP 8
-.B \-\-nowheelmouse \-\-wheelmouse
-Domylnie, kko myszki jest wykorzystywane do przewijania \fIpalety przyciskw\fP
-po prawej stronie ekranu. T waciwo programu mona zmieni, tak by zupenie ignorowa
-kko - suy do tego opcja \fI\-\-nowheelmouse\fP.
-Opcja ta jest przydatna, jeli dziecko nie radzi sobie dobrze z myszk.
-Domylnie program wykorzystuje kko.
-
-.TP 8
-.B \-\-nofancycursors \-\-fancycursors
-Wycz lub wcz (domylnie) 'ozdobne' ksztaty wskanika myszki w programie
-\fITux Paint\fP. Wprawdzie ozdobne ksztaty s wiksze i zmieniaj si zalenie od kontekstu,
-w niektrych systemach nie s one wywietlane poprawnie i mog pozostawia 'lady'
-na ekranie.
-
-.TP 8
-.B \-\-keyboard \-\-mouse
-Opcja \fIkeyboard\fP umoliwia sterowanie wskanikiem myszki w \fITux Paint\fP
-przy pomocy klawiatury. \fIKlawisze ze strzakami\fP przesuwaj wskanik.
-\fISpacja\fP dziaa jak przycisk myszki.
-
-.TP 8
-.B \-\-nooutlines \-\-outlines
-W trybie \fInooutlines\fP, podczas uywania
-narzdzi \fILinie\fP, \fIKsztaty\fP, \fIPieczcie\fP i \fIGumka\fP
-wywietlane s znacznie uproszczone zarysy obiektw.
-(Moe to by pomocna opcja, gdy \fITux Paint\fP jest uruchamiany na wolniejszych
-komputerach lub obraz wywietlany jest na zdalnym X-terminalu.)
-
-.TP 8
-.B \-\-savedir \fIKATALOG\fP
-Podaj, gdzie \fITux Paint\fP powinien zapisywa pliki. Domylnie, w Linuksie
-i Uniksie jest to katalog "~/.tuxpaint/saved", a w Windows katalog "userdata\\".
-
-.TP 8
-.B \-\-saveover \-\-saveovernew \-\-saveoverask
-Jeli, podczas zapisywania obrazka, ma zosta nadpisana starsza wersja pliku,
-\fITux Paint\fP domylnie bdzie prosi o potwierdzenie: mona albo nadpisa
-(ang. \fIsave over\fP) stary plik, albo utworzy (ang. \fIcreate\fP) nowy plik.
-Wywietlanie okna z pytaniem o potwierdzenie mona wyczy podajc
-albo \fI\-\-saveover\fP (i wtedy zawsze bd nadpisywane starsze wersje obrazkw)
-albo \fI\-\-saveovernew\fP (wtedy zawsze zapisywany bdzie nowy plik).
-Domylnie program prosi o potwierdzenie przy zapisie (\fI\-\-saveoverask\fP).
-
-.SH OPCJE - JZYK
-.l
-Rne czci \fITux Paint\fPa zostay przetumaczone na liczne jzyki.
-\fITux Paint\fP bdzie stara si jak najbardziej respektowa Twoje ustawienie
-\fIlocale\fP (tzn. zmienn rodowiskow \fILANG\fP), jeli to tylko moliwe.
-Moesz rwnie wybra okrelony jzyk przy pomocy odpowiedniej opcji
-podanej w wierszu polece lub w pliku konfiguracyjnym.
-
-.TP 8
-.B \-\-locale \fILOCALE\fP
-Podaj jzyk, ktrego naley uy, nazw \fIlocale\fP (ktra ma zwykle posta
-\fIjzyk\fP[_\fIterytorium\fP][.\fIstrona kodowa\fP][@\fImodyfikator\fP],
-gdzie \fIjzyk\fP to kod jzyka zgodny ze standardem ISO 639,
-\fIterytorium\fP to kod pastwa zgodny z ISO 3166, a
-\fIstrona kodowa\fP to oznaczenie zbioru znakw lub sposobu kodowania znakw, takie
-jak ISO-8859-1 lub UTF-8.)
-.PP
-.RS
-Na przykad, \fIpl_PL\fP dla polskiego, \fIde_DE@euro\fP dla niemieckiego lub
-\fIpt_BR\fP dla brazylijskiego wariantu jzyka portugalskiego.
-.RE
-
-.TP 8
-.B \-\-lang \fIJZYK\fP
-Podaj jzyk, jakiego chcesz uywa. Trzeba poda nazw jezyka rozpoznawan przez
-przez \fITux Paint\fP. Wybierz jedn z nazw jzykw wymienionych poniej:
-.PP
-.RS
-.PD 0
-.TP 2
--
-english | american-english
-.TP 2
--
-bokmal
-.TP 2
--
-brazilian-portuguese | portuges-brazilian | brazilian
-.TP 2
--
-british | british-english
-.TP 2
--
-catalan | catala
-.TP 2
--
-czech | cesky
-.TP 2
--
-chinese
-.TP 2
--
-danish | dansk
-.TP 2
--
-dutch
-.TP 2
--
-finnish | suomi
-.TP 2
--
-french | francais
-.TP 2
--
-german | dutch
-.TP 2
--
-greek
-.TP 2
--
-hungarian | magyar
-.TP 2
--
-icelandic | islenska
-.TP 2
--
-indonesian | bahasa-indonesia
-.TP 2
--
-italian | italiano
-.TP 2
--
-japanese
-.TP 2
--
-korean
-.TP 2
--
-lithuanian | lietuviu
-.TP 2
--
-norwegian | nynorsk
-.TP 2
--
-polish | polski
-.TP 2
--
-portuguese | portugues
-.TP 2
--
-romanian
-.TP 2
--
-spanish | espanol
-.TP 2
--
-swedish | svenska
-.TP 2
--
-turkish
-.RE
-.PD
-
-.SH OPCJE - RӯNE
-.TP 8
-.B \-\-nosysconfig
-Z t opcj, \fITux Paint\fP nie bdzie prbowa czyta
-oglnosystemowego pliku konfiguracyjnego (zwykle jest to \fI/etc/tuxpaint/tuxpaint.conf\fP).
-
-.SH RODOWISKO
-.l
-Chocia \fITux Paint\fP moe porednio odwoywa si do wielu zmiennych systemowych
-(np. poprzez \fISDL(3)\fP), bezporednio wykorzystuje tylko nastpujce zmienne:
-.PP
-.TP 8
-.B HOME
-aby okreli, gdzie jest miejsce plikw zapisywanych i otwieranych poleceniami
-\fIZapisz\fP i \fIOtwrz\fP w programie \fITux Paint\fP, aby znale pooenie obecnie
-malowanego obrazka podczas wychodzenia z programu \fITux Paint\fP i ponownego uruchamiania
-go oraz aby znale plik konfiguracyjny uytkownika.
-
-.TP 8
-.B LANG
-aby rozpozna jzyk, ktrego ma uywa, jeli \fIsetlocale(3)\fP odwouje si do 'LC_MESSAGES'.
-
-.SH PLIKI
-.TP 8
-.B /etc/tuxpaint/tuxpaint.conf
-Oglnosystemowy plik konfiguracyjny. Jest czytany w pierwszej kolejnoci
-(chyba e w wierszu polece podano opcj \fI\-\-nosysconfig\fP).
-.RS
-.PP
-(Tworzony podczas instalacji.)
-.RE
-.TP 8
-.B $HOME/.tuxpaintrc
-Plik konfiguracyjny uytkownika. Mona go uy do wybierania opcji domylnych
-(zamiast podawania ich za kadym razem w wierszu polece), i/lub do nadpisywania
-ustawie zawartych w oglnosystemowym pliku konfiguracyjnym.
-.RS
-.PP
-(Nie jest tworzony ani modyfikowany automatycznie; trzeba go utworzy rcznie.)
-.RE
-.TP 8
-.B $HOME/.tuxpaint/saved/
-Katalog zapisanych wczeniej obrazkw (i miniatur). Tylko pliki znajdujce si w tym
-katalogu bd dostpne po wydaniu polecenia \fIOpen\fP w programie
-\fITux Paint\fP. (Zobacz \fItuxpaint-import(1)\fP.)
-.RS
-.PP
-(Tworzony podczas uycia polecenia \fIZapisz\fP.)
-.RE
-.TP 8
-.B $HOME/.tuxpaint/current_id.txt
-Informacja o obrazku, ktry by zmieniany gdy ostatnio zakoczono dziaanie \fITux Paint\fPa.
-(Obrazek ten jest automatycznie adowany, gdy nastpnym razem uruchomimy \fITux Paint\fP.)
-.RS
-.PP
-(Tworzony, gdy \fITux Paint\fP \fIZakocz\fPy dziaanie.)
-.RE
-
-.SH COPYRIGHT
-Ten program jest wolno dostpny; mona go rozpowszechnia i/lub zmienia
-zgodnie z warunkami Licencji Publicznej GNU (GPL) opublikowanej przez
-Free Software Foundation; albo wersji 2 teje Licencji, albo
-(wedug Twojego uznania) dowolnej pniejszej wersji.
-
-.SH INNE INFORMACJE
-Najwaniejszym miejscem z informacjami o programie \fITux Paint\fP jest jego
-strona domowa http://www.newbreedsoftware.com/tuxpaint/.
-
-.SH AUTORZY
-Bill Kendrick.
-
-Z atkami, poprawkami, rozszerzeniami, tumaczeniami, dokumentacj i pomoc
-w innej postaci ze strony wielu osb, wrd ktrych s (ale to nie wszyscy):
-
-Daniel Andersson,
-Ben Armstrong,
-Denis Bodor,
-Herman Bruyninckx,
-Laurentiu Buzdugan,
-Pere Pujal Carabantes,
-Jacques Chion,
-Ricardo Cruz,
-Doruk Fisek,
-Fabian Franz,
-Gabriel Gazzan,
-The Greek Linux i18n Team,
-Robert Glowczynski,
-Sam "Criswell" Hart,
-Tedi Heriyanto,
-Pjetur G. Hjaltason,
-Karl Ove Hufthammer,
-Rasmus Erik Voel Jensen,
-Wang Jian,
-Kazuhiko,
-Mark Kim,
-Thomas Klausner,
-Marcin 'Shard' Konicki,
-Arkadiusz Lipiec,
-Martin,
-Marco Milanesi,
-Primoz Peterlin,
-Milan Plzik,
-John Popplewell,
-Geert Stams,
-Peter Sterba,
-Tarmo Toikkanen,
-TOYAMA Shin-ichi,
-Daniel Jose Viana,
-Charles Vidal
-i
-Damian Yerrick.
-
-.SH "ZOBACZ TAKE"
-.BR tuxpaint-import (1),
-.BR xpaint (1),
-.BR gpaint (1),
-.BR gimp (1)
-.PP
-I dokumentacj w katalogu /usr/[local/]share/doc/tuxpaint/.
-
From 4b0394fd96390de9a3d7dcda4ba46082b55eba9a Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Sat, 14 Aug 2021 22:15:14 -0700
Subject: [PATCH 09/48] Move src/manpage/ to man/
---
Makefile | 6 +++---
{src/manpage => man}/tp-magic-config.1 | 0
{src/manpage => man}/tuxpaint-import.1 | 0
{src/manpage => man}/tuxpaint.1 | 0
4 files changed, 3 insertions(+), 3 deletions(-)
rename {src/manpage => man}/tp-magic-config.1 (100%)
rename {src/manpage => man}/tuxpaint-import.1 (100%)
rename {src/manpage => man}/tuxpaint.1 (100%)
diff --git a/Makefile b/Makefile
index 3ceb16015..a5c9a2ed7 100644
--- a/Makefile
+++ b/Makefile
@@ -1074,15 +1074,15 @@ install-man:
@# man1 directory...
@install -d $(MAN_PREFIX)/man1
@# tuxpaint.1
- @cp src/manpage/tuxpaint.1 $(MAN_PREFIX)/man1
+ @cp man/tuxpaint.1 $(MAN_PREFIX)/man1
@gzip -f $(MAN_PREFIX)/man1/tuxpaint.1
@chmod a+rx,g-w,o-w $(MAN_PREFIX)/man1/tuxpaint.1.gz
@# tuxpaint-import.1
- @cp src/manpage/tuxpaint-import.1 $(MAN_PREFIX)/man1/
+ @cp man/tuxpaint-import.1 $(MAN_PREFIX)/man1/
@gzip -f $(MAN_PREFIX)/man1/tuxpaint-import.1
@chmod a+rx,g-w,o-w $(MAN_PREFIX)/man1/tuxpaint-import.1.gz
@# tp-magic-config.1
- @cp src/manpage/tp-magic-config.1 $(MAN_PREFIX)/man1/
+ @cp man/tp-magic-config.1 $(MAN_PREFIX)/man1/
@gzip -f $(MAN_PREFIX)/man1/tp-magic-config.1
@chmod a+rx,g-w,o-w $(MAN_PREFIX)/man1/tp-magic-config.1.gz
diff --git a/src/manpage/tp-magic-config.1 b/man/tp-magic-config.1
similarity index 100%
rename from src/manpage/tp-magic-config.1
rename to man/tp-magic-config.1
diff --git a/src/manpage/tuxpaint-import.1 b/man/tuxpaint-import.1
similarity index 100%
rename from src/manpage/tuxpaint-import.1
rename to man/tuxpaint-import.1
diff --git a/src/manpage/tuxpaint.1 b/man/tuxpaint.1
similarity index 100%
rename from src/manpage/tuxpaint.1
rename to man/tuxpaint.1
From 9a02e730e86ab7283d1885e376bc1e1fced4d32a Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Sat, 14 Aug 2021 22:37:05 -0700
Subject: [PATCH 10/48] Makefile can install various localized manpages
---
Makefile | 23 +++++++++++++++++------
docs/CHANGES.txt | 6 ++++--
man/{ => en}/tp-magic-config.1 | 0
man/{ => en}/tuxpaint-import.1 | 0
man/{ => en}/tuxpaint.1 | 0
5 files changed, 21 insertions(+), 8 deletions(-)
rename man/{ => en}/tp-magic-config.1 (100%)
rename man/{ => en}/tuxpaint-import.1 (100%)
rename man/{ => en}/tuxpaint.1 (100%)
diff --git a/Makefile b/Makefile
index a5c9a2ed7..016370e9e 100644
--- a/Makefile
+++ b/Makefile
@@ -699,9 +699,11 @@ uninstall: uninstall-i18n
-rm -r $(DATA_PREFIX)
-rm -r $(DOC_PREFIX)
-rm $(MAN_PREFIX)/man1/tuxpaint.1.gz
- -rm $(MAN_PREFIX)/pl/man1/tuxpaint.1.gz
+ -rm $(MAN_PREFIX)/*/man1/tuxpaint.1.gz
-rm $(MAN_PREFIX)/man1/tuxpaint-import.1.gz
+ -rm $(MAN_PREFIX)/*/man1/tuxpaint-import.1.gz
-rm $(MAN_PREFIX)/man1/tp-magic-config.1.gz
+ -rm $(MAN_PREFIX)/*/man1/tp-magic-config.1.gz
-rm -f -r $(CONFDIR)
-rm $(COMPLETIONDIR)/tuxpaint-completion.bash
-rm -r $(MAGIC_PREFIX)
@@ -1070,22 +1072,31 @@ install-doc:
.PHONY: install-man
install-man:
@echo
- @echo "...Installing man pages..."
+ @echo "...Installing English man pages..."
@# man1 directory...
@install -d $(MAN_PREFIX)/man1
@# tuxpaint.1
- @cp man/tuxpaint.1 $(MAN_PREFIX)/man1
+ @cp man/en/tuxpaint.1 $(MAN_PREFIX)/man1/
@gzip -f $(MAN_PREFIX)/man1/tuxpaint.1
@chmod a+rx,g-w,o-w $(MAN_PREFIX)/man1/tuxpaint.1.gz
@# tuxpaint-import.1
- @cp man/tuxpaint-import.1 $(MAN_PREFIX)/man1/
+ @cp man/en/tuxpaint-import.1 $(MAN_PREFIX)/man1/
@gzip -f $(MAN_PREFIX)/man1/tuxpaint-import.1
@chmod a+rx,g-w,o-w $(MAN_PREFIX)/man1/tuxpaint-import.1.gz
@# tp-magic-config.1
- @cp man/tp-magic-config.1 $(MAN_PREFIX)/man1/
+ @cp man/en/tp-magic-config.1 $(MAN_PREFIX)/man1/
@gzip -f $(MAN_PREFIX)/man1/tp-magic-config.1
@chmod a+rx,g-w,o-w $(MAN_PREFIX)/man1/tp-magic-config.1.gz
-
+ @echo
+ for l in `ls -d man/*.UTF-8 | cut -d '/' -f 2`; do \
+ DEST=$(MAN_PREFIX)/$$l/man1 ; \
+ echo "...Installing $$l man pages into $$DEST..." ; \
+ install -d $$DEST ; \
+ cp man/$$l/tuxpaint.1 $$DEST ; \
+ gzip -f $$DEST/tuxpaint.1 ; \
+ chmod a+rx,g-w,o-w $$DEST/tuxpaint.1.gz ; \
+ done
+ @# FIXME: The other man pages aren't localizable yet -bjk 2021.08.14
# Install the support files for macOS application bundle
.PHONY: install-macbundle
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index daffd03a9..510eb733f 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -8,7 +8,7 @@ http://www.tuxpaint.org/
$Id$
-2021.August.9 (0.9.27)
+2021.August.14 (0.9.27)
* Documentation updates
---------------------
* Ensured Tux Paint's built-in help ("tuxpaint --help"),
@@ -24,7 +24,9 @@ $Id$
to more closely (but not precisely) match the organization
noted above.
- * Remove the very outdated Polish translation of Tux Paint's man page.
+ * WIP - tuxpaint(1) manpage is now managed & translatable
+ via `tuxpaint-docs` project, just like the HTML & plaintext
+ documentation files.
2021.June.28 (0.9.26)
* New Features
diff --git a/man/tp-magic-config.1 b/man/en/tp-magic-config.1
similarity index 100%
rename from man/tp-magic-config.1
rename to man/en/tp-magic-config.1
diff --git a/man/tuxpaint-import.1 b/man/en/tuxpaint-import.1
similarity index 100%
rename from man/tuxpaint-import.1
rename to man/en/tuxpaint-import.1
diff --git a/man/tuxpaint.1 b/man/en/tuxpaint.1
similarity index 100%
rename from man/tuxpaint.1
rename to man/en/tuxpaint.1
From 43429aa0179a1b61bdd9a4a053f5d2b669130d91 Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Sat, 14 Aug 2021 22:49:05 -0700
Subject: [PATCH 11/48] Initial snapshot of localized manpage
Just a bit of the beginning of "tuxpaint.1" has been
wrapped in localizing "gettext()" calls. Generating
snapshot of new English version, as well as Spanish,
French, Galician, and Japanese, based on the PO files
that exist over in `tuxpaint-docs` repo.
---
man/en/tuxpaint.1 | 28 +-
man/es_ES.UTF-8/tuxpaint.1 | 1492 ++++++++++++++++++++++++++++++++++++
man/fr_FR.UTF-8/tuxpaint.1 | 1492 ++++++++++++++++++++++++++++++++++++
man/gl_ES.UTF-8/tuxpaint.1 | 1492 ++++++++++++++++++++++++++++++++++++
man/ja_JP.UTF-8/tuxpaint.1 | 1492 ++++++++++++++++++++++++++++++++++++
5 files changed, 5981 insertions(+), 15 deletions(-)
create mode 100644 man/es_ES.UTF-8/tuxpaint.1
create mode 100644 man/fr_FR.UTF-8/tuxpaint.1
create mode 100644 man/gl_ES.UTF-8/tuxpaint.1
create mode 100644 man/ja_JP.UTF-8/tuxpaint.1
diff --git a/man/en/tuxpaint.1 b/man/en/tuxpaint.1
index 7cb1bf89e..201211504 100644
--- a/man/en/tuxpaint.1
+++ b/man/en/tuxpaint.1
@@ -1,5 +1,5 @@
.\" tuxpaint.1 - 2021.08.09
-.TH TUXPAINT 1 "9 August 2021" "0.9.27" "Tux Paint"
+.TH TUXPAINT 1 "August 9, 2021" "0.9.27" "Tux Paint"
.SH NAME
tuxpaint -- "Tux Paint", a drawing program for young children.
@@ -250,18 +250,17 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.PP
\fITux Paint\fP is a drawing program for young children. It is meant to be
easy and fun to use. It provides a simple interface and fixed canvas size,
-and provides access to previous images using a thumbnail browser
-(i.e., no access to the underlying filesystem).
+and provides access to previous images using a thumbnail browser (i.e., no
+access to the underlying filesystem).
-Unlike popular drawing programs like "\fIThe GIMP\fP," it has a very limited
-toolset. However, it provides a much simpler interface, and has entertaining,
-child-oriented additions such as sound effects.
+Unlike popular drawing programs like "\fIThe GIMP\fP," it has a very
+limited toolset. However, it provides a much simpler interface, and has
+entertaining, child-oriented additions such as sound effects.
.SH OPTIONS - INFORMATIONAL
.l
-\fItuxpaint\fP accepts the following options to emit information
-about the program. It then exits immediately (without opening
-a graphical window).
+\fItuxpaint\fP accepts the following options to emit information about the
+program. It then exits immediately (without opening a graphical window).
.TP 8
.B \-\-help
@@ -281,15 +280,14 @@ Show the license (GNU GPL) under which Tux Paint is released.
.SH OPTIONS - INTERFACE
.l
-\fItuxpaint\fP accepts the following options to alter the interface.
-They can be used along with, instead of, or to override options set in
+\fItuxpaint\fP accepts the following options to alter the interface. They
+can be used along with, instead of, or to override options set in
configuration files. (See below.)
-.SS VIDEO
-.TP 8
+.SS VIDEO.TP 8
.B \-\-fullscreen=yes \-\-fullscreen=native \-\-fullscreen=no \-\-windowed
-Run \fITux Paint\fP in full-screen mode at its default -- or a specified
--- screen resolution ("--fullscreen=yes"); or in full-screen mode at the
+Run \fITux Paint\fP in full-screen mode at its default -- or a specified --
+screen resolution ("--fullscreen=yes"); or in full-screen mode at the
system's native resolution ("--fullscreen=native"); or run in a window
("--fullscreen=no" or "--windowed") (default).
diff --git a/man/es_ES.UTF-8/tuxpaint.1 b/man/es_ES.UTF-8/tuxpaint.1
new file mode 100644
index 000000000..8ad9930ae
--- /dev/null
+++ b/man/es_ES.UTF-8/tuxpaint.1
@@ -0,0 +1,1492 @@
+.\" tuxpaint.1 - 2021.08.09
+.TH TUXPAINT 1 "agosto 9, 2021" "0.9.27" "Tux Paint"
+.SH NAME
+tuxpaint -- "Tux Paint", a drawing program for young children.
+
+.SH SYNOPSYS
+.B tuxpaint
+[\-\-help \-\-version \-\-verbose\-version \-\-usage \-\-copying]
+
+.TP 9
+.B tuxpaint
+[\-\-fullscreen {yes|native|no}]
+.br
+[\-\-allowscreensaver]
+.br
+[\-\-WIDTHxHEIGHT]
+.br
+[\-\-native]
+.br
+[\-\-orient=portrait]
+.br
+[\-\-buttonsize SIZE]
+.br
+[\-\-startblank]
+.br
+[\-\-nosound]
+.br
+[\-\-nostereo]
+.br
+[\-\-noquit]
+.br
+[\-\-noprint]
+.br
+[\-\-printdelay=\fISECONDS\fP]
+.br
+[\-\-printcfg]
+.br
+[\-\-altprintalways | \-\-altprintnever]
+.br
+[\-\-papersize \fIPAPERSIZE\fP | \-\-papersize help]
+.br
+[\-\-printcommand \fICOMMAND\fP]
+.br
+[\-\-altprintcommand \fICOMMAND\fP]
+.br
+[\-\-simpleshapes]
+.br
+[\-\-uppercase]
+.br
+[\-\-grab]
+.br
+[\-\-noshortcuts]
+.br
+[\-\-nowheelmouse]
+.br
+[\-\-nobuttondistinction]
+.br
+[\-\-nofancycursors]
+.br
+[\-\-hidecursor]
+.br
+[\-\-nooutlines]
+.br
+[\-\-nostamps]
+.br
+[\-\-nostampcontrols]
+.br
+[\-\-nomagiccontrols]
+.br
+[\-\-noshapecontrols]
+.br
+[\-\-nolabel]
+.br
+[\-\-newcolorslast]
+.br
+[\-\-mirrorstamps]
+.br
+[\-\-colorsrows=\fIROWS\fP]
+.br
+[\-\-mouse-accessibility]
+.br
+[\-\-onscreen-keyboard]
+.br
+[\-\-onscreen-keyboard-layout \fILAYOUT\fP]
+.br
+[\-\-onscreen-keyboard-disable-change]
+.br
+[\-\-joystick-dev=\fIDEVICE\fP]
+.br
+[\-\-joystick-dev=list]
+.br
+[\-\-joystick-slowness=\fISPEED\fP]
+.br
+[\-\-joystick-threshold=\fITHRESHOLD\fP]
+.br
+[\-\-joystick-maxsteps=\fISTEPS\fP]
+.br
+[\-\-joystick-hat-timeout=\fIMILLISECONDS\fP]
+.br
+[\-\-joystick-hat-slowness=\fISPEED\fP]
+.br
+[\-\-joystick-btn-escape=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-brush=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-stamp=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-lines=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-shapes=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-text=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-label=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-magic=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-undo=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-redo=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-eraser=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-new=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-open=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-save=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-pgsetup=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-print=\fIBUTTON\fP]
+.br
+[\-\-joystick-buttons-ignore=\fIBUTTON1,BUTTON2,...\fP]
+.br
+[\-\-stampsize=\fISIZE\fP]
+.br
+[\-\-keyboard]
+.br
+[\-\-nosysfonts]
+.br
+[\-\-alllocalefonts]
+.br
+[\-\-savedir \fIDIR\fP]
+.br
+[\-\-exportdir \fIDIR\fP]
+.br
+[\-\-datadir \fIDIR\fP]
+.br
+[\-\-saveover]
+.br
+[\-\-saveovernew]
+.br
+[\-\-nosave]
+.br
+[\-\-autosave]
+.br
+[\-\-colorfile \fIFILE\fP]
+
+.TP 9
+.B tuxpaint (defaults)
+[\-\-windowed]
+.br
+[\-\-disablescreensaver]
+.br
+[\-\-800x600]
+.br
+[\-\-orient=landscape]
+.br
+[\-\-buttonsize 48]
+.br
+[\-\-startlast]
+.br
+[\-\-sound]
+.br
+[\-\-stereo]
+.br
+[\-\-quit]
+.br
+[\-\-print]
+.br
+[\-\-printdelay=0]
+.br
+[\-\-noprintcfg]
+.br
+[\-\-altprintmod]
+.br
+[\-\-complexshapes]
+.br
+[\-\-mixedcase]
+.br
+[\-\-dontgrab]
+.br
+[\-\-shortcuts]
+.br
+[\-\-wheelmouse]
+.br
+[\-\-buttondistinction]
+.br
+[\-\-fancycursors]
+.br
+[\-\-showcursor]
+.br
+[\-\-outlines]
+.br
+[\-\-stamps]
+.br
+[\-\-stampcontrols]
+.br
+[\-\-magiccontrols]
+.br
+[\-\-shapecontrols]
+.br
+[\-\-label]
+.br
+[\-\-newcolorsfirst]
+.br
+[\-\-dontmirrorstamps]
+.br
+[\-\-stampsize=default]
+.br
+[\-\-mouse]
+.br
+[\-\-sysfonts]
+.br
+[\-\-currentlocalefont]
+.br
+[\-\-saveoverask]
+.br
+[\-\-save]
+.br
+[\-\-noautosave]
+.br
+
+.TP 9
+.B tuxpaint
+[\-\-locale \fILOCALE\fP]
+
+.TP 9
+.B tuxpaint
+[\-\-lang \fILANGUAGE\fP | \-\-lang help]
+
+.TP 9
+.B tuxpaint
+[\-\-nosysconfig]
+.br
+[\-\-nolockfile]
+
+.SH DESCRIPTION
+.PP
+\fITux Paint\fP is a drawing program for young children. It is meant to be
+easy and fun to use. It provides a simple interface and fixed canvas size,
+and provides access to previous images using a thumbnail browser (i.e., no
+access to the underlying filesystem).
+
+Unlike popular drawing programs like "\fIThe GIMP\fP," it has a very
+limited toolset. However, it provides a much simpler interface, and has
+entertaining, child-oriented additions such as sound effects.
+
+.SH OPTIONS - INFORMATIONAL
+.l
+\fItuxpaint\fP accepts the following options to emit information about the
+program. It then exits immediately (without opening a graphical window).
+
+.TP 8
+.B \-\-help
+Display short, helpful information about Tux Paint.
+.TP 8
+.B \-\-version
+Output the version info.
+.TP 8
+.B \-\-verbose\-version
+Output the version info and compile-time build options.
+.TP 8
+.B \-\-usage
+Display a list of all commandline options.
+.TP 8
+.B \-\-copying
+Show the license (GNU GPL) under which Tux Paint is released.
+
+.SH OPTIONS - INTERFACE
+.l
+\fItuxpaint\fP accepts the following options to alter the interface. They
+can be used along with, instead of, or to override options set in
+configuration files. (See below.)
+
+.SS VIDEO.TP 8
+.B \-\-fullscreen=yes \-\-fullscreen=native \-\-fullscreen=no \-\-windowed
+Run \fITux Paint\fP in full-screen mode at its default -- or a specified --
+screen resolution ("--fullscreen=yes"); or in full-screen mode at the
+system's native resolution ("--fullscreen=native"); or run in a window
+("--fullscreen=no" or "--windowed") (default).
+
+.TP 8
+.B \-\-native
+When in fullscreen mode, use the system's default screen resolution.
+
+.TP 8
+.B \-\-WIDTHxHEIGHT
+Run \fITux Paint\fP in a particularly-sized window, or at a particular
+fullscreen resolution (if \-\-native is not used). Default is 800x600.
+Minimum width is 640. Minimum height is 480. Portrait and landscape
+orientations are both supported. (Also see \-\-orient, below.)
+
+.TP 8
+.B \-\-orient=landscape \-\-orient=portrait
+If \-\-orient=portrait is set, asks \fITux Paint\fP to swap the WIDTH and HEIGHT
+values it uses for windowed or fullscreen mode, without having to actually
+change the WIDTH and HEIGHT values in the configuration file or on the
+command-line. (This is useful on devices where the screen can be rotated,
+e.g. tablet PCs.)
+
+.TP 8
+.B \-\-allowscreensaver \-\-disablescreensaver
+Normally, \fItuxpaint\fP disables your screensaver. Use \-\-allowscreensaver
+to prevent this from happening.
+
+.SS SOUND
+.TP 8
+.B \-\-nosound \-\-sound
+Disable or enable (default) sound.
+
+.TP 8
+.B \-\-nostereo \-\-stereo
+Disable or enable (default) stereo panning support.
+
+.SS INTERFACE SIZE
+.TP 8
+.B \-\-buttonsize SIZE
+Adjust the size of the buttons in \fITux Paint's\fP user interface,
+between 24 and 192 pixels (48 is the default, and suitable for displays
+with 96 to 120dpi pixel density).
+
+.TP 8
+.B \-\-colorsrows=\fIrows\fP
+How many rows of color palette buttons to show; useful when using
+a large color palette, and/or for use with coarse input devices
+(like eyegaze trackers). It can be between 1 (default) and 3.
+
+.SS INTERFACE SIMPLIFICATION
+.TP 8
+.B \-\-simpleshapes \-\-complexshapes
+Disable or enable (default) the \fIrotation\fP step when using the
+\fIShape\fP tool within \fITux Paint\fP. When disabled, shapes cannot be
+rotated; however, the interface is easier (click, drag, release), which can
+be useful for younger or disabled children.
+
+.TP 8
+.B \-\-nooutlines \-\-outlines
+In \fInooutlines\fP mode, much simpler outlines and 'rubber-band' lines are
+displayed when using the \fILines\fP, \fIShapes\fP, \fIStamps\fP and
+\fIEraser\fP tools. (This can help when \fITux Paint\fP is run on slower
+computers, or displayed on a remote X display.)
+
+.TP 8
+.B \-\-uppercase \-\-mixedcase
+In \fIuppercase\fP mode, all text prompts and the \fIText\fP drawing tool
+will display only uppercase letters. This is useful for children who are not
+yet comfortable with the lowercase characterset. Default mode is
+\fImixed case\fP.
+
+.SS INITIAL STAMP SIZE
+.TP 8
+.B \-\-stampsize=\fIsize\fP \-\-stampsize=default
+Sets the default size of all stamps, relative to their possible sizes
+(determined by \fITux Paint\fP, based on the dimensions of both the stamps
+themselves, and the drawing canvas). Valid values are from 0 (smallest)
+to 10 (largest). Use \fIdefault\fP to let \fITux Paint\fP choose
+(this is the default setting).
+
+.SS STARTING OUT
+.TP 8
+.B \-\-startblank \-\-startlast
+When you start \fITux Paint\fP, it loads the last image that was being worked
+on. The \fI\-\-startblank\fP option disables this, so it always starts with
+a blank canvas. The default behavior is \fI\-\-startlast\fP.
+
+.TP 8
+.B \-\-newcolorslast \-\-newcolorsfirst
+List solid (blank) colors at the end, or beginning (default) of the
+options displayed when using the \fINew\fP tool to start a new picture.
+
+.SS CONTROL SIMPLIFICATION
+.TP 8
+.B \-\-noquit \-\-quit
+Disable or enable (default) the on-screen \fIQuit\fP button and \fIEscape\fP
+key sequence for quitting \fITux Paint\fP. Instead, use the window close
+button in the titlebar, the \fIAlt+F4\fP key sequence, or the
+\fIShift+Control+Escape\fP key sequence.
+
+.TP 8
+.B \-\-nostamps \-\-stamps
+With \fInostamps\fP set, Rubber Stamp images are not loaded, so the
+\fIStamps\fP tool will not be available. This option can be used to reduce
+the time Tux Paint takes to load, and reduce the amount of RAM it requires.
+
+.TP 8
+.B \-\-nostampcontrols \-\-stampcontrols
+Disable or enable (default) buttons to control stamps. Controls include
+mirror, flip, shrink and grow. (Note: Not all stamps will be controllable
+in all ways.)
+
+.TP 8
+.B \-\-nomagiccontrols \-\-magiccontrols
+Disable or enable (default) buttons to control Magic tools. Controls include
+controlling whether a Magic tool is used like a paint brush, or if it
+affects the entire image at once. (Note: Not all Magic tools will be
+controllable.)
+
+.TP 8
+.B \-\-noshapecontrols \-\-shapecontrols
+Disable or enable (default) buttons to change the Shape tool's behavior --
+shapes expanding from the center, or from a corner, where the mouse is
+initially clicked.
+
+.TP 8
+.B \-\-nolabel \-\-label
+Disable or enable (default) the \fILabel\fP tool, which lets you create
+text which can be altered or moved later.
+
+.SH OPTIONS - CONTROLLING TUX PAINT
+.l
+\fItuxpaint\fP accepts the following options to alter how you control
+Tux Paint. They can be used along with, instead of, or to override options
+set in configuration files. (See below.)
+
+.SS CURSOR
+.TP 8
+.B \-\-nofancycursors \-\-fancycursors
+Disable or enable (default) the 'fancy' mouse pointer shapes in \fITux Paint\fP.
+While the shapes are larger, and context sensitive, some environments have
+trouble displaying the mouse pointer, and/or leave 'trails' on the screen.
+
+.TP 8
+.B \-\-hidecursor \-\-showcursor
+Completely hide, or enable (default) the mouse pointer in \fITux Paint\fP.
+This can be useful on touchscreen devices, such as tablet PCs.
+
+.SS KEYBOARD
+.TP 8
+.B \-\-noshortcuts \-\-shortcuts
+If \fInoshortcuts\fP mode, keyboard shortcuts (e.g., Ctrl+S for Save)
+will be disabled. Default mode is \fIshortcuts enabled\fP.
+
+.SS MOUSE AND ACCESSIBILITY
+.TP 8
+.B \-\-grab \-\-dontgrab
+Grab the mouse and keyboard input (if possible), so that the mouse is
+confined to the \fITux Paint\fP window. Default is to not grab.
+
+.TP 8
+.B \-\-nowheelmouse \-\-wheelmouse
+By default, the wheel (jog dial) on a mouse will be used to scroll the
+\fIselector\fP on the right of the screen. This can be disabled, and the
+wheel completely ignored, with the \fI\-\-nowheelmouse\fP option.
+This is useful for children who aren't yet comfortable with the mouse.
+Default is to support the wheel.
+
+.TP 8
+.B \-\-mouse-accessibility
+In this mode, instead of clicking, dragging and releasing (e.g., to draw),
+you click, move, and click again to end the motion.
+
+.TP 8
+.B \-\-keyboard \-\-mouse
+The \fIkeyboard\fP option lets the mouse pointer in \fITux Paint\fP be
+controlled with the keyboard. The \fIarrow keys\fP move the pointer.
+\fISpacebar\fP acts as the mouse button.
+
+.TP 8
+.B \-\-nobuttondistinction \-\-buttondistinction
+By default, only mouse button #1 (typically the leftmost mouse button
+on mice with more than one button) can be used for interacting with
+\fITux Paint\fP. With the \fI\-\-nobuttondistinction\fP option,
+mouse buttons #2 (middle) and #3 (right) can be used, as well.
+This is useful for children who aren't yet comfortable with the mouse.
+Default is to only recognize button #1.
+
+.SS ONSCREEN KEYBOARD
+.TP 8
+.B \-\-onscreen-keyboard
+Presents a clickable on-screen keyboard when using the \fIText\fP and
+\fILabel\fP tools.
+
+.TP 8
+.B \-\-onscreen-keyboard-layout \fILAYOUT\fP
+Specify the default layout for the on-screen keyboard (see above).
+
+.TP 8
+.B \-\-onscreen-keyboard-disable-change
+Disallow switching between on-screen keyboard layouts.
+
+.SS JOYSTICK
+.TP 8
+.B \-\-joystick-dev=\fIDEVICE\fP
+Specify which joystick device should be used by Tux Paint. Default value is 0 (the first joystick).
+
+.TP 8
+.B \-\-joystick-dev=list
+List available joysticks and exit.
+
+.TP 8
+.B \-\-joystick-slowness=\fISPEED\fP
+Sets a delay at each axis motion, allowing to slow the joystick. Allowed values are from 0 to 500. Default value is 15.
+
+.TP 8
+.B \-\-joystick-threshold=\fITHRESHOLD\fP
+Sets the minimum level of axis motion to start moving the pointer. Allowed values are from 0 to 32766. Default value is 3200.
+
+.TP 8
+.B \-\-joystick-maxsteps=\fISTEPS\fP
+Sets the maximum pixels the pointer will move at once. Allowed values are from 1 to 7. Default value is 7.
+
+.TP 8
+.B \-\-joystick-hat-timeout=\fIMILLISECONDS\fP
+Sets the delay after wich the pointer will start moving automatically if the hat is keeped pushed. Allowed values are from 0 to 3000. Default value is 1000.
+
+.TP 8
+.B \-\-joystick-hat-slowness=\fISPEED\fP
+Sets a delay at each automatic motion, allowing to slow the speed of the hat. Allowed values are from 0 to 500. Default value is 15.
+
+.TP 8
+.B \-\-joystick-btn-escape=\fIBUTTON\fP
+Selects the joystick button number, as seen by SDL, that will be used to generate a escape event. Useful to dismiss dialogs and quit.
+
+.TP 8
+.B \-\-joystick-btn-\fICOMMAND\fP=\fIBUTTON\fP
+Selects the joystick button number, as seen by SDL, that will be a shortcut to
+various tools within Tux Paint.
+
+.PP
+.RS
+.PD 0
+.TP 2
+-
+brush | Brush
+lines | Lines
+shapes | Shapes
+text | Text
+label | Label
+magic | Magic
+undo | Undo
+redo | Redo
+eraser | Eraser
+new | New
+open | Open
+save | Save
+pgsetup | Print (dialog)
+print | Print (immediate)
+.RE
+.PD
+
+.TP 8
+.B \-\-joystick-buttons-ignore=\fIBUTTON1,BUTTON2,...\fP
+A set of joystick button numbers, as seen by SDL, that should
+be ignored. Otherwise, unless they are used by one of the
+\-\-joystick-btn-... options above, buttons will be seen as a mouse
+left-click. Comma-separated.
+
+.SH OPTIONS - PRINTING
+.l
+\fItuxpaint\fP accepts the following options to alter how Tux Paint
+handles printing. They can be used along with, instead of, or to
+override options set in configuration files. (See below.)
+
+.SS PRINT PERMISSIONS
+.TP 8
+.B \-\-noprint \-\-print
+Disable or enable (default) the \fIPrint\fP command within \fITux Paint\fP.
+
+.TP 8
+.B \-\-printdelay=\fISECONDS\fP \-\-printdelay=0
+Only allow printing (via the \fIPrint\fP command) once every \fISECONDS\fP
+seconds. Default is 0 (no limitation).
+
+.SS SHOW PRINTER DIALOG
+.TP 8
+.B \-\-altprintmod \-\-altprintnever \-\-altprintalways
+These options control whether an system printer dialog appears when the
+user clicks the \fIPrint\fP button. By default (\-\-altprintmod), pressing
+\fI[ALT]\fP while clicking \fIPrint\fP will bring up a dialog (unless you're
+in fullscreen mode). With \-\-altprintalways, the dialog will always appear,
+even if \fI[ALT]\fP is not being held. With \-\-altprintnever, the dialog
+will never appear, even if \fI[ALT]\fP is being held.
+
+.SS SAVE PRINTER CONFIGURATION
+.TP 8
+.B \-\-printcfg \-\-noprintcfg
+(Windows and Mac OS X only.) Enable or disable loading and saving of
+printer settings. By default, \fITux Paint\fP will print to the default
+printer with default settings. Pressing \fI[ALT]\fP while pushing the
+\fIPrint\fP button will cause a printer dialog to appear (as long as you're
+not in fullscreen mode; see also \-\-altprintalways and \-\-altprintnever,
+below.) Unless \-\-noprintcfg is used, your previous settings will
+be loaded when \fITux Paint\fP starts up, and setting changes will be saved
+for next time.
+
+.SS PRINT COMMANDS
+.TP 8
+.B \-\-printcommand \fICOMMAND\fP
+(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
+Have Tux Paint print via an alternate command, rather than lpr(1).
+
+.TP 8
+.B \-\-altprintcommand \fICOMMAND\fP
+(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
+Have Tux Paint print via an alternate command, when a dialog is expect
+(e.g., when holding \fI[ALT]\fP while clicking "Print"; see above),
+rather than kprinter.
+
+.SS PAPER SIZE
+.TP 8
+.B \-\-papersize \fIPAPERSIZE\fP
+(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
+Ask \fITux Paint\fP to generate PostScript of a particular paper size.
+Valid sizes are those supported by libpaper. See papersize(5).
+
+.SH OPTIONS - SAVING
+.l
+\fItuxpaint\fP accepts the following options to alter how Tux Paint
+operates when saving or exporting drawings. They can be used along with,
+instead of, or to override options set in configuration files. (See below.)
+
+.SS SAVE OVER EARLIER WORK
+.TP 8
+.B \-\-saveover \-\-saveovernew \-\-saveoverask
+If, when saving a picture, an older version of the file will be overwritten,
+\fITux Paint\fP will, by default, ask for confirmation: either
+\fIsave over\fP the old file, or \fIcreate\fP a new file. This prompt
+can be disabled with \fI\-\-saveover\fP (which always saves over older versions
+of pictures) or \fI\-\-saveovernew\fP (which always saves a new file).
+The default is to prompt (\fI\-\-saveoverask\fP).
+
+.SS SAVE AND EXPORT DIRECTORIES
+.TP 8
+.B \-\-savedir \fIDIR\fP
+Specify where \fITux Paint\fP should save and load its drawings.
+
+.TP 8
+.B \-\-exportdir \fIDIR\fP
+Specify where \fITux Paint\fP should export drawings and animations.
+
+.SS MORE SAVING OPTIONS
+.TP 8
+.B \-\-nosave \-\-save
+The \fInosave\fP option disables \fITux Paint's\fP ability to save files.
+This can be used in situations where the program is only being used for
+fun, or in a test environment.
+
+.TP 8
+.B \-\-autosave \-\-noautosave
+The \fIautosave\fP option prevents \fITux Paint\fP from asking whether you
+want to save the current picture when quitting, and assumes you do.
+
+.SH OPTIONS - DATA FILES
+.l
+\fItuxpaint\fP accepts the following options to alter where Tux Paint
+loads data (stamps, brushes, etc.) They can be used along with, instead
+of, or to override options set in configuration files. (See below.)
+
+.TP 8
+.B \-\-datadir \fIDIR\fP
+Specify where \fITux Paint\fP should look for personal data files
+(brushes, stamps, etc.).
+
+.TP 8
+.B \-\-colorfile \fIFILE\fP
+This option allows you to override the default color palette in \fITux Paint\fP
+and replace it with your own. The file should be a plain ASCII text file
+containing one color description per line. Colors may be in decimal or
+6- or 3-digit hexadecimal, and followed by a description. (For example,
+"\fI#000 Black\fP" and "\fI255 192 64 Orange\fP".)
+
+.SH OPTIONS - LANGUAGE
+.l
+\fItuxpaint\fP accepts the following options to alter the language used
+by Tux Paint's interface, and other related settings. They can be used
+along with, instead of, or to override options set in configuration
+files. (See below.)
+
+.l
+Various parts of \fITux Paint\fP have been translated into numerous languages.
+\fITux Paint\fP will try its best to honor your \fIlocale\fP setting
+(i.e., the \fILANG\fP environment variable), if possible.
+You can also specifically set the language using options on the command-line
+or in a configuration file.
+
+.TP 8
+.B \-\-locale \fILOCALE\fP
+Specify the language to use, based on locale name (which is typically of the
+form \fIlanguage\fP[_\fIterritory\fP][.\fIcodeset\fP][@\fImodifier\fP],
+where \fIlanguage\fP is an ISO 639 language code,
+\fIterritory\fP is an ISO 3166 country code, and
+\fIcodeset\fP is a character set or encoding identifier like ISO-8859-1 or
+UTF-8.)
+.PP
+.RS
+For example, \fIde_DE@euro\fP for German, or \fIpt_BR\fP
+for Brazilian Portuguese.
+.RE
+
+.TP 8
+.B \-\-lang \fILANGUAGE\fP
+Specify the language to use, based on the language's name
+(as recognized by \fITux Paint\fP). Choose one of the language names
+listed below:
+.PP
+.RS
+.PD 0
+.TP 2
+-
+english | american-english
+.TP 2
+-
+acholi | acoli
+.TP 2
+-
+afrikaans
+.TP 2
+-
+akan | twi-fante
+.TP 2
+-
+albanian
+.TP 2
+-
+amharic
+.TP 2
+-
+arabic
+.TP 2
+-
+aragones
+.TP 2
+-
+armenian | hayeren
+.TP 2
+-
+assamese
+.TP 2
+-
+asturian
+.TP 2
+-
+azerbaijani
+.TP 2
+-
+australian-english
+.TP 2
+-
+bambara
+.TP 2
+-
+basque | euskara
+.TP 2
+-
+belarusian | bielaruskaja
+.TP 2
+-
+bengali
+.TP 2
+-
+bodo
+.TP 2
+-
+bokmal
+.TP 2
+-
+bosnian
+.TP 2
+-
+brazilian-portuguese | portugues-brazilian | brazilian
+.TP 2
+-
+breton | brezhoneg
+.TP 2
+-
+british | british-english
+.TP 2
+-
+bulgarian
+.TP 2
+-
+canadian-english
+.TP 2
+-
+catalan | catala
+.TP 2
+-
+chinese | simplified-chinese
+.TP 2
+-
+croatian | hrvatski
+.TP 2
+-
+czech | cesky
+.TP 2
+-
+danish | dansk
+.TP 2
+-
+dogri
+.TP 2
+-
+dutch | nederlands
+.TP 2
+-
+esperanto
+.TP 2
+-
+estonian
+.TP 2
+-
+faroese
+.TP 2
+-
+finnish | suomi
+.TP 2
+-
+french | francais
+.TP 2
+-
+fula | fulah | pulaar-fulfulde
+.TP 2
+-
+gaelic | irish-gaelic | gaidhlig
+.TP 2
+-
+galician | galego
+.TP 2
+-
+georgian
+.TP 2
+-
+german | deutsch
+.TP 2
+-
+greek
+.TP 2
+-
+gronings | zudelk-veenkelonioals
+.TP 2
+-
+gujarati
+.TP 2
+-
+hebrew
+.TP 2
+-
+hindi
+.TP 2
+-
+hungarian | magyar
+.TP 2
+-
+icelandic | islenska
+.TP 2
+-
+indonesian | bahasa-indonesia
+.TP 2
+-
+inuktitut
+.TP 2
+-
+italian | italiano
+.TP 2
+-
+japanese
+.TP 2
+-
+kabyle | kabylian
+.TP 2
+-
+kannada
+.TP 2
+-
+kashmiri-devanagari
+.TP 2
+-
+kashmiri-perso-arabic
+.TP 2
+-
+kiga | chiga
+.TP 2
+-
+kinyarwanda
+.TP 2
+-
+khmer
+.TP 2
+-
+klingon | tlhIngan
+.TP 2
+-
+konkani-devanagari
+.TP 2
+-
+konkani-roman
+.TP 2
+-
+korean
+.TP 2
+-
+kurdish
+.TP 2
+-
+latvian
+.TP 2
+-
+lithuanian | lietuviu
+.TP 2
+-
+luganda
+.TP 2
+-
+luxembourgish | letzebuergesch
+.TP 2
+-
+macedonian
+.TP 2
+-
+maithili
+.TP 2
+-
+malay
+.TP 2
+-
+malayalam
+.TP 2
+-
+manipuri-bengali
+.TP 2
+-
+manipuri-meitei-mayek
+.TP 2
+-
+marathi
+.TP 2
+-
+mexican-spanish | espanol-mejicano | mexican
+.TP 2
+-
+mongolian
+.TP 2
+-
+ndebele
+.TP 2
+-
+nepali
+.TP 2
+-
+northern-sotho | sesotho-sa-leboa
+.TP 2
+-
+norwegian | nynorsk | norsk
+.TP 2
+-
+occitan
+.TP 2
+-
+odia | oriya
+.TP 2
+-
+ojibway | ojibwe
+.TP 2
+-
+persian
+.TP 2
+-
+polish | polski
+.TP 2
+-
+portuguese | portugues
+.TP 2
+-
+punjabi | panjabi
+.TP 2
+-
+romanian
+.TP 2
+-
+russian | russkiy
+.TP 2
+-
+sanskrit
+.TP 2
+-
+santali-devanagari
+.TP 2
+-
+santali-ol-chiki
+.TP 2
+-
+sardinian
+.TP 2
+-
+scottish | scottish-gaelic | ghaidhlig
+.TP 2
+-
+serbian
+.TP 2
+-
+serbian-latin
+.TP 2
+-
+shuswap | secwepemctin
+.TP 2
+-
+shuswap-devanagari
+.TP 2
+-
+sindhi-perso-arabic
+.TP 2
+-
+slovak
+.TP 2
+-
+slovenian | slovensko
+.TP 2
+-
+songhay
+.TP 2
+-
+southafrican-english
+.TP 2
+-
+spanish | espanol
+.TP 2
+-
+sundanese
+.TP 2
+-
+swahili
+.TP 2
+-
+swedish | svenska
+.TP 2
+-
+tagalog
+.TP 2
+-
+tamil
+.TP 2
+-
+telugu
+.TP 2
+-
+thai
+.TP 2
+-
+tibetan
+.TP 2
+-
+traditional-chinese
+.TP 2
+-
+turkish
+.TP 2
+-
+twi
+.TP 2
+-
+ukrainian
+.TP 2
+-
+urdu
+.TP 2
+-
+valencian
+.TP 2
+-
+venda
+.TP 2
+-
+venetian | veneto
+.TP 2
+-
+vietnamese
+.TP 2
+-
+walloon | walon
+.TP 2
+-
+welsh | cymraeg
+.TP 2
+-
+wolof
+.TP 2
+-
+xhosa
+.TP 2
+-
+zapotec | miahuatlan-zapotec
+.TP 2
+-
+zulu
+.RE
+.PD
+
+.TP 8
+.B \-\-lang help
+Display a lists of all supported languages.
+
+.TP 8
+.B \-\-mirrorstamps \-\-dontmirrorstamps
+With \fImirrorstamps\fP set, stamps which can be mirrored will appear
+mirrored by default. This can be useful when used by people who prefer
+things right-to-left over left-to-right.
+
+.SS FONTS
+.TP 8
+.B \-\-nosysfonts \-\-sysfonts
+\fITux Paint\fP normally attempts to search for additional TrueType Fonts
+installed in common places on your system. If this causes trouble, or you'd
+prefer to only make fonts installed in \fITux Paint\fP's directory available,
+use the \fInosysfonts\fP option to disable this feature.
+
+.TP 8
+.B \-\-alllocalefonts \-\-currentlocalefont
+Tux Paint avoids loading any fonts in its 'locale' font subdirectory,
+except any that match the current locale \fITux Paint\fP is running under.
+Use the \fIalllocalefonts\fP option to load all such fonts, for use in the
+"Text" tool. (This is the old behavior, prior to version 0.9.21.)
+
+.SH OPTIONS - MISCELLANEOUS
+.l
+\fItuxpaint\fP accepts the following options to alter its behavior.
+They can be used along with, instead of, or to override options set in
+configuration files. (See below.)
+
+.TP 8
+.B \-\-nosysconfig
+With this option, \fITux Paint\fP will not attempt to read the
+system-wide configuration file (typically \fI/etc/tuxpaint/tuxpaint.conf\fP).
+
+.TP 8
+.B \-\-nolockfile
+By default, \fITux Paint\fP uses a lockfile (stored in the user's
+local Tux Paint directory) which prevents it from being launched more than
+once in 30 seconds. (Sometimes children get too eager, or user interfaces
+only require one click, but users think they need to double-click.)
+This option makes \fITux Paint\fP ignore the current lockfile.
+
+.SH ENVIRONMENT
+.ad l
+While \fITux Paint\fP may refer to a number of environment variables indirectly
+(e.g., via \fISDL(3)\fP), it only directly accesses the following:
+.PP
+.TP 8
+.B HOME
+to determine where picture files go when using the \fISave\fP and \fIOpen\fP
+commands within \fITux Paint\fP, to keep track of the current image,
+when quitting and restarting \fITux Paint\fP, and to get the user's
+configuration file.
+
+.TP 8
+.B LANG
+to determine language to use, if \fIsetlocale(3)\fP refers to 'LC_MESSAGES'.
+
+.SH FILES
+.TP 8
+.B /etc/tuxpaint/tuxpaint.conf
+System-wide configuration file. It is read first
+(unless the \fI\-\-nosysconfig\fP option was given on the command-line).
+.RS
+.PP
+(Created during installation.)
+.RE
+.TP 8
+.B $HOME/.tuxpaintrc
+User's configuration file. It can be used to set default options
+(rather than setting them on the command-line every time), and/or to
+override any settings in the system-wide configuration file.
+.RS
+.PP
+(Not created or edited automatically; must be created manually.
+You can do this by hand, or use '\fITux Paint Config.\fP.')
+.RE
+.TP 8
+.B $HOME/.tuxpaint/saved/
+A directory of previously-saved images (and thumbnails). Only files in this
+directory will be made available using the \fIOpen\fP command within
+\fITux Paint\fP. (See \fItuxpaint-import(1)\fP.)
+.RS
+.PP
+(Created when \fISave\fP command is used.)
+.RE
+.TP 8
+.B $HOME/.tuxpaint/current_id.txt
+A reference to the image which was being edited when \fITux Paint\fP was
+last quit. (This image is automatically loaded the next time \fITux Paint\fP
+is re-run.)
+.RS
+.PP
+(Created when \fITux Paint\fP is \fIQuit\fP.)
+.RE
+.TP 8
+.B $HOME/.tuxpaint/lockfile.dat
+A lockfile that prevents \fITux Paint\fP from being launched more than once
+every 30 seconds. Disable checking the lockfile by using the
+\'\-\-nolockfile\' command-line argument.
+.RS
+.PP
+(There's no reason to delete the lockfile, as it contains a timestamp
+inside which causes it to expire after 30 seconds.)
+.RE
+
+.SH COPYRIGHT
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+.SH OTHER INFO
+See the documentation that comes with \fITux Paint\fP for further instructions on
+using the program's features.
+
+The canonical place to find \fITux Paint\fP information is at
+.nh
+http://www.tuxpaint.org/.
+.hy
+
+.SH AUTHORS
+Lead developer & project manager: Bill Kendrick
+.nh
+.
+.hy
+
+With patches, fixes, extensions, porting, translations, documentation, and more from
+lots of people, including, but probably not limited to (see AUTHORS.txt and CHANGES.txt):
+
+Aki,
+Ashish Arora,
+Khalid Al Holan,
+Daniel Andersson,
+Hodorog Andrei,
+Joana Portia Antwi-Danso,
+Adorilson Bezerra de Araujo,
+Xandru Armesto,
+Ben Armstrong,
+Ravishankar Ayyakkannu,
+
+Dwayne Bailey,
+Matías Bellone,
+Martin Benjamin,
+Besnik Bleta,
+Denis Bodor,
+Rahul Borade,
+Yacine Bouklif,
+Miguel Bouzada,
+René Brandenburger,
+Herman Bruyninckx,
+Lucie Burianova,
+Laurentiu Buzdugan,
+
+Albert Cahalan,
+Pere Pujal i Carabantes,
+Felipe Castro,
+Ouychai Chaita,
+Zdenek Chalupský,
+Wei-Lun Chao,
+Jacques Chion,
+Ankit Choudary,
+Abdoul Cisse,
+Urska Colner,
+Adam 'akanewbie' Corcoran,
+Helder Correia,
+Ricardo Cruz,
+
+Magnus Dahl,
+Laurent Dhima,
+Chandrakant Dhutadmal,
+Yavor Doganov,
+Joe Dalton,
+Tim Dickson,
+Dawa Dolma,
+Kevin Donnelly,
+Dovix,
+Korvigellou An Drouizig (Philippe),
+Serhij Dubyk,
+
+Ander Elortondo,
+Alberto Escudero-Pascual,
+
+T. Surya Fajri,
+Jamil Farzana,
+Sveinn í Felli,
+Doruk Fisek,
+Flavia Floris,
+Fòram na Gàidhlig,
+Fabian Franz,
+Derrick Frimpong,
+Martin Fuhrer,
+Fula Localization Project,
+
+Alexander Gabillondo,
+Gabriel Gazzan,
+Robert Buj Gelonch,
+Alexander Geroimenko,
+Torsten Giebl,
+Harvey Ginter,
+Solomon Gizaw,
+Robert Glowczynski,
+Chris Goerner,
+Mikel González,
+Volker Grabsch,
+The Greek Linux i18n Team,
+Edmund GRIMLEY EVANS,
+Frederico Goncalves Guimaraes,
+
+Joe Hanson,
+Sam "Criswell" Hart,
+Guy Hed,
+Farinaz Hedayat,
+Prasanta Hembram,
+Willem Heppe,
+Tedi Heriyanto,
+Pjetur G. Hjaltason,
+Knut Erik Hollund,
+Henrik Holst,
+Khaled Hosny,
+Henry House,
+Mohomodou Houssouba,
+Song Huang,
+Karl Ove Hufthammer,
+
+Roland Illig,
+Daniel Illingworth,
+Indigenas Sin Fronteras,
+Juan Irigoien,
+Students of Vocational Higher Secondary School Irimpanam,
+Ivana Rakic,
+Dmitriy Ivanov,
+
+Mogens Jaeger,
+Lis Gøthe í Jákupsstovu,
+Nedjeljko Jedvaj,
+Aleksandar Jelenak,
+Rasmus Erik Voel Jensen,
+Lauri Jesmin,
+Wang Jian,
+Amed Ç. Jiyan,
+Petri Jooste,
+Richard June,
+
+Andrej Kacian,
+Thomas Kalka,
+Jorma Karvonen,
+Yannis Kaskamanidis,
+Kazuhiko,
+Gabor Kelemen,
+Mark Kim,
+Thomas Klausner,
+Koby,
+Marcin 'Shard' Konicki,
+Ines Kovacevic,
+Mantas Kriauciunas,
+Freek de Kruijf,
+Andrzej M. Krzysztofowicz,
+Piotr Kwilinski,
+Serafeim Kyriaki,
+
+Matthew Lange,
+Fabio Lazarin,
+Niko Lewman,
+Arkadiusz Lipiec,
+Ricky Lontoc,
+Dag H. Loras,
+Burkhard Luck,
+
+Nuno Magalhães,
+Vincent Mahlangu,
+Ankit Malik,
+Neskie Manuel,
+Fred Ulisses Maranhao,
+Yannig MARCHEGAY (Kokoyaya),
+Jorge Mariano,
+Martin,
+Sergio Marques,
+Pheledi Mathibela,
+Scott McCreary,
+Marco Milanesi,
+Never Min,
+Kartik Mistry,
+Mugunth,
+Benson Muite,
+Steve Murphy,
+Samuel Murray (Groenkloof),
+
+Shumani Mercy Nehulaudzi,
+Mikkel Kirkgaard Nielsen,
+Alesis Novik,
+Nudjaree,
+Daniel Nylander,
+
+Olli,
+Sven Ollino,
+James Olweny,
+Teresa Orive,
+Gareth Owen,
+
+Quentin PAGÈS,
+Sorin Paliga,
+Yannis Papatzikos,
+Nikolay Parukhin,
+Alessandro Pasotti,
+Flavio Pastor,
+Patrick,
+George Patrick,
+Primoz Peterlin,
+Le Quang Phan,
+Henrik Pihl,
+Auk Piseth,
+Pablo Pita,
+Milan Plzik,
+Eric Poncet,
+Sergei Popov,
+John Popplewell,
+
+Adam 'foo-script' Rakowski,
+Rodrigo Perez Ramirez and Indigenas Sin Fronteras,
+Sebastian Rasmussen,
+Robert Readman,
+Leandro Regueiro,
+Samir Ribić,
+Simona Riva,
+Robin Rosenberg,
+Ilir Rugova,
+Jaroslav Rynik,
+
+Bert Saal,
+Ibraahiima SAAR,
+Saikumar,
+Samuel Sarpong,
+Kevin Patrick Scannell,
+Stephanie Schilling,
+Luc 'Begasus' Schrijvers,
+Kiriaki SERAFEIM,
+Pavithran Shakamuri,
+Gia Shervashidze,
+Clytie Siddall,
+Kliment Simoncev,
+Tomas Skäre,
+Sokratis Sofianopoulos,
+Khoem Sokhem,
+Geert Stams,
+Peter Sterba,
+Raivis Strogonovs,
+Luis C. Suárez,
+Sugar Labs i18n team,
+
+Tomasz 'karave' Tarach,
+Michal Terbert,
+Ignacia Tike,
+Tilo,
+Tarmo Toikkanen,
+TOYAMA Shin-ichi,
+Niall Tracey,
+Gerasim Troeglazov,
+tropikhajma,
+Florence Tushabe,
+
+Matej Urbančič,
+
+Rita Verbauskaite,
+Daniel Jose Viana,
+Charles Vidal,
+
+Darrell Walisser,
+Frank Weng,
+
+Damian Yerrick,
+yurchor,
+
+Muhammad Najmi Ahmad Zabidi,
+Eugene Zelenko,
+Martin Zhekov,
+and
+Huang Zuzhen.
+
+.SH "SEE ALSO"
+.BR tuxpaint-import (1),
+.BR tuxpaint-config (1),
+.BR tp-magic-config (1),
+.BR xpaint (1),
+.BR gpaint (1),
+.BR gimp (1),
+.BR kolourpaint (1),
+.BR krita (1),
+.BR gcompris (1)
+.PP
+And documentation within /usr/[local/]share/doc/tuxpaint/.
diff --git a/man/fr_FR.UTF-8/tuxpaint.1 b/man/fr_FR.UTF-8/tuxpaint.1
new file mode 100644
index 000000000..59feea6fc
--- /dev/null
+++ b/man/fr_FR.UTF-8/tuxpaint.1
@@ -0,0 +1,1492 @@
+.\" tuxpaint.1 - 2021.08.09
+.TH TUXPAINT 1 "août 9, 2021" "0.9.27" "Tux Paint"
+.SH NAME
+tuxpaint -- "Tux Paint", a drawing program for young children.
+
+.SH SYNOPSYS
+.B tuxpaint
+[\-\-help \-\-version \-\-verbose\-version \-\-usage \-\-copying]
+
+.TP 9
+.B tuxpaint
+[\-\-fullscreen {yes|native|no}]
+.br
+[\-\-allowscreensaver]
+.br
+[\-\-WIDTHxHEIGHT]
+.br
+[\-\-native]
+.br
+[\-\-orient=portrait]
+.br
+[\-\-buttonsize SIZE]
+.br
+[\-\-startblank]
+.br
+[\-\-nosound]
+.br
+[\-\-nostereo]
+.br
+[\-\-noquit]
+.br
+[\-\-noprint]
+.br
+[\-\-printdelay=\fISECONDES\fP]
+.br
+[\-\-printcfg]
+.br
+[\-\-altprintalways | \-\-altprintnever]
+.br
+[\-\-papersize \fIPAPERSIZE\fP | \-\-papersize help]
+.br
+[\-\-printcommand \fICOMMAND\fP]
+.br
+[\-\-altprintcommand \fICOMMAND\fP]
+.br
+[\-\-simpleshapes]
+.br
+[\-\-uppercase]
+.br
+[\-\-grab]
+.br
+[\-\-noshortcuts]
+.br
+[\-\-nowheelmouse]
+.br
+[\-\-nobuttondistinction]
+.br
+[\-\-nofancycursors]
+.br
+[\-\-hidecursor]
+.br
+[\-\-nooutlines]
+.br
+[\-\-nostamps]
+.br
+[\-\-nostampcontrols]
+.br
+[\-\-nomagiccontrols]
+.br
+[\-\-noshapecontrols]
+.br
+[\-\-nolabel]
+.br
+[\-\-newcolorslast]
+.br
+[\-\-mirrorstamps]
+.br
+[\-\-colorsrows=\fIROWS\fP]
+.br
+[\-\-mouse-accessibility]
+.br
+[\-\-onscreen-keyboard]
+.br
+[\-\-onscreen-keyboard-layout \fILAYOUT\fP]
+.br
+[\-\-onscreen-keyboard-disable-change]
+.br
+[\-\-joystick-dev=\fIDEVICE\fP]
+.br
+[\-\-joystick-dev=list]
+.br
+[\-\-joystick-slowness=\fISPEED\fP]
+.br
+[\-\-joystick-threshold=\fITHRESHOLD\fP]
+.br
+[\-\-joystick-maxsteps=\fISTEPS\fP]
+.br
+[\-\-joystick-hat-timeout=\fIMILLISECONDS\fP]
+.br
+[\-\-joystick-hat-slowness=\fISPEED\fP]
+.br
+[\-\-joystick-btn-escape=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-brush=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-stamp=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-lines=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-shapes=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-text=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-label=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-magic=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-undo=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-redo=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-eraser=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-new=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-open=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-save=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-pgsetup=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-print=\fIBUTTON\fP]
+.br
+[\-\-joystick-buttons-ignore=\fIBUTTON1,BUTTON2,...\fP]
+.br
+[\-\-stampsize=\fISIZE\fP]
+.br
+[\-\-keyboard]
+.br
+[\-\-nosysfonts]
+.br
+[\-\-alllocalefonts]
+.br
+[\-\-savedir \fIDIR\fP]
+.br
+[\-\-exportdir \fIDIR\fP]
+.br
+[\-\-datadir \fIDIR\fP]
+.br
+[\-\-saveover]
+.br
+[\-\-saveovernew]
+.br
+[\-\-nosave]
+.br
+[\-\-autosave]
+.br
+[\-\-colorfile \fIFILE\fP]
+
+.TP 9
+.B tuxpaint (defaults)
+[\-\-windowed]
+.br
+[\-\-disablescreensaver]
+.br
+[\-\-800x600]
+.br
+[\-\-orient=landscape]
+.br
+[\-\-buttonsize 48]
+.br
+[\-\-startlast]
+.br
+[\-\-sound]
+.br
+[\-\-stereo]
+.br
+[\-\-quit]
+.br
+[\-\-print]
+.br
+[\-\-printdelay=0]
+.br
+[\-\-noprintcfg]
+.br
+[\-\-altprintmod]
+.br
+[\-\-complexshapes]
+.br
+[\-\-mixedcase]
+.br
+[\-\-dontgrab]
+.br
+[\-\-shortcuts]
+.br
+[\-\-wheelmouse]
+.br
+[\-\-buttondistinction]
+.br
+[\-\-fancycursors]
+.br
+[\-\-showcursor]
+.br
+[\-\-outlines]
+.br
+[\-\-stamps]
+.br
+[\-\-stampcontrols]
+.br
+[\-\-magiccontrols]
+.br
+[\-\-shapecontrols]
+.br
+[\-\-label]
+.br
+[\-\-newcolorsfirst]
+.br
+[\-\-dontmirrorstamps]
+.br
+[\-\-stampsize=default]
+.br
+[\-\-mouse]
+.br
+[\-\-sysfonts]
+.br
+[\-\-currentlocalefont]
+.br
+[\-\-saveoverask]
+.br
+[\-\-save]
+.br
+[\-\-noautosave]
+.br
+
+.TP 9
+.B tuxpaint
+[\-\-locale \fILOCALE\fP]
+
+.TP 9
+.B tuxpaint
+[\-\-lang \fILANGUAGE\fP | \-\-lang help]
+
+.TP 9
+.B tuxpaint
+[\-\-nosysconfig]
+.br
+[\-\-nolockfile]
+
+.SH DESCRIPTION
+.PP
+\fITux Paint\fP is a drawing program for young children. It is meant to be
+easy and fun to use. It provides a simple interface and fixed canvas size,
+and provides access to previous images using a thumbnail browser (i.e., no
+access to the underlying filesystem).
+
+Unlike popular drawing programs like "\fIThe GIMP\fP," it has a very
+limited toolset. However, it provides a much simpler interface, and has
+entertaining, child-oriented additions such as sound effects.
+
+.SH OPTIONS - INFORMATIONAL
+.l
+\fItuxpaint\fP accepts the following options to emit information about the
+program. It then exits immediately (without opening a graphical window).
+
+.TP 8
+.B \-\-help
+Display short, helpful information about Tux Paint.
+.TP 8
+.B \-\-version
+Output the version info.
+.TP 8
+.B \-\-verbose\-version
+Output the version info and compile-time build options.
+.TP 8
+.B \-\-usage
+Display a list of all commandline options.
+.TP 8
+.B \-\-copying
+Show the license (GNU GPL) under which Tux Paint is released.
+
+.SH OPTIONS - INTERFACE
+.l
+\fItuxpaint\fP accepts the following options to alter the interface. They
+can be used along with, instead of, or to override options set in
+configuration files. (See below.)
+
+.SS VIDEO.TP 8
+.B \-\-fullscreen=yes \-\-fullscreen=native \-\-fullscreen=no \-\-windowed
+Run \fITux Paint\fP in full-screen mode at its default -- or a specified --
+screen resolution ("--fullscreen=yes"); or in full-screen mode at the
+system's native resolution ("--fullscreen=native"); or run in a window
+("--fullscreen=no" or "--windowed") (default).
+
+.TP 8
+.B \-\-native
+When in fullscreen mode, use the system's default screen resolution.
+
+.TP 8
+.B \-\-WIDTHxHEIGHT
+Run \fITux Paint\fP in a particularly-sized window, or at a particular
+fullscreen resolution (if \-\-native is not used). Default is 800x600.
+Minimum width is 640. Minimum height is 480. Portrait and landscape
+orientations are both supported. (Also see \-\-orient, below.)
+
+.TP 8
+.B \-\-orient=landscape \-\-orient=portrait
+If \-\-orient=portrait is set, asks \fITux Paint\fP to swap the WIDTH and HEIGHT
+values it uses for windowed or fullscreen mode, without having to actually
+change the WIDTH and HEIGHT values in the configuration file or on the
+command-line. (This is useful on devices where the screen can be rotated,
+e.g. tablet PCs.)
+
+.TP 8
+.B \-\-allowscreensaver \-\-disablescreensaver
+Normally, \fItuxpaint\fP disables your screensaver. Use \-\-allowscreensaver
+to prevent this from happening.
+
+.SS SOUND
+.TP 8
+.B \-\-nosound \-\-sound
+Disable or enable (default) sound.
+
+.TP 8
+.B \-\-nostereo \-\-stereo
+Disable or enable (default) stereo panning support.
+
+.SS INTERFACE SIZE
+.TP 8
+.B \-\-buttonsize SIZE
+Adjust the size of the buttons in \fITux Paint's\fP user interface,
+between 24 and 192 pixels (48 is the default, and suitable for displays
+with 96 to 120dpi pixel density).
+
+.TP 8
+.B \-\-colorsrows=\fIrows\fP
+How many rows of color palette buttons to show; useful when using
+a large color palette, and/or for use with coarse input devices
+(like eyegaze trackers). It can be between 1 (default) and 3.
+
+.SS INTERFACE SIMPLIFICATION
+.TP 8
+.B \-\-simpleshapes \-\-complexshapes
+Disable or enable (default) the \fIrotation\fP step when using the
+\fIShape\fP tool within \fITux Paint\fP. When disabled, shapes cannot be
+rotated; however, the interface is easier (click, drag, release), which can
+be useful for younger or disabled children.
+
+.TP 8
+.B \-\-nooutlines \-\-outlines
+In \fInooutlines\fP mode, much simpler outlines and 'rubber-band' lines are
+displayed when using the \fILines\fP, \fIShapes\fP, \fIStamps\fP and
+\fIEraser\fP tools. (This can help when \fITux Paint\fP is run on slower
+computers, or displayed on a remote X display.)
+
+.TP 8
+.B \-\-uppercase \-\-mixedcase
+In \fIuppercase\fP mode, all text prompts and the \fIText\fP drawing tool
+will display only uppercase letters. This is useful for children who are not
+yet comfortable with the lowercase characterset. Default mode is
+\fImixed case\fP.
+
+.SS INITIAL STAMP SIZE
+.TP 8
+.B \-\-stampsize=\fIsize\fP \-\-stampsize=default
+Sets the default size of all stamps, relative to their possible sizes
+(determined by \fITux Paint\fP, based on the dimensions of both the stamps
+themselves, and the drawing canvas). Valid values are from 0 (smallest)
+to 10 (largest). Use \fIdefault\fP to let \fITux Paint\fP choose
+(this is the default setting).
+
+.SS STARTING OUT
+.TP 8
+.B \-\-startblank \-\-startlast
+When you start \fITux Paint\fP, it loads the last image that was being worked
+on. The \fI\-\-startblank\fP option disables this, so it always starts with
+a blank canvas. The default behavior is \fI\-\-startlast\fP.
+
+.TP 8
+.B \-\-newcolorslast \-\-newcolorsfirst
+List solid (blank) colors at the end, or beginning (default) of the
+options displayed when using the \fINew\fP tool to start a new picture.
+
+.SS CONTROL SIMPLIFICATION
+.TP 8
+.B \-\-noquit \-\-quit
+Disable or enable (default) the on-screen \fIQuit\fP button and \fIEscape\fP
+key sequence for quitting \fITux Paint\fP. Instead, use the window close
+button in the titlebar, the \fIAlt+F4\fP key sequence, or the
+\fIShift+Control+Escape\fP key sequence.
+
+.TP 8
+.B \-\-nostamps \-\-stamps
+With \fInostamps\fP set, Rubber Stamp images are not loaded, so the
+\fIStamps\fP tool will not be available. This option can be used to reduce
+the time Tux Paint takes to load, and reduce the amount of RAM it requires.
+
+.TP 8
+.B \-\-nostampcontrols \-\-stampcontrols
+Disable or enable (default) buttons to control stamps. Controls include
+mirror, flip, shrink and grow. (Note: Not all stamps will be controllable
+in all ways.)
+
+.TP 8
+.B \-\-nomagiccontrols \-\-magiccontrols
+Disable or enable (default) buttons to control Magic tools. Controls include
+controlling whether a Magic tool is used like a paint brush, or if it
+affects the entire image at once. (Note: Not all Magic tools will be
+controllable.)
+
+.TP 8
+.B \-\-noshapecontrols \-\-shapecontrols
+Disable or enable (default) buttons to change the Shape tool's behavior --
+shapes expanding from the center, or from a corner, where the mouse is
+initially clicked.
+
+.TP 8
+.B \-\-nolabel \-\-label
+Disable or enable (default) the \fILabel\fP tool, which lets you create
+text which can be altered or moved later.
+
+.SH OPTIONS - CONTROLLING TUX PAINT
+.l
+\fItuxpaint\fP accepts the following options to alter how you control
+Tux Paint. They can be used along with, instead of, or to override options
+set in configuration files. (See below.)
+
+.SS CURSOR
+.TP 8
+.B \-\-nofancycursors \-\-fancycursors
+Disable or enable (default) the 'fancy' mouse pointer shapes in \fITux Paint\fP.
+While the shapes are larger, and context sensitive, some environments have
+trouble displaying the mouse pointer, and/or leave 'trails' on the screen.
+
+.TP 8
+.B \-\-hidecursor \-\-showcursor
+Completely hide, or enable (default) the mouse pointer in \fITux Paint\fP.
+This can be useful on touchscreen devices, such as tablet PCs.
+
+.SS KEYBOARD
+.TP 8
+.B \-\-noshortcuts \-\-shortcuts
+If \fInoshortcuts\fP mode, keyboard shortcuts (e.g., Ctrl+S for Save)
+will be disabled. Default mode is \fIshortcuts enabled\fP.
+
+.SS MOUSE AND ACCESSIBILITY
+.TP 8
+.B \-\-grab \-\-dontgrab
+Grab the mouse and keyboard input (if possible), so that the mouse is
+confined to the \fITux Paint\fP window. Default is to not grab.
+
+.TP 8
+.B \-\-nowheelmouse \-\-wheelmouse
+By default, the wheel (jog dial) on a mouse will be used to scroll the
+\fIselector\fP on the right of the screen. This can be disabled, and the
+wheel completely ignored, with the \fI\-\-nowheelmouse\fP option.
+This is useful for children who aren't yet comfortable with the mouse.
+Default is to support the wheel.
+
+.TP 8
+.B \-\-mouse-accessibility
+In this mode, instead of clicking, dragging and releasing (e.g., to draw),
+you click, move, and click again to end the motion.
+
+.TP 8
+.B \-\-keyboard \-\-mouse
+The \fIkeyboard\fP option lets the mouse pointer in \fITux Paint\fP be
+controlled with the keyboard. The \fIarrow keys\fP move the pointer.
+\fISpacebar\fP acts as the mouse button.
+
+.TP 8
+.B \-\-nobuttondistinction \-\-buttondistinction
+By default, only mouse button #1 (typically the leftmost mouse button
+on mice with more than one button) can be used for interacting with
+\fITux Paint\fP. With the \fI\-\-nobuttondistinction\fP option,
+mouse buttons #2 (middle) and #3 (right) can be used, as well.
+This is useful for children who aren't yet comfortable with the mouse.
+Default is to only recognize button #1.
+
+.SS ONSCREEN KEYBOARD
+.TP 8
+.B \-\-onscreen-keyboard
+Presents a clickable on-screen keyboard when using the \fIText\fP and
+\fILabel\fP tools.
+
+.TP 8
+.B \-\-onscreen-keyboard-layout \fILAYOUT\fP
+Specify the default layout for the on-screen keyboard (see above).
+
+.TP 8
+.B \-\-onscreen-keyboard-disable-change
+Disallow switching between on-screen keyboard layouts.
+
+.SS JOYSTICK
+.TP 8
+.B \-\-joystick-dev=\fIDEVICE\fP
+Specify which joystick device should be used by Tux Paint. Default value is 0 (the first joystick).
+
+.TP 8
+.B \-\-joystick-dev=list
+List available joysticks and exit.
+
+.TP 8
+.B \-\-joystick-slowness=\fISPEED\fP
+Sets a delay at each axis motion, allowing to slow the joystick. Allowed values are from 0 to 500. Default value is 15.
+
+.TP 8
+.B \-\-joystick-threshold=\fITHRESHOLD\fP
+Sets the minimum level of axis motion to start moving the pointer. Allowed values are from 0 to 32766. Default value is 3200.
+
+.TP 8
+.B \-\-joystick-maxsteps=\fISTEPS\fP
+Sets the maximum pixels the pointer will move at once. Allowed values are from 1 to 7. Default value is 7.
+
+.TP 8
+.B \-\-joystick-hat-timeout=\fIMILLISECONDS\fP
+Sets the delay after wich the pointer will start moving automatically if the hat is keeped pushed. Allowed values are from 0 to 3000. Default value is 1000.
+
+.TP 8
+.B \-\-joystick-hat-slowness=\fISPEED\fP
+Sets a delay at each automatic motion, allowing to slow the speed of the hat. Allowed values are from 0 to 500. Default value is 15.
+
+.TP 8
+.B \-\-joystick-btn-escape=\fIBUTTON\fP
+Selects the joystick button number, as seen by SDL, that will be used to generate a escape event. Useful to dismiss dialogs and quit.
+
+.TP 8
+.B \-\-joystick-btn-\fICOMMAND\fP=\fIBUTTON\fP
+Selects the joystick button number, as seen by SDL, that will be a shortcut to
+various tools within Tux Paint.
+
+.PP
+.RS
+.PD 0
+.TP 2
+-
+brush | Brush
+lines | Lines
+shapes | Shapes
+text | Text
+label | Label
+magic | Magic
+undo | Undo
+redo | Redo
+eraser | Eraser
+new | New
+open | Open
+save | Save
+pgsetup | Print (dialog)
+print | Print (immediate)
+.RE
+.PD
+
+.TP 8
+.B \-\-joystick-buttons-ignore=\fIBUTTON1,BUTTON2,...\fP
+A set of joystick button numbers, as seen by SDL, that should
+be ignored. Otherwise, unless they are used by one of the
+\-\-joystick-btn-... options above, buttons will be seen as a mouse
+left-click. Comma-separated.
+
+.SH OPTIONS - PRINTING
+.l
+\fItuxpaint\fP accepts the following options to alter how Tux Paint
+handles printing. They can be used along with, instead of, or to
+override options set in configuration files. (See below.)
+
+.SS PRINT PERMISSIONS
+.TP 8
+.B \-\-noprint \-\-print
+Disable or enable (default) the \fIPrint\fP command within \fITux Paint\fP.
+
+.TP 8
+.B \-\-printdelay=\fISECONDS\fP \-\-printdelay=0
+Only allow printing (via the \fIPrint\fP command) once every \fISECONDS\fP
+seconds. Default is 0 (no limitation).
+
+.SS SHOW PRINTER DIALOG
+.TP 8
+.B \-\-altprintmod \-\-altprintnever \-\-altprintalways
+These options control whether an system printer dialog appears when the
+user clicks the \fIPrint\fP button. By default (\-\-altprintmod), pressing
+\fI[ALT]\fP while clicking \fIPrint\fP will bring up a dialog (unless you're
+in fullscreen mode). With \-\-altprintalways, the dialog will always appear,
+even if \fI[ALT]\fP is not being held. With \-\-altprintnever, the dialog
+will never appear, even if \fI[ALT]\fP is being held.
+
+.SS SAVE PRINTER CONFIGURATION
+.TP 8
+.B \-\-printcfg \-\-noprintcfg
+(Windows and Mac OS X only.) Enable or disable loading and saving of
+printer settings. By default, \fITux Paint\fP will print to the default
+printer with default settings. Pressing \fI[ALT]\fP while pushing the
+\fIPrint\fP button will cause a printer dialog to appear (as long as you're
+not in fullscreen mode; see also \-\-altprintalways and \-\-altprintnever,
+below.) Unless \-\-noprintcfg is used, your previous settings will
+be loaded when \fITux Paint\fP starts up, and setting changes will be saved
+for next time.
+
+.SS PRINT COMMANDS
+.TP 8
+.B \-\-printcommand \fICOMMAND\fP
+(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
+Have Tux Paint print via an alternate command, rather than lpr(1).
+
+.TP 8
+.B \-\-altprintcommand \fICOMMAND\fP
+(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
+Have Tux Paint print via an alternate command, when a dialog is expect
+(e.g., when holding \fI[ALT]\fP while clicking "Print"; see above),
+rather than kprinter.
+
+.SS PAPER SIZE
+.TP 8
+.B \-\-papersize \fIPAPERSIZE\fP
+(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
+Ask \fITux Paint\fP to generate PostScript of a particular paper size.
+Valid sizes are those supported by libpaper. See papersize(5).
+
+.SH OPTIONS - SAVING
+.l
+\fItuxpaint\fP accepts the following options to alter how Tux Paint
+operates when saving or exporting drawings. They can be used along with,
+instead of, or to override options set in configuration files. (See below.)
+
+.SS SAVE OVER EARLIER WORK
+.TP 8
+.B \-\-saveover \-\-saveovernew \-\-saveoverask
+If, when saving a picture, an older version of the file will be overwritten,
+\fITux Paint\fP will, by default, ask for confirmation: either
+\fIsave over\fP the old file, or \fIcreate\fP a new file. This prompt
+can be disabled with \fI\-\-saveover\fP (which always saves over older versions
+of pictures) or \fI\-\-saveovernew\fP (which always saves a new file).
+The default is to prompt (\fI\-\-saveoverask\fP).
+
+.SS SAVE AND EXPORT DIRECTORIES
+.TP 8
+.B \-\-savedir \fIDIR\fP
+Specify where \fITux Paint\fP should save and load its drawings.
+
+.TP 8
+.B \-\-exportdir \fIDIR\fP
+Specify where \fITux Paint\fP should export drawings and animations.
+
+.SS MORE SAVING OPTIONS
+.TP 8
+.B \-\-nosave \-\-save
+The \fInosave\fP option disables \fITux Paint's\fP ability to save files.
+This can be used in situations where the program is only being used for
+fun, or in a test environment.
+
+.TP 8
+.B \-\-autosave \-\-noautosave
+The \fIautosave\fP option prevents \fITux Paint\fP from asking whether you
+want to save the current picture when quitting, and assumes you do.
+
+.SH OPTIONS - DATA FILES
+.l
+\fItuxpaint\fP accepts the following options to alter where Tux Paint
+loads data (stamps, brushes, etc.) They can be used along with, instead
+of, or to override options set in configuration files. (See below.)
+
+.TP 8
+.B \-\-datadir \fIDIR\fP
+Specify where \fITux Paint\fP should look for personal data files
+(brushes, stamps, etc.).
+
+.TP 8
+.B \-\-colorfile \fIFILE\fP
+This option allows you to override the default color palette in \fITux Paint\fP
+and replace it with your own. The file should be a plain ASCII text file
+containing one color description per line. Colors may be in decimal or
+6- or 3-digit hexadecimal, and followed by a description. (For example,
+"\fI#000 Black\fP" and "\fI255 192 64 Orange\fP".)
+
+.SH OPTIONS - LANGUAGE
+.l
+\fItuxpaint\fP accepts the following options to alter the language used
+by Tux Paint's interface, and other related settings. They can be used
+along with, instead of, or to override options set in configuration
+files. (See below.)
+
+.l
+Various parts of \fITux Paint\fP have been translated into numerous languages.
+\fITux Paint\fP will try its best to honor your \fIlocale\fP setting
+(i.e., the \fILANG\fP environment variable), if possible.
+You can also specifically set the language using options on the command-line
+or in a configuration file.
+
+.TP 8
+.B \-\-locale \fILOCALE\fP
+Specify the language to use, based on locale name (which is typically of the
+form \fIlanguage\fP[_\fIterritory\fP][.\fIcodeset\fP][@\fImodifier\fP],
+where \fIlanguage\fP is an ISO 639 language code,
+\fIterritory\fP is an ISO 3166 country code, and
+\fIcodeset\fP is a character set or encoding identifier like ISO-8859-1 or
+UTF-8.)
+.PP
+.RS
+For example, \fIde_DE@euro\fP for German, or \fIpt_BR\fP
+for Brazilian Portuguese.
+.RE
+
+.TP 8
+.B \-\-lang \fILANGUAGE\fP
+Specify the language to use, based on the language's name
+(as recognized by \fITux Paint\fP). Choose one of the language names
+listed below:
+.PP
+.RS
+.PD 0
+.TP 2
+-
+english | american-english
+.TP 2
+-
+acholi | acoli
+.TP 2
+-
+afrikaans
+.TP 2
+-
+akan | twi-fante
+.TP 2
+-
+albanian
+.TP 2
+-
+amharic
+.TP 2
+-
+arabic
+.TP 2
+-
+aragones
+.TP 2
+-
+armenian | hayeren
+.TP 2
+-
+assamese
+.TP 2
+-
+asturian
+.TP 2
+-
+azerbaijani
+.TP 2
+-
+australian-english
+.TP 2
+-
+bambara
+.TP 2
+-
+basque | euskara
+.TP 2
+-
+belarusian | bielaruskaja
+.TP 2
+-
+bengali
+.TP 2
+-
+bodo
+.TP 2
+-
+bokmal
+.TP 2
+-
+bosnian
+.TP 2
+-
+brazilian-portuguese | portugues-brazilian | brazilian
+.TP 2
+-
+breton | brezhoneg
+.TP 2
+-
+british | british-english
+.TP 2
+-
+bulgarian
+.TP 2
+-
+canadian-english
+.TP 2
+-
+catalan | catala
+.TP 2
+-
+chinese | simplified-chinese
+.TP 2
+-
+croatian | hrvatski
+.TP 2
+-
+czech | cesky
+.TP 2
+-
+danish | dansk
+.TP 2
+-
+dogri
+.TP 2
+-
+dutch | nederlands
+.TP 2
+-
+esperanto
+.TP 2
+-
+estonian
+.TP 2
+-
+faroese
+.TP 2
+-
+finnish | suomi
+.TP 2
+-
+french | francais
+.TP 2
+-
+fula | fulah | pulaar-fulfulde
+.TP 2
+-
+gaelic | irish-gaelic | gaidhlig
+.TP 2
+-
+galician | galego
+.TP 2
+-
+georgian
+.TP 2
+-
+german | deutsch
+.TP 2
+-
+greek
+.TP 2
+-
+gronings | zudelk-veenkelonioals
+.TP 2
+-
+gujarati
+.TP 2
+-
+hebrew
+.TP 2
+-
+hindi
+.TP 2
+-
+hungarian | magyar
+.TP 2
+-
+icelandic | islenska
+.TP 2
+-
+indonesian | bahasa-indonesia
+.TP 2
+-
+inuktitut
+.TP 2
+-
+italian | italiano
+.TP 2
+-
+japanese
+.TP 2
+-
+kabyle | kabylian
+.TP 2
+-
+kannada
+.TP 2
+-
+kashmiri-devanagari
+.TP 2
+-
+kashmiri-perso-arabic
+.TP 2
+-
+kiga | chiga
+.TP 2
+-
+kinyarwanda
+.TP 2
+-
+khmer
+.TP 2
+-
+klingon | tlhIngan
+.TP 2
+-
+konkani-devanagari
+.TP 2
+-
+konkani-roman
+.TP 2
+-
+korean
+.TP 2
+-
+kurdish
+.TP 2
+-
+latvian
+.TP 2
+-
+lithuanian | lietuviu
+.TP 2
+-
+luganda
+.TP 2
+-
+luxembourgish | letzebuergesch
+.TP 2
+-
+macedonian
+.TP 2
+-
+maithili
+.TP 2
+-
+malay
+.TP 2
+-
+malayalam
+.TP 2
+-
+manipuri-bengali
+.TP 2
+-
+manipuri-meitei-mayek
+.TP 2
+-
+marathi
+.TP 2
+-
+mexican-spanish | espanol-mejicano | mexican
+.TP 2
+-
+mongolian
+.TP 2
+-
+ndebele
+.TP 2
+-
+nepali
+.TP 2
+-
+northern-sotho | sesotho-sa-leboa
+.TP 2
+-
+norwegian | nynorsk | norsk
+.TP 2
+-
+occitan
+.TP 2
+-
+odia | oriya
+.TP 2
+-
+ojibway | ojibwe
+.TP 2
+-
+persian
+.TP 2
+-
+polish | polski
+.TP 2
+-
+portuguese | portugues
+.TP 2
+-
+punjabi | panjabi
+.TP 2
+-
+romanian
+.TP 2
+-
+russian | russkiy
+.TP 2
+-
+sanskrit
+.TP 2
+-
+santali-devanagari
+.TP 2
+-
+santali-ol-chiki
+.TP 2
+-
+sardinian
+.TP 2
+-
+scottish | scottish-gaelic | ghaidhlig
+.TP 2
+-
+serbian
+.TP 2
+-
+serbian-latin
+.TP 2
+-
+shuswap | secwepemctin
+.TP 2
+-
+shuswap-devanagari
+.TP 2
+-
+sindhi-perso-arabic
+.TP 2
+-
+slovak
+.TP 2
+-
+slovenian | slovensko
+.TP 2
+-
+songhay
+.TP 2
+-
+southafrican-english
+.TP 2
+-
+spanish | espanol
+.TP 2
+-
+sundanese
+.TP 2
+-
+swahili
+.TP 2
+-
+swedish | svenska
+.TP 2
+-
+tagalog
+.TP 2
+-
+tamil
+.TP 2
+-
+telugu
+.TP 2
+-
+thai
+.TP 2
+-
+tibetan
+.TP 2
+-
+traditional-chinese
+.TP 2
+-
+turkish
+.TP 2
+-
+twi
+.TP 2
+-
+ukrainian
+.TP 2
+-
+urdu
+.TP 2
+-
+valencian
+.TP 2
+-
+venda
+.TP 2
+-
+venetian | veneto
+.TP 2
+-
+vietnamese
+.TP 2
+-
+walloon | walon
+.TP 2
+-
+welsh | cymraeg
+.TP 2
+-
+wolof
+.TP 2
+-
+xhosa
+.TP 2
+-
+zapotec | miahuatlan-zapotec
+.TP 2
+-
+zulu
+.RE
+.PD
+
+.TP 8
+.B \-\-lang help
+Display a lists of all supported languages.
+
+.TP 8
+.B \-\-mirrorstamps \-\-dontmirrorstamps
+With \fImirrorstamps\fP set, stamps which can be mirrored will appear
+mirrored by default. This can be useful when used by people who prefer
+things right-to-left over left-to-right.
+
+.SS FONTS
+.TP 8
+.B \-\-nosysfonts \-\-sysfonts
+\fITux Paint\fP normally attempts to search for additional TrueType Fonts
+installed in common places on your system. If this causes trouble, or you'd
+prefer to only make fonts installed in \fITux Paint\fP's directory available,
+use the \fInosysfonts\fP option to disable this feature.
+
+.TP 8
+.B \-\-alllocalefonts \-\-currentlocalefont
+Tux Paint avoids loading any fonts in its 'locale' font subdirectory,
+except any that match the current locale \fITux Paint\fP is running under.
+Use the \fIalllocalefonts\fP option to load all such fonts, for use in the
+"Text" tool. (This is the old behavior, prior to version 0.9.21.)
+
+.SH OPTIONS - MISCELLANEOUS
+.l
+\fItuxpaint\fP accepts the following options to alter its behavior.
+They can be used along with, instead of, or to override options set in
+configuration files. (See below.)
+
+.TP 8
+.B \-\-nosysconfig
+With this option, \fITux Paint\fP will not attempt to read the
+system-wide configuration file (typically \fI/etc/tuxpaint/tuxpaint.conf\fP).
+
+.TP 8
+.B \-\-nolockfile
+By default, \fITux Paint\fP uses a lockfile (stored in the user's
+local Tux Paint directory) which prevents it from being launched more than
+once in 30 seconds. (Sometimes children get too eager, or user interfaces
+only require one click, but users think they need to double-click.)
+This option makes \fITux Paint\fP ignore the current lockfile.
+
+.SH ENVIRONMENT
+.ad l
+While \fITux Paint\fP may refer to a number of environment variables indirectly
+(e.g., via \fISDL(3)\fP), it only directly accesses the following:
+.PP
+.TP 8
+.B HOME
+to determine where picture files go when using the \fISave\fP and \fIOpen\fP
+commands within \fITux Paint\fP, to keep track of the current image,
+when quitting and restarting \fITux Paint\fP, and to get the user's
+configuration file.
+
+.TP 8
+.B LANG
+to determine language to use, if \fIsetlocale(3)\fP refers to 'LC_MESSAGES'.
+
+.SH FILES
+.TP 8
+.B /etc/tuxpaint/tuxpaint.conf
+System-wide configuration file. It is read first
+(unless the \fI\-\-nosysconfig\fP option was given on the command-line).
+.RS
+.PP
+(Created during installation.)
+.RE
+.TP 8
+.B $HOME/.tuxpaintrc
+User's configuration file. It can be used to set default options
+(rather than setting them on the command-line every time), and/or to
+override any settings in the system-wide configuration file.
+.RS
+.PP
+(Not created or edited automatically; must be created manually.
+You can do this by hand, or use '\fITux Paint Config.\fP.')
+.RE
+.TP 8
+.B $HOME/.tuxpaint/saved/
+A directory of previously-saved images (and thumbnails). Only files in this
+directory will be made available using the \fIOpen\fP command within
+\fITux Paint\fP. (See \fItuxpaint-import(1)\fP.)
+.RS
+.PP
+(Created when \fISave\fP command is used.)
+.RE
+.TP 8
+.B $HOME/.tuxpaint/current_id.txt
+A reference to the image which was being edited when \fITux Paint\fP was
+last quit. (This image is automatically loaded the next time \fITux Paint\fP
+is re-run.)
+.RS
+.PP
+(Created when \fITux Paint\fP is \fIQuit\fP.)
+.RE
+.TP 8
+.B $HOME/.tuxpaint/lockfile.dat
+A lockfile that prevents \fITux Paint\fP from being launched more than once
+every 30 seconds. Disable checking the lockfile by using the
+\'\-\-nolockfile\' command-line argument.
+.RS
+.PP
+(There's no reason to delete the lockfile, as it contains a timestamp
+inside which causes it to expire after 30 seconds.)
+.RE
+
+.SH COPYRIGHT
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+.SH OTHER INFO
+See the documentation that comes with \fITux Paint\fP for further instructions on
+using the program's features.
+
+The canonical place to find \fITux Paint\fP information is at
+.nh
+http://www.tuxpaint.org/.
+.hy
+
+.SH AUTHORS
+Lead developer & project manager: Bill Kendrick
+.nh
+.
+.hy
+
+With patches, fixes, extensions, porting, translations, documentation, and more from
+lots of people, including, but probably not limited to (see AUTHORS.txt and CHANGES.txt):
+
+Aki,
+Ashish Arora,
+Khalid Al Holan,
+Daniel Andersson,
+Hodorog Andrei,
+Joana Portia Antwi-Danso,
+Adorilson Bezerra de Araujo,
+Xandru Armesto,
+Ben Armstrong,
+Ravishankar Ayyakkannu,
+
+Dwayne Bailey,
+Matías Bellone,
+Martin Benjamin,
+Besnik Bleta,
+Denis Bodor,
+Rahul Borade,
+Yacine Bouklif,
+Miguel Bouzada,
+René Brandenburger,
+Herman Bruyninckx,
+Lucie Burianova,
+Laurentiu Buzdugan,
+
+Albert Cahalan,
+Pere Pujal i Carabantes,
+Felipe Castro,
+Ouychai Chaita,
+Zdenek Chalupský,
+Wei-Lun Chao,
+Jacques Chion,
+Ankit Choudary,
+Abdoul Cisse,
+Urska Colner,
+Adam 'akanewbie' Corcoran,
+Helder Correia,
+Ricardo Cruz,
+
+Magnus Dahl,
+Laurent Dhima,
+Chandrakant Dhutadmal,
+Yavor Doganov,
+Joe Dalton,
+Tim Dickson,
+Dawa Dolma,
+Kevin Donnelly,
+Dovix,
+Korvigellou An Drouizig (Philippe),
+Serhij Dubyk,
+
+Ander Elortondo,
+Alberto Escudero-Pascual,
+
+T. Surya Fajri,
+Jamil Farzana,
+Sveinn í Felli,
+Doruk Fisek,
+Flavia Floris,
+Fòram na Gàidhlig,
+Fabian Franz,
+Derrick Frimpong,
+Martin Fuhrer,
+Fula Localization Project,
+
+Alexander Gabillondo,
+Gabriel Gazzan,
+Robert Buj Gelonch,
+Alexander Geroimenko,
+Torsten Giebl,
+Harvey Ginter,
+Solomon Gizaw,
+Robert Glowczynski,
+Chris Goerner,
+Mikel González,
+Volker Grabsch,
+The Greek Linux i18n Team,
+Edmund GRIMLEY EVANS,
+Frederico Goncalves Guimaraes,
+
+Joe Hanson,
+Sam "Criswell" Hart,
+Guy Hed,
+Farinaz Hedayat,
+Prasanta Hembram,
+Willem Heppe,
+Tedi Heriyanto,
+Pjetur G. Hjaltason,
+Knut Erik Hollund,
+Henrik Holst,
+Khaled Hosny,
+Henry House,
+Mohomodou Houssouba,
+Song Huang,
+Karl Ove Hufthammer,
+
+Roland Illig,
+Daniel Illingworth,
+Indigenas Sin Fronteras,
+Juan Irigoien,
+Students of Vocational Higher Secondary School Irimpanam,
+Ivana Rakic,
+Dmitriy Ivanov,
+
+Mogens Jaeger,
+Lis Gøthe í Jákupsstovu,
+Nedjeljko Jedvaj,
+Aleksandar Jelenak,
+Rasmus Erik Voel Jensen,
+Lauri Jesmin,
+Wang Jian,
+Amed Ç. Jiyan,
+Petri Jooste,
+Richard June,
+
+Andrej Kacian,
+Thomas Kalka,
+Jorma Karvonen,
+Yannis Kaskamanidis,
+Kazuhiko,
+Gabor Kelemen,
+Mark Kim,
+Thomas Klausner,
+Koby,
+Marcin 'Shard' Konicki,
+Ines Kovacevic,
+Mantas Kriauciunas,
+Freek de Kruijf,
+Andrzej M. Krzysztofowicz,
+Piotr Kwilinski,
+Serafeim Kyriaki,
+
+Matthew Lange,
+Fabio Lazarin,
+Niko Lewman,
+Arkadiusz Lipiec,
+Ricky Lontoc,
+Dag H. Loras,
+Burkhard Luck,
+
+Nuno Magalhães,
+Vincent Mahlangu,
+Ankit Malik,
+Neskie Manuel,
+Fred Ulisses Maranhao,
+Yannig MARCHEGAY (Kokoyaya),
+Jorge Mariano,
+Martin,
+Sergio Marques,
+Pheledi Mathibela,
+Scott McCreary,
+Marco Milanesi,
+Never Min,
+Kartik Mistry,
+Mugunth,
+Benson Muite,
+Steve Murphy,
+Samuel Murray (Groenkloof),
+
+Shumani Mercy Nehulaudzi,
+Mikkel Kirkgaard Nielsen,
+Alesis Novik,
+Nudjaree,
+Daniel Nylander,
+
+Olli,
+Sven Ollino,
+James Olweny,
+Teresa Orive,
+Gareth Owen,
+
+Quentin PAGÈS,
+Sorin Paliga,
+Yannis Papatzikos,
+Nikolay Parukhin,
+Alessandro Pasotti,
+Flavio Pastor,
+Patrick,
+George Patrick,
+Primoz Peterlin,
+Le Quang Phan,
+Henrik Pihl,
+Auk Piseth,
+Pablo Pita,
+Milan Plzik,
+Eric Poncet,
+Sergei Popov,
+John Popplewell,
+
+Adam 'foo-script' Rakowski,
+Rodrigo Perez Ramirez and Indigenas Sin Fronteras,
+Sebastian Rasmussen,
+Robert Readman,
+Leandro Regueiro,
+Samir Ribić,
+Simona Riva,
+Robin Rosenberg,
+Ilir Rugova,
+Jaroslav Rynik,
+
+Bert Saal,
+Ibraahiima SAAR,
+Saikumar,
+Samuel Sarpong,
+Kevin Patrick Scannell,
+Stephanie Schilling,
+Luc 'Begasus' Schrijvers,
+Kiriaki SERAFEIM,
+Pavithran Shakamuri,
+Gia Shervashidze,
+Clytie Siddall,
+Kliment Simoncev,
+Tomas Skäre,
+Sokratis Sofianopoulos,
+Khoem Sokhem,
+Geert Stams,
+Peter Sterba,
+Raivis Strogonovs,
+Luis C. Suárez,
+Sugar Labs i18n team,
+
+Tomasz 'karave' Tarach,
+Michal Terbert,
+Ignacia Tike,
+Tilo,
+Tarmo Toikkanen,
+TOYAMA Shin-ichi,
+Niall Tracey,
+Gerasim Troeglazov,
+tropikhajma,
+Florence Tushabe,
+
+Matej Urbančič,
+
+Rita Verbauskaite,
+Daniel Jose Viana,
+Charles Vidal,
+
+Darrell Walisser,
+Frank Weng,
+
+Damian Yerrick,
+yurchor,
+
+Muhammad Najmi Ahmad Zabidi,
+Eugene Zelenko,
+Martin Zhekov,
+and
+Huang Zuzhen.
+
+.SH "SEE ALSO"
+.BR tuxpaint-import (1),
+.BR tuxpaint-config (1),
+.BR tp-magic-config (1),
+.BR xpaint (1),
+.BR gpaint (1),
+.BR gimp (1),
+.BR kolourpaint (1),
+.BR krita (1),
+.BR gcompris (1)
+.PP
+And documentation within /usr/[local/]share/doc/tuxpaint/.
diff --git a/man/gl_ES.UTF-8/tuxpaint.1 b/man/gl_ES.UTF-8/tuxpaint.1
new file mode 100644
index 000000000..08c9ed39a
--- /dev/null
+++ b/man/gl_ES.UTF-8/tuxpaint.1
@@ -0,0 +1,1492 @@
+.\" tuxpaint.1 - 2021.08.09
+.TH TUXPAINT 1 " 9 de Agosto de 2021" "0.9.27" "Tux Paint"
+.SH NAME
+tuxpaint -- "Tux Paint", a drawing program for young children.
+
+.SH SYNOPSYS
+.B tuxpaint
+[\-\-help \-\-version \-\-verbose\-version \-\-usage \-\-copying]
+
+.TP 9
+.B tuxpaint
+[\-\-fullscreen {yes|native|no}]
+.br
+[\-\-allowscreensaver]
+.br
+[\-\-WIDTHxHEIGHT]
+.br
+[\-\-native]
+.br
+[\-\-orient=portrait]
+.br
+[\-\-buttonsize TAMAÑO]
+.br
+[\-\-startblank]
+.br
+[\-\-nosound]
+.br
+[\-\-nostereo]
+.br
+[\-\-noquit]
+.br
+[\-\-noprint]
+.br
+[\-\-printdelay=\fISEGUNDOS\fP]
+.br
+[\-\-printcfg]
+.br
+[\-\-altprintalways | \-\-altprintnever]
+.br
+[\-\-papersize \fITAMAÑO_DO_PAPEL\fP | \-\-papersize help]
+.br
+[\-\-printcommand \fIORDE\fP]
+.br
+[\-\-altprintcommand \fIORDE\fP]
+.br
+[\-\-simpleshapes]
+.br
+[\-\-uppercase]
+.br
+[\-\-grab]
+.br
+[\-\-noshortcuts]
+.br
+[\-\-nowheelmouse]
+.br
+[\-\-nobuttondistinction]
+.br
+[\-\-nofancycursors]
+.br
+[\-\-hidecursor]
+.br
+[\-\-nooutlines]
+.br
+[\-\-nostamps]
+.br
+[\-\-nostampcontrols]
+.br
+[\-\-nomagiccontrols]
+.br
+[\-\-noshapecontrols]
+.br
+[\-\-nolabel]
+.br
+[\-\-newcolorslast]
+.br
+[\-\-mirrorstamps]
+.br
+[\-\-colorsrows=\fIFILAS\fP]
+.br
+[\-\-mouse-accessibility]
+.br
+[\-\-onscreen-keyboard]
+.br
+[\-\-onscreen-keyboard-layout \fILAYOUT\fP]
+.br
+[\-\-onscreen-keyboard-disable-change]
+.br
+[\-\-joystick-dev=\fIDEVICE\fP]
+.br
+[\-\-joystick-dev=list]
+.br
+[\-\-joystick-slowness=\fIVELOCIDADE\fP]
+.br
+[\-\-joystick-threshold=\fILIMIAR\fP]
+.br
+[\-\-joystick-maxsteps=\fIPASOS\fP]
+.br
+[\-\-joystick-hat-timeout=\fIMILISEGUNDOS\fP]
+.br
+[\-\-joystick-hat-slowness=\fIVELOCIDADE\fP]
+.br
+[\-\-joystick-btn-escape=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-brush=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-stamp=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-lines=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-shapes=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-text=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-label=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-magic=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-undo=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-redo=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-eraser=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-new=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-open=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-save=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-pgsetup=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-print=\fIBUTTON\fP]
+.br
+[\-\-joystick-buttons-ignore=\fIBOTÓN1,BOTÓN2,...\fP]
+.br
+[\-\-stampsize=\fITAMAÑO\fP]
+.br
+[\-\-keyboard]
+.br
+[\-\-nosysfonts]
+.br
+[\-\-alllocalefonts]
+.br
+[\-\-savedir \fIDIR\fP]
+.br
+[\-\-exportdir \fIDIR\fP]
+.br
+[\-\-datadir \fIDIR\fP]
+.br
+[\-\-saveover]
+.br
+[\-\-saveovernew]
+.br
+[\-\-nosave]
+.br
+[\-\-autosave]
+.br
+[\-\-colorfile \fIFICHEIRO\fP]
+
+.TP 9
+.B tuxpaint (defaults)
+[\-\-windowed]
+.br
+[\-\-disablescreensaver]
+.br
+[\-\-800x600]
+.br
+[\-\-orient=landscape]
+.br
+[\-\-buttonsize 48]
+.br
+[\-\-startlast]
+.br
+[\-\-sound]
+.br
+[\-\-stereo]
+.br
+[\-\-quit]
+.br
+[\-\-print]
+.br
+[\-\-printdelay=0]
+.br
+[\-\-noprintcfg]
+.br
+[\-\-altprintmod]
+.br
+[\-\-complexshapes]
+.br
+[\-\-mixedcase]
+.br
+[\-\-dontgrab]
+.br
+[\-\-shortcuts]
+.br
+[\-\-wheelmouse]
+.br
+[\-\-buttondistinction]
+.br
+[\-\-fancycursors]
+.br
+[\-\-showcursor]
+.br
+[\-\-outlines]
+.br
+[\-\-stamps]
+.br
+[\-\-stampcontrols]
+.br
+[\-\-magiccontrols]
+.br
+[\-\-shapecontrols]
+.br
+[\-\-label]
+.br
+[\-\-newcolorsfirst]
+.br
+[\-\-dontmirrorstamps]
+.br
+[\-\-stampsize=default]
+.br
+[\-\-mouse]
+.br
+[\-\-sysfonts]
+.br
+[\-\-currentlocalefont]
+.br
+[\-\-saveoverask]
+.br
+[\-\-save]
+.br
+[\-\-noautosave]
+.br
+
+.TP 9
+.B tuxpaint
+[\-\-locale \fIIDIOMA\fP]
+
+.TP 9
+.B tuxpaint
+[\-\-lang \fIIDIOMA\fP | \-\-lang help]
+
+.TP 9
+.B tuxpaint
+[\-\-nosysconfig]
+.br
+[\-\-nolockfile]
+
+.SH DESCRIPTION
+.PP
+\fITux Paint\fP is a drawing program for young children. It is meant to be
+easy and fun to use. It provides a simple interface and fixed canvas size,
+and provides access to previous images using a thumbnail browser (i.e., no
+access to the underlying filesystem).
+
+Unlike popular drawing programs like "\fIThe GIMP\fP," it has a very
+limited toolset. However, it provides a much simpler interface, and has
+entertaining, child-oriented additions such as sound effects.
+
+.SH OPTIONS - INFORMATIONAL
+.l
+\fItuxpaint\fP accepts the following options to emit information about the
+program. It then exits immediately (without opening a graphical window).
+
+.TP 8
+.B \-\-help
+Display short, helpful information about Tux Paint.
+.TP 8
+.B \-\-version
+Output the version info.
+.TP 8
+.B \-\-verbose\-version
+Output the version info and compile-time build options.
+.TP 8
+.B \-\-usage
+Display a list of all commandline options.
+.TP 8
+.B \-\-copying
+Show the license (GNU GPL) under which Tux Paint is released.
+
+.SH OPTIONS - INTERFACE
+.l
+\fItuxpaint\fP accepts the following options to alter the interface. They
+can be used along with, instead of, or to override options set in
+configuration files. (See below.)
+
+.SS VIDEO.TP 8
+.B \-\-fullscreen=yes \-\-fullscreen=native \-\-fullscreen=no \-\-windowed
+Run \fITux Paint\fP in full-screen mode at its default -- or a specified --
+screen resolution ("--fullscreen=yes"); or in full-screen mode at the
+system's native resolution ("--fullscreen=native"); or run in a window
+("--fullscreen=no" or "--windowed") (default).
+
+.TP 8
+.B \-\-native
+When in fullscreen mode, use the system's default screen resolution.
+
+.TP 8
+.B \-\-WIDTHxHEIGHT
+Run \fITux Paint\fP in a particularly-sized window, or at a particular
+fullscreen resolution (if \-\-native is not used). Default is 800x600.
+Minimum width is 640. Minimum height is 480. Portrait and landscape
+orientations are both supported. (Also see \-\-orient, below.)
+
+.TP 8
+.B \-\-orient=landscape \-\-orient=portrait
+If \-\-orient=portrait is set, asks \fITux Paint\fP to swap the WIDTH and HEIGHT
+values it uses for windowed or fullscreen mode, without having to actually
+change the WIDTH and HEIGHT values in the configuration file or on the
+command-line. (This is useful on devices where the screen can be rotated,
+e.g. tablet PCs.)
+
+.TP 8
+.B \-\-allowscreensaver \-\-disablescreensaver
+Normally, \fItuxpaint\fP disables your screensaver. Use \-\-allowscreensaver
+to prevent this from happening.
+
+.SS SOUND
+.TP 8
+.B \-\-nosound \-\-sound
+Disable or enable (default) sound.
+
+.TP 8
+.B \-\-nostereo \-\-stereo
+Disable or enable (default) stereo panning support.
+
+.SS INTERFACE SIZE
+.TP 8
+.B \-\-buttonsize SIZE
+Adjust the size of the buttons in \fITux Paint's\fP user interface,
+between 24 and 192 pixels (48 is the default, and suitable for displays
+with 96 to 120dpi pixel density).
+
+.TP 8
+.B \-\-colorsrows=\fIrows\fP
+How many rows of color palette buttons to show; useful when using
+a large color palette, and/or for use with coarse input devices
+(like eyegaze trackers). It can be between 1 (default) and 3.
+
+.SS INTERFACE SIMPLIFICATION
+.TP 8
+.B \-\-simpleshapes \-\-complexshapes
+Disable or enable (default) the \fIrotation\fP step when using the
+\fIShape\fP tool within \fITux Paint\fP. When disabled, shapes cannot be
+rotated; however, the interface is easier (click, drag, release), which can
+be useful for younger or disabled children.
+
+.TP 8
+.B \-\-nooutlines \-\-outlines
+In \fInooutlines\fP mode, much simpler outlines and 'rubber-band' lines are
+displayed when using the \fILines\fP, \fIShapes\fP, \fIStamps\fP and
+\fIEraser\fP tools. (This can help when \fITux Paint\fP is run on slower
+computers, or displayed on a remote X display.)
+
+.TP 8
+.B \-\-uppercase \-\-mixedcase
+In \fIuppercase\fP mode, all text prompts and the \fIText\fP drawing tool
+will display only uppercase letters. This is useful for children who are not
+yet comfortable with the lowercase characterset. Default mode is
+\fImixed case\fP.
+
+.SS INITIAL STAMP SIZE
+.TP 8
+.B \-\-stampsize=\fIsize\fP \-\-stampsize=default
+Sets the default size of all stamps, relative to their possible sizes
+(determined by \fITux Paint\fP, based on the dimensions of both the stamps
+themselves, and the drawing canvas). Valid values are from 0 (smallest)
+to 10 (largest). Use \fIdefault\fP to let \fITux Paint\fP choose
+(this is the default setting).
+
+.SS STARTING OUT
+.TP 8
+.B \-\-startblank \-\-startlast
+When you start \fITux Paint\fP, it loads the last image that was being worked
+on. The \fI\-\-startblank\fP option disables this, so it always starts with
+a blank canvas. The default behavior is \fI\-\-startlast\fP.
+
+.TP 8
+.B \-\-newcolorslast \-\-newcolorsfirst
+List solid (blank) colors at the end, or beginning (default) of the
+options displayed when using the \fINew\fP tool to start a new picture.
+
+.SS CONTROL SIMPLIFICATION
+.TP 8
+.B \-\-noquit \-\-quit
+Disable or enable (default) the on-screen \fIQuit\fP button and \fIEscape\fP
+key sequence for quitting \fITux Paint\fP. Instead, use the window close
+button in the titlebar, the \fIAlt+F4\fP key sequence, or the
+\fIShift+Control+Escape\fP key sequence.
+
+.TP 8
+.B \-\-nostamps \-\-stamps
+With \fInostamps\fP set, Rubber Stamp images are not loaded, so the
+\fIStamps\fP tool will not be available. This option can be used to reduce
+the time Tux Paint takes to load, and reduce the amount of RAM it requires.
+
+.TP 8
+.B \-\-nostampcontrols \-\-stampcontrols
+Disable or enable (default) buttons to control stamps. Controls include
+mirror, flip, shrink and grow. (Note: Not all stamps will be controllable
+in all ways.)
+
+.TP 8
+.B \-\-nomagiccontrols \-\-magiccontrols
+Disable or enable (default) buttons to control Magic tools. Controls include
+controlling whether a Magic tool is used like a paint brush, or if it
+affects the entire image at once. (Note: Not all Magic tools will be
+controllable.)
+
+.TP 8
+.B \-\-noshapecontrols \-\-shapecontrols
+Disable or enable (default) buttons to change the Shape tool's behavior --
+shapes expanding from the center, or from a corner, where the mouse is
+initially clicked.
+
+.TP 8
+.B \-\-nolabel \-\-label
+Disable or enable (default) the \fILabel\fP tool, which lets you create
+text which can be altered or moved later.
+
+.SH OPTIONS - CONTROLLING TUX PAINT
+.l
+\fItuxpaint\fP accepts the following options to alter how you control
+Tux Paint. They can be used along with, instead of, or to override options
+set in configuration files. (See below.)
+
+.SS CURSOR
+.TP 8
+.B \-\-nofancycursors \-\-fancycursors
+Disable or enable (default) the 'fancy' mouse pointer shapes in \fITux Paint\fP.
+While the shapes are larger, and context sensitive, some environments have
+trouble displaying the mouse pointer, and/or leave 'trails' on the screen.
+
+.TP 8
+.B \-\-hidecursor \-\-showcursor
+Completely hide, or enable (default) the mouse pointer in \fITux Paint\fP.
+This can be useful on touchscreen devices, such as tablet PCs.
+
+.SS KEYBOARD
+.TP 8
+.B \-\-noshortcuts \-\-shortcuts
+If \fInoshortcuts\fP mode, keyboard shortcuts (e.g., Ctrl+S for Save)
+will be disabled. Default mode is \fIshortcuts enabled\fP.
+
+.SS MOUSE AND ACCESSIBILITY
+.TP 8
+.B \-\-grab \-\-dontgrab
+Grab the mouse and keyboard input (if possible), so that the mouse is
+confined to the \fITux Paint\fP window. Default is to not grab.
+
+.TP 8
+.B \-\-nowheelmouse \-\-wheelmouse
+By default, the wheel (jog dial) on a mouse will be used to scroll the
+\fIselector\fP on the right of the screen. This can be disabled, and the
+wheel completely ignored, with the \fI\-\-nowheelmouse\fP option.
+This is useful for children who aren't yet comfortable with the mouse.
+Default is to support the wheel.
+
+.TP 8
+.B \-\-mouse-accessibility
+In this mode, instead of clicking, dragging and releasing (e.g., to draw),
+you click, move, and click again to end the motion.
+
+.TP 8
+.B \-\-keyboard \-\-mouse
+The \fIkeyboard\fP option lets the mouse pointer in \fITux Paint\fP be
+controlled with the keyboard. The \fIarrow keys\fP move the pointer.
+\fISpacebar\fP acts as the mouse button.
+
+.TP 8
+.B \-\-nobuttondistinction \-\-buttondistinction
+By default, only mouse button #1 (typically the leftmost mouse button
+on mice with more than one button) can be used for interacting with
+\fITux Paint\fP. With the \fI\-\-nobuttondistinction\fP option,
+mouse buttons #2 (middle) and #3 (right) can be used, as well.
+This is useful for children who aren't yet comfortable with the mouse.
+Default is to only recognize button #1.
+
+.SS ONSCREEN KEYBOARD
+.TP 8
+.B \-\-onscreen-keyboard
+Presents a clickable on-screen keyboard when using the \fIText\fP and
+\fILabel\fP tools.
+
+.TP 8
+.B \-\-onscreen-keyboard-layout \fILAYOUT\fP
+Specify the default layout for the on-screen keyboard (see above).
+
+.TP 8
+.B \-\-onscreen-keyboard-disable-change
+Disallow switching between on-screen keyboard layouts.
+
+.SS JOYSTICK
+.TP 8
+.B \-\-joystick-dev=\fIDEVICE\fP
+Specify which joystick device should be used by Tux Paint. Default value is 0 (the first joystick).
+
+.TP 8
+.B \-\-joystick-dev=list
+List available joysticks and exit.
+
+.TP 8
+.B \-\-joystick-slowness=\fISPEED\fP
+Sets a delay at each axis motion, allowing to slow the joystick. Allowed values are from 0 to 500. Default value is 15.
+
+.TP 8
+.B \-\-joystick-threshold=\fITHRESHOLD\fP
+Sets the minimum level of axis motion to start moving the pointer. Allowed values are from 0 to 32766. Default value is 3200.
+
+.TP 8
+.B \-\-joystick-maxsteps=\fISTEPS\fP
+Sets the maximum pixels the pointer will move at once. Allowed values are from 1 to 7. Default value is 7.
+
+.TP 8
+.B \-\-joystick-hat-timeout=\fIMILLISECONDS\fP
+Sets the delay after wich the pointer will start moving automatically if the hat is keeped pushed. Allowed values are from 0 to 3000. Default value is 1000.
+
+.TP 8
+.B \-\-joystick-hat-slowness=\fISPEED\fP
+Sets a delay at each automatic motion, allowing to slow the speed of the hat. Allowed values are from 0 to 500. Default value is 15.
+
+.TP 8
+.B \-\-joystick-btn-escape=\fIBUTTON\fP
+Selects the joystick button number, as seen by SDL, that will be used to generate a escape event. Useful to dismiss dialogs and quit.
+
+.TP 8
+.B \-\-joystick-btn-\fICOMMAND\fP=\fIBUTTON\fP
+Selects the joystick button number, as seen by SDL, that will be a shortcut to
+various tools within Tux Paint.
+
+.PP
+.RS
+.PD 0
+.TP 2
+-
+brush | Brush
+lines | Lines
+shapes | Shapes
+text | Text
+label | Label
+magic | Magic
+undo | Undo
+redo | Redo
+eraser | Eraser
+new | New
+open | Open
+save | Save
+pgsetup | Print (dialog)
+print | Print (immediate)
+.RE
+.PD
+
+.TP 8
+.B \-\-joystick-buttons-ignore=\fIBUTTON1,BUTTON2,...\fP
+A set of joystick button numbers, as seen by SDL, that should
+be ignored. Otherwise, unless they are used by one of the
+\-\-joystick-btn-... options above, buttons will be seen as a mouse
+left-click. Comma-separated.
+
+.SH OPTIONS - PRINTING
+.l
+\fItuxpaint\fP accepts the following options to alter how Tux Paint
+handles printing. They can be used along with, instead of, or to
+override options set in configuration files. (See below.)
+
+.SS PRINT PERMISSIONS
+.TP 8
+.B \-\-noprint \-\-print
+Disable or enable (default) the \fIPrint\fP command within \fITux Paint\fP.
+
+.TP 8
+.B \-\-printdelay=\fISECONDS\fP \-\-printdelay=0
+Only allow printing (via the \fIPrint\fP command) once every \fISECONDS\fP
+seconds. Default is 0 (no limitation).
+
+.SS SHOW PRINTER DIALOG
+.TP 8
+.B \-\-altprintmod \-\-altprintnever \-\-altprintalways
+These options control whether an system printer dialog appears when the
+user clicks the \fIPrint\fP button. By default (\-\-altprintmod), pressing
+\fI[ALT]\fP while clicking \fIPrint\fP will bring up a dialog (unless you're
+in fullscreen mode). With \-\-altprintalways, the dialog will always appear,
+even if \fI[ALT]\fP is not being held. With \-\-altprintnever, the dialog
+will never appear, even if \fI[ALT]\fP is being held.
+
+.SS SAVE PRINTER CONFIGURATION
+.TP 8
+.B \-\-printcfg \-\-noprintcfg
+(Windows and Mac OS X only.) Enable or disable loading and saving of
+printer settings. By default, \fITux Paint\fP will print to the default
+printer with default settings. Pressing \fI[ALT]\fP while pushing the
+\fIPrint\fP button will cause a printer dialog to appear (as long as you're
+not in fullscreen mode; see also \-\-altprintalways and \-\-altprintnever,
+below.) Unless \-\-noprintcfg is used, your previous settings will
+be loaded when \fITux Paint\fP starts up, and setting changes will be saved
+for next time.
+
+.SS PRINT COMMANDS
+.TP 8
+.B \-\-printcommand \fICOMMAND\fP
+(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
+Have Tux Paint print via an alternate command, rather than lpr(1).
+
+.TP 8
+.B \-\-altprintcommand \fICOMMAND\fP
+(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
+Have Tux Paint print via an alternate command, when a dialog is expect
+(e.g., when holding \fI[ALT]\fP while clicking "Print"; see above),
+rather than kprinter.
+
+.SS PAPER SIZE
+.TP 8
+.B \-\-papersize \fIPAPERSIZE\fP
+(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
+Ask \fITux Paint\fP to generate PostScript of a particular paper size.
+Valid sizes are those supported by libpaper. See papersize(5).
+
+.SH OPTIONS - SAVING
+.l
+\fItuxpaint\fP accepts the following options to alter how Tux Paint
+operates when saving or exporting drawings. They can be used along with,
+instead of, or to override options set in configuration files. (See below.)
+
+.SS SAVE OVER EARLIER WORK
+.TP 8
+.B \-\-saveover \-\-saveovernew \-\-saveoverask
+If, when saving a picture, an older version of the file will be overwritten,
+\fITux Paint\fP will, by default, ask for confirmation: either
+\fIsave over\fP the old file, or \fIcreate\fP a new file. This prompt
+can be disabled with \fI\-\-saveover\fP (which always saves over older versions
+of pictures) or \fI\-\-saveovernew\fP (which always saves a new file).
+The default is to prompt (\fI\-\-saveoverask\fP).
+
+.SS SAVE AND EXPORT DIRECTORIES
+.TP 8
+.B \-\-savedir \fIDIR\fP
+Specify where \fITux Paint\fP should save and load its drawings.
+
+.TP 8
+.B \-\-exportdir \fIDIR\fP
+Specify where \fITux Paint\fP should export drawings and animations.
+
+.SS MORE SAVING OPTIONS
+.TP 8
+.B \-\-nosave \-\-save
+The \fInosave\fP option disables \fITux Paint's\fP ability to save files.
+This can be used in situations where the program is only being used for
+fun, or in a test environment.
+
+.TP 8
+.B \-\-autosave \-\-noautosave
+The \fIautosave\fP option prevents \fITux Paint\fP from asking whether you
+want to save the current picture when quitting, and assumes you do.
+
+.SH OPTIONS - DATA FILES
+.l
+\fItuxpaint\fP accepts the following options to alter where Tux Paint
+loads data (stamps, brushes, etc.) They can be used along with, instead
+of, or to override options set in configuration files. (See below.)
+
+.TP 8
+.B \-\-datadir \fIDIR\fP
+Specify where \fITux Paint\fP should look for personal data files
+(brushes, stamps, etc.).
+
+.TP 8
+.B \-\-colorfile \fIFILE\fP
+This option allows you to override the default color palette in \fITux Paint\fP
+and replace it with your own. The file should be a plain ASCII text file
+containing one color description per line. Colors may be in decimal or
+6- or 3-digit hexadecimal, and followed by a description. (For example,
+"\fI#000 Black\fP" and "\fI255 192 64 Orange\fP".)
+
+.SH OPTIONS - LANGUAGE
+.l
+\fItuxpaint\fP accepts the following options to alter the language used
+by Tux Paint's interface, and other related settings. They can be used
+along with, instead of, or to override options set in configuration
+files. (See below.)
+
+.l
+Various parts of \fITux Paint\fP have been translated into numerous languages.
+\fITux Paint\fP will try its best to honor your \fIlocale\fP setting
+(i.e., the \fILANG\fP environment variable), if possible.
+You can also specifically set the language using options on the command-line
+or in a configuration file.
+
+.TP 8
+.B \-\-locale \fILOCALE\fP
+Specify the language to use, based on locale name (which is typically of the
+form \fIlanguage\fP[_\fIterritory\fP][.\fIcodeset\fP][@\fImodifier\fP],
+where \fIlanguage\fP is an ISO 639 language code,
+\fIterritory\fP is an ISO 3166 country code, and
+\fIcodeset\fP is a character set or encoding identifier like ISO-8859-1 or
+UTF-8.)
+.PP
+.RS
+For example, \fIde_DE@euro\fP for German, or \fIpt_BR\fP
+for Brazilian Portuguese.
+.RE
+
+.TP 8
+.B \-\-lang \fILANGUAGE\fP
+Specify the language to use, based on the language's name
+(as recognized by \fITux Paint\fP). Choose one of the language names
+listed below:
+.PP
+.RS
+.PD 0
+.TP 2
+-
+english | american-english
+.TP 2
+-
+acholi | acoli
+.TP 2
+-
+afrikaans
+.TP 2
+-
+akan | twi-fante
+.TP 2
+-
+albanian
+.TP 2
+-
+amharic
+.TP 2
+-
+arabic
+.TP 2
+-
+aragones
+.TP 2
+-
+armenian | hayeren
+.TP 2
+-
+assamese
+.TP 2
+-
+asturian
+.TP 2
+-
+azerbaijani
+.TP 2
+-
+australian-english
+.TP 2
+-
+bambara
+.TP 2
+-
+basque | euskara
+.TP 2
+-
+belarusian | bielaruskaja
+.TP 2
+-
+bengali
+.TP 2
+-
+bodo
+.TP 2
+-
+bokmal
+.TP 2
+-
+bosnian
+.TP 2
+-
+brazilian-portuguese | portugues-brazilian | brazilian
+.TP 2
+-
+breton | brezhoneg
+.TP 2
+-
+british | british-english
+.TP 2
+-
+bulgarian
+.TP 2
+-
+canadian-english
+.TP 2
+-
+catalan | catala
+.TP 2
+-
+chinese | simplified-chinese
+.TP 2
+-
+croatian | hrvatski
+.TP 2
+-
+czech | cesky
+.TP 2
+-
+danish | dansk
+.TP 2
+-
+dogri
+.TP 2
+-
+dutch | nederlands
+.TP 2
+-
+esperanto
+.TP 2
+-
+estonian
+.TP 2
+-
+faroese
+.TP 2
+-
+finnish | suomi
+.TP 2
+-
+french | francais
+.TP 2
+-
+fula | fulah | pulaar-fulfulde
+.TP 2
+-
+gaelic | irish-gaelic | gaidhlig
+.TP 2
+-
+galician | galego
+.TP 2
+-
+georgian
+.TP 2
+-
+german | deutsch
+.TP 2
+-
+greek
+.TP 2
+-
+gronings | zudelk-veenkelonioals
+.TP 2
+-
+gujarati
+.TP 2
+-
+hebrew
+.TP 2
+-
+hindi
+.TP 2
+-
+hungarian | magyar
+.TP 2
+-
+icelandic | islenska
+.TP 2
+-
+indonesian | bahasa-indonesia
+.TP 2
+-
+inuktitut
+.TP 2
+-
+italian | italiano
+.TP 2
+-
+japanese
+.TP 2
+-
+kabyle | kabylian
+.TP 2
+-
+kannada
+.TP 2
+-
+kashmiri-devanagari
+.TP 2
+-
+kashmiri-perso-arabic
+.TP 2
+-
+kiga | chiga
+.TP 2
+-
+kinyarwanda
+.TP 2
+-
+khmer
+.TP 2
+-
+klingon | tlhIngan
+.TP 2
+-
+konkani-devanagari
+.TP 2
+-
+konkani-roman
+.TP 2
+-
+korean
+.TP 2
+-
+kurdish
+.TP 2
+-
+latvian
+.TP 2
+-
+lithuanian | lietuviu
+.TP 2
+-
+luganda
+.TP 2
+-
+luxembourgish | letzebuergesch
+.TP 2
+-
+macedonian
+.TP 2
+-
+maithili
+.TP 2
+-
+malay
+.TP 2
+-
+malayalam
+.TP 2
+-
+manipuri-bengali
+.TP 2
+-
+manipuri-meitei-mayek
+.TP 2
+-
+marathi
+.TP 2
+-
+mexican-spanish | espanol-mejicano | mexican
+.TP 2
+-
+mongolian
+.TP 2
+-
+ndebele
+.TP 2
+-
+nepali
+.TP 2
+-
+northern-sotho | sesotho-sa-leboa
+.TP 2
+-
+norwegian | nynorsk | norsk
+.TP 2
+-
+occitan
+.TP 2
+-
+odia | oriya
+.TP 2
+-
+ojibway | ojibwe
+.TP 2
+-
+persian
+.TP 2
+-
+polish | polski
+.TP 2
+-
+portuguese | portugues
+.TP 2
+-
+punjabi | panjabi
+.TP 2
+-
+romanian
+.TP 2
+-
+russian | russkiy
+.TP 2
+-
+sanskrit
+.TP 2
+-
+santali-devanagari
+.TP 2
+-
+santali-ol-chiki
+.TP 2
+-
+sardinian
+.TP 2
+-
+scottish | scottish-gaelic | ghaidhlig
+.TP 2
+-
+serbian
+.TP 2
+-
+serbian-latin
+.TP 2
+-
+shuswap | secwepemctin
+.TP 2
+-
+shuswap-devanagari
+.TP 2
+-
+sindhi-perso-arabic
+.TP 2
+-
+slovak
+.TP 2
+-
+slovenian | slovensko
+.TP 2
+-
+songhay
+.TP 2
+-
+southafrican-english
+.TP 2
+-
+spanish | espanol
+.TP 2
+-
+sundanese
+.TP 2
+-
+swahili
+.TP 2
+-
+swedish | svenska
+.TP 2
+-
+tagalog
+.TP 2
+-
+tamil
+.TP 2
+-
+telugu
+.TP 2
+-
+thai
+.TP 2
+-
+tibetan
+.TP 2
+-
+traditional-chinese
+.TP 2
+-
+turkish
+.TP 2
+-
+twi
+.TP 2
+-
+ukrainian
+.TP 2
+-
+urdu
+.TP 2
+-
+valencian
+.TP 2
+-
+venda
+.TP 2
+-
+venetian | veneto
+.TP 2
+-
+vietnamese
+.TP 2
+-
+walloon | walon
+.TP 2
+-
+welsh | cymraeg
+.TP 2
+-
+wolof
+.TP 2
+-
+xhosa
+.TP 2
+-
+zapotec | miahuatlan-zapotec
+.TP 2
+-
+zulu
+.RE
+.PD
+
+.TP 8
+.B \-\-lang help
+Display a lists of all supported languages.
+
+.TP 8
+.B \-\-mirrorstamps \-\-dontmirrorstamps
+With \fImirrorstamps\fP set, stamps which can be mirrored will appear
+mirrored by default. This can be useful when used by people who prefer
+things right-to-left over left-to-right.
+
+.SS FONTS
+.TP 8
+.B \-\-nosysfonts \-\-sysfonts
+\fITux Paint\fP normally attempts to search for additional TrueType Fonts
+installed in common places on your system. If this causes trouble, or you'd
+prefer to only make fonts installed in \fITux Paint\fP's directory available,
+use the \fInosysfonts\fP option to disable this feature.
+
+.TP 8
+.B \-\-alllocalefonts \-\-currentlocalefont
+Tux Paint avoids loading any fonts in its 'locale' font subdirectory,
+except any that match the current locale \fITux Paint\fP is running under.
+Use the \fIalllocalefonts\fP option to load all such fonts, for use in the
+"Text" tool. (This is the old behavior, prior to version 0.9.21.)
+
+.SH OPTIONS - MISCELLANEOUS
+.l
+\fItuxpaint\fP accepts the following options to alter its behavior.
+They can be used along with, instead of, or to override options set in
+configuration files. (See below.)
+
+.TP 8
+.B \-\-nosysconfig
+With this option, \fITux Paint\fP will not attempt to read the
+system-wide configuration file (typically \fI/etc/tuxpaint/tuxpaint.conf\fP).
+
+.TP 8
+.B \-\-nolockfile
+By default, \fITux Paint\fP uses a lockfile (stored in the user's
+local Tux Paint directory) which prevents it from being launched more than
+once in 30 seconds. (Sometimes children get too eager, or user interfaces
+only require one click, but users think they need to double-click.)
+This option makes \fITux Paint\fP ignore the current lockfile.
+
+.SH ENVIRONMENT
+.ad l
+While \fITux Paint\fP may refer to a number of environment variables indirectly
+(e.g., via \fISDL(3)\fP), it only directly accesses the following:
+.PP
+.TP 8
+.B HOME
+to determine where picture files go when using the \fISave\fP and \fIOpen\fP
+commands within \fITux Paint\fP, to keep track of the current image,
+when quitting and restarting \fITux Paint\fP, and to get the user's
+configuration file.
+
+.TP 8
+.B LANG
+to determine language to use, if \fIsetlocale(3)\fP refers to 'LC_MESSAGES'.
+
+.SH FILES
+.TP 8
+.B /etc/tuxpaint/tuxpaint.conf
+System-wide configuration file. It is read first
+(unless the \fI\-\-nosysconfig\fP option was given on the command-line).
+.RS
+.PP
+(Created during installation.)
+.RE
+.TP 8
+.B $HOME/.tuxpaintrc
+User's configuration file. It can be used to set default options
+(rather than setting them on the command-line every time), and/or to
+override any settings in the system-wide configuration file.
+.RS
+.PP
+(Not created or edited automatically; must be created manually.
+You can do this by hand, or use '\fITux Paint Config.\fP.')
+.RE
+.TP 8
+.B $HOME/.tuxpaint/saved/
+A directory of previously-saved images (and thumbnails). Only files in this
+directory will be made available using the \fIOpen\fP command within
+\fITux Paint\fP. (See \fItuxpaint-import(1)\fP.)
+.RS
+.PP
+(Created when \fISave\fP command is used.)
+.RE
+.TP 8
+.B $HOME/.tuxpaint/current_id.txt
+A reference to the image which was being edited when \fITux Paint\fP was
+last quit. (This image is automatically loaded the next time \fITux Paint\fP
+is re-run.)
+.RS
+.PP
+(Created when \fITux Paint\fP is \fIQuit\fP.)
+.RE
+.TP 8
+.B $HOME/.tuxpaint/lockfile.dat
+A lockfile that prevents \fITux Paint\fP from being launched more than once
+every 30 seconds. Disable checking the lockfile by using the
+\'\-\-nolockfile\' command-line argument.
+.RS
+.PP
+(There's no reason to delete the lockfile, as it contains a timestamp
+inside which causes it to expire after 30 seconds.)
+.RE
+
+.SH COPYRIGHT
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+.SH OTHER INFO
+See the documentation that comes with \fITux Paint\fP for further instructions on
+using the program's features.
+
+The canonical place to find \fITux Paint\fP information is at
+.nh
+http://www.tuxpaint.org/.
+.hy
+
+.SH AUTHORS
+Lead developer & project manager: Bill Kendrick
+.nh
+.
+.hy
+
+With patches, fixes, extensions, porting, translations, documentation, and more from
+lots of people, including, but probably not limited to (see AUTHORS.txt and CHANGES.txt):
+
+Aki,
+Ashish Arora,
+Khalid Al Holan,
+Daniel Andersson,
+Hodorog Andrei,
+Joana Portia Antwi-Danso,
+Adorilson Bezerra de Araujo,
+Xandru Armesto,
+Ben Armstrong,
+Ravishankar Ayyakkannu,
+
+Dwayne Bailey,
+Matías Bellone,
+Martin Benjamin,
+Besnik Bleta,
+Denis Bodor,
+Rahul Borade,
+Yacine Bouklif,
+Miguel Bouzada,
+René Brandenburger,
+Herman Bruyninckx,
+Lucie Burianova,
+Laurentiu Buzdugan,
+
+Albert Cahalan,
+Pere Pujal i Carabantes,
+Felipe Castro,
+Ouychai Chaita,
+Zdenek Chalupský,
+Wei-Lun Chao,
+Jacques Chion,
+Ankit Choudary,
+Abdoul Cisse,
+Urska Colner,
+Adam 'akanewbie' Corcoran,
+Helder Correia,
+Ricardo Cruz,
+
+Magnus Dahl,
+Laurent Dhima,
+Chandrakant Dhutadmal,
+Yavor Doganov,
+Joe Dalton,
+Tim Dickson,
+Dawa Dolma,
+Kevin Donnelly,
+Dovix,
+Korvigellou An Drouizig (Philippe),
+Serhij Dubyk,
+
+Ander Elortondo,
+Alberto Escudero-Pascual,
+
+T. Surya Fajri,
+Jamil Farzana,
+Sveinn í Felli,
+Doruk Fisek,
+Flavia Floris,
+Fòram na Gàidhlig,
+Fabian Franz,
+Derrick Frimpong,
+Martin Fuhrer,
+Fula Localization Project,
+
+Alexander Gabillondo,
+Gabriel Gazzan,
+Robert Buj Gelonch,
+Alexander Geroimenko,
+Torsten Giebl,
+Harvey Ginter,
+Solomon Gizaw,
+Robert Glowczynski,
+Chris Goerner,
+Mikel González,
+Volker Grabsch,
+The Greek Linux i18n Team,
+Edmund GRIMLEY EVANS,
+Frederico Goncalves Guimaraes,
+
+Joe Hanson,
+Sam "Criswell" Hart,
+Guy Hed,
+Farinaz Hedayat,
+Prasanta Hembram,
+Willem Heppe,
+Tedi Heriyanto,
+Pjetur G. Hjaltason,
+Knut Erik Hollund,
+Henrik Holst,
+Khaled Hosny,
+Henry House,
+Mohomodou Houssouba,
+Song Huang,
+Karl Ove Hufthammer,
+
+Roland Illig,
+Daniel Illingworth,
+Indigenas Sin Fronteras,
+Juan Irigoien,
+Students of Vocational Higher Secondary School Irimpanam,
+Ivana Rakic,
+Dmitriy Ivanov,
+
+Mogens Jaeger,
+Lis Gøthe í Jákupsstovu,
+Nedjeljko Jedvaj,
+Aleksandar Jelenak,
+Rasmus Erik Voel Jensen,
+Lauri Jesmin,
+Wang Jian,
+Amed Ç. Jiyan,
+Petri Jooste,
+Richard June,
+
+Andrej Kacian,
+Thomas Kalka,
+Jorma Karvonen,
+Yannis Kaskamanidis,
+Kazuhiko,
+Gabor Kelemen,
+Mark Kim,
+Thomas Klausner,
+Koby,
+Marcin 'Shard' Konicki,
+Ines Kovacevic,
+Mantas Kriauciunas,
+Freek de Kruijf,
+Andrzej M. Krzysztofowicz,
+Piotr Kwilinski,
+Serafeim Kyriaki,
+
+Matthew Lange,
+Fabio Lazarin,
+Niko Lewman,
+Arkadiusz Lipiec,
+Ricky Lontoc,
+Dag H. Loras,
+Burkhard Luck,
+
+Nuno Magalhães,
+Vincent Mahlangu,
+Ankit Malik,
+Neskie Manuel,
+Fred Ulisses Maranhao,
+Yannig MARCHEGAY (Kokoyaya),
+Jorge Mariano,
+Martin,
+Sergio Marques,
+Pheledi Mathibela,
+Scott McCreary,
+Marco Milanesi,
+Never Min,
+Kartik Mistry,
+Mugunth,
+Benson Muite,
+Steve Murphy,
+Samuel Murray (Groenkloof),
+
+Shumani Mercy Nehulaudzi,
+Mikkel Kirkgaard Nielsen,
+Alesis Novik,
+Nudjaree,
+Daniel Nylander,
+
+Olli,
+Sven Ollino,
+James Olweny,
+Teresa Orive,
+Gareth Owen,
+
+Quentin PAGÈS,
+Sorin Paliga,
+Yannis Papatzikos,
+Nikolay Parukhin,
+Alessandro Pasotti,
+Flavio Pastor,
+Patrick,
+George Patrick,
+Primoz Peterlin,
+Le Quang Phan,
+Henrik Pihl,
+Auk Piseth,
+Pablo Pita,
+Milan Plzik,
+Eric Poncet,
+Sergei Popov,
+John Popplewell,
+
+Adam 'foo-script' Rakowski,
+Rodrigo Perez Ramirez and Indigenas Sin Fronteras,
+Sebastian Rasmussen,
+Robert Readman,
+Leandro Regueiro,
+Samir Ribić,
+Simona Riva,
+Robin Rosenberg,
+Ilir Rugova,
+Jaroslav Rynik,
+
+Bert Saal,
+Ibraahiima SAAR,
+Saikumar,
+Samuel Sarpong,
+Kevin Patrick Scannell,
+Stephanie Schilling,
+Luc 'Begasus' Schrijvers,
+Kiriaki SERAFEIM,
+Pavithran Shakamuri,
+Gia Shervashidze,
+Clytie Siddall,
+Kliment Simoncev,
+Tomas Skäre,
+Sokratis Sofianopoulos,
+Khoem Sokhem,
+Geert Stams,
+Peter Sterba,
+Raivis Strogonovs,
+Luis C. Suárez,
+Sugar Labs i18n team,
+
+Tomasz 'karave' Tarach,
+Michal Terbert,
+Ignacia Tike,
+Tilo,
+Tarmo Toikkanen,
+TOYAMA Shin-ichi,
+Niall Tracey,
+Gerasim Troeglazov,
+tropikhajma,
+Florence Tushabe,
+
+Matej Urbančič,
+
+Rita Verbauskaite,
+Daniel Jose Viana,
+Charles Vidal,
+
+Darrell Walisser,
+Frank Weng,
+
+Damian Yerrick,
+yurchor,
+
+Muhammad Najmi Ahmad Zabidi,
+Eugene Zelenko,
+Martin Zhekov,
+and
+Huang Zuzhen.
+
+.SH "SEE ALSO"
+.BR tuxpaint-import (1),
+.BR tuxpaint-config (1),
+.BR tp-magic-config (1),
+.BR xpaint (1),
+.BR gpaint (1),
+.BR gimp (1),
+.BR kolourpaint (1),
+.BR krita (1),
+.BR gcompris (1)
+.PP
+And documentation within /usr/[local/]share/doc/tuxpaint/.
diff --git a/man/ja_JP.UTF-8/tuxpaint.1 b/man/ja_JP.UTF-8/tuxpaint.1
new file mode 100644
index 000000000..3fb6d17bf
--- /dev/null
+++ b/man/ja_JP.UTF-8/tuxpaint.1
@@ -0,0 +1,1492 @@
+.\" tuxpaint.1 - 2021.08.09
+.TH TUXPAINT 1 "2021年8月 9日" "0.9.27" "Tux Paint"
+.SH NAME
+tuxpaint -- "Tux Paint", a drawing program for young children.
+
+.SH SYNOPSYS
+.B tuxpaint
+[\-\-help \-\-version \-\-verbose\-version \-\-usage \-\-copying]
+
+.TP 9
+.B tuxpaint
+[\-\-fullscreen {yes|native|no}]
+.br
+[\-\-allowscreensaver]
+.br
+[\-\-WIDTHxHEIGHT]
+.br
+[\-\-native]
+.br
+[\-\-orient=portrait]
+.br
+[\-\-buttonsize SIZE]
+.br
+[\-\-startblank]
+.br
+[\-\-nosound]
+.br
+[\-\-nostereo]
+.br
+[\-\-noquit]
+.br
+[\-\-noprint]
+.br
+[\-\-printdelay=\fISECONDS\fP]
+.br
+[\-\-printcfg]
+.br
+[\-\-altprintalways | \-\-altprintnever]
+.br
+[\-\-papersize \fIPAPERSIZE\fP | \-\-papersize help]
+.br
+[\-\-printcommand \fICOMMAND\fP]
+.br
+[\-\-altprintcommand \fICOMMAND\fP]
+.br
+[\-\-simpleshapes]
+.br
+[\-\-uppercase]
+.br
+[\-\-grab]
+.br
+[\-\-noshortcuts]
+.br
+[\-\-nowheelmouse]
+.br
+[\-\-nobuttondistinction]
+.br
+[\-\-nofancycursors]
+.br
+[\-\-hidecursor]
+.br
+[\-\-nooutlines]
+.br
+[\-\-nostamps]
+.br
+[\-\-nostampcontrols]
+.br
+[\-\-nomagiccontrols]
+.br
+[\-\-noshapecontrols]
+.br
+[\-\-nolabel]
+.br
+[\-\-newcolorslast]
+.br
+[\-\-mirrorstamps]
+.br
+[\-\-colorsrows=\fIROWS\fP]
+.br
+[\-\-mouse-accessibility]
+.br
+[\-\-onscreen-keyboard]
+.br
+[\-\-onscreen-keyboard-layout \fILAYOUT\fP]
+.br
+[\-\-onscreen-keyboard-disable-change]
+.br
+[\-\-joystick-dev=\fIDEVICE\fP]
+.br
+[\-\-joystick-dev=list]
+.br
+[\-\-joystick-slowness=\fISPEED\fP]
+.br
+[\-\-joystick-threshold=\fITHRESHOLD\fP]
+.br
+[\-\-joystick-maxsteps=\fISTEPS\fP]
+.br
+[\-\-joystick-hat-timeout=\fIMILLISECONDS\fP]
+.br
+[\-\-joystick-hat-slowness=\fISPEED\fP]
+.br
+[\-\-joystick-btn-escape=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-brush=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-stamp=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-lines=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-shapes=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-text=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-label=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-magic=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-undo=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-redo=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-eraser=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-new=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-open=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-save=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-pgsetup=\fIBUTTON\fP]
+.br
+[\-\-joystick-btn-print=\fIBUTTON\fP]
+.br
+[\-\-joystick-buttons-ignore=\fIBUTTON1,BUTTON2,...\fP]
+.br
+[\-\-stampsize=\fISIZE\fP]
+.br
+[\-\-keyboard]
+.br
+[\-\-nosysfonts]
+.br
+[\-\-alllocalefonts]
+.br
+[\-\-savedir \fIDIR\fP]
+.br
+[\-\-exportdir \fIDIR\fP]
+.br
+[\-\-datadir \fIDIR\fP]
+.br
+[\-\-saveover]
+.br
+[\-\-saveovernew]
+.br
+[\-\-nosave]
+.br
+[\-\-autosave]
+.br
+[\-\-colorfile \fIFILE\fP]
+
+.TP 9
+.B tuxpaint (defaults)
+[\-\-windowed]
+.br
+[\-\-disablescreensaver]
+.br
+[\-\-800x600]
+.br
+[\-\-orient=landscape]
+.br
+[\-\-buttonsize 48]
+.br
+[\-\-startlast]
+.br
+[\-\-sound]
+.br
+[\-\-stereo]
+.br
+[\-\-quit]
+.br
+[\-\-print]
+.br
+[\-\-printdelay=0]
+.br
+[\-\-noprintcfg]
+.br
+[\-\-altprintmod]
+.br
+[\-\-complexshapes]
+.br
+[\-\-mixedcase]
+.br
+[\-\-dontgrab]
+.br
+[\-\-shortcuts]
+.br
+[\-\-wheelmouse]
+.br
+[\-\-buttondistinction]
+.br
+[\-\-fancycursors]
+.br
+[\-\-showcursor]
+.br
+[\-\-outlines]
+.br
+[\-\-stamps]
+.br
+[\-\-stampcontrols]
+.br
+[\-\-magiccontrols]
+.br
+[\-\-shapecontrols]
+.br
+[\-\-label]
+.br
+[\-\-newcolorsfirst]
+.br
+[\-\-dontmirrorstamps]
+.br
+[\-\-stampsize=default]
+.br
+[\-\-mouse]
+.br
+[\-\-sysfonts]
+.br
+[\-\-currentlocalefont]
+.br
+[\-\-saveoverask]
+.br
+[\-\-save]
+.br
+[\-\-noautosave]
+.br
+
+.TP 9
+.B tuxpaint
+[\-\-locale \fILOCALE\fP]
+
+.TP 9
+.B tuxpaint
+[\-\-lang \fILANGUAGE\fP | \-\-lang help]
+
+.TP 9
+.B tuxpaint
+[\-\-nosysconfig]
+.br
+[\-\-nolockfile]
+
+.SH DESCRIPTION
+.PP
+\fITux Paint\fP is a drawing program for young children. It is meant to be
+easy and fun to use. It provides a simple interface and fixed canvas size,
+and provides access to previous images using a thumbnail browser (i.e., no
+access to the underlying filesystem).
+
+Unlike popular drawing programs like "\fIThe GIMP\fP," it has a very
+limited toolset. However, it provides a much simpler interface, and has
+entertaining, child-oriented additions such as sound effects.
+
+.SH OPTIONS - INFORMATIONAL
+.l
+\fItuxpaint\fP accepts the following options to emit information about the
+program. It then exits immediately (without opening a graphical window).
+
+.TP 8
+.B \-\-help
+Display short, helpful information about Tux Paint.
+.TP 8
+.B \-\-version
+Output the version info.
+.TP 8
+.B \-\-verbose\-version
+Output the version info and compile-time build options.
+.TP 8
+.B \-\-usage
+Display a list of all commandline options.
+.TP 8
+.B \-\-copying
+Show the license (GNU GPL) under which Tux Paint is released.
+
+.SH OPTIONS - INTERFACE
+.l
+\fItuxpaint\fP accepts the following options to alter the interface. They
+can be used along with, instead of, or to override options set in
+configuration files. (See below.)
+
+.SS VIDEO.TP 8
+.B \-\-fullscreen=yes \-\-fullscreen=native \-\-fullscreen=no \-\-windowed
+Run \fITux Paint\fP in full-screen mode at its default -- or a specified --
+screen resolution ("--fullscreen=yes"); or in full-screen mode at the
+system's native resolution ("--fullscreen=native"); or run in a window
+("--fullscreen=no" or "--windowed") (default).
+
+.TP 8
+.B \-\-native
+When in fullscreen mode, use the system's default screen resolution.
+
+.TP 8
+.B \-\-WIDTHxHEIGHT
+Run \fITux Paint\fP in a particularly-sized window, or at a particular
+fullscreen resolution (if \-\-native is not used). Default is 800x600.
+Minimum width is 640. Minimum height is 480. Portrait and landscape
+orientations are both supported. (Also see \-\-orient, below.)
+
+.TP 8
+.B \-\-orient=landscape \-\-orient=portrait
+If \-\-orient=portrait is set, asks \fITux Paint\fP to swap the WIDTH and HEIGHT
+values it uses for windowed or fullscreen mode, without having to actually
+change the WIDTH and HEIGHT values in the configuration file or on the
+command-line. (This is useful on devices where the screen can be rotated,
+e.g. tablet PCs.)
+
+.TP 8
+.B \-\-allowscreensaver \-\-disablescreensaver
+Normally, \fItuxpaint\fP disables your screensaver. Use \-\-allowscreensaver
+to prevent this from happening.
+
+.SS SOUND
+.TP 8
+.B \-\-nosound \-\-sound
+Disable or enable (default) sound.
+
+.TP 8
+.B \-\-nostereo \-\-stereo
+Disable or enable (default) stereo panning support.
+
+.SS INTERFACE SIZE
+.TP 8
+.B \-\-buttonsize SIZE
+Adjust the size of the buttons in \fITux Paint's\fP user interface,
+between 24 and 192 pixels (48 is the default, and suitable for displays
+with 96 to 120dpi pixel density).
+
+.TP 8
+.B \-\-colorsrows=\fIrows\fP
+How many rows of color palette buttons to show; useful when using
+a large color palette, and/or for use with coarse input devices
+(like eyegaze trackers). It can be between 1 (default) and 3.
+
+.SS INTERFACE SIMPLIFICATION
+.TP 8
+.B \-\-simpleshapes \-\-complexshapes
+Disable or enable (default) the \fIrotation\fP step when using the
+\fIShape\fP tool within \fITux Paint\fP. When disabled, shapes cannot be
+rotated; however, the interface is easier (click, drag, release), which can
+be useful for younger or disabled children.
+
+.TP 8
+.B \-\-nooutlines \-\-outlines
+In \fInooutlines\fP mode, much simpler outlines and 'rubber-band' lines are
+displayed when using the \fILines\fP, \fIShapes\fP, \fIStamps\fP and
+\fIEraser\fP tools. (This can help when \fITux Paint\fP is run on slower
+computers, or displayed on a remote X display.)
+
+.TP 8
+.B \-\-uppercase \-\-mixedcase
+In \fIuppercase\fP mode, all text prompts and the \fIText\fP drawing tool
+will display only uppercase letters. This is useful for children who are not
+yet comfortable with the lowercase characterset. Default mode is
+\fImixed case\fP.
+
+.SS INITIAL STAMP SIZE
+.TP 8
+.B \-\-stampsize=\fIsize\fP \-\-stampsize=default
+Sets the default size of all stamps, relative to their possible sizes
+(determined by \fITux Paint\fP, based on the dimensions of both the stamps
+themselves, and the drawing canvas). Valid values are from 0 (smallest)
+to 10 (largest). Use \fIdefault\fP to let \fITux Paint\fP choose
+(this is the default setting).
+
+.SS STARTING OUT
+.TP 8
+.B \-\-startblank \-\-startlast
+When you start \fITux Paint\fP, it loads the last image that was being worked
+on. The \fI\-\-startblank\fP option disables this, so it always starts with
+a blank canvas. The default behavior is \fI\-\-startlast\fP.
+
+.TP 8
+.B \-\-newcolorslast \-\-newcolorsfirst
+List solid (blank) colors at the end, or beginning (default) of the
+options displayed when using the \fINew\fP tool to start a new picture.
+
+.SS CONTROL SIMPLIFICATION
+.TP 8
+.B \-\-noquit \-\-quit
+Disable or enable (default) the on-screen \fIQuit\fP button and \fIEscape\fP
+key sequence for quitting \fITux Paint\fP. Instead, use the window close
+button in the titlebar, the \fIAlt+F4\fP key sequence, or the
+\fIShift+Control+Escape\fP key sequence.
+
+.TP 8
+.B \-\-nostamps \-\-stamps
+With \fInostamps\fP set, Rubber Stamp images are not loaded, so the
+\fIStamps\fP tool will not be available. This option can be used to reduce
+the time Tux Paint takes to load, and reduce the amount of RAM it requires.
+
+.TP 8
+.B \-\-nostampcontrols \-\-stampcontrols
+Disable or enable (default) buttons to control stamps. Controls include
+mirror, flip, shrink and grow. (Note: Not all stamps will be controllable
+in all ways.)
+
+.TP 8
+.B \-\-nomagiccontrols \-\-magiccontrols
+Disable or enable (default) buttons to control Magic tools. Controls include
+controlling whether a Magic tool is used like a paint brush, or if it
+affects the entire image at once. (Note: Not all Magic tools will be
+controllable.)
+
+.TP 8
+.B \-\-noshapecontrols \-\-shapecontrols
+Disable or enable (default) buttons to change the Shape tool's behavior --
+shapes expanding from the center, or from a corner, where the mouse is
+initially clicked.
+
+.TP 8
+.B \-\-nolabel \-\-label
+Disable or enable (default) the \fILabel\fP tool, which lets you create
+text which can be altered or moved later.
+
+.SH OPTIONS - CONTROLLING TUX PAINT
+.l
+\fItuxpaint\fP accepts the following options to alter how you control
+Tux Paint. They can be used along with, instead of, or to override options
+set in configuration files. (See below.)
+
+.SS CURSOR
+.TP 8
+.B \-\-nofancycursors \-\-fancycursors
+Disable or enable (default) the 'fancy' mouse pointer shapes in \fITux Paint\fP.
+While the shapes are larger, and context sensitive, some environments have
+trouble displaying the mouse pointer, and/or leave 'trails' on the screen.
+
+.TP 8
+.B \-\-hidecursor \-\-showcursor
+Completely hide, or enable (default) the mouse pointer in \fITux Paint\fP.
+This can be useful on touchscreen devices, such as tablet PCs.
+
+.SS KEYBOARD
+.TP 8
+.B \-\-noshortcuts \-\-shortcuts
+If \fInoshortcuts\fP mode, keyboard shortcuts (e.g., Ctrl+S for Save)
+will be disabled. Default mode is \fIshortcuts enabled\fP.
+
+.SS MOUSE AND ACCESSIBILITY
+.TP 8
+.B \-\-grab \-\-dontgrab
+Grab the mouse and keyboard input (if possible), so that the mouse is
+confined to the \fITux Paint\fP window. Default is to not grab.
+
+.TP 8
+.B \-\-nowheelmouse \-\-wheelmouse
+By default, the wheel (jog dial) on a mouse will be used to scroll the
+\fIselector\fP on the right of the screen. This can be disabled, and the
+wheel completely ignored, with the \fI\-\-nowheelmouse\fP option.
+This is useful for children who aren't yet comfortable with the mouse.
+Default is to support the wheel.
+
+.TP 8
+.B \-\-mouse-accessibility
+In this mode, instead of clicking, dragging and releasing (e.g., to draw),
+you click, move, and click again to end the motion.
+
+.TP 8
+.B \-\-keyboard \-\-mouse
+The \fIkeyboard\fP option lets the mouse pointer in \fITux Paint\fP be
+controlled with the keyboard. The \fIarrow keys\fP move the pointer.
+\fISpacebar\fP acts as the mouse button.
+
+.TP 8
+.B \-\-nobuttondistinction \-\-buttondistinction
+By default, only mouse button #1 (typically the leftmost mouse button
+on mice with more than one button) can be used for interacting with
+\fITux Paint\fP. With the \fI\-\-nobuttondistinction\fP option,
+mouse buttons #2 (middle) and #3 (right) can be used, as well.
+This is useful for children who aren't yet comfortable with the mouse.
+Default is to only recognize button #1.
+
+.SS ONSCREEN KEYBOARD
+.TP 8
+.B \-\-onscreen-keyboard
+Presents a clickable on-screen keyboard when using the \fIText\fP and
+\fILabel\fP tools.
+
+.TP 8
+.B \-\-onscreen-keyboard-layout \fILAYOUT\fP
+Specify the default layout for the on-screen keyboard (see above).
+
+.TP 8
+.B \-\-onscreen-keyboard-disable-change
+Disallow switching between on-screen keyboard layouts.
+
+.SS JOYSTICK
+.TP 8
+.B \-\-joystick-dev=\fIDEVICE\fP
+Specify which joystick device should be used by Tux Paint. Default value is 0 (the first joystick).
+
+.TP 8
+.B \-\-joystick-dev=list
+List available joysticks and exit.
+
+.TP 8
+.B \-\-joystick-slowness=\fISPEED\fP
+Sets a delay at each axis motion, allowing to slow the joystick. Allowed values are from 0 to 500. Default value is 15.
+
+.TP 8
+.B \-\-joystick-threshold=\fITHRESHOLD\fP
+Sets the minimum level of axis motion to start moving the pointer. Allowed values are from 0 to 32766. Default value is 3200.
+
+.TP 8
+.B \-\-joystick-maxsteps=\fISTEPS\fP
+Sets the maximum pixels the pointer will move at once. Allowed values are from 1 to 7. Default value is 7.
+
+.TP 8
+.B \-\-joystick-hat-timeout=\fIMILLISECONDS\fP
+Sets the delay after wich the pointer will start moving automatically if the hat is keeped pushed. Allowed values are from 0 to 3000. Default value is 1000.
+
+.TP 8
+.B \-\-joystick-hat-slowness=\fISPEED\fP
+Sets a delay at each automatic motion, allowing to slow the speed of the hat. Allowed values are from 0 to 500. Default value is 15.
+
+.TP 8
+.B \-\-joystick-btn-escape=\fIBUTTON\fP
+Selects the joystick button number, as seen by SDL, that will be used to generate a escape event. Useful to dismiss dialogs and quit.
+
+.TP 8
+.B \-\-joystick-btn-\fICOMMAND\fP=\fIBUTTON\fP
+Selects the joystick button number, as seen by SDL, that will be a shortcut to
+various tools within Tux Paint.
+
+.PP
+.RS
+.PD 0
+.TP 2
+-
+brush | Brush
+lines | Lines
+shapes | Shapes
+text | Text
+label | Label
+magic | Magic
+undo | Undo
+redo | Redo
+eraser | Eraser
+new | New
+open | Open
+save | Save
+pgsetup | Print (dialog)
+print | Print (immediate)
+.RE
+.PD
+
+.TP 8
+.B \-\-joystick-buttons-ignore=\fIBUTTON1,BUTTON2,...\fP
+A set of joystick button numbers, as seen by SDL, that should
+be ignored. Otherwise, unless they are used by one of the
+\-\-joystick-btn-... options above, buttons will be seen as a mouse
+left-click. Comma-separated.
+
+.SH OPTIONS - PRINTING
+.l
+\fItuxpaint\fP accepts the following options to alter how Tux Paint
+handles printing. They can be used along with, instead of, or to
+override options set in configuration files. (See below.)
+
+.SS PRINT PERMISSIONS
+.TP 8
+.B \-\-noprint \-\-print
+Disable or enable (default) the \fIPrint\fP command within \fITux Paint\fP.
+
+.TP 8
+.B \-\-printdelay=\fISECONDS\fP \-\-printdelay=0
+Only allow printing (via the \fIPrint\fP command) once every \fISECONDS\fP
+seconds. Default is 0 (no limitation).
+
+.SS SHOW PRINTER DIALOG
+.TP 8
+.B \-\-altprintmod \-\-altprintnever \-\-altprintalways
+These options control whether an system printer dialog appears when the
+user clicks the \fIPrint\fP button. By default (\-\-altprintmod), pressing
+\fI[ALT]\fP while clicking \fIPrint\fP will bring up a dialog (unless you're
+in fullscreen mode). With \-\-altprintalways, the dialog will always appear,
+even if \fI[ALT]\fP is not being held. With \-\-altprintnever, the dialog
+will never appear, even if \fI[ALT]\fP is being held.
+
+.SS SAVE PRINTER CONFIGURATION
+.TP 8
+.B \-\-printcfg \-\-noprintcfg
+(Windows and Mac OS X only.) Enable or disable loading and saving of
+printer settings. By default, \fITux Paint\fP will print to the default
+printer with default settings. Pressing \fI[ALT]\fP while pushing the
+\fIPrint\fP button will cause a printer dialog to appear (as long as you're
+not in fullscreen mode; see also \-\-altprintalways and \-\-altprintnever,
+below.) Unless \-\-noprintcfg is used, your previous settings will
+be loaded when \fITux Paint\fP starts up, and setting changes will be saved
+for next time.
+
+.SS PRINT COMMANDS
+.TP 8
+.B \-\-printcommand \fICOMMAND\fP
+(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
+Have Tux Paint print via an alternate command, rather than lpr(1).
+
+.TP 8
+.B \-\-altprintcommand \fICOMMAND\fP
+(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
+Have Tux Paint print via an alternate command, when a dialog is expect
+(e.g., when holding \fI[ALT]\fP while clicking "Print"; see above),
+rather than kprinter.
+
+.SS PAPER SIZE
+.TP 8
+.B \-\-papersize \fIPAPERSIZE\fP
+(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
+Ask \fITux Paint\fP to generate PostScript of a particular paper size.
+Valid sizes are those supported by libpaper. See papersize(5).
+
+.SH OPTIONS - SAVING
+.l
+\fItuxpaint\fP accepts the following options to alter how Tux Paint
+operates when saving or exporting drawings. They can be used along with,
+instead of, or to override options set in configuration files. (See below.)
+
+.SS SAVE OVER EARLIER WORK
+.TP 8
+.B \-\-saveover \-\-saveovernew \-\-saveoverask
+If, when saving a picture, an older version of the file will be overwritten,
+\fITux Paint\fP will, by default, ask for confirmation: either
+\fIsave over\fP the old file, or \fIcreate\fP a new file. This prompt
+can be disabled with \fI\-\-saveover\fP (which always saves over older versions
+of pictures) or \fI\-\-saveovernew\fP (which always saves a new file).
+The default is to prompt (\fI\-\-saveoverask\fP).
+
+.SS SAVE AND EXPORT DIRECTORIES
+.TP 8
+.B \-\-savedir \fIDIR\fP
+Specify where \fITux Paint\fP should save and load its drawings.
+
+.TP 8
+.B \-\-exportdir \fIDIR\fP
+Specify where \fITux Paint\fP should export drawings and animations.
+
+.SS MORE SAVING OPTIONS
+.TP 8
+.B \-\-nosave \-\-save
+The \fInosave\fP option disables \fITux Paint's\fP ability to save files.
+This can be used in situations where the program is only being used for
+fun, or in a test environment.
+
+.TP 8
+.B \-\-autosave \-\-noautosave
+The \fIautosave\fP option prevents \fITux Paint\fP from asking whether you
+want to save the current picture when quitting, and assumes you do.
+
+.SH OPTIONS - DATA FILES
+.l
+\fItuxpaint\fP accepts the following options to alter where Tux Paint
+loads data (stamps, brushes, etc.) They can be used along with, instead
+of, or to override options set in configuration files. (See below.)
+
+.TP 8
+.B \-\-datadir \fIDIR\fP
+Specify where \fITux Paint\fP should look for personal data files
+(brushes, stamps, etc.).
+
+.TP 8
+.B \-\-colorfile \fIFILE\fP
+This option allows you to override the default color palette in \fITux Paint\fP
+and replace it with your own. The file should be a plain ASCII text file
+containing one color description per line. Colors may be in decimal or
+6- or 3-digit hexadecimal, and followed by a description. (For example,
+"\fI#000 Black\fP" and "\fI255 192 64 Orange\fP".)
+
+.SH OPTIONS - LANGUAGE
+.l
+\fItuxpaint\fP accepts the following options to alter the language used
+by Tux Paint's interface, and other related settings. They can be used
+along with, instead of, or to override options set in configuration
+files. (See below.)
+
+.l
+Various parts of \fITux Paint\fP have been translated into numerous languages.
+\fITux Paint\fP will try its best to honor your \fIlocale\fP setting
+(i.e., the \fILANG\fP environment variable), if possible.
+You can also specifically set the language using options on the command-line
+or in a configuration file.
+
+.TP 8
+.B \-\-locale \fILOCALE\fP
+Specify the language to use, based on locale name (which is typically of the
+form \fIlanguage\fP[_\fIterritory\fP][.\fIcodeset\fP][@\fImodifier\fP],
+where \fIlanguage\fP is an ISO 639 language code,
+\fIterritory\fP is an ISO 3166 country code, and
+\fIcodeset\fP is a character set or encoding identifier like ISO-8859-1 or
+UTF-8.)
+.PP
+.RS
+For example, \fIde_DE@euro\fP for German, or \fIpt_BR\fP
+for Brazilian Portuguese.
+.RE
+
+.TP 8
+.B \-\-lang \fILANGUAGE\fP
+Specify the language to use, based on the language's name
+(as recognized by \fITux Paint\fP). Choose one of the language names
+listed below:
+.PP
+.RS
+.PD 0
+.TP 2
+-
+english | american-english
+.TP 2
+-
+acholi | acoli
+.TP 2
+-
+afrikaans
+.TP 2
+-
+akan | twi-fante
+.TP 2
+-
+albanian
+.TP 2
+-
+amharic
+.TP 2
+-
+arabic
+.TP 2
+-
+aragones
+.TP 2
+-
+armenian | hayeren
+.TP 2
+-
+assamese
+.TP 2
+-
+asturian
+.TP 2
+-
+azerbaijani
+.TP 2
+-
+australian-english
+.TP 2
+-
+bambara
+.TP 2
+-
+basque | euskara
+.TP 2
+-
+belarusian | bielaruskaja
+.TP 2
+-
+bengali
+.TP 2
+-
+bodo
+.TP 2
+-
+bokmal
+.TP 2
+-
+bosnian
+.TP 2
+-
+brazilian-portuguese | portugues-brazilian | brazilian
+.TP 2
+-
+breton | brezhoneg
+.TP 2
+-
+british | british-english
+.TP 2
+-
+bulgarian
+.TP 2
+-
+canadian-english
+.TP 2
+-
+catalan | catala
+.TP 2
+-
+chinese | simplified-chinese
+.TP 2
+-
+croatian | hrvatski
+.TP 2
+-
+czech | cesky
+.TP 2
+-
+danish | dansk
+.TP 2
+-
+dogri
+.TP 2
+-
+dutch | nederlands
+.TP 2
+-
+esperanto
+.TP 2
+-
+estonian
+.TP 2
+-
+faroese
+.TP 2
+-
+finnish | suomi
+.TP 2
+-
+french | francais
+.TP 2
+-
+fula | fulah | pulaar-fulfulde
+.TP 2
+-
+gaelic | irish-gaelic | gaidhlig
+.TP 2
+-
+galician | galego
+.TP 2
+-
+georgian
+.TP 2
+-
+german | deutsch
+.TP 2
+-
+greek
+.TP 2
+-
+gronings | zudelk-veenkelonioals
+.TP 2
+-
+gujarati
+.TP 2
+-
+hebrew
+.TP 2
+-
+hindi
+.TP 2
+-
+hungarian | magyar
+.TP 2
+-
+icelandic | islenska
+.TP 2
+-
+indonesian | bahasa-indonesia
+.TP 2
+-
+inuktitut
+.TP 2
+-
+italian | italiano
+.TP 2
+-
+japanese
+.TP 2
+-
+kabyle | kabylian
+.TP 2
+-
+kannada
+.TP 2
+-
+kashmiri-devanagari
+.TP 2
+-
+kashmiri-perso-arabic
+.TP 2
+-
+kiga | chiga
+.TP 2
+-
+kinyarwanda
+.TP 2
+-
+khmer
+.TP 2
+-
+klingon | tlhIngan
+.TP 2
+-
+konkani-devanagari
+.TP 2
+-
+konkani-roman
+.TP 2
+-
+korean
+.TP 2
+-
+kurdish
+.TP 2
+-
+latvian
+.TP 2
+-
+lithuanian | lietuviu
+.TP 2
+-
+luganda
+.TP 2
+-
+luxembourgish | letzebuergesch
+.TP 2
+-
+macedonian
+.TP 2
+-
+maithili
+.TP 2
+-
+malay
+.TP 2
+-
+malayalam
+.TP 2
+-
+manipuri-bengali
+.TP 2
+-
+manipuri-meitei-mayek
+.TP 2
+-
+marathi
+.TP 2
+-
+mexican-spanish | espanol-mejicano | mexican
+.TP 2
+-
+mongolian
+.TP 2
+-
+ndebele
+.TP 2
+-
+nepali
+.TP 2
+-
+northern-sotho | sesotho-sa-leboa
+.TP 2
+-
+norwegian | nynorsk | norsk
+.TP 2
+-
+occitan
+.TP 2
+-
+odia | oriya
+.TP 2
+-
+ojibway | ojibwe
+.TP 2
+-
+persian
+.TP 2
+-
+polish | polski
+.TP 2
+-
+portuguese | portugues
+.TP 2
+-
+punjabi | panjabi
+.TP 2
+-
+romanian
+.TP 2
+-
+russian | russkiy
+.TP 2
+-
+sanskrit
+.TP 2
+-
+santali-devanagari
+.TP 2
+-
+santali-ol-chiki
+.TP 2
+-
+sardinian
+.TP 2
+-
+scottish | scottish-gaelic | ghaidhlig
+.TP 2
+-
+serbian
+.TP 2
+-
+serbian-latin
+.TP 2
+-
+shuswap | secwepemctin
+.TP 2
+-
+shuswap-devanagari
+.TP 2
+-
+sindhi-perso-arabic
+.TP 2
+-
+slovak
+.TP 2
+-
+slovenian | slovensko
+.TP 2
+-
+songhay
+.TP 2
+-
+southafrican-english
+.TP 2
+-
+spanish | espanol
+.TP 2
+-
+sundanese
+.TP 2
+-
+swahili
+.TP 2
+-
+swedish | svenska
+.TP 2
+-
+tagalog
+.TP 2
+-
+tamil
+.TP 2
+-
+telugu
+.TP 2
+-
+thai
+.TP 2
+-
+tibetan
+.TP 2
+-
+traditional-chinese
+.TP 2
+-
+turkish
+.TP 2
+-
+twi
+.TP 2
+-
+ukrainian
+.TP 2
+-
+urdu
+.TP 2
+-
+valencian
+.TP 2
+-
+venda
+.TP 2
+-
+venetian | veneto
+.TP 2
+-
+vietnamese
+.TP 2
+-
+walloon | walon
+.TP 2
+-
+welsh | cymraeg
+.TP 2
+-
+wolof
+.TP 2
+-
+xhosa
+.TP 2
+-
+zapotec | miahuatlan-zapotec
+.TP 2
+-
+zulu
+.RE
+.PD
+
+.TP 8
+.B \-\-lang help
+Display a lists of all supported languages.
+
+.TP 8
+.B \-\-mirrorstamps \-\-dontmirrorstamps
+With \fImirrorstamps\fP set, stamps which can be mirrored will appear
+mirrored by default. This can be useful when used by people who prefer
+things right-to-left over left-to-right.
+
+.SS FONTS
+.TP 8
+.B \-\-nosysfonts \-\-sysfonts
+\fITux Paint\fP normally attempts to search for additional TrueType Fonts
+installed in common places on your system. If this causes trouble, or you'd
+prefer to only make fonts installed in \fITux Paint\fP's directory available,
+use the \fInosysfonts\fP option to disable this feature.
+
+.TP 8
+.B \-\-alllocalefonts \-\-currentlocalefont
+Tux Paint avoids loading any fonts in its 'locale' font subdirectory,
+except any that match the current locale \fITux Paint\fP is running under.
+Use the \fIalllocalefonts\fP option to load all such fonts, for use in the
+"Text" tool. (This is the old behavior, prior to version 0.9.21.)
+
+.SH OPTIONS - MISCELLANEOUS
+.l
+\fItuxpaint\fP accepts the following options to alter its behavior.
+They can be used along with, instead of, or to override options set in
+configuration files. (See below.)
+
+.TP 8
+.B \-\-nosysconfig
+With this option, \fITux Paint\fP will not attempt to read the
+system-wide configuration file (typically \fI/etc/tuxpaint/tuxpaint.conf\fP).
+
+.TP 8
+.B \-\-nolockfile
+By default, \fITux Paint\fP uses a lockfile (stored in the user's
+local Tux Paint directory) which prevents it from being launched more than
+once in 30 seconds. (Sometimes children get too eager, or user interfaces
+only require one click, but users think they need to double-click.)
+This option makes \fITux Paint\fP ignore the current lockfile.
+
+.SH ENVIRONMENT
+.ad l
+While \fITux Paint\fP may refer to a number of environment variables indirectly
+(e.g., via \fISDL(3)\fP), it only directly accesses the following:
+.PP
+.TP 8
+.B HOME
+to determine where picture files go when using the \fISave\fP and \fIOpen\fP
+commands within \fITux Paint\fP, to keep track of the current image,
+when quitting and restarting \fITux Paint\fP, and to get the user's
+configuration file.
+
+.TP 8
+.B LANG
+to determine language to use, if \fIsetlocale(3)\fP refers to 'LC_MESSAGES'.
+
+.SH FILES
+.TP 8
+.B /etc/tuxpaint/tuxpaint.conf
+System-wide configuration file. It is read first
+(unless the \fI\-\-nosysconfig\fP option was given on the command-line).
+.RS
+.PP
+(Created during installation.)
+.RE
+.TP 8
+.B $HOME/.tuxpaintrc
+User's configuration file. It can be used to set default options
+(rather than setting them on the command-line every time), and/or to
+override any settings in the system-wide configuration file.
+.RS
+.PP
+(Not created or edited automatically; must be created manually.
+You can do this by hand, or use '\fITux Paint Config.\fP.')
+.RE
+.TP 8
+.B $HOME/.tuxpaint/saved/
+A directory of previously-saved images (and thumbnails). Only files in this
+directory will be made available using the \fIOpen\fP command within
+\fITux Paint\fP. (See \fItuxpaint-import(1)\fP.)
+.RS
+.PP
+(Created when \fISave\fP command is used.)
+.RE
+.TP 8
+.B $HOME/.tuxpaint/current_id.txt
+A reference to the image which was being edited when \fITux Paint\fP was
+last quit. (This image is automatically loaded the next time \fITux Paint\fP
+is re-run.)
+.RS
+.PP
+(Created when \fITux Paint\fP is \fIQuit\fP.)
+.RE
+.TP 8
+.B $HOME/.tuxpaint/lockfile.dat
+A lockfile that prevents \fITux Paint\fP from being launched more than once
+every 30 seconds. Disable checking the lockfile by using the
+\'\-\-nolockfile\' command-line argument.
+.RS
+.PP
+(There's no reason to delete the lockfile, as it contains a timestamp
+inside which causes it to expire after 30 seconds.)
+.RE
+
+.SH COPYRIGHT
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+.SH OTHER INFO
+See the documentation that comes with \fITux Paint\fP for further instructions on
+using the program's features.
+
+The canonical place to find \fITux Paint\fP information is at
+.nh
+http://www.tuxpaint.org/.
+.hy
+
+.SH AUTHORS
+Lead developer & project manager: Bill Kendrick
+.nh
+.
+.hy
+
+With patches, fixes, extensions, porting, translations, documentation, and more from
+lots of people, including, but probably not limited to (see AUTHORS.txt and CHANGES.txt):
+
+Aki,
+Ashish Arora,
+Khalid Al Holan,
+Daniel Andersson,
+Hodorog Andrei,
+Joana Portia Antwi-Danso,
+Adorilson Bezerra de Araujo,
+Xandru Armesto,
+Ben Armstrong,
+Ravishankar Ayyakkannu,
+
+Dwayne Bailey,
+Matías Bellone,
+Martin Benjamin,
+Besnik Bleta,
+Denis Bodor,
+Rahul Borade,
+Yacine Bouklif,
+Miguel Bouzada,
+René Brandenburger,
+Herman Bruyninckx,
+Lucie Burianova,
+Laurentiu Buzdugan,
+
+Albert Cahalan,
+Pere Pujal i Carabantes,
+Felipe Castro,
+Ouychai Chaita,
+Zdenek Chalupský,
+Wei-Lun Chao,
+Jacques Chion,
+Ankit Choudary,
+Abdoul Cisse,
+Urska Colner,
+Adam 'akanewbie' Corcoran,
+Helder Correia,
+Ricardo Cruz,
+
+Magnus Dahl,
+Laurent Dhima,
+Chandrakant Dhutadmal,
+Yavor Doganov,
+Joe Dalton,
+Tim Dickson,
+Dawa Dolma,
+Kevin Donnelly,
+Dovix,
+Korvigellou An Drouizig (Philippe),
+Serhij Dubyk,
+
+Ander Elortondo,
+Alberto Escudero-Pascual,
+
+T. Surya Fajri,
+Jamil Farzana,
+Sveinn í Felli,
+Doruk Fisek,
+Flavia Floris,
+Fòram na Gàidhlig,
+Fabian Franz,
+Derrick Frimpong,
+Martin Fuhrer,
+Fula Localization Project,
+
+Alexander Gabillondo,
+Gabriel Gazzan,
+Robert Buj Gelonch,
+Alexander Geroimenko,
+Torsten Giebl,
+Harvey Ginter,
+Solomon Gizaw,
+Robert Glowczynski,
+Chris Goerner,
+Mikel González,
+Volker Grabsch,
+The Greek Linux i18n Team,
+Edmund GRIMLEY EVANS,
+Frederico Goncalves Guimaraes,
+
+Joe Hanson,
+Sam "Criswell" Hart,
+Guy Hed,
+Farinaz Hedayat,
+Prasanta Hembram,
+Willem Heppe,
+Tedi Heriyanto,
+Pjetur G. Hjaltason,
+Knut Erik Hollund,
+Henrik Holst,
+Khaled Hosny,
+Henry House,
+Mohomodou Houssouba,
+Song Huang,
+Karl Ove Hufthammer,
+
+Roland Illig,
+Daniel Illingworth,
+Indigenas Sin Fronteras,
+Juan Irigoien,
+Students of Vocational Higher Secondary School Irimpanam,
+Ivana Rakic,
+Dmitriy Ivanov,
+
+Mogens Jaeger,
+Lis Gøthe í Jákupsstovu,
+Nedjeljko Jedvaj,
+Aleksandar Jelenak,
+Rasmus Erik Voel Jensen,
+Lauri Jesmin,
+Wang Jian,
+Amed Ç. Jiyan,
+Petri Jooste,
+Richard June,
+
+Andrej Kacian,
+Thomas Kalka,
+Jorma Karvonen,
+Yannis Kaskamanidis,
+Kazuhiko,
+Gabor Kelemen,
+Mark Kim,
+Thomas Klausner,
+Koby,
+Marcin 'Shard' Konicki,
+Ines Kovacevic,
+Mantas Kriauciunas,
+Freek de Kruijf,
+Andrzej M. Krzysztofowicz,
+Piotr Kwilinski,
+Serafeim Kyriaki,
+
+Matthew Lange,
+Fabio Lazarin,
+Niko Lewman,
+Arkadiusz Lipiec,
+Ricky Lontoc,
+Dag H. Loras,
+Burkhard Luck,
+
+Nuno Magalhães,
+Vincent Mahlangu,
+Ankit Malik,
+Neskie Manuel,
+Fred Ulisses Maranhao,
+Yannig MARCHEGAY (Kokoyaya),
+Jorge Mariano,
+Martin,
+Sergio Marques,
+Pheledi Mathibela,
+Scott McCreary,
+Marco Milanesi,
+Never Min,
+Kartik Mistry,
+Mugunth,
+Benson Muite,
+Steve Murphy,
+Samuel Murray (Groenkloof),
+
+Shumani Mercy Nehulaudzi,
+Mikkel Kirkgaard Nielsen,
+Alesis Novik,
+Nudjaree,
+Daniel Nylander,
+
+Olli,
+Sven Ollino,
+James Olweny,
+Teresa Orive,
+Gareth Owen,
+
+Quentin PAGÈS,
+Sorin Paliga,
+Yannis Papatzikos,
+Nikolay Parukhin,
+Alessandro Pasotti,
+Flavio Pastor,
+Patrick,
+George Patrick,
+Primoz Peterlin,
+Le Quang Phan,
+Henrik Pihl,
+Auk Piseth,
+Pablo Pita,
+Milan Plzik,
+Eric Poncet,
+Sergei Popov,
+John Popplewell,
+
+Adam 'foo-script' Rakowski,
+Rodrigo Perez Ramirez and Indigenas Sin Fronteras,
+Sebastian Rasmussen,
+Robert Readman,
+Leandro Regueiro,
+Samir Ribić,
+Simona Riva,
+Robin Rosenberg,
+Ilir Rugova,
+Jaroslav Rynik,
+
+Bert Saal,
+Ibraahiima SAAR,
+Saikumar,
+Samuel Sarpong,
+Kevin Patrick Scannell,
+Stephanie Schilling,
+Luc 'Begasus' Schrijvers,
+Kiriaki SERAFEIM,
+Pavithran Shakamuri,
+Gia Shervashidze,
+Clytie Siddall,
+Kliment Simoncev,
+Tomas Skäre,
+Sokratis Sofianopoulos,
+Khoem Sokhem,
+Geert Stams,
+Peter Sterba,
+Raivis Strogonovs,
+Luis C. Suárez,
+Sugar Labs i18n team,
+
+Tomasz 'karave' Tarach,
+Michal Terbert,
+Ignacia Tike,
+Tilo,
+Tarmo Toikkanen,
+TOYAMA Shin-ichi,
+Niall Tracey,
+Gerasim Troeglazov,
+tropikhajma,
+Florence Tushabe,
+
+Matej Urbančič,
+
+Rita Verbauskaite,
+Daniel Jose Viana,
+Charles Vidal,
+
+Darrell Walisser,
+Frank Weng,
+
+Damian Yerrick,
+yurchor,
+
+Muhammad Najmi Ahmad Zabidi,
+Eugene Zelenko,
+Martin Zhekov,
+and
+Huang Zuzhen.
+
+.SH "SEE ALSO"
+.BR tuxpaint-import (1),
+.BR tuxpaint-config (1),
+.BR tp-magic-config (1),
+.BR xpaint (1),
+.BR gpaint (1),
+.BR gimp (1),
+.BR kolourpaint (1),
+.BR krita (1),
+.BR gcompris (1)
+.PP
+And documentation within /usr/[local/]share/doc/tuxpaint/.
From 5f64ebd732eaf91b5a44d4fcce5ede84a0c5da8c Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Sat, 14 Aug 2021 23:28:13 -0700
Subject: [PATCH 12/48] Refresh localized manpages
---
man/en/tuxpaint.1 | 184 +++++++++++++++++--------------
man/es_ES.UTF-8/tuxpaint.1 | 184 +++++++++++++++++--------------
man/fr_FR.UTF-8/tuxpaint.1 | 190 ++++++++++++++++++--------------
man/gl_ES.UTF-8/tuxpaint.1 | 214 +++++++++++++++++++++----------------
man/ja_JP.UTF-8/tuxpaint.1 | 188 ++++++++++++++++++--------------
5 files changed, 545 insertions(+), 415 deletions(-)
diff --git a/man/en/tuxpaint.1 b/man/en/tuxpaint.1
index 201211504..66e851c1f 100644
--- a/man/en/tuxpaint.1
+++ b/man/en/tuxpaint.1
@@ -284,7 +284,8 @@ Show the license (GNU GPL) under which Tux Paint is released.
can be used along with, instead of, or to override options set in
configuration files. (See below.)
-.SS VIDEO.TP 8
+.SS VIDEO
+.TP 8
.B \-\-fullscreen=yes \-\-fullscreen=native \-\-fullscreen=no \-\-windowed
Run \fITux Paint\fP in full-screen mode at its default -- or a specified --
screen resolution ("--fullscreen=yes"); or in full-screen mode at the
@@ -298,22 +299,22 @@ When in fullscreen mode, use the system's default screen resolution.
.TP 8
.B \-\-WIDTHxHEIGHT
Run \fITux Paint\fP in a particularly-sized window, or at a particular
-fullscreen resolution (if \-\-native is not used). Default is 800x600.
+fullscreen resolution (if \-\-native is not used). Default is 800x600.
Minimum width is 640. Minimum height is 480. Portrait and landscape
orientations are both supported. (Also see \-\-orient, below.)
.TP 8
.B \-\-orient=landscape \-\-orient=portrait
-If \-\-orient=portrait is set, asks \fITux Paint\fP to swap the WIDTH and HEIGHT
-values it uses for windowed or fullscreen mode, without having to actually
-change the WIDTH and HEIGHT values in the configuration file or on the
-command-line. (This is useful on devices where the screen can be rotated,
-e.g. tablet PCs.)
+If \-\-orient=portrait is set, asks \fITux Paint\fP to swap the WIDTH and
+HEIGHT values it uses for windowed or fullscreen mode, without having to
+actually change the WIDTH and HEIGHT values in the configuration file or on
+the command-line. (This is useful on devices where the screen can be
+rotated, e.g. tablet PCs.)
.TP 8
.B \-\-allowscreensaver \-\-disablescreensaver
-Normally, \fItuxpaint\fP disables your screensaver. Use \-\-allowscreensaver
-to prevent this from happening.
+Normally, \fItuxpaint\fP disables your screensaver. Use
+\-\-allowscreensaver to prevent this from happening.
.SS SOUND
.TP 8
@@ -326,54 +327,53 @@ Disable or enable (default) stereo panning support.
.SS INTERFACE SIZE
.TP 8
-.B \-\-buttonsize SIZE
-Adjust the size of the buttons in \fITux Paint's\fP user interface,
-between 24 and 192 pixels (48 is the default, and suitable for displays
-with 96 to 120dpi pixel density).
+.B \-\-buttonsize SIZEAdjust the size of the buttons in \fITux Paint\fP's user interface, between
+24 and 192 pixels (48 is the default, and suitable for displays with 96 to
+120dpi pixel density).
.TP 8
-.B \-\-colorsrows=\fIrows\fP
-How many rows of color palette buttons to show; useful when using
-a large color palette, and/or for use with coarse input devices
-(like eyegaze trackers). It can be between 1 (default) and 3.
+.B \-\-colorsrows=\fIROWS\fP
+How many rows of color palette buttons to show; useful when using a large
+color palette, and/or for use with coarse input devices (like eyegaze
+trackers). It can be between 1 (default) and 3.
.SS INTERFACE SIMPLIFICATION
.TP 8
.B \-\-simpleshapes \-\-complexshapes
-Disable or enable (default) the \fIrotation\fP step when using the
-\fIShape\fP tool within \fITux Paint\fP. When disabled, shapes cannot be
-rotated; however, the interface is easier (click, drag, release), which can
-be useful for younger or disabled children.
+Disable or enable (default) the rotation step when using the Shape tool
+within Tux Paint. When disabled, shapes cannot be rotated; however, the
+interface is easier (click, drag, release), which can be useful for younger
+or disabled children.
.TP 8
.B \-\-nooutlines \-\-outlines
-In \fInooutlines\fP mode, much simpler outlines and 'rubber-band' lines are
-displayed when using the \fILines\fP, \fIShapes\fP, \fIStamps\fP and
-\fIEraser\fP tools. (This can help when \fITux Paint\fP is run on slower
-computers, or displayed on a remote X display.)
+With "--nooutlines" enabled, much simpler outlines and 'rubber-band' lines
+are displayed when using the Lines, Shapes, Stamps and Eraser tools. (This
+can help when Tux Paint is run on slower computers, or displayed on a
+remote terminal.)
.TP 8
.B \-\-uppercase \-\-mixedcase
-In \fIuppercase\fP mode, all text prompts and the \fIText\fP drawing tool
-will display only uppercase letters. This is useful for children who are not
-yet comfortable with the lowercase characterset. Default mode is
-\fImixed case\fP.
+With "--uppercase" enabled, all text prompts and the Text and Label drawing
+tools will display only uppercase letters. This is useful for children who
+are not yet comfortable with the lowercase characterset. Default mode is
+mixed case.
.SS INITIAL STAMP SIZE
.TP 8
-.B \-\-stampsize=\fIsize\fP \-\-stampsize=default
-Sets the default size of all stamps, relative to their possible sizes
-(determined by \fITux Paint\fP, based on the dimensions of both the stamps
-themselves, and the drawing canvas). Valid values are from 0 (smallest)
-to 10 (largest). Use \fIdefault\fP to let \fITux Paint\fP choose
-(this is the default setting).
+.B \-\-stampsize=\fISIZE\fP \-\-stampsize=default
+Overrides the default size of all stamps, relative to their possible sizes
+(determined by Tux Paint, based on the dimensions of both the stamps
+themselves, and the drawing canvas). Valid values are from 0 (smallest) to
+10 (largest). Use "--stampsize=default" to let ITux PaintP choose on a
+per-stamp basis (this is the default setting).
.SS STARTING OUT
.TP 8
.B \-\-startblank \-\-startlast
-When you start \fITux Paint\fP, it loads the last image that was being worked
-on. The \fI\-\-startblank\fP option disables this, so it always starts with
-a blank canvas. The default behavior is \fI\-\-startlast\fP.
+When you start Tux Paint, it loads the last image that was being worked on.
+ The "\-\-startblank" option disables this, so it always starts with a
+blank canvas. The default behavior is "\-\-startlast".
.TP 8
.B \-\-newcolorslast \-\-newcolorsfirst
@@ -383,15 +383,15 @@ options displayed when using the \fINew\fP tool to start a new picture.
.SS CONTROL SIMPLIFICATION
.TP 8
.B \-\-noquit \-\-quit
-Disable or enable (default) the on-screen \fIQuit\fP button and \fIEscape\fP
-key sequence for quitting \fITux Paint\fP. Instead, use the window close
-button in the titlebar, the \fIAlt+F4\fP key sequence, or the
-\fIShift+Control+Escape\fP key sequence.
+Disable or enable (default) the on-screen Quit button and [Escape]
+key for quitting Tux Paint. Instead, use the window close
+button in the titlebar, the [Al]+[F4] key sequence, or the
+[Shift]+[Control]+[Escape] key sequence.
.TP 8
.B \-\-nostamps \-\-stamps
-With \fInostamps\fP set, Rubber Stamp images are not loaded, so the
-\fIStamps\fP tool will not be available. This option can be used to reduce
+With "--nostamps" set, Rubber Stamp images are not loaded, so the
+Stamps tool will not be available. This option can be used to reduce
the time Tux Paint takes to load, and reduce the amount of RAM it requires.
.TP 8
@@ -415,7 +415,7 @@ initially clicked.
.TP 8
.B \-\-nolabel \-\-label
-Disable or enable (default) the \fILabel\fP tool, which lets you create
+Disable or enable (default) the Label tool, which lets you create
text which can be altered or moved later.
.SH OPTIONS - CONTROLLING TUX PAINT
@@ -427,31 +427,31 @@ set in configuration files. (See below.)
.SS CURSOR
.TP 8
.B \-\-nofancycursors \-\-fancycursors
-Disable or enable (default) the 'fancy' mouse pointer shapes in \fITux Paint\fP.
+Disable or enable (default) the 'fancy' mouse pointer shapes in Tux Paint.
While the shapes are larger, and context sensitive, some environments have
trouble displaying the mouse pointer, and/or leave 'trails' on the screen.
.TP 8
.B \-\-hidecursor \-\-showcursor
-Completely hide, or enable (default) the mouse pointer in \fITux Paint\fP.
+Completely hide, or enable (default) the mouse pointer in Tux Paint.
This can be useful on touchscreen devices, such as tablet PCs.
.SS KEYBOARD
.TP 8
.B \-\-noshortcuts \-\-shortcuts
-If \fInoshortcuts\fP mode, keyboard shortcuts (e.g., Ctrl+S for Save)
-will be disabled. Default mode is \fIshortcuts enabled\fP.
+If \fInoshortcuts\fP mode, keyboard shortcuts (e.g., [Ctrl]+[S] for Save)
+will be disabled. Default mode is for shortcuts to be enabled.
.SS MOUSE AND ACCESSIBILITY
.TP 8
.B \-\-grab \-\-dontgrab
Grab the mouse and keyboard input (if possible), so that the mouse is
-confined to the \fITux Paint\fP window. Default is to not grab.
+confined to the Tux Paint window. Default is to not grab.
.TP 8
.B \-\-nowheelmouse \-\-wheelmouse
By default, the wheel (jog dial) on a mouse will be used to scroll the
-\fIselector\fP on the right of the screen. This can be disabled, and the
+'selector' on the right of the screen. This can be disabled, and the
wheel completely ignored, with the \fI\-\-nowheelmouse\fP option.
This is useful for children who aren't yet comfortable with the mouse.
Default is to support the wheel.
@@ -463,15 +463,15 @@ you click, move, and click again to end the motion.
.TP 8
.B \-\-keyboard \-\-mouse
-The \fIkeyboard\fP option lets the mouse pointer in \fITux Paint\fP be
-controlled with the keyboard. The \fIarrow keys\fP move the pointer.
-\fISpacebar\fP acts as the mouse button.
+The "--keyboard" option lets the mouse pointer in Tux Paint be
+controlled with the keyboard. The [Up], [Down], [Left], and [Right]
+arrow keys move the pointer. [Spacebar] acts as the mouse button.
.TP 8
.B \-\-nobuttondistinction \-\-buttondistinction
By default, only mouse button #1 (typically the leftmost mouse button
on mice with more than one button) can be used for interacting with
-\fITux Paint\fP. With the \fI\-\-nobuttondistinction\fP option,
+Tux Paint. With the "--nobuttondistinction" option,
mouse buttons #2 (middle) and #3 (right) can be used, as well.
This is useful for children who aren't yet comfortable with the mouse.
Default is to only recognize button #1.
@@ -479,8 +479,8 @@ Default is to only recognize button #1.
.SS ONSCREEN KEYBOARD
.TP 8
.B \-\-onscreen-keyboard
-Presents a clickable on-screen keyboard when using the \fIText\fP and
-\fILabel\fP tools.
+Presents a clickable on-screen keyboard when using the Text and
+Label tools.
.TP 8
.B \-\-onscreen-keyboard-layout \fILAYOUT\fP
@@ -488,7 +488,8 @@ Specify the default layout for the on-screen keyboard (see above).
.TP 8
.B \-\-onscreen-keyboard-disable-change
-Disallow switching between on-screen keyboard layouts.
+Disables the left/right arrow buttons visible on the on-screen keyboard,
+which are used to switch between the available on-screen keyboard layouts.
.SS JOYSTICK
.TP 8
@@ -497,7 +498,7 @@ Specify which joystick device should be used by Tux Paint. Default value is 0 (t
.TP 8
.B \-\-joystick-dev=list
-List available joysticks and exit.
+List the system's available joysticks and exit. (Does not launch Tux Paint.)
.TP 8
.B \-\-joystick-slowness=\fISPEED\fP
@@ -534,18 +535,44 @@ various tools within Tux Paint.
.TP 2
-
brush | Brush
+.TP 2
+-
lines | Lines
+.TP 2
+-
shapes | Shapes
+.TP 2
+-
text | Text
+.TP 2
+-
label | Label
+.TP 2
+-
magic | Magic
+.TP 2
+-
undo | Undo
+.TP 2
+-
redo | Redo
+.TP 2
+-
eraser | Eraser
+.TP 2
+-
new | New
+.TP 2
+-
open | Open
+.TP 2
+-
save | Save
+.TP 2
+-
pgsetup | Print (dialog)
+.TP 2
+-
print | Print (immediate)
.RE
.PD
@@ -554,7 +581,7 @@ print | Print (immediate)
.B \-\-joystick-buttons-ignore=\fIBUTTON1,BUTTON2,...\fP
A set of joystick button numbers, as seen by SDL, that should
be ignored. Otherwise, unless they are used by one of the
-\-\-joystick-btn-... options above, buttons will be seen as a mouse
+"--joystick-btn-..." options above, buttons will be seen as a mouse
left-click. Comma-separated.
.SH OPTIONS - PRINTING
@@ -566,7 +593,7 @@ override options set in configuration files. (See below.)
.SS PRINT PERMISSIONS
.TP 8
.B \-\-noprint \-\-print
-Disable or enable (default) the \fIPrint\fP command within \fITux Paint\fP.
+Disable or enable (default) the Print command within Tux Paint.
.TP 8
.B \-\-printdelay=\fISECONDS\fP \-\-printdelay=0
@@ -578,17 +605,17 @@ seconds. Default is 0 (no limitation).
.B \-\-altprintmod \-\-altprintnever \-\-altprintalways
These options control whether an system printer dialog appears when the
user clicks the \fIPrint\fP button. By default (\-\-altprintmod), pressing
-\fI[ALT]\fP while clicking \fIPrint\fP will bring up a dialog (unless you're
+\fI[Alt]\fP while clicking \fIPrint\fP will bring up a dialog (unless you're
in fullscreen mode). With \-\-altprintalways, the dialog will always appear,
-even if \fI[ALT]\fP is not being held. With \-\-altprintnever, the dialog
-will never appear, even if \fI[ALT]\fP is being held.
+even if \fI[Alt]\fP is not being held. With \-\-altprintnever, the dialog
+will never appear, even if \fI[Alt]\fP is being held.
.SS SAVE PRINTER CONFIGURATION
.TP 8
.B \-\-printcfg \-\-noprintcfg
(Windows and Mac OS X only.) Enable or disable loading and saving of
printer settings. By default, \fITux Paint\fP will print to the default
-printer with default settings. Pressing \fI[ALT]\fP while pushing the
+printer with default settings. Pressing \fI[Alt]\fP while pushing the
\fIPrint\fP button will cause a printer dialog to appear (as long as you're
not in fullscreen mode; see also \-\-altprintalways and \-\-altprintnever,
below.) Unless \-\-noprintcfg is used, your previous settings will
@@ -605,7 +632,7 @@ Have Tux Paint print via an alternate command, rather than lpr(1).
.B \-\-altprintcommand \fICOMMAND\fP
(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
Have Tux Paint print via an alternate command, when a dialog is expect
-(e.g., when holding \fI[ALT]\fP while clicking "Print"; see above),
+(e.g., when holding \fI[Alt]\fP while clicking "Print"; see above),
rather than kprinter.
.SS PAPER SIZE
@@ -1206,28 +1233,27 @@ inside which causes it to expire after 30 seconds.)
.RE
.SH COPYRIGHT
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
+This program is free software; you can redistribute it and/or modify it
+under the terms of the GNU General Public License as published by the Free
+Software Foundation; either version 2 of the License, or (at your option)
+any later version.
.SH OTHER INFO
-See the documentation that comes with \fITux Paint\fP for further instructions on
-using the program's features.
+See the documentation that comes with Tux Paint for further instructions on using the program's features.
-The canonical place to find \fITux Paint\fP information is at
+The canonical place to find Tux Paint information is at
.nh
http://www.tuxpaint.org/.
.hy
.SH AUTHORS
-Lead developer & project manager: Bill Kendrick
-.nh
+Lead developer and project manager: Bill Kendrick.nh
.
.hy
-With patches, fixes, extensions, porting, translations, documentation, and more from
-lots of people, including, but probably not limited to (see AUTHORS.txt and CHANGES.txt):
+With patches, fixes, extensions, porting, translations, documentation, and
+more from lots of people, including, but probably not limited to (see
+AUTHORS.txt and CHANGES.txt):
Aki,
Ashish Arora,
@@ -1478,7 +1504,7 @@ Martin Zhekov,
and
Huang Zuzhen.
-.SH "SEE ALSO"
+.SH SEE ALSO
.BR tuxpaint-import (1),
.BR tuxpaint-config (1),
.BR tp-magic-config (1),
@@ -1489,4 +1515,4 @@ Huang Zuzhen.
.BR krita (1),
.BR gcompris (1)
.PP
-And documentation within /usr/[local/]share/doc/tuxpaint/.
+
diff --git a/man/es_ES.UTF-8/tuxpaint.1 b/man/es_ES.UTF-8/tuxpaint.1
index 8ad9930ae..a630158c9 100644
--- a/man/es_ES.UTF-8/tuxpaint.1
+++ b/man/es_ES.UTF-8/tuxpaint.1
@@ -284,7 +284,8 @@ Show the license (GNU GPL) under which Tux Paint is released.
can be used along with, instead of, or to override options set in
configuration files. (See below.)
-.SS VIDEO.TP 8
+.SS VIDEO
+.TP 8
.B \-\-fullscreen=yes \-\-fullscreen=native \-\-fullscreen=no \-\-windowed
Run \fITux Paint\fP in full-screen mode at its default -- or a specified --
screen resolution ("--fullscreen=yes"); or in full-screen mode at the
@@ -298,22 +299,22 @@ When in fullscreen mode, use the system's default screen resolution.
.TP 8
.B \-\-WIDTHxHEIGHT
Run \fITux Paint\fP in a particularly-sized window, or at a particular
-fullscreen resolution (if \-\-native is not used). Default is 800x600.
+fullscreen resolution (if \-\-native is not used). Default is 800x600.
Minimum width is 640. Minimum height is 480. Portrait and landscape
orientations are both supported. (Also see \-\-orient, below.)
.TP 8
.B \-\-orient=landscape \-\-orient=portrait
-If \-\-orient=portrait is set, asks \fITux Paint\fP to swap the WIDTH and HEIGHT
-values it uses for windowed or fullscreen mode, without having to actually
-change the WIDTH and HEIGHT values in the configuration file or on the
-command-line. (This is useful on devices where the screen can be rotated,
-e.g. tablet PCs.)
+If \-\-orient=portrait is set, asks \fITux Paint\fP to swap the WIDTH and
+HEIGHT values it uses for windowed or fullscreen mode, without having to
+actually change the WIDTH and HEIGHT values in the configuration file or on
+the command-line. (This is useful on devices where the screen can be
+rotated, e.g. tablet PCs.)
.TP 8
.B \-\-allowscreensaver \-\-disablescreensaver
-Normally, \fItuxpaint\fP disables your screensaver. Use \-\-allowscreensaver
-to prevent this from happening.
+Normally, \fItuxpaint\fP disables your screensaver. Use
+\-\-allowscreensaver to prevent this from happening.
.SS SOUND
.TP 8
@@ -326,54 +327,53 @@ Disable or enable (default) stereo panning support.
.SS INTERFACE SIZE
.TP 8
-.B \-\-buttonsize SIZE
-Adjust the size of the buttons in \fITux Paint's\fP user interface,
-between 24 and 192 pixels (48 is the default, and suitable for displays
-with 96 to 120dpi pixel density).
+.B \-\-buttonsize SIZEAdjust the size of the buttons in \fITux Paint\fP's user interface, between
+24 and 192 pixels (48 is the default, and suitable for displays with 96 to
+120dpi pixel density).
.TP 8
-.B \-\-colorsrows=\fIrows\fP
-How many rows of color palette buttons to show; useful when using
-a large color palette, and/or for use with coarse input devices
-(like eyegaze trackers). It can be between 1 (default) and 3.
+.B \-\-colorsrows=\fIROWS\fP
+How many rows of color palette buttons to show; useful when using a large
+color palette, and/or for use with coarse input devices (like eyegaze
+trackers). It can be between 1 (default) and 3.
.SS INTERFACE SIMPLIFICATION
.TP 8
.B \-\-simpleshapes \-\-complexshapes
-Disable or enable (default) the \fIrotation\fP step when using the
-\fIShape\fP tool within \fITux Paint\fP. When disabled, shapes cannot be
-rotated; however, the interface is easier (click, drag, release), which can
-be useful for younger or disabled children.
+Disable or enable (default) the rotation step when using the Shape tool
+within Tux Paint. When disabled, shapes cannot be rotated; however, the
+interface is easier (click, drag, release), which can be useful for younger
+or disabled children.
.TP 8
.B \-\-nooutlines \-\-outlines
-In \fInooutlines\fP mode, much simpler outlines and 'rubber-band' lines are
-displayed when using the \fILines\fP, \fIShapes\fP, \fIStamps\fP and
-\fIEraser\fP tools. (This can help when \fITux Paint\fP is run on slower
-computers, or displayed on a remote X display.)
+With "--nooutlines" enabled, much simpler outlines and 'rubber-band' lines
+are displayed when using the Lines, Shapes, Stamps and Eraser tools. (This
+can help when Tux Paint is run on slower computers, or displayed on a
+remote terminal.)
.TP 8
.B \-\-uppercase \-\-mixedcase
-In \fIuppercase\fP mode, all text prompts and the \fIText\fP drawing tool
-will display only uppercase letters. This is useful for children who are not
-yet comfortable with the lowercase characterset. Default mode is
-\fImixed case\fP.
+With "--uppercase" enabled, all text prompts and the Text and Label drawing
+tools will display only uppercase letters. This is useful for children who
+are not yet comfortable with the lowercase characterset. Default mode is
+mixed case.
.SS INITIAL STAMP SIZE
.TP 8
-.B \-\-stampsize=\fIsize\fP \-\-stampsize=default
-Sets the default size of all stamps, relative to their possible sizes
-(determined by \fITux Paint\fP, based on the dimensions of both the stamps
-themselves, and the drawing canvas). Valid values are from 0 (smallest)
-to 10 (largest). Use \fIdefault\fP to let \fITux Paint\fP choose
-(this is the default setting).
+.B \-\-stampsize=\fISIZE\fP \-\-stampsize=default
+Overrides the default size of all stamps, relative to their possible sizes
+(determined by Tux Paint, based on the dimensions of both the stamps
+themselves, and the drawing canvas). Valid values are from 0 (smallest) to
+10 (largest). Use "--stampsize=default" to let ITux PaintP choose on a
+per-stamp basis (this is the default setting).
.SS STARTING OUT
.TP 8
.B \-\-startblank \-\-startlast
-When you start \fITux Paint\fP, it loads the last image that was being worked
-on. The \fI\-\-startblank\fP option disables this, so it always starts with
-a blank canvas. The default behavior is \fI\-\-startlast\fP.
+When you start Tux Paint, it loads the last image that was being worked on.
+ The "\-\-startblank" option disables this, so it always starts with a
+blank canvas. The default behavior is "\-\-startlast".
.TP 8
.B \-\-newcolorslast \-\-newcolorsfirst
@@ -383,15 +383,15 @@ options displayed when using the \fINew\fP tool to start a new picture.
.SS CONTROL SIMPLIFICATION
.TP 8
.B \-\-noquit \-\-quit
-Disable or enable (default) the on-screen \fIQuit\fP button and \fIEscape\fP
-key sequence for quitting \fITux Paint\fP. Instead, use the window close
-button in the titlebar, the \fIAlt+F4\fP key sequence, or the
-\fIShift+Control+Escape\fP key sequence.
+Disable or enable (default) the on-screen Quit button and [Escape]
+key for quitting Tux Paint. Instead, use the window close
+button in the titlebar, the [Al]+[F4] key sequence, or the
+[Shift]+[Control]+[Escape] key sequence.
.TP 8
.B \-\-nostamps \-\-stamps
-With \fInostamps\fP set, Rubber Stamp images are not loaded, so the
-\fIStamps\fP tool will not be available. This option can be used to reduce
+With "--nostamps" set, Rubber Stamp images are not loaded, so the
+Stamps tool will not be available. This option can be used to reduce
the time Tux Paint takes to load, and reduce the amount of RAM it requires.
.TP 8
@@ -415,7 +415,7 @@ initially clicked.
.TP 8
.B \-\-nolabel \-\-label
-Disable or enable (default) the \fILabel\fP tool, which lets you create
+Disable or enable (default) the Label tool, which lets you create
text which can be altered or moved later.
.SH OPTIONS - CONTROLLING TUX PAINT
@@ -427,31 +427,31 @@ set in configuration files. (See below.)
.SS CURSOR
.TP 8
.B \-\-nofancycursors \-\-fancycursors
-Disable or enable (default) the 'fancy' mouse pointer shapes in \fITux Paint\fP.
+Disable or enable (default) the 'fancy' mouse pointer shapes in Tux Paint.
While the shapes are larger, and context sensitive, some environments have
trouble displaying the mouse pointer, and/or leave 'trails' on the screen.
.TP 8
.B \-\-hidecursor \-\-showcursor
-Completely hide, or enable (default) the mouse pointer in \fITux Paint\fP.
+Completely hide, or enable (default) the mouse pointer in Tux Paint.
This can be useful on touchscreen devices, such as tablet PCs.
.SS KEYBOARD
.TP 8
.B \-\-noshortcuts \-\-shortcuts
-If \fInoshortcuts\fP mode, keyboard shortcuts (e.g., Ctrl+S for Save)
-will be disabled. Default mode is \fIshortcuts enabled\fP.
+If \fInoshortcuts\fP mode, keyboard shortcuts (e.g., [Ctrl]+[S] for Save)
+will be disabled. Default mode is for shortcuts to be enabled.
.SS MOUSE AND ACCESSIBILITY
.TP 8
.B \-\-grab \-\-dontgrab
Grab the mouse and keyboard input (if possible), so that the mouse is
-confined to the \fITux Paint\fP window. Default is to not grab.
+confined to the Tux Paint window. Default is to not grab.
.TP 8
.B \-\-nowheelmouse \-\-wheelmouse
By default, the wheel (jog dial) on a mouse will be used to scroll the
-\fIselector\fP on the right of the screen. This can be disabled, and the
+'selector' on the right of the screen. This can be disabled, and the
wheel completely ignored, with the \fI\-\-nowheelmouse\fP option.
This is useful for children who aren't yet comfortable with the mouse.
Default is to support the wheel.
@@ -463,15 +463,15 @@ you click, move, and click again to end the motion.
.TP 8
.B \-\-keyboard \-\-mouse
-The \fIkeyboard\fP option lets the mouse pointer in \fITux Paint\fP be
-controlled with the keyboard. The \fIarrow keys\fP move the pointer.
-\fISpacebar\fP acts as the mouse button.
+The "--keyboard" option lets the mouse pointer in Tux Paint be
+controlled with the keyboard. The [Up], [Down], [Left], and [Right]
+arrow keys move the pointer. [Spacebar] acts as the mouse button.
.TP 8
.B \-\-nobuttondistinction \-\-buttondistinction
By default, only mouse button #1 (typically the leftmost mouse button
on mice with more than one button) can be used for interacting with
-\fITux Paint\fP. With the \fI\-\-nobuttondistinction\fP option,
+Tux Paint. With the "--nobuttondistinction" option,
mouse buttons #2 (middle) and #3 (right) can be used, as well.
This is useful for children who aren't yet comfortable with the mouse.
Default is to only recognize button #1.
@@ -479,8 +479,8 @@ Default is to only recognize button #1.
.SS ONSCREEN KEYBOARD
.TP 8
.B \-\-onscreen-keyboard
-Presents a clickable on-screen keyboard when using the \fIText\fP and
-\fILabel\fP tools.
+Presents a clickable on-screen keyboard when using the Text and
+Label tools.
.TP 8
.B \-\-onscreen-keyboard-layout \fILAYOUT\fP
@@ -488,7 +488,8 @@ Specify the default layout for the on-screen keyboard (see above).
.TP 8
.B \-\-onscreen-keyboard-disable-change
-Disallow switching between on-screen keyboard layouts.
+Disables the left/right arrow buttons visible on the on-screen keyboard,
+which are used to switch between the available on-screen keyboard layouts.
.SS JOYSTICK
.TP 8
@@ -497,7 +498,7 @@ Specify which joystick device should be used by Tux Paint. Default value is 0 (t
.TP 8
.B \-\-joystick-dev=list
-List available joysticks and exit.
+List the system's available joysticks and exit. (Does not launch Tux Paint.)
.TP 8
.B \-\-joystick-slowness=\fISPEED\fP
@@ -534,18 +535,44 @@ various tools within Tux Paint.
.TP 2
-
brush | Brush
+.TP 2
+-
lines | Lines
+.TP 2
+-
shapes | Shapes
+.TP 2
+-
text | Text
+.TP 2
+-
label | Label
+.TP 2
+-
magic | Magic
+.TP 2
+-
undo | Undo
+.TP 2
+-
redo | Redo
+.TP 2
+-
eraser | Eraser
+.TP 2
+-
new | New
+.TP 2
+-
open | Open
+.TP 2
+-
save | Save
+.TP 2
+-
pgsetup | Print (dialog)
+.TP 2
+-
print | Print (immediate)
.RE
.PD
@@ -554,7 +581,7 @@ print | Print (immediate)
.B \-\-joystick-buttons-ignore=\fIBUTTON1,BUTTON2,...\fP
A set of joystick button numbers, as seen by SDL, that should
be ignored. Otherwise, unless they are used by one of the
-\-\-joystick-btn-... options above, buttons will be seen as a mouse
+"--joystick-btn-..." options above, buttons will be seen as a mouse
left-click. Comma-separated.
.SH OPTIONS - PRINTING
@@ -566,7 +593,7 @@ override options set in configuration files. (See below.)
.SS PRINT PERMISSIONS
.TP 8
.B \-\-noprint \-\-print
-Disable or enable (default) the \fIPrint\fP command within \fITux Paint\fP.
+Disable or enable (default) the Print command within Tux Paint.
.TP 8
.B \-\-printdelay=\fISECONDS\fP \-\-printdelay=0
@@ -578,17 +605,17 @@ seconds. Default is 0 (no limitation).
.B \-\-altprintmod \-\-altprintnever \-\-altprintalways
These options control whether an system printer dialog appears when the
user clicks the \fIPrint\fP button. By default (\-\-altprintmod), pressing
-\fI[ALT]\fP while clicking \fIPrint\fP will bring up a dialog (unless you're
+\fI[Alt]\fP while clicking \fIPrint\fP will bring up a dialog (unless you're
in fullscreen mode). With \-\-altprintalways, the dialog will always appear,
-even if \fI[ALT]\fP is not being held. With \-\-altprintnever, the dialog
-will never appear, even if \fI[ALT]\fP is being held.
+even if \fI[Alt]\fP is not being held. With \-\-altprintnever, the dialog
+will never appear, even if \fI[Alt]\fP is being held.
.SS SAVE PRINTER CONFIGURATION
.TP 8
.B \-\-printcfg \-\-noprintcfg
(Windows and Mac OS X only.) Enable or disable loading and saving of
printer settings. By default, \fITux Paint\fP will print to the default
-printer with default settings. Pressing \fI[ALT]\fP while pushing the
+printer with default settings. Pressing \fI[Alt]\fP while pushing the
\fIPrint\fP button will cause a printer dialog to appear (as long as you're
not in fullscreen mode; see also \-\-altprintalways and \-\-altprintnever,
below.) Unless \-\-noprintcfg is used, your previous settings will
@@ -605,7 +632,7 @@ Have Tux Paint print via an alternate command, rather than lpr(1).
.B \-\-altprintcommand \fICOMMAND\fP
(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
Have Tux Paint print via an alternate command, when a dialog is expect
-(e.g., when holding \fI[ALT]\fP while clicking "Print"; see above),
+(e.g., when holding \fI[Alt]\fP while clicking "Print"; see above),
rather than kprinter.
.SS PAPER SIZE
@@ -1206,28 +1233,27 @@ inside which causes it to expire after 30 seconds.)
.RE
.SH COPYRIGHT
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
+This program is free software; you can redistribute it and/or modify it
+under the terms of the GNU General Public License as published by the Free
+Software Foundation; either version 2 of the License, or (at your option)
+any later version.
.SH OTHER INFO
-See the documentation that comes with \fITux Paint\fP for further instructions on
-using the program's features.
+See the documentation that comes with Tux Paint for further instructions on using the program's features.
-The canonical place to find \fITux Paint\fP information is at
+The canonical place to find Tux Paint information is at
.nh
http://www.tuxpaint.org/.
.hy
.SH AUTHORS
-Lead developer & project manager: Bill Kendrick
-.nh
+Lead developer and project manager: Bill Kendrick.nh
.
.hy
-With patches, fixes, extensions, porting, translations, documentation, and more from
-lots of people, including, but probably not limited to (see AUTHORS.txt and CHANGES.txt):
+With patches, fixes, extensions, porting, translations, documentation, and
+more from lots of people, including, but probably not limited to (see
+AUTHORS.txt and CHANGES.txt):
Aki,
Ashish Arora,
@@ -1478,7 +1504,7 @@ Martin Zhekov,
and
Huang Zuzhen.
-.SH "SEE ALSO"
+.SH SEE ALSO
.BR tuxpaint-import (1),
.BR tuxpaint-config (1),
.BR tp-magic-config (1),
@@ -1489,4 +1515,4 @@ Huang Zuzhen.
.BR krita (1),
.BR gcompris (1)
.PP
-And documentation within /usr/[local/]share/doc/tuxpaint/.
+
diff --git a/man/fr_FR.UTF-8/tuxpaint.1 b/man/fr_FR.UTF-8/tuxpaint.1
index 59feea6fc..fa7b19f82 100644
--- a/man/fr_FR.UTF-8/tuxpaint.1
+++ b/man/fr_FR.UTF-8/tuxpaint.1
@@ -284,7 +284,8 @@ Show the license (GNU GPL) under which Tux Paint is released.
can be used along with, instead of, or to override options set in
configuration files. (See below.)
-.SS VIDEO.TP 8
+.SS VIDEO
+.TP 8
.B \-\-fullscreen=yes \-\-fullscreen=native \-\-fullscreen=no \-\-windowed
Run \fITux Paint\fP in full-screen mode at its default -- or a specified --
screen resolution ("--fullscreen=yes"); or in full-screen mode at the
@@ -298,22 +299,22 @@ When in fullscreen mode, use the system's default screen resolution.
.TP 8
.B \-\-WIDTHxHEIGHT
Run \fITux Paint\fP in a particularly-sized window, or at a particular
-fullscreen resolution (if \-\-native is not used). Default is 800x600.
+fullscreen resolution (if \-\-native is not used). Default is 800x600.
Minimum width is 640. Minimum height is 480. Portrait and landscape
orientations are both supported. (Also see \-\-orient, below.)
.TP 8
.B \-\-orient=landscape \-\-orient=portrait
-If \-\-orient=portrait is set, asks \fITux Paint\fP to swap the WIDTH and HEIGHT
-values it uses for windowed or fullscreen mode, without having to actually
-change the WIDTH and HEIGHT values in the configuration file or on the
-command-line. (This is useful on devices where the screen can be rotated,
-e.g. tablet PCs.)
+If \-\-orient=portrait is set, asks \fITux Paint\fP to swap the WIDTH and
+HEIGHT values it uses for windowed or fullscreen mode, without having to
+actually change the WIDTH and HEIGHT values in the configuration file or on
+the command-line. (This is useful on devices where the screen can be
+rotated, e.g. tablet PCs.)
.TP 8
.B \-\-allowscreensaver \-\-disablescreensaver
-Normally, \fItuxpaint\fP disables your screensaver. Use \-\-allowscreensaver
-to prevent this from happening.
+Normally, \fItuxpaint\fP disables your screensaver. Use
+\-\-allowscreensaver to prevent this from happening.
.SS SOUND
.TP 8
@@ -326,54 +327,53 @@ Disable or enable (default) stereo panning support.
.SS INTERFACE SIZE
.TP 8
-.B \-\-buttonsize SIZE
-Adjust the size of the buttons in \fITux Paint's\fP user interface,
-between 24 and 192 pixels (48 is the default, and suitable for displays
-with 96 to 120dpi pixel density).
+.B \-\-buttonsize SIZEAdjust the size of the buttons in \fITux Paint\fP's user interface, between
+24 and 192 pixels (48 is the default, and suitable for displays with 96 to
+120dpi pixel density).
.TP 8
-.B \-\-colorsrows=\fIrows\fP
-How many rows of color palette buttons to show; useful when using
-a large color palette, and/or for use with coarse input devices
-(like eyegaze trackers). It can be between 1 (default) and 3.
+.B \-\-colorsrows=\fIROWS\fP
+How many rows of color palette buttons to show; useful when using a large
+color palette, and/or for use with coarse input devices (like eyegaze
+trackers). It can be between 1 (default) and 3.
.SS INTERFACE SIMPLIFICATION
.TP 8
.B \-\-simpleshapes \-\-complexshapes
-Disable or enable (default) the \fIrotation\fP step when using the
-\fIShape\fP tool within \fITux Paint\fP. When disabled, shapes cannot be
-rotated; however, the interface is easier (click, drag, release), which can
-be useful for younger or disabled children.
+Disable or enable (default) the rotation step when using the Shape tool
+within Tux Paint. When disabled, shapes cannot be rotated; however, the
+interface is easier (click, drag, release), which can be useful for younger
+or disabled children.
.TP 8
.B \-\-nooutlines \-\-outlines
-In \fInooutlines\fP mode, much simpler outlines and 'rubber-band' lines are
-displayed when using the \fILines\fP, \fIShapes\fP, \fIStamps\fP and
-\fIEraser\fP tools. (This can help when \fITux Paint\fP is run on slower
-computers, or displayed on a remote X display.)
+With "--nooutlines" enabled, much simpler outlines and 'rubber-band' lines
+are displayed when using the Lines, Shapes, Stamps and Eraser tools. (This
+can help when Tux Paint is run on slower computers, or displayed on a
+remote terminal.)
.TP 8
.B \-\-uppercase \-\-mixedcase
-In \fIuppercase\fP mode, all text prompts and the \fIText\fP drawing tool
-will display only uppercase letters. This is useful for children who are not
-yet comfortable with the lowercase characterset. Default mode is
-\fImixed case\fP.
+With "--uppercase" enabled, all text prompts and the Text and Label drawing
+tools will display only uppercase letters. This is useful for children who
+are not yet comfortable with the lowercase characterset. Default mode is
+mixed case.
.SS INITIAL STAMP SIZE
.TP 8
-.B \-\-stampsize=\fIsize\fP \-\-stampsize=default
-Sets the default size of all stamps, relative to their possible sizes
-(determined by \fITux Paint\fP, based on the dimensions of both the stamps
-themselves, and the drawing canvas). Valid values are from 0 (smallest)
-to 10 (largest). Use \fIdefault\fP to let \fITux Paint\fP choose
-(this is the default setting).
+.B \-\-stampsize=\fISIZE\fP \-\-stampsize=default
+Overrides the default size of all stamps, relative to their possible sizes
+(determined by Tux Paint, based on the dimensions of both the stamps
+themselves, and the drawing canvas). Valid values are from 0 (smallest) to
+10 (largest). Use "--stampsize=default" to let ITux PaintP choose on a
+per-stamp basis (this is the default setting).
.SS STARTING OUT
.TP 8
.B \-\-startblank \-\-startlast
-When you start \fITux Paint\fP, it loads the last image that was being worked
-on. The \fI\-\-startblank\fP option disables this, so it always starts with
-a blank canvas. The default behavior is \fI\-\-startlast\fP.
+When you start Tux Paint, it loads the last image that was being worked on.
+ The "\-\-startblank" option disables this, so it always starts with a
+blank canvas. The default behavior is "\-\-startlast".
.TP 8
.B \-\-newcolorslast \-\-newcolorsfirst
@@ -383,15 +383,15 @@ options displayed when using the \fINew\fP tool to start a new picture.
.SS CONTROL SIMPLIFICATION
.TP 8
.B \-\-noquit \-\-quit
-Disable or enable (default) the on-screen \fIQuit\fP button and \fIEscape\fP
-key sequence for quitting \fITux Paint\fP. Instead, use the window close
-button in the titlebar, the \fIAlt+F4\fP key sequence, or the
-\fIShift+Control+Escape\fP key sequence.
+Disable or enable (default) the on-screen Quit button and [Escape]
+key for quitting Tux Paint. Instead, use the window close
+button in the titlebar, the [Al]+[F4] key sequence, or the
+[Shift]+[Control]+[Escape] key sequence.
.TP 8
.B \-\-nostamps \-\-stamps
-With \fInostamps\fP set, Rubber Stamp images are not loaded, so the
-\fIStamps\fP tool will not be available. This option can be used to reduce
+With "--nostamps" set, Rubber Stamp images are not loaded, so the
+Stamps tool will not be available. This option can be used to reduce
the time Tux Paint takes to load, and reduce the amount of RAM it requires.
.TP 8
@@ -415,7 +415,7 @@ initially clicked.
.TP 8
.B \-\-nolabel \-\-label
-Disable or enable (default) the \fILabel\fP tool, which lets you create
+Disable or enable (default) the Label tool, which lets you create
text which can be altered or moved later.
.SH OPTIONS - CONTROLLING TUX PAINT
@@ -427,31 +427,31 @@ set in configuration files. (See below.)
.SS CURSOR
.TP 8
.B \-\-nofancycursors \-\-fancycursors
-Disable or enable (default) the 'fancy' mouse pointer shapes in \fITux Paint\fP.
+Disable or enable (default) the 'fancy' mouse pointer shapes in Tux Paint.
While the shapes are larger, and context sensitive, some environments have
trouble displaying the mouse pointer, and/or leave 'trails' on the screen.
.TP 8
.B \-\-hidecursor \-\-showcursor
-Completely hide, or enable (default) the mouse pointer in \fITux Paint\fP.
+Completely hide, or enable (default) the mouse pointer in Tux Paint.
This can be useful on touchscreen devices, such as tablet PCs.
.SS KEYBOARD
.TP 8
.B \-\-noshortcuts \-\-shortcuts
-If \fInoshortcuts\fP mode, keyboard shortcuts (e.g., Ctrl+S for Save)
-will be disabled. Default mode is \fIshortcuts enabled\fP.
+If \fInoshortcuts\fP mode, keyboard shortcuts (e.g., [Ctrl]+[S] for Save)
+will be disabled. Default mode is for shortcuts to be enabled.
.SS MOUSE AND ACCESSIBILITY
.TP 8
.B \-\-grab \-\-dontgrab
Grab the mouse and keyboard input (if possible), so that the mouse is
-confined to the \fITux Paint\fP window. Default is to not grab.
+confined to the Tux Paint window. Default is to not grab.
.TP 8
.B \-\-nowheelmouse \-\-wheelmouse
By default, the wheel (jog dial) on a mouse will be used to scroll the
-\fIselector\fP on the right of the screen. This can be disabled, and the
+'selector' on the right of the screen. This can be disabled, and the
wheel completely ignored, with the \fI\-\-nowheelmouse\fP option.
This is useful for children who aren't yet comfortable with the mouse.
Default is to support the wheel.
@@ -463,15 +463,15 @@ you click, move, and click again to end the motion.
.TP 8
.B \-\-keyboard \-\-mouse
-The \fIkeyboard\fP option lets the mouse pointer in \fITux Paint\fP be
-controlled with the keyboard. The \fIarrow keys\fP move the pointer.
-\fISpacebar\fP acts as the mouse button.
+The "--keyboard" option lets the mouse pointer in Tux Paint be
+controlled with the keyboard. The [Up], [Down], [Left], and [Right]
+arrow keys move the pointer. [Spacebar] acts as the mouse button.
.TP 8
.B \-\-nobuttondistinction \-\-buttondistinction
By default, only mouse button #1 (typically the leftmost mouse button
on mice with more than one button) can be used for interacting with
-\fITux Paint\fP. With the \fI\-\-nobuttondistinction\fP option,
+Tux Paint. With the "--nobuttondistinction" option,
mouse buttons #2 (middle) and #3 (right) can be used, as well.
This is useful for children who aren't yet comfortable with the mouse.
Default is to only recognize button #1.
@@ -479,8 +479,8 @@ Default is to only recognize button #1.
.SS ONSCREEN KEYBOARD
.TP 8
.B \-\-onscreen-keyboard
-Presents a clickable on-screen keyboard when using the \fIText\fP and
-\fILabel\fP tools.
+Presents a clickable on-screen keyboard when using the Text and
+Label tools.
.TP 8
.B \-\-onscreen-keyboard-layout \fILAYOUT\fP
@@ -488,7 +488,8 @@ Specify the default layout for the on-screen keyboard (see above).
.TP 8
.B \-\-onscreen-keyboard-disable-change
-Disallow switching between on-screen keyboard layouts.
+Disables the left/right arrow buttons visible on the on-screen keyboard,
+which are used to switch between the available on-screen keyboard layouts.
.SS JOYSTICK
.TP 8
@@ -497,7 +498,7 @@ Specify which joystick device should be used by Tux Paint. Default value is 0 (t
.TP 8
.B \-\-joystick-dev=list
-List available joysticks and exit.
+List the system's available joysticks and exit. (Does not launch Tux Paint.)
.TP 8
.B \-\-joystick-slowness=\fISPEED\fP
@@ -534,18 +535,44 @@ various tools within Tux Paint.
.TP 2
-
brush | Brush
+.TP 2
+-
lines | Lines
+.TP 2
+-
shapes | Shapes
+.TP 2
+-
text | Text
+.TP 2
+-
label | Label
+.TP 2
+-
magic | Magic
-undo | Undo
-redo | Redo
+.TP 2
+-
+undo | Défaire
+.TP 2
+-
+redo | Refaire
+.TP 2
+-
eraser | Eraser
+.TP 2
+-
new | New
+.TP 2
+-
open | Open
+.TP 2
+-
save | Save
+.TP 2
+-
pgsetup | Print (dialog)
+.TP 2
+-
print | Print (immediate)
.RE
.PD
@@ -554,7 +581,7 @@ print | Print (immediate)
.B \-\-joystick-buttons-ignore=\fIBUTTON1,BUTTON2,...\fP
A set of joystick button numbers, as seen by SDL, that should
be ignored. Otherwise, unless they are used by one of the
-\-\-joystick-btn-... options above, buttons will be seen as a mouse
+"--joystick-btn-..." options above, buttons will be seen as a mouse
left-click. Comma-separated.
.SH OPTIONS - PRINTING
@@ -566,10 +593,10 @@ override options set in configuration files. (See below.)
.SS PRINT PERMISSIONS
.TP 8
.B \-\-noprint \-\-print
-Disable or enable (default) the \fIPrint\fP command within \fITux Paint\fP.
+Disable or enable (default) the Print command within Tux Paint.
.TP 8
-.B \-\-printdelay=\fISECONDS\fP \-\-printdelay=0
+.B \-\-printdelay=\fISECONDES\fP \-\-printdelay=0
Only allow printing (via the \fIPrint\fP command) once every \fISECONDS\fP
seconds. Default is 0 (no limitation).
@@ -578,17 +605,17 @@ seconds. Default is 0 (no limitation).
.B \-\-altprintmod \-\-altprintnever \-\-altprintalways
These options control whether an system printer dialog appears when the
user clicks the \fIPrint\fP button. By default (\-\-altprintmod), pressing
-\fI[ALT]\fP while clicking \fIPrint\fP will bring up a dialog (unless you're
+\fI[Alt]\fP while clicking \fIPrint\fP will bring up a dialog (unless you're
in fullscreen mode). With \-\-altprintalways, the dialog will always appear,
-even if \fI[ALT]\fP is not being held. With \-\-altprintnever, the dialog
-will never appear, even if \fI[ALT]\fP is being held.
+even if \fI[Alt]\fP is not being held. With \-\-altprintnever, the dialog
+will never appear, even if \fI[Alt]\fP is being held.
.SS SAVE PRINTER CONFIGURATION
.TP 8
.B \-\-printcfg \-\-noprintcfg
(Windows and Mac OS X only.) Enable or disable loading and saving of
printer settings. By default, \fITux Paint\fP will print to the default
-printer with default settings. Pressing \fI[ALT]\fP while pushing the
+printer with default settings. Pressing \fI[Alt]\fP while pushing the
\fIPrint\fP button will cause a printer dialog to appear (as long as you're
not in fullscreen mode; see also \-\-altprintalways and \-\-altprintnever,
below.) Unless \-\-noprintcfg is used, your previous settings will
@@ -605,7 +632,7 @@ Have Tux Paint print via an alternate command, rather than lpr(1).
.B \-\-altprintcommand \fICOMMAND\fP
(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
Have Tux Paint print via an alternate command, when a dialog is expect
-(e.g., when holding \fI[ALT]\fP while clicking "Print"; see above),
+(e.g., when holding \fI[Alt]\fP while clicking "Print"; see above),
rather than kprinter.
.SS PAPER SIZE
@@ -1206,28 +1233,27 @@ inside which causes it to expire after 30 seconds.)
.RE
.SH COPYRIGHT
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
+This program is free software; you can redistribute it and/or modify it
+under the terms of the GNU General Public License as published by the Free
+Software Foundation; either version 2 of the License, or (at your option)
+any later version.
.SH OTHER INFO
-See the documentation that comes with \fITux Paint\fP for further instructions on
-using the program's features.
+See the documentation that comes with Tux Paint for further instructions on using the program's features.
-The canonical place to find \fITux Paint\fP information is at
+The canonical place to find Tux Paint information is at
.nh
http://www.tuxpaint.org/.
.hy
.SH AUTHORS
-Lead developer & project manager: Bill Kendrick
-.nh
+Lead developer and project manager: Bill Kendrick.nh
.
.hy
-With patches, fixes, extensions, porting, translations, documentation, and more from
-lots of people, including, but probably not limited to (see AUTHORS.txt and CHANGES.txt):
+With patches, fixes, extensions, porting, translations, documentation, and
+more from lots of people, including, but probably not limited to (see
+AUTHORS.txt and CHANGES.txt):
Aki,
Ashish Arora,
@@ -1478,7 +1504,7 @@ Martin Zhekov,
and
Huang Zuzhen.
-.SH "SEE ALSO"
+.SH SEE ALSO
.BR tuxpaint-import (1),
.BR tuxpaint-config (1),
.BR tp-magic-config (1),
@@ -1489,4 +1515,4 @@ Huang Zuzhen.
.BR krita (1),
.BR gcompris (1)
.PP
-And documentation within /usr/[local/]share/doc/tuxpaint/.
+
diff --git a/man/gl_ES.UTF-8/tuxpaint.1 b/man/gl_ES.UTF-8/tuxpaint.1
index 08c9ed39a..3afb3c3fd 100644
--- a/man/gl_ES.UTF-8/tuxpaint.1
+++ b/man/gl_ES.UTF-8/tuxpaint.1
@@ -284,7 +284,8 @@ Show the license (GNU GPL) under which Tux Paint is released.
can be used along with, instead of, or to override options set in
configuration files. (See below.)
-.SS VIDEO.TP 8
+.SS VIDEO
+.TP 8
.B \-\-fullscreen=yes \-\-fullscreen=native \-\-fullscreen=no \-\-windowed
Run \fITux Paint\fP in full-screen mode at its default -- or a specified --
screen resolution ("--fullscreen=yes"); or in full-screen mode at the
@@ -298,22 +299,22 @@ When in fullscreen mode, use the system's default screen resolution.
.TP 8
.B \-\-WIDTHxHEIGHT
Run \fITux Paint\fP in a particularly-sized window, or at a particular
-fullscreen resolution (if \-\-native is not used). Default is 800x600.
+fullscreen resolution (if \-\-native is not used). Default is 800x600.
Minimum width is 640. Minimum height is 480. Portrait and landscape
orientations are both supported. (Also see \-\-orient, below.)
.TP 8
.B \-\-orient=landscape \-\-orient=portrait
-If \-\-orient=portrait is set, asks \fITux Paint\fP to swap the WIDTH and HEIGHT
-values it uses for windowed or fullscreen mode, without having to actually
-change the WIDTH and HEIGHT values in the configuration file or on the
-command-line. (This is useful on devices where the screen can be rotated,
-e.g. tablet PCs.)
+If \-\-orient=portrait is set, asks \fITux Paint\fP to swap the WIDTH and
+HEIGHT values it uses for windowed or fullscreen mode, without having to
+actually change the WIDTH and HEIGHT values in the configuration file or on
+the command-line. (This is useful on devices where the screen can be
+rotated, e.g. tablet PCs.)
.TP 8
.B \-\-allowscreensaver \-\-disablescreensaver
-Normally, \fItuxpaint\fP disables your screensaver. Use \-\-allowscreensaver
-to prevent this from happening.
+Normally, \fItuxpaint\fP disables your screensaver. Use
+\-\-allowscreensaver to prevent this from happening.
.SS SOUND
.TP 8
@@ -326,54 +327,53 @@ Disable or enable (default) stereo panning support.
.SS INTERFACE SIZE
.TP 8
-.B \-\-buttonsize SIZE
-Adjust the size of the buttons in \fITux Paint's\fP user interface,
-between 24 and 192 pixels (48 is the default, and suitable for displays
-with 96 to 120dpi pixel density).
+.B \-\-buttonsize TAMAÑOAdjust the size of the buttons in \fITux Paint\fP's user interface, between
+24 and 192 pixels (48 is the default, and suitable for displays with 96 to
+120dpi pixel density).
.TP 8
-.B \-\-colorsrows=\fIrows\fP
-How many rows of color palette buttons to show; useful when using
-a large color palette, and/or for use with coarse input devices
-(like eyegaze trackers). It can be between 1 (default) and 3.
+.B \-\-colorsrows=\fIFILAS\fP
+How many rows of color palette buttons to show; useful when using a large
+color palette, and/or for use with coarse input devices (like eyegaze
+trackers). It can be between 1 (default) and 3.
.SS INTERFACE SIMPLIFICATION
.TP 8
.B \-\-simpleshapes \-\-complexshapes
-Disable or enable (default) the \fIrotation\fP step when using the
-\fIShape\fP tool within \fITux Paint\fP. When disabled, shapes cannot be
-rotated; however, the interface is easier (click, drag, release), which can
-be useful for younger or disabled children.
+Disable or enable (default) the rotation step when using the Shape tool
+within Tux Paint. When disabled, shapes cannot be rotated; however, the
+interface is easier (click, drag, release), which can be useful for younger
+or disabled children.
.TP 8
.B \-\-nooutlines \-\-outlines
-In \fInooutlines\fP mode, much simpler outlines and 'rubber-band' lines are
-displayed when using the \fILines\fP, \fIShapes\fP, \fIStamps\fP and
-\fIEraser\fP tools. (This can help when \fITux Paint\fP is run on slower
-computers, or displayed on a remote X display.)
+With "--nooutlines" enabled, much simpler outlines and 'rubber-band' lines
+are displayed when using the Lines, Shapes, Stamps and Eraser tools. (This
+can help when Tux Paint is run on slower computers, or displayed on a
+remote terminal.)
.TP 8
.B \-\-uppercase \-\-mixedcase
-In \fIuppercase\fP mode, all text prompts and the \fIText\fP drawing tool
-will display only uppercase letters. This is useful for children who are not
-yet comfortable with the lowercase characterset. Default mode is
-\fImixed case\fP.
+With "--uppercase" enabled, all text prompts and the Text and Label drawing
+tools will display only uppercase letters. This is useful for children who
+are not yet comfortable with the lowercase characterset. Default mode is
+mixed case.
.SS INITIAL STAMP SIZE
.TP 8
-.B \-\-stampsize=\fIsize\fP \-\-stampsize=default
-Sets the default size of all stamps, relative to their possible sizes
-(determined by \fITux Paint\fP, based on the dimensions of both the stamps
-themselves, and the drawing canvas). Valid values are from 0 (smallest)
-to 10 (largest). Use \fIdefault\fP to let \fITux Paint\fP choose
-(this is the default setting).
+.B \-\-stampsize=\fITAMAÑO\fP \-\-stampsize=default
+Overrides the default size of all stamps, relative to their possible sizes
+(determined by Tux Paint, based on the dimensions of both the stamps
+themselves, and the drawing canvas). Valid values are from 0 (smallest) to
+10 (largest). Use "--stampsize=default" to let ITux PaintP choose on a
+per-stamp basis (this is the default setting).
.SS STARTING OUT
.TP 8
.B \-\-startblank \-\-startlast
-When you start \fITux Paint\fP, it loads the last image that was being worked
-on. The \fI\-\-startblank\fP option disables this, so it always starts with
-a blank canvas. The default behavior is \fI\-\-startlast\fP.
+When you start Tux Paint, it loads the last image that was being worked on.
+ The "\-\-startblank" option disables this, so it always starts with a
+blank canvas. The default behavior is "\-\-startlast".
.TP 8
.B \-\-newcolorslast \-\-newcolorsfirst
@@ -383,15 +383,15 @@ options displayed when using the \fINew\fP tool to start a new picture.
.SS CONTROL SIMPLIFICATION
.TP 8
.B \-\-noquit \-\-quit
-Disable or enable (default) the on-screen \fIQuit\fP button and \fIEscape\fP
-key sequence for quitting \fITux Paint\fP. Instead, use the window close
-button in the titlebar, the \fIAlt+F4\fP key sequence, or the
-\fIShift+Control+Escape\fP key sequence.
+Disable or enable (default) the on-screen Quit button and [Escape]
+key for quitting Tux Paint. Instead, use the window close
+button in the titlebar, the [Al]+[F4] key sequence, or the
+[Shift]+[Control]+[Escape] key sequence.
.TP 8
.B \-\-nostamps \-\-stamps
-With \fInostamps\fP set, Rubber Stamp images are not loaded, so the
-\fIStamps\fP tool will not be available. This option can be used to reduce
+With "--nostamps" set, Rubber Stamp images are not loaded, so the
+Stamps tool will not be available. This option can be used to reduce
the time Tux Paint takes to load, and reduce the amount of RAM it requires.
.TP 8
@@ -415,7 +415,7 @@ initially clicked.
.TP 8
.B \-\-nolabel \-\-label
-Disable or enable (default) the \fILabel\fP tool, which lets you create
+Disable or enable (default) the Label tool, which lets you create
text which can be altered or moved later.
.SH OPTIONS - CONTROLLING TUX PAINT
@@ -427,31 +427,31 @@ set in configuration files. (See below.)
.SS CURSOR
.TP 8
.B \-\-nofancycursors \-\-fancycursors
-Disable or enable (default) the 'fancy' mouse pointer shapes in \fITux Paint\fP.
+Disable or enable (default) the 'fancy' mouse pointer shapes in Tux Paint.
While the shapes are larger, and context sensitive, some environments have
trouble displaying the mouse pointer, and/or leave 'trails' on the screen.
.TP 8
.B \-\-hidecursor \-\-showcursor
-Completely hide, or enable (default) the mouse pointer in \fITux Paint\fP.
+Completely hide, or enable (default) the mouse pointer in Tux Paint.
This can be useful on touchscreen devices, such as tablet PCs.
.SS KEYBOARD
.TP 8
.B \-\-noshortcuts \-\-shortcuts
-If \fInoshortcuts\fP mode, keyboard shortcuts (e.g., Ctrl+S for Save)
-will be disabled. Default mode is \fIshortcuts enabled\fP.
+If \fInoshortcuts\fP mode, keyboard shortcuts (e.g., [Ctrl]+[S] for Save)
+will be disabled. Default mode is for shortcuts to be enabled.
.SS MOUSE AND ACCESSIBILITY
.TP 8
.B \-\-grab \-\-dontgrab
Grab the mouse and keyboard input (if possible), so that the mouse is
-confined to the \fITux Paint\fP window. Default is to not grab.
+confined to the Tux Paint window. Default is to not grab.
.TP 8
.B \-\-nowheelmouse \-\-wheelmouse
By default, the wheel (jog dial) on a mouse will be used to scroll the
-\fIselector\fP on the right of the screen. This can be disabled, and the
+'selector' on the right of the screen. This can be disabled, and the
wheel completely ignored, with the \fI\-\-nowheelmouse\fP option.
This is useful for children who aren't yet comfortable with the mouse.
Default is to support the wheel.
@@ -463,15 +463,15 @@ you click, move, and click again to end the motion.
.TP 8
.B \-\-keyboard \-\-mouse
-The \fIkeyboard\fP option lets the mouse pointer in \fITux Paint\fP be
-controlled with the keyboard. The \fIarrow keys\fP move the pointer.
-\fISpacebar\fP acts as the mouse button.
+The "--keyboard" option lets the mouse pointer in Tux Paint be
+controlled with the keyboard. The [Up], [Down], [Left], and [Right]
+arrow keys move the pointer. [Spacebar] acts as the mouse button.
.TP 8
.B \-\-nobuttondistinction \-\-buttondistinction
By default, only mouse button #1 (typically the leftmost mouse button
on mice with more than one button) can be used for interacting with
-\fITux Paint\fP. With the \fI\-\-nobuttondistinction\fP option,
+Tux Paint. With the "--nobuttondistinction" option,
mouse buttons #2 (middle) and #3 (right) can be used, as well.
This is useful for children who aren't yet comfortable with the mouse.
Default is to only recognize button #1.
@@ -479,8 +479,8 @@ Default is to only recognize button #1.
.SS ONSCREEN KEYBOARD
.TP 8
.B \-\-onscreen-keyboard
-Presents a clickable on-screen keyboard when using the \fIText\fP and
-\fILabel\fP tools.
+Presents a clickable on-screen keyboard when using the Text and
+Label tools.
.TP 8
.B \-\-onscreen-keyboard-layout \fILAYOUT\fP
@@ -488,7 +488,8 @@ Specify the default layout for the on-screen keyboard (see above).
.TP 8
.B \-\-onscreen-keyboard-disable-change
-Disallow switching between on-screen keyboard layouts.
+Disables the left/right arrow buttons visible on the on-screen keyboard,
+which are used to switch between the available on-screen keyboard layouts.
.SS JOYSTICK
.TP 8
@@ -497,26 +498,26 @@ Specify which joystick device should be used by Tux Paint. Default value is 0 (t
.TP 8
.B \-\-joystick-dev=list
-List available joysticks and exit.
+List the system's available joysticks and exit. (Does not launch Tux Paint.)
.TP 8
-.B \-\-joystick-slowness=\fISPEED\fP
+.B \-\-joystick-slowness=\fIVELOCIDADE\fP
Sets a delay at each axis motion, allowing to slow the joystick. Allowed values are from 0 to 500. Default value is 15.
.TP 8
-.B \-\-joystick-threshold=\fITHRESHOLD\fP
+.B \-\-joystick-threshold=\fILIMIAR\fP
Sets the minimum level of axis motion to start moving the pointer. Allowed values are from 0 to 32766. Default value is 3200.
.TP 8
-.B \-\-joystick-maxsteps=\fISTEPS\fP
+.B \-\-joystick-maxsteps=\fIPASOS\fP
Sets the maximum pixels the pointer will move at once. Allowed values are from 1 to 7. Default value is 7.
.TP 8
-.B \-\-joystick-hat-timeout=\fIMILLISECONDS\fP
+.B \-\-joystick-hat-timeout=\fIMILISEGUNDOS\fP
Sets the delay after wich the pointer will start moving automatically if the hat is keeped pushed. Allowed values are from 0 to 3000. Default value is 1000.
.TP 8
-.B \-\-joystick-hat-slowness=\fISPEED\fP
+.B \-\-joystick-hat-slowness=\fIVELOCIDADE\fP
Sets a delay at each automatic motion, allowing to slow the speed of the hat. Allowed values are from 0 to 500. Default value is 15.
.TP 8
@@ -524,7 +525,7 @@ Sets a delay at each automatic motion, allowing to slow the speed of the hat. Al
Selects the joystick button number, as seen by SDL, that will be used to generate a escape event. Useful to dismiss dialogs and quit.
.TP 8
-.B \-\-joystick-btn-\fICOMMAND\fP=\fIBUTTON\fP
+.B \-\-joystick-btn-\fIORDE\fP=\fIBUTTON\fP
Selects the joystick button number, as seen by SDL, that will be a shortcut to
various tools within Tux Paint.
@@ -534,27 +535,53 @@ various tools within Tux Paint.
.TP 2
-
brush | Brush
+.TP 2
+-
lines | Lines
+.TP 2
+-
shapes | Shapes
+.TP 2
+-
text | Text
+.TP 2
+-
label | Label
+.TP 2
+-
magic | Magic
-undo | Undo
-redo | Redo
+.TP 2
+-
+undo | Desfacer
+.TP 2
+-
+redo | Refacer
+.TP 2
+-
eraser | Eraser
+.TP 2
+-
new | New
+.TP 2
+-
open | Open
+.TP 2
+-
save | Save
+.TP 2
+-
pgsetup | Print (dialog)
+.TP 2
+-
print | Print (immediate)
.RE
.PD
.TP 8
-.B \-\-joystick-buttons-ignore=\fIBUTTON1,BUTTON2,...\fP
+.B \-\-joystick-buttons-ignore=\fIBOTÓN1,BOTÓN2,...\fP
A set of joystick button numbers, as seen by SDL, that should
be ignored. Otherwise, unless they are used by one of the
-\-\-joystick-btn-... options above, buttons will be seen as a mouse
+"--joystick-btn-..." options above, buttons will be seen as a mouse
left-click. Comma-separated.
.SH OPTIONS - PRINTING
@@ -566,10 +593,10 @@ override options set in configuration files. (See below.)
.SS PRINT PERMISSIONS
.TP 8
.B \-\-noprint \-\-print
-Disable or enable (default) the \fIPrint\fP command within \fITux Paint\fP.
+Disable or enable (default) the Print command within Tux Paint.
.TP 8
-.B \-\-printdelay=\fISECONDS\fP \-\-printdelay=0
+.B \-\-printdelay=\fISEGUNDOS\fP \-\-printdelay=0
Only allow printing (via the \fIPrint\fP command) once every \fISECONDS\fP
seconds. Default is 0 (no limitation).
@@ -578,17 +605,17 @@ seconds. Default is 0 (no limitation).
.B \-\-altprintmod \-\-altprintnever \-\-altprintalways
These options control whether an system printer dialog appears when the
user clicks the \fIPrint\fP button. By default (\-\-altprintmod), pressing
-\fI[ALT]\fP while clicking \fIPrint\fP will bring up a dialog (unless you're
+\fI[Alt]\fP while clicking \fIPrint\fP will bring up a dialog (unless you're
in fullscreen mode). With \-\-altprintalways, the dialog will always appear,
-even if \fI[ALT]\fP is not being held. With \-\-altprintnever, the dialog
-will never appear, even if \fI[ALT]\fP is being held.
+even if \fI[Alt]\fP is not being held. With \-\-altprintnever, the dialog
+will never appear, even if \fI[Alt]\fP is being held.
.SS SAVE PRINTER CONFIGURATION
.TP 8
.B \-\-printcfg \-\-noprintcfg
(Windows and Mac OS X only.) Enable or disable loading and saving of
printer settings. By default, \fITux Paint\fP will print to the default
-printer with default settings. Pressing \fI[ALT]\fP while pushing the
+printer with default settings. Pressing \fI[Alt]\fP while pushing the
\fIPrint\fP button will cause a printer dialog to appear (as long as you're
not in fullscreen mode; see also \-\-altprintalways and \-\-altprintnever,
below.) Unless \-\-noprintcfg is used, your previous settings will
@@ -597,20 +624,20 @@ for next time.
.SS PRINT COMMANDS
.TP 8
-.B \-\-printcommand \fICOMMAND\fP
+.B \-\-printcommand \fIORDE\fP
(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
Have Tux Paint print via an alternate command, rather than lpr(1).
.TP 8
-.B \-\-altprintcommand \fICOMMAND\fP
+.B \-\-altprintcommand \fIORDE\fP
(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
Have Tux Paint print via an alternate command, when a dialog is expect
-(e.g., when holding \fI[ALT]\fP while clicking "Print"; see above),
+(e.g., when holding \fI[Alt]\fP while clicking "Print"; see above),
rather than kprinter.
.SS PAPER SIZE
.TP 8
-.B \-\-papersize \fIPAPERSIZE\fP
+.B \-\-papersize \fITAMAÑO_DO_PAPEL\fP
(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
Ask \fITux Paint\fP to generate PostScript of a particular paper size.
Valid sizes are those supported by libpaper. See papersize(5).
@@ -664,7 +691,7 @@ Specify where \fITux Paint\fP should look for personal data files
(brushes, stamps, etc.).
.TP 8
-.B \-\-colorfile \fIFILE\fP
+.B \-\-colorfile \fIFICHEIRO\fP
This option allows you to override the default color palette in \fITux Paint\fP
and replace it with your own. The file should be a plain ASCII text file
containing one color description per line. Colors may be in decimal or
@@ -686,7 +713,7 @@ You can also specifically set the language using options on the command-line
or in a configuration file.
.TP 8
-.B \-\-locale \fILOCALE\fP
+.B \-\-locale \fIIDIOMA\fP
Specify the language to use, based on locale name (which is typically of the
form \fIlanguage\fP[_\fIterritory\fP][.\fIcodeset\fP][@\fImodifier\fP],
where \fIlanguage\fP is an ISO 639 language code,
@@ -1206,28 +1233,27 @@ inside which causes it to expire after 30 seconds.)
.RE
.SH COPYRIGHT
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
+This program is free software; you can redistribute it and/or modify it
+under the terms of the GNU General Public License as published by the Free
+Software Foundation; either version 2 of the License, or (at your option)
+any later version.
.SH OTHER INFO
-See the documentation that comes with \fITux Paint\fP for further instructions on
-using the program's features.
+See the documentation that comes with Tux Paint for further instructions on using the program's features.
-The canonical place to find \fITux Paint\fP information is at
+The canonical place to find Tux Paint information is at
.nh
http://www.tuxpaint.org/.
.hy
.SH AUTHORS
-Lead developer & project manager: Bill Kendrick
-.nh
+Lead developer and project manager: Bill Kendrick.nh
.
.hy
-With patches, fixes, extensions, porting, translations, documentation, and more from
-lots of people, including, but probably not limited to (see AUTHORS.txt and CHANGES.txt):
+With patches, fixes, extensions, porting, translations, documentation, and
+more from lots of people, including, but probably not limited to (see
+AUTHORS.txt and CHANGES.txt):
Aki,
Ashish Arora,
@@ -1478,7 +1504,7 @@ Martin Zhekov,
and
Huang Zuzhen.
-.SH "SEE ALSO"
+.SH SEE ALSO
.BR tuxpaint-import (1),
.BR tuxpaint-config (1),
.BR tp-magic-config (1),
@@ -1489,4 +1515,4 @@ Huang Zuzhen.
.BR krita (1),
.BR gcompris (1)
.PP
-And documentation within /usr/[local/]share/doc/tuxpaint/.
+
diff --git a/man/ja_JP.UTF-8/tuxpaint.1 b/man/ja_JP.UTF-8/tuxpaint.1
index 3fb6d17bf..0f2426858 100644
--- a/man/ja_JP.UTF-8/tuxpaint.1
+++ b/man/ja_JP.UTF-8/tuxpaint.1
@@ -284,7 +284,8 @@ Show the license (GNU GPL) under which Tux Paint is released.
can be used along with, instead of, or to override options set in
configuration files. (See below.)
-.SS VIDEO.TP 8
+.SS VIDEO
+.TP 8
.B \-\-fullscreen=yes \-\-fullscreen=native \-\-fullscreen=no \-\-windowed
Run \fITux Paint\fP in full-screen mode at its default -- or a specified --
screen resolution ("--fullscreen=yes"); or in full-screen mode at the
@@ -298,22 +299,22 @@ When in fullscreen mode, use the system's default screen resolution.
.TP 8
.B \-\-WIDTHxHEIGHT
Run \fITux Paint\fP in a particularly-sized window, or at a particular
-fullscreen resolution (if \-\-native is not used). Default is 800x600.
+fullscreen resolution (if \-\-native is not used). Default is 800x600.
Minimum width is 640. Minimum height is 480. Portrait and landscape
orientations are both supported. (Also see \-\-orient, below.)
.TP 8
.B \-\-orient=landscape \-\-orient=portrait
-If \-\-orient=portrait is set, asks \fITux Paint\fP to swap the WIDTH and HEIGHT
-values it uses for windowed or fullscreen mode, without having to actually
-change the WIDTH and HEIGHT values in the configuration file or on the
-command-line. (This is useful on devices where the screen can be rotated,
-e.g. tablet PCs.)
+If \-\-orient=portrait is set, asks \fITux Paint\fP to swap the WIDTH and
+HEIGHT values it uses for windowed or fullscreen mode, without having to
+actually change the WIDTH and HEIGHT values in the configuration file or on
+the command-line. (This is useful on devices where the screen can be
+rotated, e.g. tablet PCs.)
.TP 8
.B \-\-allowscreensaver \-\-disablescreensaver
-Normally, \fItuxpaint\fP disables your screensaver. Use \-\-allowscreensaver
-to prevent this from happening.
+Normally, \fItuxpaint\fP disables your screensaver. Use
+\-\-allowscreensaver to prevent this from happening.
.SS SOUND
.TP 8
@@ -326,54 +327,53 @@ Disable or enable (default) stereo panning support.
.SS INTERFACE SIZE
.TP 8
-.B \-\-buttonsize SIZE
-Adjust the size of the buttons in \fITux Paint's\fP user interface,
-between 24 and 192 pixels (48 is the default, and suitable for displays
-with 96 to 120dpi pixel density).
+.B \-\-buttonsize SIZEAdjust the size of the buttons in \fITux Paint\fP's user interface, between
+24 and 192 pixels (48 is the default, and suitable for displays with 96 to
+120dpi pixel density).
.TP 8
-.B \-\-colorsrows=\fIrows\fP
-How many rows of color palette buttons to show; useful when using
-a large color palette, and/or for use with coarse input devices
-(like eyegaze trackers). It can be between 1 (default) and 3.
+.B \-\-colorsrows=\fIROWS\fP
+How many rows of color palette buttons to show; useful when using a large
+color palette, and/or for use with coarse input devices (like eyegaze
+trackers). It can be between 1 (default) and 3.
.SS INTERFACE SIMPLIFICATION
.TP 8
.B \-\-simpleshapes \-\-complexshapes
-Disable or enable (default) the \fIrotation\fP step when using the
-\fIShape\fP tool within \fITux Paint\fP. When disabled, shapes cannot be
-rotated; however, the interface is easier (click, drag, release), which can
-be useful for younger or disabled children.
+Disable or enable (default) the rotation step when using the Shape tool
+within Tux Paint. When disabled, shapes cannot be rotated; however, the
+interface is easier (click, drag, release), which can be useful for younger
+or disabled children.
.TP 8
.B \-\-nooutlines \-\-outlines
-In \fInooutlines\fP mode, much simpler outlines and 'rubber-band' lines are
-displayed when using the \fILines\fP, \fIShapes\fP, \fIStamps\fP and
-\fIEraser\fP tools. (This can help when \fITux Paint\fP is run on slower
-computers, or displayed on a remote X display.)
+With "--nooutlines" enabled, much simpler outlines and 'rubber-band' lines
+are displayed when using the Lines, Shapes, Stamps and Eraser tools. (This
+can help when Tux Paint is run on slower computers, or displayed on a
+remote terminal.)
.TP 8
.B \-\-uppercase \-\-mixedcase
-In \fIuppercase\fP mode, all text prompts and the \fIText\fP drawing tool
-will display only uppercase letters. This is useful for children who are not
-yet comfortable with the lowercase characterset. Default mode is
-\fImixed case\fP.
+With "--uppercase" enabled, all text prompts and the Text and Label drawing
+tools will display only uppercase letters. This is useful for children who
+are not yet comfortable with the lowercase characterset. Default mode is
+mixed case.
.SS INITIAL STAMP SIZE
.TP 8
-.B \-\-stampsize=\fIsize\fP \-\-stampsize=default
-Sets the default size of all stamps, relative to their possible sizes
-(determined by \fITux Paint\fP, based on the dimensions of both the stamps
-themselves, and the drawing canvas). Valid values are from 0 (smallest)
-to 10 (largest). Use \fIdefault\fP to let \fITux Paint\fP choose
-(this is the default setting).
+.B \-\-stampsize=\fISIZE\fP \-\-stampsize=default
+Overrides the default size of all stamps, relative to their possible sizes
+(determined by Tux Paint, based on the dimensions of both the stamps
+themselves, and the drawing canvas). Valid values are from 0 (smallest) to
+10 (largest). Use "--stampsize=default" to let ITux PaintP choose on a
+per-stamp basis (this is the default setting).
.SS STARTING OUT
.TP 8
.B \-\-startblank \-\-startlast
-When you start \fITux Paint\fP, it loads the last image that was being worked
-on. The \fI\-\-startblank\fP option disables this, so it always starts with
-a blank canvas. The default behavior is \fI\-\-startlast\fP.
+When you start Tux Paint, it loads the last image that was being worked on.
+ The "\-\-startblank" option disables this, so it always starts with a
+blank canvas. The default behavior is "\-\-startlast".
.TP 8
.B \-\-newcolorslast \-\-newcolorsfirst
@@ -383,15 +383,15 @@ options displayed when using the \fINew\fP tool to start a new picture.
.SS CONTROL SIMPLIFICATION
.TP 8
.B \-\-noquit \-\-quit
-Disable or enable (default) the on-screen \fIQuit\fP button and \fIEscape\fP
-key sequence for quitting \fITux Paint\fP. Instead, use the window close
-button in the titlebar, the \fIAlt+F4\fP key sequence, or the
-\fIShift+Control+Escape\fP key sequence.
+Disable or enable (default) the on-screen Quit button and [Escape]
+key for quitting Tux Paint. Instead, use the window close
+button in the titlebar, the [Al]+[F4] key sequence, or the
+[Shift]+[Control]+[Escape] key sequence.
.TP 8
.B \-\-nostamps \-\-stamps
-With \fInostamps\fP set, Rubber Stamp images are not loaded, so the
-\fIStamps\fP tool will not be available. This option can be used to reduce
+With "--nostamps" set, Rubber Stamp images are not loaded, so the
+Stamps tool will not be available. This option can be used to reduce
the time Tux Paint takes to load, and reduce the amount of RAM it requires.
.TP 8
@@ -415,7 +415,7 @@ initially clicked.
.TP 8
.B \-\-nolabel \-\-label
-Disable or enable (default) the \fILabel\fP tool, which lets you create
+Disable or enable (default) the Label tool, which lets you create
text which can be altered or moved later.
.SH OPTIONS - CONTROLLING TUX PAINT
@@ -427,31 +427,31 @@ set in configuration files. (See below.)
.SS CURSOR
.TP 8
.B \-\-nofancycursors \-\-fancycursors
-Disable or enable (default) the 'fancy' mouse pointer shapes in \fITux Paint\fP.
+Disable or enable (default) the 'fancy' mouse pointer shapes in Tux Paint.
While the shapes are larger, and context sensitive, some environments have
trouble displaying the mouse pointer, and/or leave 'trails' on the screen.
.TP 8
.B \-\-hidecursor \-\-showcursor
-Completely hide, or enable (default) the mouse pointer in \fITux Paint\fP.
+Completely hide, or enable (default) the mouse pointer in Tux Paint.
This can be useful on touchscreen devices, such as tablet PCs.
.SS KEYBOARD
.TP 8
.B \-\-noshortcuts \-\-shortcuts
-If \fInoshortcuts\fP mode, keyboard shortcuts (e.g., Ctrl+S for Save)
-will be disabled. Default mode is \fIshortcuts enabled\fP.
+If \fInoshortcuts\fP mode, keyboard shortcuts (e.g., [Ctrl]+[S] for Save)
+will be disabled. Default mode is for shortcuts to be enabled.
.SS MOUSE AND ACCESSIBILITY
.TP 8
.B \-\-grab \-\-dontgrab
Grab the mouse and keyboard input (if possible), so that the mouse is
-confined to the \fITux Paint\fP window. Default is to not grab.
+confined to the Tux Paint window. Default is to not grab.
.TP 8
.B \-\-nowheelmouse \-\-wheelmouse
By default, the wheel (jog dial) on a mouse will be used to scroll the
-\fIselector\fP on the right of the screen. This can be disabled, and the
+'selector' on the right of the screen. This can be disabled, and the
wheel completely ignored, with the \fI\-\-nowheelmouse\fP option.
This is useful for children who aren't yet comfortable with the mouse.
Default is to support the wheel.
@@ -463,15 +463,15 @@ you click, move, and click again to end the motion.
.TP 8
.B \-\-keyboard \-\-mouse
-The \fIkeyboard\fP option lets the mouse pointer in \fITux Paint\fP be
-controlled with the keyboard. The \fIarrow keys\fP move the pointer.
-\fISpacebar\fP acts as the mouse button.
+The "--keyboard" option lets the mouse pointer in Tux Paint be
+controlled with the keyboard. The [Up], [Down], [Left], and [Right]
+arrow keys move the pointer. [Spacebar] acts as the mouse button.
.TP 8
.B \-\-nobuttondistinction \-\-buttondistinction
By default, only mouse button #1 (typically the leftmost mouse button
on mice with more than one button) can be used for interacting with
-\fITux Paint\fP. With the \fI\-\-nobuttondistinction\fP option,
+Tux Paint. With the "--nobuttondistinction" option,
mouse buttons #2 (middle) and #3 (right) can be used, as well.
This is useful for children who aren't yet comfortable with the mouse.
Default is to only recognize button #1.
@@ -479,8 +479,8 @@ Default is to only recognize button #1.
.SS ONSCREEN KEYBOARD
.TP 8
.B \-\-onscreen-keyboard
-Presents a clickable on-screen keyboard when using the \fIText\fP and
-\fILabel\fP tools.
+Presents a clickable on-screen keyboard when using the Text and
+Label tools.
.TP 8
.B \-\-onscreen-keyboard-layout \fILAYOUT\fP
@@ -488,7 +488,8 @@ Specify the default layout for the on-screen keyboard (see above).
.TP 8
.B \-\-onscreen-keyboard-disable-change
-Disallow switching between on-screen keyboard layouts.
+Disables the left/right arrow buttons visible on the on-screen keyboard,
+which are used to switch between the available on-screen keyboard layouts.
.SS JOYSTICK
.TP 8
@@ -497,7 +498,7 @@ Specify which joystick device should be used by Tux Paint. Default value is 0 (t
.TP 8
.B \-\-joystick-dev=list
-List available joysticks and exit.
+List the system's available joysticks and exit. (Does not launch Tux Paint.)
.TP 8
.B \-\-joystick-slowness=\fISPEED\fP
@@ -534,18 +535,44 @@ various tools within Tux Paint.
.TP 2
-
brush | Brush
+.TP 2
+-
lines | Lines
+.TP 2
+-
shapes | Shapes
+.TP 2
+-
text | Text
+.TP 2
+-
label | Label
+.TP 2
+-
magic | Magic
-undo | Undo
-redo | Redo
+.TP 2
+-
+undo | 取り消し
+.TP 2
+-
+redo | やりなおし
+.TP 2
+-
eraser | Eraser
+.TP 2
+-
new | New
+.TP 2
+-
open | Open
+.TP 2
+-
save | Save
+.TP 2
+-
pgsetup | Print (dialog)
+.TP 2
+-
print | Print (immediate)
.RE
.PD
@@ -554,7 +581,7 @@ print | Print (immediate)
.B \-\-joystick-buttons-ignore=\fIBUTTON1,BUTTON2,...\fP
A set of joystick button numbers, as seen by SDL, that should
be ignored. Otherwise, unless they are used by one of the
-\-\-joystick-btn-... options above, buttons will be seen as a mouse
+"--joystick-btn-..." options above, buttons will be seen as a mouse
left-click. Comma-separated.
.SH OPTIONS - PRINTING
@@ -566,7 +593,7 @@ override options set in configuration files. (See below.)
.SS PRINT PERMISSIONS
.TP 8
.B \-\-noprint \-\-print
-Disable or enable (default) the \fIPrint\fP command within \fITux Paint\fP.
+Disable or enable (default) the Print command within Tux Paint.
.TP 8
.B \-\-printdelay=\fISECONDS\fP \-\-printdelay=0
@@ -578,17 +605,17 @@ seconds. Default is 0 (no limitation).
.B \-\-altprintmod \-\-altprintnever \-\-altprintalways
These options control whether an system printer dialog appears when the
user clicks the \fIPrint\fP button. By default (\-\-altprintmod), pressing
-\fI[ALT]\fP while clicking \fIPrint\fP will bring up a dialog (unless you're
+\fI[Alt]\fP while clicking \fIPrint\fP will bring up a dialog (unless you're
in fullscreen mode). With \-\-altprintalways, the dialog will always appear,
-even if \fI[ALT]\fP is not being held. With \-\-altprintnever, the dialog
-will never appear, even if \fI[ALT]\fP is being held.
+even if \fI[Alt]\fP is not being held. With \-\-altprintnever, the dialog
+will never appear, even if \fI[Alt]\fP is being held.
.SS SAVE PRINTER CONFIGURATION
.TP 8
.B \-\-printcfg \-\-noprintcfg
(Windows and Mac OS X only.) Enable or disable loading and saving of
printer settings. By default, \fITux Paint\fP will print to the default
-printer with default settings. Pressing \fI[ALT]\fP while pushing the
+printer with default settings. Pressing \fI[Alt]\fP while pushing the
\fIPrint\fP button will cause a printer dialog to appear (as long as you're
not in fullscreen mode; see also \-\-altprintalways and \-\-altprintnever,
below.) Unless \-\-noprintcfg is used, your previous settings will
@@ -605,7 +632,7 @@ Have Tux Paint print via an alternate command, rather than lpr(1).
.B \-\-altprintcommand \fICOMMAND\fP
(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
Have Tux Paint print via an alternate command, when a dialog is expect
-(e.g., when holding \fI[ALT]\fP while clicking "Print"; see above),
+(e.g., when holding \fI[Alt]\fP while clicking "Print"; see above),
rather than kprinter.
.SS PAPER SIZE
@@ -1206,28 +1233,27 @@ inside which causes it to expire after 30 seconds.)
.RE
.SH COPYRIGHT
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
+This program is free software; you can redistribute it and/or modify it
+under the terms of the GNU General Public License as published by the Free
+Software Foundation; either version 2 of the License, or (at your option)
+any later version.
.SH OTHER INFO
-See the documentation that comes with \fITux Paint\fP for further instructions on
-using the program's features.
+See the documentation that comes with Tux Paint for further instructions on using the program's features.
-The canonical place to find \fITux Paint\fP information is at
+The canonical place to find Tux Paint information is at
.nh
http://www.tuxpaint.org/.
.hy
.SH AUTHORS
-Lead developer & project manager: Bill Kendrick
-.nh
+Lead developer and project manager: Bill Kendrick.nh
.
.hy
-With patches, fixes, extensions, porting, translations, documentation, and more from
-lots of people, including, but probably not limited to (see AUTHORS.txt and CHANGES.txt):
+With patches, fixes, extensions, porting, translations, documentation, and
+more from lots of people, including, but probably not limited to (see
+AUTHORS.txt and CHANGES.txt):
Aki,
Ashish Arora,
@@ -1478,7 +1504,7 @@ Martin Zhekov,
and
Huang Zuzhen.
-.SH "SEE ALSO"
+.SH SEE ALSO
.BR tuxpaint-import (1),
.BR tuxpaint-config (1),
.BR tp-magic-config (1),
@@ -1489,4 +1515,4 @@ Huang Zuzhen.
.BR krita (1),
.BR gcompris (1)
.PP
-And documentation within /usr/[local/]share/doc/tuxpaint/.
+
From ec20799b4af9499ae97d12746c6998e01a9b7a35 Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Sun, 15 Aug 2021 01:19:59 -0700
Subject: [PATCH 13/48] Refresh manpages after localization wrapper wrapup
---
docs/CHANGES.txt | 8 +-
man/en/tuxpaint.1 | 345 ++++++++++++++++++-----------------
man/es_ES.UTF-8/tuxpaint.1 | 345 ++++++++++++++++++-----------------
man/fr_FR.UTF-8/tuxpaint.1 | 355 ++++++++++++++++++++-----------------
man/gl_ES.UTF-8/tuxpaint.1 | 355 ++++++++++++++++++++-----------------
man/ja_JP.UTF-8/tuxpaint.1 | 351 +++++++++++++++++++-----------------
6 files changed, 943 insertions(+), 816 deletions(-)
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index 510eb733f..999008074 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -8,7 +8,7 @@ http://www.tuxpaint.org/
$Id$
-2021.August.14 (0.9.27)
+2021.August.15 (0.9.27)
* Documentation updates
---------------------
* Ensured Tux Paint's built-in help ("tuxpaint --help"),
@@ -24,9 +24,9 @@ $Id$
to more closely (but not precisely) match the organization
noted above.
- * WIP - tuxpaint(1) manpage is now managed & translatable
- via `tuxpaint-docs` project, just like the HTML & plaintext
- documentation files.
+ * tuxpaint(1) manpage is now managed & translatable via the
+ 'tuxpaint-docs' project, just like the HTML & plaintext
+ documentation files (since 0.9.26).
2021.June.28 (0.9.26)
* New Features
diff --git a/man/en/tuxpaint.1 b/man/en/tuxpaint.1
index 66e851c1f..ae182f7f4 100644
--- a/man/en/tuxpaint.1
+++ b/man/en/tuxpaint.1
@@ -377,22 +377,22 @@ blank canvas. The default behavior is "\-\-startlast".
.TP 8
.B \-\-newcolorslast \-\-newcolorsfirst
-List solid (blank) colors at the end, or beginning (default) of the
-options displayed when using the \fINew\fP tool to start a new picture.
+List solid (blank) colors at the end, or beginning (default) of the options
+displayed when using the New tool to start a new picture.
.SS CONTROL SIMPLIFICATION
.TP 8
.B \-\-noquit \-\-quit
-Disable or enable (default) the on-screen Quit button and [Escape]
-key for quitting Tux Paint. Instead, use the window close
-button in the titlebar, the [Al]+[F4] key sequence, or the
-[Shift]+[Control]+[Escape] key sequence.
+Disable or enable (default) the on-screen Quit button and [Escape] key for
+quitting Tux Paint. Instead, use the window close button in the titlebar,
+the [Alt]+[F4] key sequence, or the [Shift]+[Control]+[Escape] key
+sequence.
.TP 8
.B \-\-nostamps \-\-stamps
-With "--nostamps" set, Rubber Stamp images are not loaded, so the
-Stamps tool will not be available. This option can be used to reduce
-the time Tux Paint takes to load, and reduce the amount of RAM it requires.
+With "--nostamps" set, Rubber Stamp images are not loaded, so the Stamps
+tool will not be available. This option can be used to reduce the time Tux
+Paint takes to load, and reduce the amount of RAM it requires.
.TP 8
.B \-\-nostampcontrols \-\-stampcontrols
@@ -402,9 +402,9 @@ in all ways.)
.TP 8
.B \-\-nomagiccontrols \-\-magiccontrols
-Disable or enable (default) buttons to control Magic tools. Controls include
-controlling whether a Magic tool is used like a paint brush, or if it
-affects the entire image at once. (Note: Not all Magic tools will be
+Disable or enable (default) buttons to control Magic tools. Controls
+include controlling whether a Magic tool is used like a paint brush, or if
+it affects the entire image at once. (Note: Not all Magic tools will be
controllable.)
.TP 8
@@ -415,14 +415,14 @@ initially clicked.
.TP 8
.B \-\-nolabel \-\-label
-Disable or enable (default) the Label tool, which lets you create
-text which can be altered or moved later.
+Disable or enable (default) the Label tool, which lets you create text
+which can be altered or moved later.
.SH OPTIONS - CONTROLLING TUX PAINT
.l
-\fItuxpaint\fP accepts the following options to alter how you control
-Tux Paint. They can be used along with, instead of, or to override options
-set in configuration files. (See below.)
+\fItuxpaint\fP accepts the following options to alter how you control Tux
+Paint. They can be used along with, instead of, or to override options set
+in configuration files. (See below.)
.SS CURSOR
.TP 8
@@ -433,14 +433,13 @@ trouble displaying the mouse pointer, and/or leave 'trails' on the screen.
.TP 8
.B \-\-hidecursor \-\-showcursor
-Completely hide, or enable (default) the mouse pointer in Tux Paint.
-This can be useful on touchscreen devices, such as tablet PCs.
+Completely hide, or enable (default) the mouse pointer in Tux Paint. This
+can be useful on touchscreen devices, such as tablet PCs.
.SS KEYBOARD
.TP 8
.B \-\-noshortcuts \-\-shortcuts
-If \fInoshortcuts\fP mode, keyboard shortcuts (e.g., [Ctrl]+[S] for Save)
-will be disabled. Default mode is for shortcuts to be enabled.
+ /* --[no]shortcuts */ wordwrap(sprintf(gettext(If \"%s\" mode, keyboard shortcuts (e.g., [Ctrl]+[S] for Save) will be disabled. Default mode is for shortcuts to be enabled."), "--noshortcuts")) . "\n" ?>
.SS MOUSE AND ACCESSIBILITY
.TP 8
@@ -451,10 +450,10 @@ confined to the Tux Paint window. Default is to not grab.
.TP 8
.B \-\-nowheelmouse \-\-wheelmouse
By default, the wheel (jog dial) on a mouse will be used to scroll the
-'selector' on the right of the screen. This can be disabled, and the
-wheel completely ignored, with the \fI\-\-nowheelmouse\fP option.
-This is useful for children who aren't yet comfortable with the mouse.
-Default is to support the wheel.
+'selector' on the right of the screen. This can be disabled, and the wheel
+completely ignored, with the "--nowheelmouse" option. This is useful for
+children who aren't yet comfortable with the mouse. Default is to support
+the wheel.
.TP 8
.B \-\-mouse-accessibility
@@ -463,24 +462,23 @@ you click, move, and click again to end the motion.
.TP 8
.B \-\-keyboard \-\-mouse
-The "--keyboard" option lets the mouse pointer in Tux Paint be
-controlled with the keyboard. The [Up], [Down], [Left], and [Right]
-arrow keys move the pointer. [Spacebar] acts as the mouse button.
+The "--keyboard" option lets the mouse pointer in Tux Paint be controlled
+with the keyboard. The [Up], [Down], [Left], and [Right] arrow keys move
+the pointer. [Spacebar] acts as the mouse button.
.TP 8
.B \-\-nobuttondistinction \-\-buttondistinction
-By default, only mouse button #1 (typically the leftmost mouse button
-on mice with more than one button) can be used for interacting with
-Tux Paint. With the "--nobuttondistinction" option,
-mouse buttons #2 (middle) and #3 (right) can be used, as well.
-This is useful for children who aren't yet comfortable with the mouse.
-Default is to only recognize button #1.
+By default, only mouse button #1 (typically the leftmost mouse button on
+mice with more than one button) can be used for interacting with Tux Paint.
+ With the "--nobuttondistinction" option, mouse buttons #2 (middle) and #3
+(right) can be used, as well. This is useful for children who aren't yet
+comfortable with the mouse. Default is to only recognize button #1.
.SS ONSCREEN KEYBOARD
.TP 8
.B \-\-onscreen-keyboard
-Presents a clickable on-screen keyboard when using the Text and
-Label tools.
+Presents a clickable on-screen keyboard when using the Text and Label
+tools.
.TP 8
.B \-\-onscreen-keyboard-layout \fILAYOUT\fP
@@ -494,40 +492,49 @@ which are used to switch between the available on-screen keyboard layouts.
.SS JOYSTICK
.TP 8
.B \-\-joystick-dev=\fIDEVICE\fP
-Specify which joystick device should be used by Tux Paint. Default value is 0 (the first joystick).
+Specify which joystick device should be used by Tux Paint. Default value is
+0 (the first joystick).
.TP 8
.B \-\-joystick-dev=list
-List the system's available joysticks and exit. (Does not launch Tux Paint.)
+List the system's available joysticks and exit. (Does not launch Tux
+Paint.)
.TP 8
.B \-\-joystick-slowness=\fISPEED\fP
-Sets a delay at each axis motion, allowing to slow the joystick. Allowed values are from 0 to 500. Default value is 15.
+Sets a delay at each axis motion, allowing to slow the joystick. Allowed
+values are from 0 to 500. Default value is 15.
.TP 8
.B \-\-joystick-threshold=\fITHRESHOLD\fP
-Sets the minimum level of axis motion to start moving the pointer. Allowed values are from 0 to 32766. Default value is 3200.
+Sets the minimum level of axis motion to start moving the pointer. Allowed
+values are from 0 to 32766. Default value is 3200.
.TP 8
.B \-\-joystick-maxsteps=\fISTEPS\fP
-Sets the maximum pixels the pointer will move at once. Allowed values are from 1 to 7. Default value is 7.
+Sets the maximum pixels the pointer will move at once. Allowed values are
+from 1 to 7. Default value is 7.
.TP 8
.B \-\-joystick-hat-timeout=\fIMILLISECONDS\fP
-Sets the delay after wich the pointer will start moving automatically if the hat is keeped pushed. Allowed values are from 0 to 3000. Default value is 1000.
+Sets the delay after wich the pointer will start moving automatically if
+the hat is keeped pushed. Allowed values are from 0 to 3000. Default value
+is 1000.
.TP 8
.B \-\-joystick-hat-slowness=\fISPEED\fP
-Sets a delay at each automatic motion, allowing to slow the speed of the hat. Allowed values are from 0 to 500. Default value is 15.
+Sets a delay at each automatic motion, allowing to slow the speed of the
+hat. Allowed values are from 0 to 500. Default value is 15.
.TP 8
.B \-\-joystick-btn-escape=\fIBUTTON\fP
-Selects the joystick button number, as seen by SDL, that will be used to generate a escape event. Useful to dismiss dialogs and quit.
+Selects the joystick button number, as seen by SDL, that will be used to
+generate a escape event. Useful to dismiss dialogs and quit.
.TP 8
.B \-\-joystick-btn-\fICOMMAND\fP=\fIBUTTON\fP
-Selects the joystick button number, as seen by SDL, that will be a shortcut to
-various tools within Tux Paint.
+Selects the joystick button number, as seen by SDL, that will be a shortcut
+to various tools within Tux Paint.
.PP
.RS
@@ -579,16 +586,15 @@ print | Print (immediate)
.TP 8
.B \-\-joystick-buttons-ignore=\fIBUTTON1,BUTTON2,...\fP
-A set of joystick button numbers, as seen by SDL, that should
-be ignored. Otherwise, unless they are used by one of the
-"--joystick-btn-..." options above, buttons will be seen as a mouse
-left-click. Comma-separated.
+A set of joystick button numbers, as seen by SDL, that should be ignored.
+Otherwise, unless they are used by one of the "--joystick-btn-..." options
+above, buttons will be seen as a mouse left-click. Comma-separated.
.SH OPTIONS - PRINTING
.l
-\fItuxpaint\fP accepts the following options to alter how Tux Paint
-handles printing. They can be used along with, instead of, or to
-override options set in configuration files. (See below.)
+\fItuxpaint\fP accepts the following options to alter how Tux Paint handles
+printing. They can be used along with, instead of, or to override options
+set in configuration files. (See below.)
.SS PRINT PERMISSIONS
.TP 8
@@ -597,50 +603,48 @@ Disable or enable (default) the Print command within Tux Paint.
.TP 8
.B \-\-printdelay=\fISECONDS\fP \-\-printdelay=0
-Only allow printing (via the \fIPrint\fP command) once every \fISECONDS\fP
-seconds. Default is 0 (no limitation).
+Only allow printing (via the Print command) once every SECONDS seconds.
+Default is 0 (no limitation).
.SS SHOW PRINTER DIALOG
.TP 8
.B \-\-altprintmod \-\-altprintnever \-\-altprintalways
These options control whether an system printer dialog appears when the
-user clicks the \fIPrint\fP button. By default (\-\-altprintmod), pressing
-\fI[Alt]\fP while clicking \fIPrint\fP will bring up a dialog (unless you're
-in fullscreen mode). With \-\-altprintalways, the dialog will always appear,
-even if \fI[Alt]\fP is not being held. With \-\-altprintnever, the dialog
-will never appear, even if \fI[Alt]\fP is being held.
+user clicks the Print button. By default ("--altprintmod"), pressing [Alt]
+while clicking Print will bring up a dialog (unless you're in fullscreen
+mode). With "--altprintalways", the dialog will always appear, even if
+[Alt] is not being held. With "--altprintnever", the dialog will never
+appear, even if [Alt] is being held.
.SS SAVE PRINTER CONFIGURATION
.TP 8
.B \-\-printcfg \-\-noprintcfg
(Windows and Mac OS X only.) Enable or disable loading and saving of
-printer settings. By default, \fITux Paint\fP will print to the default
-printer with default settings. Pressing \fI[Alt]\fP while pushing the
-\fIPrint\fP button will cause a printer dialog to appear (as long as you're
-not in fullscreen mode; see also \-\-altprintalways and \-\-altprintnever,
-below.) Unless \-\-noprintcfg is used, your previous settings will
-be loaded when \fITux Paint\fP starts up, and setting changes will be saved
-for next time.
+printer settings. By default, Tux Paint will print to the default printer
+with default settings. Pressing [Alt] while pushing the Print button will
+cause a printer dialog to appear (as long as you're not in fullscreen mode;
+see also "--altprintalways" and "--altprintnever", below.) Unless
+"--noprintcfg" is used, your previous settings will be loaded when Tux
+Paint starts up, and setting changes will be saved for next time.
.SS PRINT COMMANDS
.TP 8
.B \-\-printcommand \fICOMMAND\fP
-(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
+(Only when PostScript printing is used.)
Have Tux Paint print via an alternate command, rather than lpr(1).
.TP 8
.B \-\-altprintcommand \fICOMMAND\fP
-(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
-Have Tux Paint print via an alternate command, when a dialog is expect
-(e.g., when holding \fI[Alt]\fP while clicking "Print"; see above),
-rather than kprinter.
+(Only when PostScript printing is used.) Have Tux Paint print via an
+alternate command, when a dialog is expect (e.g., when holding [Alt] while
+clicking Print; see above), rather than kprinter.
.SS PAPER SIZE
.TP 8
.B \-\-papersize \fIPAPERSIZE\fP
-(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
-Ask \fITux Paint\fP to generate PostScript of a particular paper size.
-Valid sizes are those supported by libpaper. See papersize(5).
+(Only when PostScript printing is used.) Ask Tux Paint to generate
+PostScript of a particular paper size. Valid sizes are those supported by
+libpaper. See papersize(5).
.SH OPTIONS - SAVING
.l
@@ -651,86 +655,82 @@ instead of, or to override options set in configuration files. (See below.)
.SS SAVE OVER EARLIER WORK
.TP 8
.B \-\-saveover \-\-saveovernew \-\-saveoverask
-If, when saving a picture, an older version of the file will be overwritten,
-\fITux Paint\fP will, by default, ask for confirmation: either
-\fIsave over\fP the old file, or \fIcreate\fP a new file. This prompt
-can be disabled with \fI\-\-saveover\fP (which always saves over older versions
-of pictures) or \fI\-\-saveovernew\fP (which always saves a new file).
-The default is to prompt (\fI\-\-saveoverask\fP).
+If, when saving a picture, an older version of the file will be
+overwritten, Tux Paint will, by default, ask for confirmation: either save
+over the old file, or create a new file. This prompt can be disabled with
+"--saveover" (which always saves over older versions of pictures) or
+"--saveovernew" (which always saves a new file). The default is to prompt
+("--saveover").
.SS SAVE AND EXPORT DIRECTORIES
.TP 8
.B \-\-savedir \fIDIR\fP
-Specify where \fITux Paint\fP should save and load its drawings.
+Specify where Tux Paint should save and load its drawings.
.TP 8
.B \-\-exportdir \fIDIR\fP
-Specify where \fITux Paint\fP should export drawings and animations.
+Specify where Tux Paint should export drawings and animations.
.SS MORE SAVING OPTIONS
.TP 8
.B \-\-nosave \-\-save
-The \fInosave\fP option disables \fITux Paint's\fP ability to save files.
-This can be used in situations where the program is only being used for
-fun, or in a test environment.
+The --nosave option disables Tux Paint's ability to save files. This can be
+used in situations where the program is only being used for fun, or in a
+test environment.
.TP 8
.B \-\-autosave \-\-noautosave
-The \fIautosave\fP option prevents \fITux Paint\fP from asking whether you
-want to save the current picture when quitting, and assumes you do.
+The --autosave option prevents ITux PaintP from asking whether you want
+to save the current picture when quitting, and assumes you do.
.SH OPTIONS - DATA FILES
.l
-\fItuxpaint\fP accepts the following options to alter where Tux Paint
-loads data (stamps, brushes, etc.) They can be used along with, instead
-of, or to override options set in configuration files. (See below.)
+\fItuxpaint\fP accepts the following options to alter where Tux Paint loads
+data (stamps, brushes, etc.) They can be used along with, instead of, or
+to override options set in configuration files. (See below.)
.TP 8
.B \-\-datadir \fIDIR\fP
-Specify where \fITux Paint\fP should look for personal data files
-(brushes, stamps, etc.).
+Specify where Tux Paint should look for personal data files (brushes,
+stamps, etc.).
.TP 8
.B \-\-colorfile \fIFILE\fP
-This option allows you to override the default color palette in \fITux Paint\fP
+This option allows you to override the default color palette in Tux Paint
and replace it with your own. The file should be a plain ASCII text file
-containing one color description per line. Colors may be in decimal or
-6- or 3-digit hexadecimal, and followed by a description. (For example,
+containing one color description per line. Colors may be in decimal or 6-
+or 3-digit hexadecimal, and followed by a description. (For example,
"\fI#000 Black\fP" and "\fI255 192 64 Orange\fP".)
.SH OPTIONS - LANGUAGE
.l
-\fItuxpaint\fP accepts the following options to alter the language used
-by Tux Paint's interface, and other related settings. They can be used
-along with, instead of, or to override options set in configuration
+\fItuxpaint\fP accepts the following options to alter the language used by
+Tux Paint's interface, and other related settings. They can be used along
+with, instead of, or to override options set in configuration
files. (See below.)
.l
-Various parts of \fITux Paint\fP have been translated into numerous languages.
-\fITux Paint\fP will try its best to honor your \fIlocale\fP setting
-(i.e., the \fILANG\fP environment variable), if possible.
-You can also specifically set the language using options on the command-line
-or in a configuration file.
+Various parts of Tux Paint have been translated into numerous languages.
+Tux Paint will try its best to honor your locale setting (i.e., the "LANG"
+environment variable), if possible. You can also specifically set the
+language using options on the command-line or in a configuration file.
.TP 8
.B \-\-locale \fILOCALE\fP
-Specify the language to use, based on locale name (which is typically of the
-form \fIlanguage\fP[_\fIterritory\fP][.\fIcodeset\fP][@\fImodifier\fP],
-where \fIlanguage\fP is an ISO 639 language code,
-\fIterritory\fP is an ISO 3166 country code, and
-\fIcodeset\fP is a character set or encoding identifier like ISO-8859-1 or
-UTF-8.)
+Specify the language to use, based on locale name (which is typically of
+the form "language[_territory][.codeset][@modifier], where "language" is an
+ISO 639 language code, "territory" is an ISO 3166 country code, and
+"codeset" is a character set or encoding identifier like "ISO-8859-1" or
+"UTF-8".)
.PP
.RS
-For example, \fIde_DE@euro\fP for German, or \fIpt_BR\fP
-for Brazilian Portuguese.
+For example, "de_DE@euro" for German, or "pt_BR" for Brazilian Portuguese.
.RE
.TP 8
.B \-\-lang \fILANGUAGE\fP
-Specify the language to use, based on the language's name
-(as recognized by \fITux Paint\fP). Choose one of the language names
-listed below:
+Specify the language to use, based on the language's name (as recognized by
+Tux Paint). Choose one of the language names listed below:
.PP
.RS
.PD 0
@@ -1130,107 +1130,130 @@ Display a lists of all supported languages.
.TP 8
.B \-\-mirrorstamps \-\-dontmirrorstamps
-With \fImirrorstamps\fP set, stamps which can be mirrored will appear
+With "--mirrorstamps" set, stamps which can be mirrored will appear
mirrored by default. This can be useful when used by people who prefer
things right-to-left over left-to-right.
.SS FONTS
.TP 8
.B \-\-nosysfonts \-\-sysfonts
-\fITux Paint\fP normally attempts to search for additional TrueType Fonts
-installed in common places on your system. If this causes trouble, or you'd
-prefer to only make fonts installed in \fITux Paint\fP's directory available,
-use the \fInosysfonts\fP option to disable this feature.
+Tux Paint normally attempts to search for additional TrueType Fonts
+installed in common places on your system. If this causes trouble, or
+you'd prefer to only make fonts installed in Tux Paint's directory
+available, use the "--nosysfonts" option to disable this feature.
.TP 8
.B \-\-alllocalefonts \-\-currentlocalefont
-Tux Paint avoids loading any fonts in its 'locale' font subdirectory,
-except any that match the current locale \fITux Paint\fP is running under.
-Use the \fIalllocalefonts\fP option to load all such fonts, for use in the
-"Text" tool. (This is the old behavior, prior to version 0.9.21.)
+Tux Paint avoids loading any fonts found in its "locale" font subdirectory,
+except any that match the current locale Tux Paint is running under. Use
+the "--alllocalefonts" option to load all such fonts, for use in the Text
+and Label tools. (This was the default behavior, prior to version 0.9.21.)
.SH OPTIONS - MISCELLANEOUS
.l
-\fItuxpaint\fP accepts the following options to alter its behavior.
-They can be used along with, instead of, or to override options set in
+\fItuxpaint\fP accepts the following options to alter its behavior. They
+can be used along with, instead of, or to override options set in
configuration files. (See below.)
.TP 8
.B \-\-nosysconfig
-With this option, \fITux Paint\fP will not attempt to read the
-system-wide configuration file (typically \fI/etc/tuxpaint/tuxpaint.conf\fP).
+With this option, Tux Paint will not attempt to read the system-wide
+configuration file (typically "/etc/tuxpaint/tuxpaint.conf" or
+"/usr/local/etc/tuxpaint/tuxpaint.conf").
.TP 8
.B \-\-nolockfile
-By default, \fITux Paint\fP uses a lockfile (stored in the user's
-local Tux Paint directory) which prevents it from being launched more than
-once in 30 seconds. (Sometimes children get too eager, or user interfaces
-only require one click, but users think they need to double-click.)
-This option makes \fITux Paint\fP ignore the current lockfile.
+By default, Tux Paint uses a lockfile (stored in the user's local Tux Paint directory) which prevents it from being launched more than once in 30 seconds. (Sometimes children get too eager, or user interfaces only require one click, but users think they need to double-click.) This option makes Tux Paint ignore the current lockfile.
.SH ENVIRONMENT
.ad l
-While \fITux Paint\fP may refer to a number of environment variables indirectly
-(e.g., via \fISDL(3)\fP), it only directly accesses the following:
+While Tux Paint may refer to a number of environment variables indirectly
+(e.g., via SDL(3)), it directly accesses the following: (See "FILES" below,
+as well.)
.PP
.TP 8
.B HOME
-to determine where picture files go when using the \fISave\fP and \fIOpen\fP
-commands within \fITux Paint\fP, to keep track of the current image,
-when quitting and restarting \fITux Paint\fP, and to get the user's
-configuration file.
+to determine where picture files go when using the Save and Open commands
+within Tux Paint, to keep track of the current image, when quitting and
+restarting Tux Paint, and to get the user's configuration file.
.TP 8
-.B LANG
-to determine language to use, if \fIsetlocale(3)\fP refers to 'LC_MESSAGES'.
+.B LANG, LC_ALL, LANGUAGE, and LC_MESSAGES
+to determine language to use, if setlocale(3) refers to "LC_MESSAGES".
+
+.TP 8
+.B SDL_VIDEO_ALLOW_SCREENSAVER
+Set this environment variable to '1' to allow a screensaver to appear while
+Tux Paint is running. This can also be done via the "--allowscreensaver"
+option.
+
+.TP 8
+.B SDL_VIDEO_WINDOW_POS
+If this is NOT set, Tux Paint will set it to "center", to attempt to place
+the Tux Paint window in the center of a display. If it IS set (e.g., to
+"nopref", meaning "no preference"), Tux Paint will not override it.
.SH FILES
.TP 8
-.B /etc/tuxpaint/tuxpaint.conf
-System-wide configuration file. It is read first
-(unless the \fI\-\-nosysconfig\fP option was given on the command-line).
+.B [/usr/local/]/etc/tuxpaint/tuxpaint.conf
+System-wide configuration file. It is read first (unless the
+"--nosysconfig" option was given on the command-line).
.RS
.PP
(Created during installation.)
.RE
.TP 8
.B $HOME/.tuxpaintrc
-User's configuration file. It can be used to set default options
-(rather than setting them on the command-line every time), and/or to
-override any settings in the system-wide configuration file.
+User's configuration file. It can be used to set default options (rather
+than setting them on the command-line every time), and/or to override any
+settings in the system-wide configuration file.
.RS
.PP
-(Not created or edited automatically; must be created manually.
-You can do this by hand, or use '\fITux Paint Config.\fP.')
+(Not created or edited automatically; must be created manually. You can do
+this by hand, or use tuxpaint-config(1).)
.RE
.TP 8
.B $HOME/.tuxpaint/saved/
-A directory of previously-saved images (and thumbnails). Only files in this
-directory will be made available using the \fIOpen\fP command within
-\fITux Paint\fP. (See \fItuxpaint-import(1)\fP.)
+A directory of previously-saved images (and thumbnails). Only files in
+this directory will be made available using the Open command within Tux
+Paint. Overridden via the "--savedir" option.
.RS
.PP
-(Created when \fISave\fP command is used.)
+(Created when Save command is used.)
.RE
.TP 8
.B $HOME/.tuxpaint/current_id.txt
-A reference to the image which was being edited when \fITux Paint\fP was
-last quit. (This image is automatically loaded the next time \fITux Paint\fP
-is re-run.)
+A reference to the image which was being edited when Tux Paint was last
+quit. (This image is automatically loaded the next time Tux Paint is
+re-run, unless the "--startblank" option is set.)
.RS
.PP
-(Created when \fITux Paint\fP is \fIQuit\fP.)
+(Created when Tux Paint is Quit.)
.RE
.TP 8
.B $HOME/.tuxpaint/lockfile.dat
-A lockfile that prevents \fITux Paint\fP from being launched more than once
-every 30 seconds. Disable checking the lockfile by using the
-\'\-\-nolockfile\' command-line argument.
+A lockfile that prevents Tux Paint from being launched more than once every
+30 seconds. Disable checking the lockfile by using the "--nolockfile"
+option.
.RS
.PP
(There's no reason to delete the lockfile, as it contains a timestamp
inside which causes it to expire after 30 seconds.)
.RE
+.TP 8
+.B $XDG_CONFIG_HOME[XDG_PICTURES_DIR]/TuxPaint/
+A directory where images and animations should be exported (via options
+found in Tux Paint's Open dialog), if the "--exportdir" option is not used
+to override it. If "$XDG_CONFIG_HOME" is set, a configuration file
+"user-dirs.dirs" will be scanned within the directory it points to; if not,
+Tux Paint will attempt to do so within "$HOME/.config/". If a setting
+named "XDG_PICTURES_DIR" is found, it will be used as the location to
+export images. If all else fails, then "$HOME/Pictures/" will be used. A
+"TuxPaint" subdirectory will be created.
+.TP 8
+.B $XDG_DATA_HOME/Trash/ or $HOME/.local/share/Trash/
+A directory where images are placed when the Erase option is used from the
+Open dialog.
.SH COPYRIGHT
This program is free software; you can redistribute it and/or modify it
@@ -1515,4 +1538,4 @@ Huang Zuzhen.
.BR krita (1),
.BR gcompris (1)
.PP
-
+And documentation within /usr/[local/]share/doc/tuxpaint/.
diff --git a/man/es_ES.UTF-8/tuxpaint.1 b/man/es_ES.UTF-8/tuxpaint.1
index a630158c9..28a43ebf9 100644
--- a/man/es_ES.UTF-8/tuxpaint.1
+++ b/man/es_ES.UTF-8/tuxpaint.1
@@ -377,22 +377,22 @@ blank canvas. The default behavior is "\-\-startlast".
.TP 8
.B \-\-newcolorslast \-\-newcolorsfirst
-List solid (blank) colors at the end, or beginning (default) of the
-options displayed when using the \fINew\fP tool to start a new picture.
+List solid (blank) colors at the end, or beginning (default) of the options
+displayed when using the New tool to start a new picture.
.SS CONTROL SIMPLIFICATION
.TP 8
.B \-\-noquit \-\-quit
-Disable or enable (default) the on-screen Quit button and [Escape]
-key for quitting Tux Paint. Instead, use the window close
-button in the titlebar, the [Al]+[F4] key sequence, or the
-[Shift]+[Control]+[Escape] key sequence.
+Disable or enable (default) the on-screen Quit button and [Escape] key for
+quitting Tux Paint. Instead, use the window close button in the titlebar,
+the [Alt]+[F4] key sequence, or the [Shift]+[Control]+[Escape] key
+sequence.
.TP 8
.B \-\-nostamps \-\-stamps
-With "--nostamps" set, Rubber Stamp images are not loaded, so the
-Stamps tool will not be available. This option can be used to reduce
-the time Tux Paint takes to load, and reduce the amount of RAM it requires.
+With "--nostamps" set, Rubber Stamp images are not loaded, so the Stamps
+tool will not be available. This option can be used to reduce the time Tux
+Paint takes to load, and reduce the amount of RAM it requires.
.TP 8
.B \-\-nostampcontrols \-\-stampcontrols
@@ -402,9 +402,9 @@ in all ways.)
.TP 8
.B \-\-nomagiccontrols \-\-magiccontrols
-Disable or enable (default) buttons to control Magic tools. Controls include
-controlling whether a Magic tool is used like a paint brush, or if it
-affects the entire image at once. (Note: Not all Magic tools will be
+Disable or enable (default) buttons to control Magic tools. Controls
+include controlling whether a Magic tool is used like a paint brush, or if
+it affects the entire image at once. (Note: Not all Magic tools will be
controllable.)
.TP 8
@@ -415,14 +415,14 @@ initially clicked.
.TP 8
.B \-\-nolabel \-\-label
-Disable or enable (default) the Label tool, which lets you create
-text which can be altered or moved later.
+Disable or enable (default) the Label tool, which lets you create text
+which can be altered or moved later.
.SH OPTIONS - CONTROLLING TUX PAINT
.l
-\fItuxpaint\fP accepts the following options to alter how you control
-Tux Paint. They can be used along with, instead of, or to override options
-set in configuration files. (See below.)
+\fItuxpaint\fP accepts the following options to alter how you control Tux
+Paint. They can be used along with, instead of, or to override options set
+in configuration files. (See below.)
.SS CURSOR
.TP 8
@@ -433,14 +433,13 @@ trouble displaying the mouse pointer, and/or leave 'trails' on the screen.
.TP 8
.B \-\-hidecursor \-\-showcursor
-Completely hide, or enable (default) the mouse pointer in Tux Paint.
-This can be useful on touchscreen devices, such as tablet PCs.
+Completely hide, or enable (default) the mouse pointer in Tux Paint. This
+can be useful on touchscreen devices, such as tablet PCs.
.SS KEYBOARD
.TP 8
.B \-\-noshortcuts \-\-shortcuts
-If \fInoshortcuts\fP mode, keyboard shortcuts (e.g., [Ctrl]+[S] for Save)
-will be disabled. Default mode is for shortcuts to be enabled.
+ /* --[no]shortcuts */ wordwrap(sprintf(gettext(If \"%s\" mode, keyboard shortcuts (e.g., [Ctrl]+[S] for Save) will be disabled. Default mode is for shortcuts to be enabled."), "--noshortcuts")) . "\n" ?>
.SS MOUSE AND ACCESSIBILITY
.TP 8
@@ -451,10 +450,10 @@ confined to the Tux Paint window. Default is to not grab.
.TP 8
.B \-\-nowheelmouse \-\-wheelmouse
By default, the wheel (jog dial) on a mouse will be used to scroll the
-'selector' on the right of the screen. This can be disabled, and the
-wheel completely ignored, with the \fI\-\-nowheelmouse\fP option.
-This is useful for children who aren't yet comfortable with the mouse.
-Default is to support the wheel.
+'selector' on the right of the screen. This can be disabled, and the wheel
+completely ignored, with the "--nowheelmouse" option. This is useful for
+children who aren't yet comfortable with the mouse. Default is to support
+the wheel.
.TP 8
.B \-\-mouse-accessibility
@@ -463,24 +462,23 @@ you click, move, and click again to end the motion.
.TP 8
.B \-\-keyboard \-\-mouse
-The "--keyboard" option lets the mouse pointer in Tux Paint be
-controlled with the keyboard. The [Up], [Down], [Left], and [Right]
-arrow keys move the pointer. [Spacebar] acts as the mouse button.
+The "--keyboard" option lets the mouse pointer in Tux Paint be controlled
+with the keyboard. The [Up], [Down], [Left], and [Right] arrow keys move
+the pointer. [Spacebar] acts as the mouse button.
.TP 8
.B \-\-nobuttondistinction \-\-buttondistinction
-By default, only mouse button #1 (typically the leftmost mouse button
-on mice with more than one button) can be used for interacting with
-Tux Paint. With the "--nobuttondistinction" option,
-mouse buttons #2 (middle) and #3 (right) can be used, as well.
-This is useful for children who aren't yet comfortable with the mouse.
-Default is to only recognize button #1.
+By default, only mouse button #1 (typically the leftmost mouse button on
+mice with more than one button) can be used for interacting with Tux Paint.
+ With the "--nobuttondistinction" option, mouse buttons #2 (middle) and #3
+(right) can be used, as well. This is useful for children who aren't yet
+comfortable with the mouse. Default is to only recognize button #1.
.SS ONSCREEN KEYBOARD
.TP 8
.B \-\-onscreen-keyboard
-Presents a clickable on-screen keyboard when using the Text and
-Label tools.
+Presents a clickable on-screen keyboard when using the Text and Label
+tools.
.TP 8
.B \-\-onscreen-keyboard-layout \fILAYOUT\fP
@@ -494,40 +492,49 @@ which are used to switch between the available on-screen keyboard layouts.
.SS JOYSTICK
.TP 8
.B \-\-joystick-dev=\fIDEVICE\fP
-Specify which joystick device should be used by Tux Paint. Default value is 0 (the first joystick).
+Specify which joystick device should be used by Tux Paint. Default value is
+0 (the first joystick).
.TP 8
.B \-\-joystick-dev=list
-List the system's available joysticks and exit. (Does not launch Tux Paint.)
+List the system's available joysticks and exit. (Does not launch Tux
+Paint.)
.TP 8
.B \-\-joystick-slowness=\fISPEED\fP
-Sets a delay at each axis motion, allowing to slow the joystick. Allowed values are from 0 to 500. Default value is 15.
+Sets a delay at each axis motion, allowing to slow the joystick. Allowed
+values are from 0 to 500. Default value is 15.
.TP 8
.B \-\-joystick-threshold=\fITHRESHOLD\fP
-Sets the minimum level of axis motion to start moving the pointer. Allowed values are from 0 to 32766. Default value is 3200.
+Sets the minimum level of axis motion to start moving the pointer. Allowed
+values are from 0 to 32766. Default value is 3200.
.TP 8
.B \-\-joystick-maxsteps=\fISTEPS\fP
-Sets the maximum pixels the pointer will move at once. Allowed values are from 1 to 7. Default value is 7.
+Sets the maximum pixels the pointer will move at once. Allowed values are
+from 1 to 7. Default value is 7.
.TP 8
.B \-\-joystick-hat-timeout=\fIMILLISECONDS\fP
-Sets the delay after wich the pointer will start moving automatically if the hat is keeped pushed. Allowed values are from 0 to 3000. Default value is 1000.
+Sets the delay after wich the pointer will start moving automatically if
+the hat is keeped pushed. Allowed values are from 0 to 3000. Default value
+is 1000.
.TP 8
.B \-\-joystick-hat-slowness=\fISPEED\fP
-Sets a delay at each automatic motion, allowing to slow the speed of the hat. Allowed values are from 0 to 500. Default value is 15.
+Sets a delay at each automatic motion, allowing to slow the speed of the
+hat. Allowed values are from 0 to 500. Default value is 15.
.TP 8
.B \-\-joystick-btn-escape=\fIBUTTON\fP
-Selects the joystick button number, as seen by SDL, that will be used to generate a escape event. Useful to dismiss dialogs and quit.
+Selects the joystick button number, as seen by SDL, that will be used to
+generate a escape event. Useful to dismiss dialogs and quit.
.TP 8
.B \-\-joystick-btn-\fICOMMAND\fP=\fIBUTTON\fP
-Selects the joystick button number, as seen by SDL, that will be a shortcut to
-various tools within Tux Paint.
+Selects the joystick button number, as seen by SDL, that will be a shortcut
+to various tools within Tux Paint.
.PP
.RS
@@ -579,16 +586,15 @@ print | Print (immediate)
.TP 8
.B \-\-joystick-buttons-ignore=\fIBUTTON1,BUTTON2,...\fP
-A set of joystick button numbers, as seen by SDL, that should
-be ignored. Otherwise, unless they are used by one of the
-"--joystick-btn-..." options above, buttons will be seen as a mouse
-left-click. Comma-separated.
+A set of joystick button numbers, as seen by SDL, that should be ignored.
+Otherwise, unless they are used by one of the "--joystick-btn-..." options
+above, buttons will be seen as a mouse left-click. Comma-separated.
.SH OPTIONS - PRINTING
.l
-\fItuxpaint\fP accepts the following options to alter how Tux Paint
-handles printing. They can be used along with, instead of, or to
-override options set in configuration files. (See below.)
+\fItuxpaint\fP accepts the following options to alter how Tux Paint handles
+printing. They can be used along with, instead of, or to override options
+set in configuration files. (See below.)
.SS PRINT PERMISSIONS
.TP 8
@@ -597,50 +603,48 @@ Disable or enable (default) the Print command within Tux Paint.
.TP 8
.B \-\-printdelay=\fISECONDS\fP \-\-printdelay=0
-Only allow printing (via the \fIPrint\fP command) once every \fISECONDS\fP
-seconds. Default is 0 (no limitation).
+Only allow printing (via the Print command) once every SECONDS seconds.
+Default is 0 (no limitation).
.SS SHOW PRINTER DIALOG
.TP 8
.B \-\-altprintmod \-\-altprintnever \-\-altprintalways
These options control whether an system printer dialog appears when the
-user clicks the \fIPrint\fP button. By default (\-\-altprintmod), pressing
-\fI[Alt]\fP while clicking \fIPrint\fP will bring up a dialog (unless you're
-in fullscreen mode). With \-\-altprintalways, the dialog will always appear,
-even if \fI[Alt]\fP is not being held. With \-\-altprintnever, the dialog
-will never appear, even if \fI[Alt]\fP is being held.
+user clicks the Print button. By default ("--altprintmod"), pressing [Alt]
+while clicking Print will bring up a dialog (unless you're in fullscreen
+mode). With "--altprintalways", the dialog will always appear, even if
+[Alt] is not being held. With "--altprintnever", the dialog will never
+appear, even if [Alt] is being held.
.SS SAVE PRINTER CONFIGURATION
.TP 8
.B \-\-printcfg \-\-noprintcfg
(Windows and Mac OS X only.) Enable or disable loading and saving of
-printer settings. By default, \fITux Paint\fP will print to the default
-printer with default settings. Pressing \fI[Alt]\fP while pushing the
-\fIPrint\fP button will cause a printer dialog to appear (as long as you're
-not in fullscreen mode; see also \-\-altprintalways and \-\-altprintnever,
-below.) Unless \-\-noprintcfg is used, your previous settings will
-be loaded when \fITux Paint\fP starts up, and setting changes will be saved
-for next time.
+printer settings. By default, Tux Paint will print to the default printer
+with default settings. Pressing [Alt] while pushing the Print button will
+cause a printer dialog to appear (as long as you're not in fullscreen mode;
+see also "--altprintalways" and "--altprintnever", below.) Unless
+"--noprintcfg" is used, your previous settings will be loaded when Tux
+Paint starts up, and setting changes will be saved for next time.
.SS PRINT COMMANDS
.TP 8
.B \-\-printcommand \fICOMMAND\fP
-(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
+(Only when PostScript printing is used.)
Have Tux Paint print via an alternate command, rather than lpr(1).
.TP 8
.B \-\-altprintcommand \fICOMMAND\fP
-(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
-Have Tux Paint print via an alternate command, when a dialog is expect
-(e.g., when holding \fI[Alt]\fP while clicking "Print"; see above),
-rather than kprinter.
+(Only when PostScript printing is used.) Have Tux Paint print via an
+alternate command, when a dialog is expect (e.g., when holding [Alt] while
+clicking Print; see above), rather than kprinter.
.SS PAPER SIZE
.TP 8
.B \-\-papersize \fIPAPERSIZE\fP
-(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
-Ask \fITux Paint\fP to generate PostScript of a particular paper size.
-Valid sizes are those supported by libpaper. See papersize(5).
+(Only when PostScript printing is used.) Ask Tux Paint to generate
+PostScript of a particular paper size. Valid sizes are those supported by
+libpaper. See papersize(5).
.SH OPTIONS - SAVING
.l
@@ -651,86 +655,82 @@ instead of, or to override options set in configuration files. (See below.)
.SS SAVE OVER EARLIER WORK
.TP 8
.B \-\-saveover \-\-saveovernew \-\-saveoverask
-If, when saving a picture, an older version of the file will be overwritten,
-\fITux Paint\fP will, by default, ask for confirmation: either
-\fIsave over\fP the old file, or \fIcreate\fP a new file. This prompt
-can be disabled with \fI\-\-saveover\fP (which always saves over older versions
-of pictures) or \fI\-\-saveovernew\fP (which always saves a new file).
-The default is to prompt (\fI\-\-saveoverask\fP).
+If, when saving a picture, an older version of the file will be
+overwritten, Tux Paint will, by default, ask for confirmation: either save
+over the old file, or create a new file. This prompt can be disabled with
+"--saveover" (which always saves over older versions of pictures) or
+"--saveovernew" (which always saves a new file). The default is to prompt
+("--saveover").
.SS SAVE AND EXPORT DIRECTORIES
.TP 8
.B \-\-savedir \fIDIR\fP
-Specify where \fITux Paint\fP should save and load its drawings.
+Specify where Tux Paint should save and load its drawings.
.TP 8
.B \-\-exportdir \fIDIR\fP
-Specify where \fITux Paint\fP should export drawings and animations.
+Specify where Tux Paint should export drawings and animations.
.SS MORE SAVING OPTIONS
.TP 8
.B \-\-nosave \-\-save
-The \fInosave\fP option disables \fITux Paint's\fP ability to save files.
-This can be used in situations where the program is only being used for
-fun, or in a test environment.
+The --nosave option disables Tux Paint's ability to save files. This can be
+used in situations where the program is only being used for fun, or in a
+test environment.
.TP 8
.B \-\-autosave \-\-noautosave
-The \fIautosave\fP option prevents \fITux Paint\fP from asking whether you
-want to save the current picture when quitting, and assumes you do.
+The --autosave option prevents ITux PaintP from asking whether you want
+to save the current picture when quitting, and assumes you do.
.SH OPTIONS - DATA FILES
.l
-\fItuxpaint\fP accepts the following options to alter where Tux Paint
-loads data (stamps, brushes, etc.) They can be used along with, instead
-of, or to override options set in configuration files. (See below.)
+\fItuxpaint\fP accepts the following options to alter where Tux Paint loads
+data (stamps, brushes, etc.) They can be used along with, instead of, or
+to override options set in configuration files. (See below.)
.TP 8
.B \-\-datadir \fIDIR\fP
-Specify where \fITux Paint\fP should look for personal data files
-(brushes, stamps, etc.).
+Specify where Tux Paint should look for personal data files (brushes,
+stamps, etc.).
.TP 8
.B \-\-colorfile \fIFILE\fP
-This option allows you to override the default color palette in \fITux Paint\fP
+This option allows you to override the default color palette in Tux Paint
and replace it with your own. The file should be a plain ASCII text file
-containing one color description per line. Colors may be in decimal or
-6- or 3-digit hexadecimal, and followed by a description. (For example,
+containing one color description per line. Colors may be in decimal or 6-
+or 3-digit hexadecimal, and followed by a description. (For example,
"\fI#000 Black\fP" and "\fI255 192 64 Orange\fP".)
.SH OPTIONS - LANGUAGE
.l
-\fItuxpaint\fP accepts the following options to alter the language used
-by Tux Paint's interface, and other related settings. They can be used
-along with, instead of, or to override options set in configuration
+\fItuxpaint\fP accepts the following options to alter the language used by
+Tux Paint's interface, and other related settings. They can be used along
+with, instead of, or to override options set in configuration
files. (See below.)
.l
-Various parts of \fITux Paint\fP have been translated into numerous languages.
-\fITux Paint\fP will try its best to honor your \fIlocale\fP setting
-(i.e., the \fILANG\fP environment variable), if possible.
-You can also specifically set the language using options on the command-line
-or in a configuration file.
+Various parts of Tux Paint have been translated into numerous languages.
+Tux Paint will try its best to honor your locale setting (i.e., the "LANG"
+environment variable), if possible. You can also specifically set the
+language using options on the command-line or in a configuration file.
.TP 8
.B \-\-locale \fILOCALE\fP
-Specify the language to use, based on locale name (which is typically of the
-form \fIlanguage\fP[_\fIterritory\fP][.\fIcodeset\fP][@\fImodifier\fP],
-where \fIlanguage\fP is an ISO 639 language code,
-\fIterritory\fP is an ISO 3166 country code, and
-\fIcodeset\fP is a character set or encoding identifier like ISO-8859-1 or
-UTF-8.)
+Specify the language to use, based on locale name (which is typically of
+the form "language[_territory][.codeset][@modifier], where "language" is an
+ISO 639 language code, "territory" is an ISO 3166 country code, and
+"codeset" is a character set or encoding identifier like "ISO-8859-1" or
+"UTF-8".)
.PP
.RS
-For example, \fIde_DE@euro\fP for German, or \fIpt_BR\fP
-for Brazilian Portuguese.
+For example, "de_DE@euro" for German, or "pt_BR" for Brazilian Portuguese.
.RE
.TP 8
.B \-\-lang \fILANGUAGE\fP
-Specify the language to use, based on the language's name
-(as recognized by \fITux Paint\fP). Choose one of the language names
-listed below:
+Specify the language to use, based on the language's name (as recognized by
+Tux Paint). Choose one of the language names listed below:
.PP
.RS
.PD 0
@@ -1130,107 +1130,130 @@ Display a lists of all supported languages.
.TP 8
.B \-\-mirrorstamps \-\-dontmirrorstamps
-With \fImirrorstamps\fP set, stamps which can be mirrored will appear
+With "--mirrorstamps" set, stamps which can be mirrored will appear
mirrored by default. This can be useful when used by people who prefer
things right-to-left over left-to-right.
.SS FONTS
.TP 8
.B \-\-nosysfonts \-\-sysfonts
-\fITux Paint\fP normally attempts to search for additional TrueType Fonts
-installed in common places on your system. If this causes trouble, or you'd
-prefer to only make fonts installed in \fITux Paint\fP's directory available,
-use the \fInosysfonts\fP option to disable this feature.
+Tux Paint normally attempts to search for additional TrueType Fonts
+installed in common places on your system. If this causes trouble, or
+you'd prefer to only make fonts installed in Tux Paint's directory
+available, use the "--nosysfonts" option to disable this feature.
.TP 8
.B \-\-alllocalefonts \-\-currentlocalefont
-Tux Paint avoids loading any fonts in its 'locale' font subdirectory,
-except any that match the current locale \fITux Paint\fP is running under.
-Use the \fIalllocalefonts\fP option to load all such fonts, for use in the
-"Text" tool. (This is the old behavior, prior to version 0.9.21.)
+Tux Paint avoids loading any fonts found in its "locale" font subdirectory,
+except any that match the current locale Tux Paint is running under. Use
+the "--alllocalefonts" option to load all such fonts, for use in the Text
+and Label tools. (This was the default behavior, prior to version 0.9.21.)
.SH OPTIONS - MISCELLANEOUS
.l
-\fItuxpaint\fP accepts the following options to alter its behavior.
-They can be used along with, instead of, or to override options set in
+\fItuxpaint\fP accepts the following options to alter its behavior. They
+can be used along with, instead of, or to override options set in
configuration files. (See below.)
.TP 8
.B \-\-nosysconfig
-With this option, \fITux Paint\fP will not attempt to read the
-system-wide configuration file (typically \fI/etc/tuxpaint/tuxpaint.conf\fP).
+With this option, Tux Paint will not attempt to read the system-wide
+configuration file (typically "/etc/tuxpaint/tuxpaint.conf" or
+"/usr/local/etc/tuxpaint/tuxpaint.conf").
.TP 8
.B \-\-nolockfile
-By default, \fITux Paint\fP uses a lockfile (stored in the user's
-local Tux Paint directory) which prevents it from being launched more than
-once in 30 seconds. (Sometimes children get too eager, or user interfaces
-only require one click, but users think they need to double-click.)
-This option makes \fITux Paint\fP ignore the current lockfile.
+By default, Tux Paint uses a lockfile (stored in the user's local Tux Paint directory) which prevents it from being launched more than once in 30 seconds. (Sometimes children get too eager, or user interfaces only require one click, but users think they need to double-click.) This option makes Tux Paint ignore the current lockfile.
.SH ENVIRONMENT
.ad l
-While \fITux Paint\fP may refer to a number of environment variables indirectly
-(e.g., via \fISDL(3)\fP), it only directly accesses the following:
+While Tux Paint may refer to a number of environment variables indirectly
+(e.g., via SDL(3)), it directly accesses the following: (See "FILES" below,
+as well.)
.PP
.TP 8
.B HOME
-to determine where picture files go when using the \fISave\fP and \fIOpen\fP
-commands within \fITux Paint\fP, to keep track of the current image,
-when quitting and restarting \fITux Paint\fP, and to get the user's
-configuration file.
+to determine where picture files go when using the Save and Open commands
+within Tux Paint, to keep track of the current image, when quitting and
+restarting Tux Paint, and to get the user's configuration file.
.TP 8
-.B LANG
-to determine language to use, if \fIsetlocale(3)\fP refers to 'LC_MESSAGES'.
+.B LANG, LC_ALL, LANGUAGE, and LC_MESSAGES
+to determine language to use, if setlocale(3) refers to "LC_MESSAGES".
+
+.TP 8
+.B SDL_VIDEO_ALLOW_SCREENSAVER
+Set this environment variable to '1' to allow a screensaver to appear while
+Tux Paint is running. This can also be done via the "--allowscreensaver"
+option.
+
+.TP 8
+.B SDL_VIDEO_WINDOW_POS
+If this is NOT set, Tux Paint will set it to "center", to attempt to place
+the Tux Paint window in the center of a display. If it IS set (e.g., to
+"nopref", meaning "no preference"), Tux Paint will not override it.
.SH FILES
.TP 8
-.B /etc/tuxpaint/tuxpaint.conf
-System-wide configuration file. It is read first
-(unless the \fI\-\-nosysconfig\fP option was given on the command-line).
+.B [/usr/local/]/etc/tuxpaint/tuxpaint.conf
+System-wide configuration file. It is read first (unless the
+"--nosysconfig" option was given on the command-line).
.RS
.PP
(Created during installation.)
.RE
.TP 8
.B $HOME/.tuxpaintrc
-User's configuration file. It can be used to set default options
-(rather than setting them on the command-line every time), and/or to
-override any settings in the system-wide configuration file.
+User's configuration file. It can be used to set default options (rather
+than setting them on the command-line every time), and/or to override any
+settings in the system-wide configuration file.
.RS
.PP
-(Not created or edited automatically; must be created manually.
-You can do this by hand, or use '\fITux Paint Config.\fP.')
+(Not created or edited automatically; must be created manually. You can do
+this by hand, or use tuxpaint-config(1).)
.RE
.TP 8
.B $HOME/.tuxpaint/saved/
-A directory of previously-saved images (and thumbnails). Only files in this
-directory will be made available using the \fIOpen\fP command within
-\fITux Paint\fP. (See \fItuxpaint-import(1)\fP.)
+A directory of previously-saved images (and thumbnails). Only files in
+this directory will be made available using the Open command within Tux
+Paint. Overridden via the "--savedir" option.
.RS
.PP
-(Created when \fISave\fP command is used.)
+(Created when Save command is used.)
.RE
.TP 8
.B $HOME/.tuxpaint/current_id.txt
-A reference to the image which was being edited when \fITux Paint\fP was
-last quit. (This image is automatically loaded the next time \fITux Paint\fP
-is re-run.)
+A reference to the image which was being edited when Tux Paint was last
+quit. (This image is automatically loaded the next time Tux Paint is
+re-run, unless the "--startblank" option is set.)
.RS
.PP
-(Created when \fITux Paint\fP is \fIQuit\fP.)
+(Created when Tux Paint is Quit.)
.RE
.TP 8
.B $HOME/.tuxpaint/lockfile.dat
-A lockfile that prevents \fITux Paint\fP from being launched more than once
-every 30 seconds. Disable checking the lockfile by using the
-\'\-\-nolockfile\' command-line argument.
+A lockfile that prevents Tux Paint from being launched more than once every
+30 seconds. Disable checking the lockfile by using the "--nolockfile"
+option.
.RS
.PP
(There's no reason to delete the lockfile, as it contains a timestamp
inside which causes it to expire after 30 seconds.)
.RE
+.TP 8
+.B $XDG_CONFIG_HOME[XDG_PICTURES_DIR]/TuxPaint/
+A directory where images and animations should be exported (via options
+found in Tux Paint's Open dialog), if the "--exportdir" option is not used
+to override it. If "$XDG_CONFIG_HOME" is set, a configuration file
+"user-dirs.dirs" will be scanned within the directory it points to; if not,
+Tux Paint will attempt to do so within "$HOME/.config/". If a setting
+named "XDG_PICTURES_DIR" is found, it will be used as the location to
+export images. If all else fails, then "$HOME/Pictures/" will be used. A
+"TuxPaint" subdirectory will be created.
+.TP 8
+.B $XDG_DATA_HOME/Trash/ or $HOME/.local/share/Trash/
+A directory where images are placed when the Erase option is used from the
+Open dialog.
.SH COPYRIGHT
This program is free software; you can redistribute it and/or modify it
@@ -1515,4 +1538,4 @@ Huang Zuzhen.
.BR krita (1),
.BR gcompris (1)
.PP
-
+And documentation within /usr/[local/]share/doc/tuxpaint/.
diff --git a/man/fr_FR.UTF-8/tuxpaint.1 b/man/fr_FR.UTF-8/tuxpaint.1
index fa7b19f82..4cebd4598 100644
--- a/man/fr_FR.UTF-8/tuxpaint.1
+++ b/man/fr_FR.UTF-8/tuxpaint.1
@@ -377,22 +377,22 @@ blank canvas. The default behavior is "\-\-startlast".
.TP 8
.B \-\-newcolorslast \-\-newcolorsfirst
-List solid (blank) colors at the end, or beginning (default) of the
-options displayed when using the \fINew\fP tool to start a new picture.
+List solid (blank) colors at the end, or beginning (default) of the options
+displayed when using the New tool to start a new picture.
.SS CONTROL SIMPLIFICATION
.TP 8
.B \-\-noquit \-\-quit
-Disable or enable (default) the on-screen Quit button and [Escape]
-key for quitting Tux Paint. Instead, use the window close
-button in the titlebar, the [Al]+[F4] key sequence, or the
-[Shift]+[Control]+[Escape] key sequence.
+Disable or enable (default) the on-screen Quit button and [Escape] key for
+quitting Tux Paint. Instead, use the window close button in the titlebar,
+the [Alt]+[F4] key sequence, or the [Shift]+[Control]+[Escape] key
+sequence.
.TP 8
.B \-\-nostamps \-\-stamps
-With "--nostamps" set, Rubber Stamp images are not loaded, so the
-Stamps tool will not be available. This option can be used to reduce
-the time Tux Paint takes to load, and reduce the amount of RAM it requires.
+With "--nostamps" set, Rubber Stamp images are not loaded, so the Stamps
+tool will not be available. This option can be used to reduce the time Tux
+Paint takes to load, and reduce the amount of RAM it requires.
.TP 8
.B \-\-nostampcontrols \-\-stampcontrols
@@ -402,9 +402,9 @@ in all ways.)
.TP 8
.B \-\-nomagiccontrols \-\-magiccontrols
-Disable or enable (default) buttons to control Magic tools. Controls include
-controlling whether a Magic tool is used like a paint brush, or if it
-affects the entire image at once. (Note: Not all Magic tools will be
+Disable or enable (default) buttons to control Magic tools. Controls
+include controlling whether a Magic tool is used like a paint brush, or if
+it affects the entire image at once. (Note: Not all Magic tools will be
controllable.)
.TP 8
@@ -415,14 +415,14 @@ initially clicked.
.TP 8
.B \-\-nolabel \-\-label
-Disable or enable (default) the Label tool, which lets you create
-text which can be altered or moved later.
+Disable or enable (default) the Label tool, which lets you create text
+which can be altered or moved later.
.SH OPTIONS - CONTROLLING TUX PAINT
.l
-\fItuxpaint\fP accepts the following options to alter how you control
-Tux Paint. They can be used along with, instead of, or to override options
-set in configuration files. (See below.)
+\fItuxpaint\fP accepts the following options to alter how you control Tux
+Paint. They can be used along with, instead of, or to override options set
+in configuration files. (See below.)
.SS CURSOR
.TP 8
@@ -433,14 +433,13 @@ trouble displaying the mouse pointer, and/or leave 'trails' on the screen.
.TP 8
.B \-\-hidecursor \-\-showcursor
-Completely hide, or enable (default) the mouse pointer in Tux Paint.
-This can be useful on touchscreen devices, such as tablet PCs.
+Completely hide, or enable (default) the mouse pointer in Tux Paint. This
+can be useful on touchscreen devices, such as tablet PCs.
.SS KEYBOARD
.TP 8
.B \-\-noshortcuts \-\-shortcuts
-If \fInoshortcuts\fP mode, keyboard shortcuts (e.g., [Ctrl]+[S] for Save)
-will be disabled. Default mode is for shortcuts to be enabled.
+ /* --[no]shortcuts */ wordwrap(sprintf(gettext(If \"%s\" mode, keyboard shortcuts (e.g., [Ctrl]+[S] for Save) will be disabled. Default mode is for shortcuts to be enabled."), "--noshortcuts")) . "\n" ?>
.SS MOUSE AND ACCESSIBILITY
.TP 8
@@ -451,36 +450,36 @@ confined to the Tux Paint window. Default is to not grab.
.TP 8
.B \-\-nowheelmouse \-\-wheelmouse
By default, the wheel (jog dial) on a mouse will be used to scroll the
-'selector' on the right of the screen. This can be disabled, and the
-wheel completely ignored, with the \fI\-\-nowheelmouse\fP option.
-This is useful for children who aren't yet comfortable with the mouse.
-Default is to support the wheel.
+'selector' on the right of the screen. This can be disabled, and the wheel
+completely ignored, with the "--nowheelmouse" option. This is useful for
+children who aren't yet comfortable with the mouse. Default is to support
+the wheel.
.TP 8
.B \-\-mouse-accessibility
-In this mode, instead of clicking, dragging and releasing (e.g., to draw),
-you click, move, and click again to end the motion.
+Dans ce mode, au lieu de cliquer, de faire glisser et de relâcher (par
+exemple, pour dessiner), vous cliquez, déplacez et cliquez à nouveau pour
+terminer le mouvement.
.TP 8
.B \-\-keyboard \-\-mouse
-The "--keyboard" option lets the mouse pointer in Tux Paint be
-controlled with the keyboard. The [Up], [Down], [Left], and [Right]
-arrow keys move the pointer. [Spacebar] acts as the mouse button.
+The "--keyboard" option lets the mouse pointer in Tux Paint be controlled
+with the keyboard. The [Up], [Down], [Left], and [Right] arrow keys move
+the pointer. [Spacebar] acts as the mouse button.
.TP 8
.B \-\-nobuttondistinction \-\-buttondistinction
-By default, only mouse button #1 (typically the leftmost mouse button
-on mice with more than one button) can be used for interacting with
-Tux Paint. With the "--nobuttondistinction" option,
-mouse buttons #2 (middle) and #3 (right) can be used, as well.
-This is useful for children who aren't yet comfortable with the mouse.
-Default is to only recognize button #1.
+By default, only mouse button #1 (typically the leftmost mouse button on
+mice with more than one button) can be used for interacting with Tux Paint.
+ With the "--nobuttondistinction" option, mouse buttons #2 (middle) and #3
+(right) can be used, as well. This is useful for children who aren't yet
+comfortable with the mouse. Default is to only recognize button #1.
.SS ONSCREEN KEYBOARD
.TP 8
.B \-\-onscreen-keyboard
-Presents a clickable on-screen keyboard when using the Text and
-Label tools.
+Presents a clickable on-screen keyboard when using the Text and Label
+tools.
.TP 8
.B \-\-onscreen-keyboard-layout \fILAYOUT\fP
@@ -494,40 +493,54 @@ which are used to switch between the available on-screen keyboard layouts.
.SS JOYSTICK
.TP 8
.B \-\-joystick-dev=\fIDEVICE\fP
-Specify which joystick device should be used by Tux Paint. Default value is 0 (the first joystick).
+Spécifie quel périphérique joystick doit être utilisé par Tux Paint.
+La valeur par défaut est 0 (le premier joystick).
.TP 8
.B \-\-joystick-dev=list
-List the system's available joysticks and exit. (Does not launch Tux Paint.)
+List the system's available joysticks and exit. (Does not launch Tux
+Paint.)
.TP 8
.B \-\-joystick-slowness=\fISPEED\fP
-Sets a delay at each axis motion, allowing to slow the joystick. Allowed values are from 0 to 500. Default value is 15.
+Définit un retard à chaque mouvement d'axe, permettant de ralentir le
+joystick. Les valeurs autorisées sont comprises entre 0 et 500. La valeur
+par défaut est 15.
.TP 8
.B \-\-joystick-threshold=\fITHRESHOLD\fP
-Sets the minimum level of axis motion to start moving the pointer. Allowed values are from 0 to 32766. Default value is 3200.
+Définit le niveau minimum de mouvement de l'axe pour commencer à
+déplacer le pointeur. Les valeurs autorisées sont comprises entre 0 et
+32766. La valeur par défaut est 3200.
.TP 8
.B \-\-joystick-maxsteps=\fISTEPS\fP
-Sets the maximum pixels the pointer will move at once. Allowed values are from 1 to 7. Default value is 7.
+Définit le nombre de pixels maximums que le pointeur déplacera à la
+fois. Les valeurs autorisées vont de 1 à 7. La valeur par défaut est 7.
.TP 8
.B \-\-joystick-hat-timeout=\fIMILLISECONDS\fP
-Sets the delay after wich the pointer will start moving automatically if the hat is keeped pushed. Allowed values are from 0 to 3000. Default value is 1000.
+Définit le délai après lequel le pointeur commencera à se déplacer
+automatiquement si le chapeau est maintenu enfoncé. Les valeurs
+autorisées sont comprises entre 0 et 3 000. La valeur par défaut est 1
+000.
.TP 8
.B \-\-joystick-hat-slowness=\fISPEED\fP
-Sets a delay at each automatic motion, allowing to slow the speed of the hat. Allowed values are from 0 to 500. Default value is 15.
+Définit un délai à chaque mouvement automatique, permettant de ralentir
+la vitesse du chapeau. Les valeurs autorisées sont comprises entre 0 et
+500. La valeur par défaut est 15.
.TP 8
.B \-\-joystick-btn-escape=\fIBUTTON\fP
-Selects the joystick button number, as seen by SDL, that will be used to generate a escape event. Useful to dismiss dialogs and quit.
+Sélectionne le numéro du bouton du joystick, tel que vu par SDL, qui sera
+utilisé pour générer un événement d'échappement. Utile pour fermer
+les dialogues et quitter.
.TP 8
.B \-\-joystick-btn-\fICOMMAND\fP=\fIBUTTON\fP
-Selects the joystick button number, as seen by SDL, that will be a shortcut to
-various tools within Tux Paint.
+Selects the joystick button number, as seen by SDL, that will be a shortcut
+to various tools within Tux Paint.
.PP
.RS
@@ -579,16 +592,15 @@ print | Print (immediate)
.TP 8
.B \-\-joystick-buttons-ignore=\fIBUTTON1,BUTTON2,...\fP
-A set of joystick button numbers, as seen by SDL, that should
-be ignored. Otherwise, unless they are used by one of the
-"--joystick-btn-..." options above, buttons will be seen as a mouse
-left-click. Comma-separated.
+A set of joystick button numbers, as seen by SDL, that should be ignored.
+Otherwise, unless they are used by one of the "--joystick-btn-..." options
+above, buttons will be seen as a mouse left-click. Comma-separated.
.SH OPTIONS - PRINTING
.l
-\fItuxpaint\fP accepts the following options to alter how Tux Paint
-handles printing. They can be used along with, instead of, or to
-override options set in configuration files. (See below.)
+\fItuxpaint\fP accepts the following options to alter how Tux Paint handles
+printing. They can be used along with, instead of, or to override options
+set in configuration files. (See below.)
.SS PRINT PERMISSIONS
.TP 8
@@ -597,50 +609,48 @@ Disable or enable (default) the Print command within Tux Paint.
.TP 8
.B \-\-printdelay=\fISECONDES\fP \-\-printdelay=0
-Only allow printing (via the \fIPrint\fP command) once every \fISECONDS\fP
-seconds. Default is 0 (no limitation).
+Only allow printing (via the Print command) once every SECONDS seconds.
+Default is 0 (no limitation).
.SS SHOW PRINTER DIALOG
.TP 8
.B \-\-altprintmod \-\-altprintnever \-\-altprintalways
These options control whether an system printer dialog appears when the
-user clicks the \fIPrint\fP button. By default (\-\-altprintmod), pressing
-\fI[Alt]\fP while clicking \fIPrint\fP will bring up a dialog (unless you're
-in fullscreen mode). With \-\-altprintalways, the dialog will always appear,
-even if \fI[Alt]\fP is not being held. With \-\-altprintnever, the dialog
-will never appear, even if \fI[Alt]\fP is being held.
+user clicks the Print button. By default ("--altprintmod"), pressing [Alt]
+while clicking Print will bring up a dialog (unless you're in fullscreen
+mode). With "--altprintalways", the dialog will always appear, even if
+[Alt] is not being held. With "--altprintnever", the dialog will never
+appear, even if [Alt] is being held.
.SS SAVE PRINTER CONFIGURATION
.TP 8
.B \-\-printcfg \-\-noprintcfg
(Windows and Mac OS X only.) Enable or disable loading and saving of
-printer settings. By default, \fITux Paint\fP will print to the default
-printer with default settings. Pressing \fI[Alt]\fP while pushing the
-\fIPrint\fP button will cause a printer dialog to appear (as long as you're
-not in fullscreen mode; see also \-\-altprintalways and \-\-altprintnever,
-below.) Unless \-\-noprintcfg is used, your previous settings will
-be loaded when \fITux Paint\fP starts up, and setting changes will be saved
-for next time.
+printer settings. By default, Tux Paint will print to the default printer
+with default settings. Pressing [Alt] while pushing the Print button will
+cause a printer dialog to appear (as long as you're not in fullscreen mode;
+see also "--altprintalways" and "--altprintnever", below.) Unless
+"--noprintcfg" is used, your previous settings will be loaded when Tux
+Paint starts up, and setting changes will be saved for next time.
.SS PRINT COMMANDS
.TP 8
.B \-\-printcommand \fICOMMAND\fP
-(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
+(Only when PostScript printing is used.)
Have Tux Paint print via an alternate command, rather than lpr(1).
.TP 8
.B \-\-altprintcommand \fICOMMAND\fP
-(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
-Have Tux Paint print via an alternate command, when a dialog is expect
-(e.g., when holding \fI[Alt]\fP while clicking "Print"; see above),
-rather than kprinter.
+(Only when PostScript printing is used.) Have Tux Paint print via an
+alternate command, when a dialog is expect (e.g., when holding [Alt] while
+clicking Print; see above), rather than kprinter.
.SS PAPER SIZE
.TP 8
.B \-\-papersize \fIPAPERSIZE\fP
-(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
-Ask \fITux Paint\fP to generate PostScript of a particular paper size.
-Valid sizes are those supported by libpaper. See papersize(5).
+(Only when PostScript printing is used.) Ask Tux Paint to generate
+PostScript of a particular paper size. Valid sizes are those supported by
+libpaper. See papersize(5).
.SH OPTIONS - SAVING
.l
@@ -651,86 +661,82 @@ instead of, or to override options set in configuration files. (See below.)
.SS SAVE OVER EARLIER WORK
.TP 8
.B \-\-saveover \-\-saveovernew \-\-saveoverask
-If, when saving a picture, an older version of the file will be overwritten,
-\fITux Paint\fP will, by default, ask for confirmation: either
-\fIsave over\fP the old file, or \fIcreate\fP a new file. This prompt
-can be disabled with \fI\-\-saveover\fP (which always saves over older versions
-of pictures) or \fI\-\-saveovernew\fP (which always saves a new file).
-The default is to prompt (\fI\-\-saveoverask\fP).
+If, when saving a picture, an older version of the file will be
+overwritten, Tux Paint will, by default, ask for confirmation: either save
+over the old file, or create a new file. This prompt can be disabled with
+"--saveover" (which always saves over older versions of pictures) or
+"--saveovernew" (which always saves a new file). The default is to prompt
+("--saveover").
.SS SAVE AND EXPORT DIRECTORIES
.TP 8
.B \-\-savedir \fIDIR\fP
-Specify where \fITux Paint\fP should save and load its drawings.
+Specify where Tux Paint should save and load its drawings.
.TP 8
.B \-\-exportdir \fIDIR\fP
-Specify where \fITux Paint\fP should export drawings and animations.
+Specify where Tux Paint should export drawings and animations.
.SS MORE SAVING OPTIONS
.TP 8
.B \-\-nosave \-\-save
-The \fInosave\fP option disables \fITux Paint's\fP ability to save files.
-This can be used in situations where the program is only being used for
-fun, or in a test environment.
+The --nosave option disables Tux Paint's ability to save files. This can be
+used in situations where the program is only being used for fun, or in a
+test environment.
.TP 8
.B \-\-autosave \-\-noautosave
-The \fIautosave\fP option prevents \fITux Paint\fP from asking whether you
-want to save the current picture when quitting, and assumes you do.
+The --autosave option prevents ITux PaintP from asking whether you want
+to save the current picture when quitting, and assumes you do.
.SH OPTIONS - DATA FILES
.l
-\fItuxpaint\fP accepts the following options to alter where Tux Paint
-loads data (stamps, brushes, etc.) They can be used along with, instead
-of, or to override options set in configuration files. (See below.)
+\fItuxpaint\fP accepts the following options to alter where Tux Paint loads
+data (stamps, brushes, etc.) They can be used along with, instead of, or
+to override options set in configuration files. (See below.)
.TP 8
.B \-\-datadir \fIDIR\fP
-Specify where \fITux Paint\fP should look for personal data files
-(brushes, stamps, etc.).
+Specify where Tux Paint should look for personal data files (brushes,
+stamps, etc.).
.TP 8
.B \-\-colorfile \fIFILE\fP
-This option allows you to override the default color palette in \fITux Paint\fP
+This option allows you to override the default color palette in Tux Paint
and replace it with your own. The file should be a plain ASCII text file
-containing one color description per line. Colors may be in decimal or
-6- or 3-digit hexadecimal, and followed by a description. (For example,
+containing one color description per line. Colors may be in decimal or 6-
+or 3-digit hexadecimal, and followed by a description. (For example,
"\fI#000 Black\fP" and "\fI255 192 64 Orange\fP".)
.SH OPTIONS - LANGUAGE
.l
-\fItuxpaint\fP accepts the following options to alter the language used
-by Tux Paint's interface, and other related settings. They can be used
-along with, instead of, or to override options set in configuration
+\fItuxpaint\fP accepts the following options to alter the language used by
+Tux Paint's interface, and other related settings. They can be used along
+with, instead of, or to override options set in configuration
files. (See below.)
.l
-Various parts of \fITux Paint\fP have been translated into numerous languages.
-\fITux Paint\fP will try its best to honor your \fIlocale\fP setting
-(i.e., the \fILANG\fP environment variable), if possible.
-You can also specifically set the language using options on the command-line
-or in a configuration file.
+Various parts of Tux Paint have been translated into numerous languages.
+Tux Paint will try its best to honor your locale setting (i.e., the "LANG"
+environment variable), if possible. You can also specifically set the
+language using options on the command-line or in a configuration file.
.TP 8
.B \-\-locale \fILOCALE\fP
-Specify the language to use, based on locale name (which is typically of the
-form \fIlanguage\fP[_\fIterritory\fP][.\fIcodeset\fP][@\fImodifier\fP],
-where \fIlanguage\fP is an ISO 639 language code,
-\fIterritory\fP is an ISO 3166 country code, and
-\fIcodeset\fP is a character set or encoding identifier like ISO-8859-1 or
-UTF-8.)
+Specify the language to use, based on locale name (which is typically of
+the form "language[_territory][.codeset][@modifier], where "language" is an
+ISO 639 language code, "territory" is an ISO 3166 country code, and
+"codeset" is a character set or encoding identifier like "ISO-8859-1" or
+"UTF-8".)
.PP
.RS
-For example, \fIde_DE@euro\fP for German, or \fIpt_BR\fP
-for Brazilian Portuguese.
+For example, "de_DE@euro" for German, or "pt_BR" for Brazilian Portuguese.
.RE
.TP 8
.B \-\-lang \fILANGUAGE\fP
-Specify the language to use, based on the language's name
-(as recognized by \fITux Paint\fP). Choose one of the language names
-listed below:
+Specify the language to use, based on the language's name (as recognized by
+Tux Paint). Choose one of the language names listed below:
.PP
.RS
.PD 0
@@ -1130,107 +1136,130 @@ Display a lists of all supported languages.
.TP 8
.B \-\-mirrorstamps \-\-dontmirrorstamps
-With \fImirrorstamps\fP set, stamps which can be mirrored will appear
+With "--mirrorstamps" set, stamps which can be mirrored will appear
mirrored by default. This can be useful when used by people who prefer
things right-to-left over left-to-right.
.SS FONTS
.TP 8
.B \-\-nosysfonts \-\-sysfonts
-\fITux Paint\fP normally attempts to search for additional TrueType Fonts
-installed in common places on your system. If this causes trouble, or you'd
-prefer to only make fonts installed in \fITux Paint\fP's directory available,
-use the \fInosysfonts\fP option to disable this feature.
+Tux Paint normally attempts to search for additional TrueType Fonts
+installed in common places on your system. If this causes trouble, or
+you'd prefer to only make fonts installed in Tux Paint's directory
+available, use the "--nosysfonts" option to disable this feature.
.TP 8
.B \-\-alllocalefonts \-\-currentlocalefont
-Tux Paint avoids loading any fonts in its 'locale' font subdirectory,
-except any that match the current locale \fITux Paint\fP is running under.
-Use the \fIalllocalefonts\fP option to load all such fonts, for use in the
-"Text" tool. (This is the old behavior, prior to version 0.9.21.)
+Tux Paint avoids loading any fonts found in its "locale" font subdirectory,
+except any that match the current locale Tux Paint is running under. Use
+the "--alllocalefonts" option to load all such fonts, for use in the Text
+and Label tools. (This was the default behavior, prior to version 0.9.21.)
.SH OPTIONS - MISCELLANEOUS
.l
-\fItuxpaint\fP accepts the following options to alter its behavior.
-They can be used along with, instead of, or to override options set in
+\fItuxpaint\fP accepts the following options to alter its behavior. They
+can be used along with, instead of, or to override options set in
configuration files. (See below.)
.TP 8
.B \-\-nosysconfig
-With this option, \fITux Paint\fP will not attempt to read the
-system-wide configuration file (typically \fI/etc/tuxpaint/tuxpaint.conf\fP).
+With this option, Tux Paint will not attempt to read the system-wide
+configuration file (typically "/etc/tuxpaint/tuxpaint.conf" or
+"/usr/local/etc/tuxpaint/tuxpaint.conf").
.TP 8
.B \-\-nolockfile
-By default, \fITux Paint\fP uses a lockfile (stored in the user's
-local Tux Paint directory) which prevents it from being launched more than
-once in 30 seconds. (Sometimes children get too eager, or user interfaces
-only require one click, but users think they need to double-click.)
-This option makes \fITux Paint\fP ignore the current lockfile.
+By default, Tux Paint uses a lockfile (stored in the user's local Tux Paint directory) which prevents it from being launched more than once in 30 seconds. (Sometimes children get too eager, or user interfaces only require one click, but users think they need to double-click.) This option makes Tux Paint ignore the current lockfile.
.SH ENVIRONMENT
.ad l
-While \fITux Paint\fP may refer to a number of environment variables indirectly
-(e.g., via \fISDL(3)\fP), it only directly accesses the following:
+While Tux Paint may refer to a number of environment variables indirectly
+(e.g., via SDL(3)), it directly accesses the following: (See "FILES" below,
+as well.)
.PP
.TP 8
.B HOME
-to determine where picture files go when using the \fISave\fP and \fIOpen\fP
-commands within \fITux Paint\fP, to keep track of the current image,
-when quitting and restarting \fITux Paint\fP, and to get the user's
-configuration file.
+to determine where picture files go when using the Save and Open commands
+within Tux Paint, to keep track of the current image, when quitting and
+restarting Tux Paint, and to get the user's configuration file.
.TP 8
-.B LANG
-to determine language to use, if \fIsetlocale(3)\fP refers to 'LC_MESSAGES'.
+.B LANG, LC_ALL, LANGUAGE, and LC_MESSAGES
+to determine language to use, if setlocale(3) refers to "LC_MESSAGES".
+
+.TP 8
+.B SDL_VIDEO_ALLOW_SCREENSAVER
+Set this environment variable to '1' to allow a screensaver to appear while
+Tux Paint is running. This can also be done via the "--allowscreensaver"
+option.
+
+.TP 8
+.B SDL_VIDEO_WINDOW_POS
+If this is NOT set, Tux Paint will set it to "center", to attempt to place
+the Tux Paint window in the center of a display. If it IS set (e.g., to
+"nopref", meaning "no preference"), Tux Paint will not override it.
.SH FILES
.TP 8
-.B /etc/tuxpaint/tuxpaint.conf
-System-wide configuration file. It is read first
-(unless the \fI\-\-nosysconfig\fP option was given on the command-line).
+.B [/usr/local/]/etc/tuxpaint/tuxpaint.conf
+System-wide configuration file. It is read first (unless the
+"--nosysconfig" option was given on the command-line).
.RS
.PP
(Created during installation.)
.RE
.TP 8
.B $HOME/.tuxpaintrc
-User's configuration file. It can be used to set default options
-(rather than setting them on the command-line every time), and/or to
-override any settings in the system-wide configuration file.
+User's configuration file. It can be used to set default options (rather
+than setting them on the command-line every time), and/or to override any
+settings in the system-wide configuration file.
.RS
.PP
-(Not created or edited automatically; must be created manually.
-You can do this by hand, or use '\fITux Paint Config.\fP.')
+(Not created or edited automatically; must be created manually. You can do
+this by hand, or use tuxpaint-config(1).)
.RE
.TP 8
.B $HOME/.tuxpaint/saved/
-A directory of previously-saved images (and thumbnails). Only files in this
-directory will be made available using the \fIOpen\fP command within
-\fITux Paint\fP. (See \fItuxpaint-import(1)\fP.)
+A directory of previously-saved images (and thumbnails). Only files in
+this directory will be made available using the Open command within Tux
+Paint. Overridden via the "--savedir" option.
.RS
.PP
-(Created when \fISave\fP command is used.)
+(Created when Save command is used.)
.RE
.TP 8
.B $HOME/.tuxpaint/current_id.txt
-A reference to the image which was being edited when \fITux Paint\fP was
-last quit. (This image is automatically loaded the next time \fITux Paint\fP
-is re-run.)
+A reference to the image which was being edited when Tux Paint was last
+quit. (This image is automatically loaded the next time Tux Paint is
+re-run, unless the "--startblank" option is set.)
.RS
.PP
-(Created when \fITux Paint\fP is \fIQuit\fP.)
+(Created when Tux Paint is Quit.)
.RE
.TP 8
.B $HOME/.tuxpaint/lockfile.dat
-A lockfile that prevents \fITux Paint\fP from being launched more than once
-every 30 seconds. Disable checking the lockfile by using the
-\'\-\-nolockfile\' command-line argument.
+A lockfile that prevents Tux Paint from being launched more than once every
+30 seconds. Disable checking the lockfile by using the "--nolockfile"
+option.
.RS
.PP
(There's no reason to delete the lockfile, as it contains a timestamp
inside which causes it to expire after 30 seconds.)
.RE
+.TP 8
+.B $XDG_CONFIG_HOME[XDG_PICTURES_DIR]/TuxPaint/
+A directory where images and animations should be exported (via options
+found in Tux Paint's Open dialog), if the "--exportdir" option is not used
+to override it. If "$XDG_CONFIG_HOME" is set, a configuration file
+"user-dirs.dirs" will be scanned within the directory it points to; if not,
+Tux Paint will attempt to do so within "$HOME/.config/". If a setting
+named "XDG_PICTURES_DIR" is found, it will be used as the location to
+export images. If all else fails, then "$HOME/Pictures/" will be used. A
+"TuxPaint" subdirectory will be created.
+.TP 8
+.B $XDG_DATA_HOME/Trash/ or $HOME/.local/share/Trash/
+A directory where images are placed when the Erase option is used from the
+Open dialog.
.SH COPYRIGHT
This program is free software; you can redistribute it and/or modify it
@@ -1515,4 +1544,4 @@ Huang Zuzhen.
.BR krita (1),
.BR gcompris (1)
.PP
-
+And documentation within /usr/[local/]share/doc/tuxpaint/.
diff --git a/man/gl_ES.UTF-8/tuxpaint.1 b/man/gl_ES.UTF-8/tuxpaint.1
index 3afb3c3fd..b2f52130d 100644
--- a/man/gl_ES.UTF-8/tuxpaint.1
+++ b/man/gl_ES.UTF-8/tuxpaint.1
@@ -377,22 +377,22 @@ blank canvas. The default behavior is "\-\-startlast".
.TP 8
.B \-\-newcolorslast \-\-newcolorsfirst
-List solid (blank) colors at the end, or beginning (default) of the
-options displayed when using the \fINew\fP tool to start a new picture.
+List solid (blank) colors at the end, or beginning (default) of the options
+displayed when using the New tool to start a new picture.
.SS CONTROL SIMPLIFICATION
.TP 8
.B \-\-noquit \-\-quit
-Disable or enable (default) the on-screen Quit button and [Escape]
-key for quitting Tux Paint. Instead, use the window close
-button in the titlebar, the [Al]+[F4] key sequence, or the
-[Shift]+[Control]+[Escape] key sequence.
+Disable or enable (default) the on-screen Quit button and [Escape] key for
+quitting Tux Paint. Instead, use the window close button in the titlebar,
+the [Alt]+[F4] key sequence, or the [Shift]+[Control]+[Escape] key
+sequence.
.TP 8
.B \-\-nostamps \-\-stamps
-With "--nostamps" set, Rubber Stamp images are not loaded, so the
-Stamps tool will not be available. This option can be used to reduce
-the time Tux Paint takes to load, and reduce the amount of RAM it requires.
+With "--nostamps" set, Rubber Stamp images are not loaded, so the Stamps
+tool will not be available. This option can be used to reduce the time Tux
+Paint takes to load, and reduce the amount of RAM it requires.
.TP 8
.B \-\-nostampcontrols \-\-stampcontrols
@@ -402,9 +402,9 @@ in all ways.)
.TP 8
.B \-\-nomagiccontrols \-\-magiccontrols
-Disable or enable (default) buttons to control Magic tools. Controls include
-controlling whether a Magic tool is used like a paint brush, or if it
-affects the entire image at once. (Note: Not all Magic tools will be
+Disable or enable (default) buttons to control Magic tools. Controls
+include controlling whether a Magic tool is used like a paint brush, or if
+it affects the entire image at once. (Note: Not all Magic tools will be
controllable.)
.TP 8
@@ -415,14 +415,14 @@ initially clicked.
.TP 8
.B \-\-nolabel \-\-label
-Disable or enable (default) the Label tool, which lets you create
-text which can be altered or moved later.
+Disable or enable (default) the Label tool, which lets you create text
+which can be altered or moved later.
.SH OPTIONS - CONTROLLING TUX PAINT
.l
-\fItuxpaint\fP accepts the following options to alter how you control
-Tux Paint. They can be used along with, instead of, or to override options
-set in configuration files. (See below.)
+\fItuxpaint\fP accepts the following options to alter how you control Tux
+Paint. They can be used along with, instead of, or to override options set
+in configuration files. (See below.)
.SS CURSOR
.TP 8
@@ -433,14 +433,13 @@ trouble displaying the mouse pointer, and/or leave 'trails' on the screen.
.TP 8
.B \-\-hidecursor \-\-showcursor
-Completely hide, or enable (default) the mouse pointer in Tux Paint.
-This can be useful on touchscreen devices, such as tablet PCs.
+Completely hide, or enable (default) the mouse pointer in Tux Paint. This
+can be useful on touchscreen devices, such as tablet PCs.
.SS KEYBOARD
.TP 8
.B \-\-noshortcuts \-\-shortcuts
-If \fInoshortcuts\fP mode, keyboard shortcuts (e.g., [Ctrl]+[S] for Save)
-will be disabled. Default mode is for shortcuts to be enabled.
+ /* --[no]shortcuts */ wordwrap(sprintf(gettext(If \"%s\" mode, keyboard shortcuts (e.g., [Ctrl]+[S] for Save) will be disabled. Default mode is for shortcuts to be enabled."), "--noshortcuts")) . "\n" ?>
.SS MOUSE AND ACCESSIBILITY
.TP 8
@@ -451,36 +450,35 @@ confined to the Tux Paint window. Default is to not grab.
.TP 8
.B \-\-nowheelmouse \-\-wheelmouse
By default, the wheel (jog dial) on a mouse will be used to scroll the
-'selector' on the right of the screen. This can be disabled, and the
-wheel completely ignored, with the \fI\-\-nowheelmouse\fP option.
-This is useful for children who aren't yet comfortable with the mouse.
-Default is to support the wheel.
+'selector' on the right of the screen. This can be disabled, and the wheel
+completely ignored, with the "--nowheelmouse" option. This is useful for
+children who aren't yet comfortable with the mouse. Default is to support
+the wheel.
.TP 8
.B \-\-mouse-accessibility
-In this mode, instead of clicking, dragging and releasing (e.g., to draw),
-you click, move, and click again to end the motion.
+Neste modo, no canto de premer, arrastrar e soltar (por exemplo, para
+debuxar), premese, móvese e premese de novo para rematar o movemento.
.TP 8
.B \-\-keyboard \-\-mouse
-The "--keyboard" option lets the mouse pointer in Tux Paint be
-controlled with the keyboard. The [Up], [Down], [Left], and [Right]
-arrow keys move the pointer. [Spacebar] acts as the mouse button.
+The "--keyboard" option lets the mouse pointer in Tux Paint be controlled
+with the keyboard. The [Up], [Down], [Left], and [Right] arrow keys move
+the pointer. [Spacebar] acts as the mouse button.
.TP 8
.B \-\-nobuttondistinction \-\-buttondistinction
-By default, only mouse button #1 (typically the leftmost mouse button
-on mice with more than one button) can be used for interacting with
-Tux Paint. With the "--nobuttondistinction" option,
-mouse buttons #2 (middle) and #3 (right) can be used, as well.
-This is useful for children who aren't yet comfortable with the mouse.
-Default is to only recognize button #1.
+By default, only mouse button #1 (typically the leftmost mouse button on
+mice with more than one button) can be used for interacting with Tux Paint.
+ With the "--nobuttondistinction" option, mouse buttons #2 (middle) and #3
+(right) can be used, as well. This is useful for children who aren't yet
+comfortable with the mouse. Default is to only recognize button #1.
.SS ONSCREEN KEYBOARD
.TP 8
.B \-\-onscreen-keyboard
-Presents a clickable on-screen keyboard when using the Text and
-Label tools.
+Presents a clickable on-screen keyboard when using the Text and Label
+tools.
.TP 8
.B \-\-onscreen-keyboard-layout \fILAYOUT\fP
@@ -494,40 +492,53 @@ which are used to switch between the available on-screen keyboard layouts.
.SS JOYSTICK
.TP 8
.B \-\-joystick-dev=\fIDEVICE\fP
-Specify which joystick device should be used by Tux Paint. Default value is 0 (the first joystick).
+Especifica que dispositivo de mando debe ser usado por Tux Paint. O valor
+predeterminado é 0 (a primeira panca de mando — joystick).
.TP 8
.B \-\-joystick-dev=list
-List the system's available joysticks and exit. (Does not launch Tux Paint.)
+List the system's available joysticks and exit. (Does not launch Tux
+Paint.)
.TP 8
.B \-\-joystick-slowness=\fIVELOCIDADE\fP
-Sets a delay at each axis motion, allowing to slow the joystick. Allowed values are from 0 to 500. Default value is 15.
+Estabelece un atraso en cada movemento do eixo, permitindo atrasar a panca
+de mando (joystick). Os valores permitidos van de 0 a 500. O valor
+predeterminado é 15.
.TP 8
.B \-\-joystick-threshold=\fILIMIAR\fP
-Sets the minimum level of axis motion to start moving the pointer. Allowed values are from 0 to 32766. Default value is 3200.
+Estabelece o nivel mínimo de movemento do eixe para comezar a mover o
+punteiro. Os valores permitidos son de 0 a 32766. O valor predeterminado é
+3200.
.TP 8
.B \-\-joystick-maxsteps=\fIPASOS\fP
-Sets the maximum pixels the pointer will move at once. Allowed values are from 1 to 7. Default value is 7.
+Define os píxeles máximos que moverá o punteiro á vez. Os valores
+permitidos van do 1 ao 7. O valor predeterminado é 7.
.TP 8
.B \-\-joystick-hat-timeout=\fIMILISEGUNDOS\fP
-Sets the delay after wich the pointer will start moving automatically if the hat is keeped pushed. Allowed values are from 0 to 3000. Default value is 1000.
+Estabelece o atraso após de que o punteiro comezará a moverse
+automaticamente se se mantén premido o sombreiro. Os valores permitidos
+van de 0 a 3000. O valor predeterminado é 1000.
.TP 8
.B \-\-joystick-hat-slowness=\fIVELOCIDADE\fP
-Sets a delay at each automatic motion, allowing to slow the speed of the hat. Allowed values are from 0 to 500. Default value is 15.
+Estabelece un atraso en cada movemento automático, o que permite diminuír
+a velocidade do sombreiro. Os valores permitidos van de 0 a 500. O valor
+predeterminado é 15.
.TP 8
.B \-\-joystick-btn-escape=\fIBUTTON\fP
-Selects the joystick button number, as seen by SDL, that will be used to generate a escape event. Useful to dismiss dialogs and quit.
+Selecciona o número do botón da panca de control (joystick), tal e como o
+ve SDL, que se usará para xerar un evento de escape. Útil para desactivar
+os diálogos e saír.
.TP 8
.B \-\-joystick-btn-\fIORDE\fP=\fIBUTTON\fP
-Selects the joystick button number, as seen by SDL, that will be a shortcut to
-various tools within Tux Paint.
+Selects the joystick button number, as seen by SDL, that will be a shortcut
+to various tools within Tux Paint.
.PP
.RS
@@ -579,16 +590,15 @@ print | Print (immediate)
.TP 8
.B \-\-joystick-buttons-ignore=\fIBOTÓN1,BOTÓN2,...\fP
-A set of joystick button numbers, as seen by SDL, that should
-be ignored. Otherwise, unless they are used by one of the
-"--joystick-btn-..." options above, buttons will be seen as a mouse
-left-click. Comma-separated.
+A set of joystick button numbers, as seen by SDL, that should be ignored.
+Otherwise, unless they are used by one of the "--joystick-btn-..." options
+above, buttons will be seen as a mouse left-click. Comma-separated.
.SH OPTIONS - PRINTING
.l
-\fItuxpaint\fP accepts the following options to alter how Tux Paint
-handles printing. They can be used along with, instead of, or to
-override options set in configuration files. (See below.)
+\fItuxpaint\fP accepts the following options to alter how Tux Paint handles
+printing. They can be used along with, instead of, or to override options
+set in configuration files. (See below.)
.SS PRINT PERMISSIONS
.TP 8
@@ -597,50 +607,48 @@ Disable or enable (default) the Print command within Tux Paint.
.TP 8
.B \-\-printdelay=\fISEGUNDOS\fP \-\-printdelay=0
-Only allow printing (via the \fIPrint\fP command) once every \fISECONDS\fP
-seconds. Default is 0 (no limitation).
+Only allow printing (via the Print command) once every SECONDS seconds.
+Default is 0 (no limitation).
.SS SHOW PRINTER DIALOG
.TP 8
.B \-\-altprintmod \-\-altprintnever \-\-altprintalways
These options control whether an system printer dialog appears when the
-user clicks the \fIPrint\fP button. By default (\-\-altprintmod), pressing
-\fI[Alt]\fP while clicking \fIPrint\fP will bring up a dialog (unless you're
-in fullscreen mode). With \-\-altprintalways, the dialog will always appear,
-even if \fI[Alt]\fP is not being held. With \-\-altprintnever, the dialog
-will never appear, even if \fI[Alt]\fP is being held.
+user clicks the Print button. By default ("--altprintmod"), pressing [Alt]
+while clicking Print will bring up a dialog (unless you're in fullscreen
+mode). With "--altprintalways", the dialog will always appear, even if
+[Alt] is not being held. With "--altprintnever", the dialog will never
+appear, even if [Alt] is being held.
.SS SAVE PRINTER CONFIGURATION
.TP 8
.B \-\-printcfg \-\-noprintcfg
(Windows and Mac OS X only.) Enable or disable loading and saving of
-printer settings. By default, \fITux Paint\fP will print to the default
-printer with default settings. Pressing \fI[Alt]\fP while pushing the
-\fIPrint\fP button will cause a printer dialog to appear (as long as you're
-not in fullscreen mode; see also \-\-altprintalways and \-\-altprintnever,
-below.) Unless \-\-noprintcfg is used, your previous settings will
-be loaded when \fITux Paint\fP starts up, and setting changes will be saved
-for next time.
+printer settings. By default, Tux Paint will print to the default printer
+with default settings. Pressing [Alt] while pushing the Print button will
+cause a printer dialog to appear (as long as you're not in fullscreen mode;
+see also "--altprintalways" and "--altprintnever", below.) Unless
+"--noprintcfg" is used, your previous settings will be loaded when Tux
+Paint starts up, and setting changes will be saved for next time.
.SS PRINT COMMANDS
.TP 8
.B \-\-printcommand \fIORDE\fP
-(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
+(Only when PostScript printing is used.)
Have Tux Paint print via an alternate command, rather than lpr(1).
.TP 8
.B \-\-altprintcommand \fIORDE\fP
-(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
-Have Tux Paint print via an alternate command, when a dialog is expect
-(e.g., when holding \fI[Alt]\fP while clicking "Print"; see above),
-rather than kprinter.
+(Only when PostScript printing is used.) Have Tux Paint print via an
+alternate command, when a dialog is expect (e.g., when holding [Alt] while
+clicking Print; see above), rather than kprinter.
.SS PAPER SIZE
.TP 8
.B \-\-papersize \fITAMAÑO_DO_PAPEL\fP
-(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
-Ask \fITux Paint\fP to generate PostScript of a particular paper size.
-Valid sizes are those supported by libpaper. See papersize(5).
+(Only when PostScript printing is used.) Ask Tux Paint to generate
+PostScript of a particular paper size. Valid sizes are those supported by
+libpaper. See papersize(5).
.SH OPTIONS - SAVING
.l
@@ -651,86 +659,82 @@ instead of, or to override options set in configuration files. (See below.)
.SS SAVE OVER EARLIER WORK
.TP 8
.B \-\-saveover \-\-saveovernew \-\-saveoverask
-If, when saving a picture, an older version of the file will be overwritten,
-\fITux Paint\fP will, by default, ask for confirmation: either
-\fIsave over\fP the old file, or \fIcreate\fP a new file. This prompt
-can be disabled with \fI\-\-saveover\fP (which always saves over older versions
-of pictures) or \fI\-\-saveovernew\fP (which always saves a new file).
-The default is to prompt (\fI\-\-saveoverask\fP).
+If, when saving a picture, an older version of the file will be
+overwritten, Tux Paint will, by default, ask for confirmation: either save
+over the old file, or create a new file. This prompt can be disabled with
+"--saveover" (which always saves over older versions of pictures) or
+"--saveovernew" (which always saves a new file). The default is to prompt
+("--saveover").
.SS SAVE AND EXPORT DIRECTORIES
.TP 8
.B \-\-savedir \fIDIR\fP
-Specify where \fITux Paint\fP should save and load its drawings.
+Specify where Tux Paint should save and load its drawings.
.TP 8
.B \-\-exportdir \fIDIR\fP
-Specify where \fITux Paint\fP should export drawings and animations.
+Specify where Tux Paint should export drawings and animations.
.SS MORE SAVING OPTIONS
.TP 8
.B \-\-nosave \-\-save
-The \fInosave\fP option disables \fITux Paint's\fP ability to save files.
-This can be used in situations where the program is only being used for
-fun, or in a test environment.
+The --nosave option disables Tux Paint's ability to save files. This can be
+used in situations where the program is only being used for fun, or in a
+test environment.
.TP 8
.B \-\-autosave \-\-noautosave
-The \fIautosave\fP option prevents \fITux Paint\fP from asking whether you
-want to save the current picture when quitting, and assumes you do.
+The --autosave option prevents ITux PaintP from asking whether you want
+to save the current picture when quitting, and assumes you do.
.SH OPTIONS - DATA FILES
.l
-\fItuxpaint\fP accepts the following options to alter where Tux Paint
-loads data (stamps, brushes, etc.) They can be used along with, instead
-of, or to override options set in configuration files. (See below.)
+\fItuxpaint\fP accepts the following options to alter where Tux Paint loads
+data (stamps, brushes, etc.) They can be used along with, instead of, or
+to override options set in configuration files. (See below.)
.TP 8
.B \-\-datadir \fIDIR\fP
-Specify where \fITux Paint\fP should look for personal data files
-(brushes, stamps, etc.).
+Specify where Tux Paint should look for personal data files (brushes,
+stamps, etc.).
.TP 8
.B \-\-colorfile \fIFICHEIRO\fP
-This option allows you to override the default color palette in \fITux Paint\fP
+This option allows you to override the default color palette in Tux Paint
and replace it with your own. The file should be a plain ASCII text file
-containing one color description per line. Colors may be in decimal or
-6- or 3-digit hexadecimal, and followed by a description. (For example,
+containing one color description per line. Colors may be in decimal or 6-
+or 3-digit hexadecimal, and followed by a description. (For example,
"\fI#000 Black\fP" and "\fI255 192 64 Orange\fP".)
.SH OPTIONS - LANGUAGE
.l
-\fItuxpaint\fP accepts the following options to alter the language used
-by Tux Paint's interface, and other related settings. They can be used
-along with, instead of, or to override options set in configuration
+\fItuxpaint\fP accepts the following options to alter the language used by
+Tux Paint's interface, and other related settings. They can be used along
+with, instead of, or to override options set in configuration
files. (See below.)
.l
-Various parts of \fITux Paint\fP have been translated into numerous languages.
-\fITux Paint\fP will try its best to honor your \fIlocale\fP setting
-(i.e., the \fILANG\fP environment variable), if possible.
-You can also specifically set the language using options on the command-line
-or in a configuration file.
+Various parts of Tux Paint have been translated into numerous languages.
+Tux Paint will try its best to honor your locale setting (i.e., the "LANG"
+environment variable), if possible. You can also specifically set the
+language using options on the command-line or in a configuration file.
.TP 8
.B \-\-locale \fIIDIOMA\fP
-Specify the language to use, based on locale name (which is typically of the
-form \fIlanguage\fP[_\fIterritory\fP][.\fIcodeset\fP][@\fImodifier\fP],
-where \fIlanguage\fP is an ISO 639 language code,
-\fIterritory\fP is an ISO 3166 country code, and
-\fIcodeset\fP is a character set or encoding identifier like ISO-8859-1 or
-UTF-8.)
+Specify the language to use, based on locale name (which is typically of
+the form "language[_territory][.codeset][@modifier], where "language" is an
+ISO 639 language code, "territory" is an ISO 3166 country code, and
+"codeset" is a character set or encoding identifier like "ISO-8859-1" or
+"UTF-8".)
.PP
.RS
-For example, \fIde_DE@euro\fP for German, or \fIpt_BR\fP
-for Brazilian Portuguese.
+For example, "de_DE@euro" for German, or "pt_BR" for Brazilian Portuguese.
.RE
.TP 8
-.B \-\-lang \fILANGUAGE\fP
-Specify the language to use, based on the language's name
-(as recognized by \fITux Paint\fP). Choose one of the language names
-listed below:
+.B \-\-lang \fIIDIOMA\fP
+Specify the language to use, based on the language's name (as recognized by
+Tux Paint). Choose one of the language names listed below:
.PP
.RS
.PD 0
@@ -1130,107 +1134,130 @@ Display a lists of all supported languages.
.TP 8
.B \-\-mirrorstamps \-\-dontmirrorstamps
-With \fImirrorstamps\fP set, stamps which can be mirrored will appear
+With "--mirrorstamps" set, stamps which can be mirrored will appear
mirrored by default. This can be useful when used by people who prefer
things right-to-left over left-to-right.
.SS FONTS
.TP 8
.B \-\-nosysfonts \-\-sysfonts
-\fITux Paint\fP normally attempts to search for additional TrueType Fonts
-installed in common places on your system. If this causes trouble, or you'd
-prefer to only make fonts installed in \fITux Paint\fP's directory available,
-use the \fInosysfonts\fP option to disable this feature.
+Tux Paint normally attempts to search for additional TrueType Fonts
+installed in common places on your system. If this causes trouble, or
+you'd prefer to only make fonts installed in Tux Paint's directory
+available, use the "--nosysfonts" option to disable this feature.
.TP 8
.B \-\-alllocalefonts \-\-currentlocalefont
-Tux Paint avoids loading any fonts in its 'locale' font subdirectory,
-except any that match the current locale \fITux Paint\fP is running under.
-Use the \fIalllocalefonts\fP option to load all such fonts, for use in the
-"Text" tool. (This is the old behavior, prior to version 0.9.21.)
+Tux Paint avoids loading any fonts found in its "locale" font subdirectory,
+except any that match the current locale Tux Paint is running under. Use
+the "--alllocalefonts" option to load all such fonts, for use in the Text
+and Label tools. (This was the default behavior, prior to version 0.9.21.)
.SH OPTIONS - MISCELLANEOUS
.l
-\fItuxpaint\fP accepts the following options to alter its behavior.
-They can be used along with, instead of, or to override options set in
+\fItuxpaint\fP accepts the following options to alter its behavior. They
+can be used along with, instead of, or to override options set in
configuration files. (See below.)
.TP 8
.B \-\-nosysconfig
-With this option, \fITux Paint\fP will not attempt to read the
-system-wide configuration file (typically \fI/etc/tuxpaint/tuxpaint.conf\fP).
+With this option, Tux Paint will not attempt to read the system-wide
+configuration file (typically "/etc/tuxpaint/tuxpaint.conf" or
+"/usr/local/etc/tuxpaint/tuxpaint.conf").
.TP 8
.B \-\-nolockfile
-By default, \fITux Paint\fP uses a lockfile (stored in the user's
-local Tux Paint directory) which prevents it from being launched more than
-once in 30 seconds. (Sometimes children get too eager, or user interfaces
-only require one click, but users think they need to double-click.)
-This option makes \fITux Paint\fP ignore the current lockfile.
+By default, Tux Paint uses a lockfile (stored in the user's local Tux Paint directory) which prevents it from being launched more than once in 30 seconds. (Sometimes children get too eager, or user interfaces only require one click, but users think they need to double-click.) This option makes Tux Paint ignore the current lockfile.
.SH ENVIRONMENT
.ad l
-While \fITux Paint\fP may refer to a number of environment variables indirectly
-(e.g., via \fISDL(3)\fP), it only directly accesses the following:
+While Tux Paint may refer to a number of environment variables indirectly
+(e.g., via SDL(3)), it directly accesses the following: (See "FILES" below,
+as well.)
.PP
.TP 8
.B HOME
-to determine where picture files go when using the \fISave\fP and \fIOpen\fP
-commands within \fITux Paint\fP, to keep track of the current image,
-when quitting and restarting \fITux Paint\fP, and to get the user's
-configuration file.
+to determine where picture files go when using the Save and Open commands
+within Tux Paint, to keep track of the current image, when quitting and
+restarting Tux Paint, and to get the user's configuration file.
.TP 8
-.B LANG
-to determine language to use, if \fIsetlocale(3)\fP refers to 'LC_MESSAGES'.
+.B LANG, LC_ALL, LANGUAGE, and LC_MESSAGES
+to determine language to use, if setlocale(3) refers to "LC_MESSAGES".
+
+.TP 8
+.B SDL_VIDEO_ALLOW_SCREENSAVER
+Set this environment variable to '1' to allow a screensaver to appear while
+Tux Paint is running. This can also be done via the "--allowscreensaver"
+option.
+
+.TP 8
+.B SDL_VIDEO_WINDOW_POS
+If this is NOT set, Tux Paint will set it to "center", to attempt to place
+the Tux Paint window in the center of a display. If it IS set (e.g., to
+"nopref", meaning "no preference"), Tux Paint will not override it.
.SH FILES
.TP 8
-.B /etc/tuxpaint/tuxpaint.conf
-System-wide configuration file. It is read first
-(unless the \fI\-\-nosysconfig\fP option was given on the command-line).
+.B [/usr/local/]/etc/tuxpaint/tuxpaint.conf
+System-wide configuration file. It is read first (unless the
+"--nosysconfig" option was given on the command-line).
.RS
.PP
(Created during installation.)
.RE
.TP 8
.B $HOME/.tuxpaintrc
-User's configuration file. It can be used to set default options
-(rather than setting them on the command-line every time), and/or to
-override any settings in the system-wide configuration file.
+User's configuration file. It can be used to set default options (rather
+than setting them on the command-line every time), and/or to override any
+settings in the system-wide configuration file.
.RS
.PP
-(Not created or edited automatically; must be created manually.
-You can do this by hand, or use '\fITux Paint Config.\fP.')
+(Not created or edited automatically; must be created manually. You can do
+this by hand, or use tuxpaint-config(1).)
.RE
.TP 8
.B $HOME/.tuxpaint/saved/
-A directory of previously-saved images (and thumbnails). Only files in this
-directory will be made available using the \fIOpen\fP command within
-\fITux Paint\fP. (See \fItuxpaint-import(1)\fP.)
+A directory of previously-saved images (and thumbnails). Only files in
+this directory will be made available using the Open command within Tux
+Paint. Overridden via the "--savedir" option.
.RS
.PP
-(Created when \fISave\fP command is used.)
+(Created when Save command is used.)
.RE
.TP 8
.B $HOME/.tuxpaint/current_id.txt
-A reference to the image which was being edited when \fITux Paint\fP was
-last quit. (This image is automatically loaded the next time \fITux Paint\fP
-is re-run.)
+A reference to the image which was being edited when Tux Paint was last
+quit. (This image is automatically loaded the next time Tux Paint is
+re-run, unless the "--startblank" option is set.)
.RS
.PP
-(Created when \fITux Paint\fP is \fIQuit\fP.)
+(Created when Tux Paint is Quit.)
.RE
.TP 8
.B $HOME/.tuxpaint/lockfile.dat
-A lockfile that prevents \fITux Paint\fP from being launched more than once
-every 30 seconds. Disable checking the lockfile by using the
-\'\-\-nolockfile\' command-line argument.
+A lockfile that prevents Tux Paint from being launched more than once every
+30 seconds. Disable checking the lockfile by using the "--nolockfile"
+option.
.RS
.PP
(There's no reason to delete the lockfile, as it contains a timestamp
inside which causes it to expire after 30 seconds.)
.RE
+.TP 8
+.B $XDG_CONFIG_HOME[XDG_PICTURES_DIR]/TuxPaint/
+A directory where images and animations should be exported (via options
+found in Tux Paint's Open dialog), if the "--exportdir" option is not used
+to override it. If "$XDG_CONFIG_HOME" is set, a configuration file
+"user-dirs.dirs" will be scanned within the directory it points to; if not,
+Tux Paint will attempt to do so within "$HOME/.config/". If a setting
+named "XDG_PICTURES_DIR" is found, it will be used as the location to
+export images. If all else fails, then "$HOME/Pictures/" will be used. A
+"TuxPaint" subdirectory will be created.
+.TP 8
+.B $XDG_DATA_HOME/Trash/ or $HOME/.local/share/Trash/
+A directory where images are placed when the Erase option is used from the
+Open dialog.
.SH COPYRIGHT
This program is free software; you can redistribute it and/or modify it
@@ -1515,4 +1542,4 @@ Huang Zuzhen.
.BR krita (1),
.BR gcompris (1)
.PP
-
+And documentation within /usr/[local/]share/doc/tuxpaint/.
diff --git a/man/ja_JP.UTF-8/tuxpaint.1 b/man/ja_JP.UTF-8/tuxpaint.1
index 0f2426858..99c4dd26d 100644
--- a/man/ja_JP.UTF-8/tuxpaint.1
+++ b/man/ja_JP.UTF-8/tuxpaint.1
@@ -377,22 +377,22 @@ blank canvas. The default behavior is "\-\-startlast".
.TP 8
.B \-\-newcolorslast \-\-newcolorsfirst
-List solid (blank) colors at the end, or beginning (default) of the
-options displayed when using the \fINew\fP tool to start a new picture.
+List solid (blank) colors at the end, or beginning (default) of the options
+displayed when using the New tool to start a new picture.
.SS CONTROL SIMPLIFICATION
.TP 8
.B \-\-noquit \-\-quit
-Disable or enable (default) the on-screen Quit button and [Escape]
-key for quitting Tux Paint. Instead, use the window close
-button in the titlebar, the [Al]+[F4] key sequence, or the
-[Shift]+[Control]+[Escape] key sequence.
+Disable or enable (default) the on-screen Quit button and [Escape] key for
+quitting Tux Paint. Instead, use the window close button in the titlebar,
+the [Alt]+[F4] key sequence, or the [Shift]+[Control]+[Escape] key
+sequence.
.TP 8
.B \-\-nostamps \-\-stamps
-With "--nostamps" set, Rubber Stamp images are not loaded, so the
-Stamps tool will not be available. This option can be used to reduce
-the time Tux Paint takes to load, and reduce the amount of RAM it requires.
+With "--nostamps" set, Rubber Stamp images are not loaded, so the Stamps
+tool will not be available. This option can be used to reduce the time Tux
+Paint takes to load, and reduce the amount of RAM it requires.
.TP 8
.B \-\-nostampcontrols \-\-stampcontrols
@@ -402,9 +402,9 @@ in all ways.)
.TP 8
.B \-\-nomagiccontrols \-\-magiccontrols
-Disable or enable (default) buttons to control Magic tools. Controls include
-controlling whether a Magic tool is used like a paint brush, or if it
-affects the entire image at once. (Note: Not all Magic tools will be
+Disable or enable (default) buttons to control Magic tools. Controls
+include controlling whether a Magic tool is used like a paint brush, or if
+it affects the entire image at once. (Note: Not all Magic tools will be
controllable.)
.TP 8
@@ -415,14 +415,14 @@ initially clicked.
.TP 8
.B \-\-nolabel \-\-label
-Disable or enable (default) the Label tool, which lets you create
-text which can be altered or moved later.
+Disable or enable (default) the Label tool, which lets you create text
+which can be altered or moved later.
.SH OPTIONS - CONTROLLING TUX PAINT
.l
-\fItuxpaint\fP accepts the following options to alter how you control
-Tux Paint. They can be used along with, instead of, or to override options
-set in configuration files. (See below.)
+\fItuxpaint\fP accepts the following options to alter how you control Tux
+Paint. They can be used along with, instead of, or to override options set
+in configuration files. (See below.)
.SS CURSOR
.TP 8
@@ -433,14 +433,13 @@ trouble displaying the mouse pointer, and/or leave 'trails' on the screen.
.TP 8
.B \-\-hidecursor \-\-showcursor
-Completely hide, or enable (default) the mouse pointer in Tux Paint.
-This can be useful on touchscreen devices, such as tablet PCs.
+Completely hide, or enable (default) the mouse pointer in Tux Paint. This
+can be useful on touchscreen devices, such as tablet PCs.
.SS KEYBOARD
.TP 8
.B \-\-noshortcuts \-\-shortcuts
-If \fInoshortcuts\fP mode, keyboard shortcuts (e.g., [Ctrl]+[S] for Save)
-will be disabled. Default mode is for shortcuts to be enabled.
+ /* --[no]shortcuts */ wordwrap(sprintf(gettext(If \"%s\" mode, keyboard shortcuts (e.g., [Ctrl]+[S] for Save) will be disabled. Default mode is for shortcuts to be enabled."), "--noshortcuts")) . "\n" ?>
.SS MOUSE AND ACCESSIBILITY
.TP 8
@@ -451,36 +450,34 @@ confined to the Tux Paint window. Default is to not grab.
.TP 8
.B \-\-nowheelmouse \-\-wheelmouse
By default, the wheel (jog dial) on a mouse will be used to scroll the
-'selector' on the right of the screen. This can be disabled, and the
-wheel completely ignored, with the \fI\-\-nowheelmouse\fP option.
-This is useful for children who aren't yet comfortable with the mouse.
-Default is to support the wheel.
+'selector' on the right of the screen. This can be disabled, and the wheel
+completely ignored, with the "--nowheelmouse" option. This is useful for
+children who aren't yet comfortable with the mouse. Default is to support
+the wheel.
.TP 8
.B \-\-mouse-accessibility
-In this mode, instead of clicking, dragging and releasing (e.g., to draw),
-you click, move, and click again to end the motion.
+例えば「せん」ツールなどでは、マウスをクリックしてドラッグした後にマウスボタンを放すというのが標準の操作ですが、このモードを設定すると、マウスをクリックしてからマウスを動かした後に再度マウスをクリックするという操作になります。
.TP 8
.B \-\-keyboard \-\-mouse
-The "--keyboard" option lets the mouse pointer in Tux Paint be
-controlled with the keyboard. The [Up], [Down], [Left], and [Right]
-arrow keys move the pointer. [Spacebar] acts as the mouse button.
+The "--keyboard" option lets the mouse pointer in Tux Paint be controlled
+with the keyboard. The [Up], [Down], [Left], and [Right] arrow keys move
+the pointer. [Spacebar] acts as the mouse button.
.TP 8
.B \-\-nobuttondistinction \-\-buttondistinction
-By default, only mouse button #1 (typically the leftmost mouse button
-on mice with more than one button) can be used for interacting with
-Tux Paint. With the "--nobuttondistinction" option,
-mouse buttons #2 (middle) and #3 (right) can be used, as well.
-This is useful for children who aren't yet comfortable with the mouse.
-Default is to only recognize button #1.
+By default, only mouse button #1 (typically the leftmost mouse button on
+mice with more than one button) can be used for interacting with Tux Paint.
+ With the "--nobuttondistinction" option, mouse buttons #2 (middle) and #3
+(right) can be used, as well. This is useful for children who aren't yet
+comfortable with the mouse. Default is to only recognize button #1.
.SS ONSCREEN KEYBOARD
.TP 8
.B \-\-onscreen-keyboard
-Presents a clickable on-screen keyboard when using the Text and
-Label tools.
+Presents a clickable on-screen keyboard when using the Text and Label
+tools.
.TP 8
.B \-\-onscreen-keyboard-layout \fILAYOUT\fP
@@ -494,40 +491,52 @@ which are used to switch between the available on-screen keyboard layouts.
.SS JOYSTICK
.TP 8
.B \-\-joystick-dev=\fIDEVICE\fP
-Specify which joystick device should be used by Tux Paint. Default value is 0 (the first joystick).
+何番目のジョイスティックデバイスを使うかを設定します。標準では
+0 (最初のジョイスティック)
.TP 8
.B \-\-joystick-dev=list
-List the system's available joysticks and exit. (Does not launch Tux Paint.)
+List the system's available joysticks and exit. (Does not launch Tux
+Paint.)
.TP 8
.B \-\-joystick-slowness=\fISPEED\fP
-Sets a delay at each axis motion, allowing to slow the joystick. Allowed values are from 0 to 500. Default value is 15.
+ジョイスティックの感度を SPEED の値で設定します。0
+から 500 までの値が設定できます。標準の値は 15 です。
.TP 8
.B \-\-joystick-threshold=\fITHRESHOLD\fP
-Sets the minimum level of axis motion to start moving the pointer. Allowed values are from 0 to 32766. Default value is 3200.
+ジョイスティックでポインターを動かし始めるためのしきい値を
+THRESHOLD の値で設定します。0 から 32766
+までの値が設定できます。標準の値は 3200 です。
.TP 8
.B \-\-joystick-maxsteps=\fISTEPS\fP
-Sets the maximum pixels the pointer will move at once. Allowed values are from 1 to 7. Default value is 7.
+ポインターの移動速度の上限を STEPS
+にピクセル単位で設定します。1 から 7
+までの値が設定可能で、標準の値は 7 です。
.TP 8
.B \-\-joystick-hat-timeout=\fIMILLISECONDS\fP
-Sets the delay after wich the pointer will start moving automatically if the hat is keeped pushed. Allowed values are from 0 to 3000. Default value is 1000.
+ジョイスティックのハットスイッチを押し続けたときに、ポインターが連続して動き始めるまでの時間を
+MILLISECONDS にミリ秒単位で設定します。0 から 3000
+までの値が設定可能で、標準の設定は 1000 です。
.TP 8
.B \-\-joystick-hat-slowness=\fISPEED\fP
-Sets a delay at each automatic motion, allowing to slow the speed of the hat. Allowed values are from 0 to 500. Default value is 15.
+ハットスイッチの感度を設定します。設定可能な値は 0
+から 500 で、標準の値は 15 です。
.TP 8
.B \-\-joystick-btn-escape=\fIBUTTON\fP
-Selects the joystick button number, as seen by SDL, that will be used to generate a escape event. Useful to dismiss dialogs and quit.
+ジョイスティックの BUTTON NUMBER で設定したボタンに "ESC"
+キーの機能を割り当てます。(ダイアログの "もどる"
+や "やめる" で使います)
.TP 8
.B \-\-joystick-btn-\fICOMMAND\fP=\fIBUTTON\fP
-Selects the joystick button number, as seen by SDL, that will be a shortcut to
-various tools within Tux Paint.
+Selects the joystick button number, as seen by SDL, that will be a shortcut
+to various tools within Tux Paint.
.PP
.RS
@@ -579,16 +588,15 @@ print | Print (immediate)
.TP 8
.B \-\-joystick-buttons-ignore=\fIBUTTON1,BUTTON2,...\fP
-A set of joystick button numbers, as seen by SDL, that should
-be ignored. Otherwise, unless they are used by one of the
-"--joystick-btn-..." options above, buttons will be seen as a mouse
-left-click. Comma-separated.
+A set of joystick button numbers, as seen by SDL, that should be ignored.
+Otherwise, unless they are used by one of the "--joystick-btn-..." options
+above, buttons will be seen as a mouse left-click. Comma-separated.
.SH OPTIONS - PRINTING
.l
-\fItuxpaint\fP accepts the following options to alter how Tux Paint
-handles printing. They can be used along with, instead of, or to
-override options set in configuration files. (See below.)
+\fItuxpaint\fP accepts the following options to alter how Tux Paint handles
+printing. They can be used along with, instead of, or to override options
+set in configuration files. (See below.)
.SS PRINT PERMISSIONS
.TP 8
@@ -597,50 +605,48 @@ Disable or enable (default) the Print command within Tux Paint.
.TP 8
.B \-\-printdelay=\fISECONDS\fP \-\-printdelay=0
-Only allow printing (via the \fIPrint\fP command) once every \fISECONDS\fP
-seconds. Default is 0 (no limitation).
+Only allow printing (via the Print command) once every SECONDS seconds.
+Default is 0 (no limitation).
.SS SHOW PRINTER DIALOG
.TP 8
.B \-\-altprintmod \-\-altprintnever \-\-altprintalways
These options control whether an system printer dialog appears when the
-user clicks the \fIPrint\fP button. By default (\-\-altprintmod), pressing
-\fI[Alt]\fP while clicking \fIPrint\fP will bring up a dialog (unless you're
-in fullscreen mode). With \-\-altprintalways, the dialog will always appear,
-even if \fI[Alt]\fP is not being held. With \-\-altprintnever, the dialog
-will never appear, even if \fI[Alt]\fP is being held.
+user clicks the Print button. By default ("--altprintmod"), pressing [Alt]
+while clicking Print will bring up a dialog (unless you're in fullscreen
+mode). With "--altprintalways", the dialog will always appear, even if
+[Alt] is not being held. With "--altprintnever", the dialog will never
+appear, even if [Alt] is being held.
.SS SAVE PRINTER CONFIGURATION
.TP 8
.B \-\-printcfg \-\-noprintcfg
(Windows and Mac OS X only.) Enable or disable loading and saving of
-printer settings. By default, \fITux Paint\fP will print to the default
-printer with default settings. Pressing \fI[Alt]\fP while pushing the
-\fIPrint\fP button will cause a printer dialog to appear (as long as you're
-not in fullscreen mode; see also \-\-altprintalways and \-\-altprintnever,
-below.) Unless \-\-noprintcfg is used, your previous settings will
-be loaded when \fITux Paint\fP starts up, and setting changes will be saved
-for next time.
+printer settings. By default, Tux Paint will print to the default printer
+with default settings. Pressing [Alt] while pushing the Print button will
+cause a printer dialog to appear (as long as you're not in fullscreen mode;
+see also "--altprintalways" and "--altprintnever", below.) Unless
+"--noprintcfg" is used, your previous settings will be loaded when Tux
+Paint starts up, and setting changes will be saved for next time.
.SS PRINT COMMANDS
.TP 8
.B \-\-printcommand \fICOMMAND\fP
-(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
+(Only when PostScript printing is used.)
Have Tux Paint print via an alternate command, rather than lpr(1).
.TP 8
.B \-\-altprintcommand \fICOMMAND\fP
-(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
-Have Tux Paint print via an alternate command, when a dialog is expect
-(e.g., when holding \fI[Alt]\fP while clicking "Print"; see above),
-rather than kprinter.
+(Only when PostScript printing is used.) Have Tux Paint print via an
+alternate command, when a dialog is expect (e.g., when holding [Alt] while
+clicking Print; see above), rather than kprinter.
.SS PAPER SIZE
.TP 8
.B \-\-papersize \fIPAPERSIZE\fP
-(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
-Ask \fITux Paint\fP to generate PostScript of a particular paper size.
-Valid sizes are those supported by libpaper. See papersize(5).
+(Only when PostScript printing is used.) Ask Tux Paint to generate
+PostScript of a particular paper size. Valid sizes are those supported by
+libpaper. See papersize(5).
.SH OPTIONS - SAVING
.l
@@ -651,86 +657,82 @@ instead of, or to override options set in configuration files. (See below.)
.SS SAVE OVER EARLIER WORK
.TP 8
.B \-\-saveover \-\-saveovernew \-\-saveoverask
-If, when saving a picture, an older version of the file will be overwritten,
-\fITux Paint\fP will, by default, ask for confirmation: either
-\fIsave over\fP the old file, or \fIcreate\fP a new file. This prompt
-can be disabled with \fI\-\-saveover\fP (which always saves over older versions
-of pictures) or \fI\-\-saveovernew\fP (which always saves a new file).
-The default is to prompt (\fI\-\-saveoverask\fP).
+If, when saving a picture, an older version of the file will be
+overwritten, Tux Paint will, by default, ask for confirmation: either save
+over the old file, or create a new file. This prompt can be disabled with
+"--saveover" (which always saves over older versions of pictures) or
+"--saveovernew" (which always saves a new file). The default is to prompt
+("--saveover").
.SS SAVE AND EXPORT DIRECTORIES
.TP 8
.B \-\-savedir \fIDIR\fP
-Specify where \fITux Paint\fP should save and load its drawings.
+Specify where Tux Paint should save and load its drawings.
.TP 8
.B \-\-exportdir \fIDIR\fP
-Specify where \fITux Paint\fP should export drawings and animations.
+Specify where Tux Paint should export drawings and animations.
.SS MORE SAVING OPTIONS
.TP 8
.B \-\-nosave \-\-save
-The \fInosave\fP option disables \fITux Paint's\fP ability to save files.
-This can be used in situations where the program is only being used for
-fun, or in a test environment.
+The --nosave option disables Tux Paint's ability to save files. This can be
+used in situations where the program is only being used for fun, or in a
+test environment.
.TP 8
.B \-\-autosave \-\-noautosave
-The \fIautosave\fP option prevents \fITux Paint\fP from asking whether you
-want to save the current picture when quitting, and assumes you do.
+The --autosave option prevents ITux PaintP from asking whether you want
+to save the current picture when quitting, and assumes you do.
.SH OPTIONS - DATA FILES
.l
-\fItuxpaint\fP accepts the following options to alter where Tux Paint
-loads data (stamps, brushes, etc.) They can be used along with, instead
-of, or to override options set in configuration files. (See below.)
+\fItuxpaint\fP accepts the following options to alter where Tux Paint loads
+data (stamps, brushes, etc.) They can be used along with, instead of, or
+to override options set in configuration files. (See below.)
.TP 8
.B \-\-datadir \fIDIR\fP
-Specify where \fITux Paint\fP should look for personal data files
-(brushes, stamps, etc.).
+Specify where Tux Paint should look for personal data files (brushes,
+stamps, etc.).
.TP 8
.B \-\-colorfile \fIFILE\fP
-This option allows you to override the default color palette in \fITux Paint\fP
+This option allows you to override the default color palette in Tux Paint
and replace it with your own. The file should be a plain ASCII text file
-containing one color description per line. Colors may be in decimal or
-6- or 3-digit hexadecimal, and followed by a description. (For example,
+containing one color description per line. Colors may be in decimal or 6-
+or 3-digit hexadecimal, and followed by a description. (For example,
"\fI#000 Black\fP" and "\fI255 192 64 Orange\fP".)
.SH OPTIONS - LANGUAGE
.l
-\fItuxpaint\fP accepts the following options to alter the language used
-by Tux Paint's interface, and other related settings. They can be used
-along with, instead of, or to override options set in configuration
+\fItuxpaint\fP accepts the following options to alter the language used by
+Tux Paint's interface, and other related settings. They can be used along
+with, instead of, or to override options set in configuration
files. (See below.)
.l
-Various parts of \fITux Paint\fP have been translated into numerous languages.
-\fITux Paint\fP will try its best to honor your \fIlocale\fP setting
-(i.e., the \fILANG\fP environment variable), if possible.
-You can also specifically set the language using options on the command-line
-or in a configuration file.
+Various parts of Tux Paint have been translated into numerous languages.
+Tux Paint will try its best to honor your locale setting (i.e., the "LANG"
+environment variable), if possible. You can also specifically set the
+language using options on the command-line or in a configuration file.
.TP 8
.B \-\-locale \fILOCALE\fP
-Specify the language to use, based on locale name (which is typically of the
-form \fIlanguage\fP[_\fIterritory\fP][.\fIcodeset\fP][@\fImodifier\fP],
-where \fIlanguage\fP is an ISO 639 language code,
-\fIterritory\fP is an ISO 3166 country code, and
-\fIcodeset\fP is a character set or encoding identifier like ISO-8859-1 or
-UTF-8.)
+Specify the language to use, based on locale name (which is typically of
+the form "language[_territory][.codeset][@modifier], where "language" is an
+ISO 639 language code, "territory" is an ISO 3166 country code, and
+"codeset" is a character set or encoding identifier like "ISO-8859-1" or
+"UTF-8".)
.PP
.RS
-For example, \fIde_DE@euro\fP for German, or \fIpt_BR\fP
-for Brazilian Portuguese.
+For example, "de_DE@euro" for German, or "pt_BR" for Brazilian Portuguese.
.RE
.TP 8
.B \-\-lang \fILANGUAGE\fP
-Specify the language to use, based on the language's name
-(as recognized by \fITux Paint\fP). Choose one of the language names
-listed below:
+Specify the language to use, based on the language's name (as recognized by
+Tux Paint). Choose one of the language names listed below:
.PP
.RS
.PD 0
@@ -1130,107 +1132,130 @@ Display a lists of all supported languages.
.TP 8
.B \-\-mirrorstamps \-\-dontmirrorstamps
-With \fImirrorstamps\fP set, stamps which can be mirrored will appear
+With "--mirrorstamps" set, stamps which can be mirrored will appear
mirrored by default. This can be useful when used by people who prefer
things right-to-left over left-to-right.
.SS FONTS
.TP 8
.B \-\-nosysfonts \-\-sysfonts
-\fITux Paint\fP normally attempts to search for additional TrueType Fonts
-installed in common places on your system. If this causes trouble, or you'd
-prefer to only make fonts installed in \fITux Paint\fP's directory available,
-use the \fInosysfonts\fP option to disable this feature.
+Tux Paint normally attempts to search for additional TrueType Fonts
+installed in common places on your system. If this causes trouble, or
+you'd prefer to only make fonts installed in Tux Paint's directory
+available, use the "--nosysfonts" option to disable this feature.
.TP 8
.B \-\-alllocalefonts \-\-currentlocalefont
-Tux Paint avoids loading any fonts in its 'locale' font subdirectory,
-except any that match the current locale \fITux Paint\fP is running under.
-Use the \fIalllocalefonts\fP option to load all such fonts, for use in the
-"Text" tool. (This is the old behavior, prior to version 0.9.21.)
+Tux Paint avoids loading any fonts found in its "locale" font subdirectory,
+except any that match the current locale Tux Paint is running under. Use
+the "--alllocalefonts" option to load all such fonts, for use in the Text
+and Label tools. (This was the default behavior, prior to version 0.9.21.)
.SH OPTIONS - MISCELLANEOUS
.l
-\fItuxpaint\fP accepts the following options to alter its behavior.
-They can be used along with, instead of, or to override options set in
+\fItuxpaint\fP accepts the following options to alter its behavior. They
+can be used along with, instead of, or to override options set in
configuration files. (See below.)
.TP 8
.B \-\-nosysconfig
-With this option, \fITux Paint\fP will not attempt to read the
-system-wide configuration file (typically \fI/etc/tuxpaint/tuxpaint.conf\fP).
+With this option, Tux Paint will not attempt to read the system-wide
+configuration file (typically "/etc/tuxpaint/tuxpaint.conf" or
+"/usr/local/etc/tuxpaint/tuxpaint.conf").
.TP 8
.B \-\-nolockfile
-By default, \fITux Paint\fP uses a lockfile (stored in the user's
-local Tux Paint directory) which prevents it from being launched more than
-once in 30 seconds. (Sometimes children get too eager, or user interfaces
-only require one click, but users think they need to double-click.)
-This option makes \fITux Paint\fP ignore the current lockfile.
+By default, Tux Paint uses a lockfile (stored in the user's local Tux Paint directory) which prevents it from being launched more than once in 30 seconds. (Sometimes children get too eager, or user interfaces only require one click, but users think they need to double-click.) This option makes Tux Paint ignore the current lockfile.
.SH ENVIRONMENT
.ad l
-While \fITux Paint\fP may refer to a number of environment variables indirectly
-(e.g., via \fISDL(3)\fP), it only directly accesses the following:
+While Tux Paint may refer to a number of environment variables indirectly
+(e.g., via SDL(3)), it directly accesses the following: (See "FILES" below,
+as well.)
.PP
.TP 8
.B HOME
-to determine where picture files go when using the \fISave\fP and \fIOpen\fP
-commands within \fITux Paint\fP, to keep track of the current image,
-when quitting and restarting \fITux Paint\fP, and to get the user's
-configuration file.
+to determine where picture files go when using the Save and Open commands
+within Tux Paint, to keep track of the current image, when quitting and
+restarting Tux Paint, and to get the user's configuration file.
.TP 8
-.B LANG
-to determine language to use, if \fIsetlocale(3)\fP refers to 'LC_MESSAGES'.
+.B LANG, LC_ALL, LANGUAGE, and LC_MESSAGES
+to determine language to use, if setlocale(3) refers to "LC_MESSAGES".
+
+.TP 8
+.B SDL_VIDEO_ALLOW_SCREENSAVER
+Set this environment variable to '1' to allow a screensaver to appear while
+Tux Paint is running. This can also be done via the "--allowscreensaver"
+option.
+
+.TP 8
+.B SDL_VIDEO_WINDOW_POS
+If this is NOT set, Tux Paint will set it to "center", to attempt to place
+the Tux Paint window in the center of a display. If it IS set (e.g., to
+"nopref", meaning "no preference"), Tux Paint will not override it.
.SH FILES
.TP 8
-.B /etc/tuxpaint/tuxpaint.conf
-System-wide configuration file. It is read first
-(unless the \fI\-\-nosysconfig\fP option was given on the command-line).
+.B [/usr/local/]/etc/tuxpaint/tuxpaint.conf
+System-wide configuration file. It is read first (unless the
+"--nosysconfig" option was given on the command-line).
.RS
.PP
(Created during installation.)
.RE
.TP 8
.B $HOME/.tuxpaintrc
-User's configuration file. It can be used to set default options
-(rather than setting them on the command-line every time), and/or to
-override any settings in the system-wide configuration file.
+User's configuration file. It can be used to set default options (rather
+than setting them on the command-line every time), and/or to override any
+settings in the system-wide configuration file.
.RS
.PP
-(Not created or edited automatically; must be created manually.
-You can do this by hand, or use '\fITux Paint Config.\fP.')
+(Not created or edited automatically; must be created manually. You can do
+this by hand, or use tuxpaint-config(1).)
.RE
.TP 8
.B $HOME/.tuxpaint/saved/
-A directory of previously-saved images (and thumbnails). Only files in this
-directory will be made available using the \fIOpen\fP command within
-\fITux Paint\fP. (See \fItuxpaint-import(1)\fP.)
+A directory of previously-saved images (and thumbnails). Only files in
+this directory will be made available using the Open command within Tux
+Paint. Overridden via the "--savedir" option.
.RS
.PP
-(Created when \fISave\fP command is used.)
+(Created when Save command is used.)
.RE
.TP 8
.B $HOME/.tuxpaint/current_id.txt
-A reference to the image which was being edited when \fITux Paint\fP was
-last quit. (This image is automatically loaded the next time \fITux Paint\fP
-is re-run.)
+A reference to the image which was being edited when Tux Paint was last
+quit. (This image is automatically loaded the next time Tux Paint is
+re-run, unless the "--startblank" option is set.)
.RS
.PP
-(Created when \fITux Paint\fP is \fIQuit\fP.)
+(Created when Tux Paint is Quit.)
.RE
.TP 8
.B $HOME/.tuxpaint/lockfile.dat
-A lockfile that prevents \fITux Paint\fP from being launched more than once
-every 30 seconds. Disable checking the lockfile by using the
-\'\-\-nolockfile\' command-line argument.
+A lockfile that prevents Tux Paint from being launched more than once every
+30 seconds. Disable checking the lockfile by using the "--nolockfile"
+option.
.RS
.PP
(There's no reason to delete the lockfile, as it contains a timestamp
inside which causes it to expire after 30 seconds.)
.RE
+.TP 8
+.B $XDG_CONFIG_HOME[XDG_PICTURES_DIR]/TuxPaint/
+A directory where images and animations should be exported (via options
+found in Tux Paint's Open dialog), if the "--exportdir" option is not used
+to override it. If "$XDG_CONFIG_HOME" is set, a configuration file
+"user-dirs.dirs" will be scanned within the directory it points to; if not,
+Tux Paint will attempt to do so within "$HOME/.config/". If a setting
+named "XDG_PICTURES_DIR" is found, it will be used as the location to
+export images. If all else fails, then "$HOME/Pictures/" will be used. A
+"TuxPaint" subdirectory will be created.
+.TP 8
+.B $XDG_DATA_HOME/Trash/ or $HOME/.local/share/Trash/
+A directory where images are placed when the Erase option is used from the
+Open dialog.
.SH COPYRIGHT
This program is free software; you can redistribute it and/or modify it
@@ -1515,4 +1540,4 @@ Huang Zuzhen.
.BR krita (1),
.BR gcompris (1)
.PP
-
+And documentation within /usr/[local/]share/doc/tuxpaint/.
From 51881704590b4faeb301e0e63322bfb951062a03 Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Sun, 15 Aug 2021 01:21:26 -0700
Subject: [PATCH 14/48] Bump manpage date!
---
man/en/tuxpaint.1 | 4 ++--
man/es_ES.UTF-8/tuxpaint.1 | 4 ++--
man/fr_FR.UTF-8/tuxpaint.1 | 4 ++--
man/gl_ES.UTF-8/tuxpaint.1 | 4 ++--
man/ja_JP.UTF-8/tuxpaint.1 | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/man/en/tuxpaint.1 b/man/en/tuxpaint.1
index ae182f7f4..3ce1c5b9a 100644
--- a/man/en/tuxpaint.1
+++ b/man/en/tuxpaint.1
@@ -1,5 +1,5 @@
-.\" tuxpaint.1 - 2021.08.09
-.TH TUXPAINT 1 "August 9, 2021" "0.9.27" "Tux Paint"
+.\" tuxpaint.1 - 2021.08.15
+.TH TUXPAINT 1 "August 15, 2021" "0.9.27" "Tux Paint"
.SH NAME
tuxpaint -- "Tux Paint", a drawing program for young children.
diff --git a/man/es_ES.UTF-8/tuxpaint.1 b/man/es_ES.UTF-8/tuxpaint.1
index 28a43ebf9..736727dc0 100644
--- a/man/es_ES.UTF-8/tuxpaint.1
+++ b/man/es_ES.UTF-8/tuxpaint.1
@@ -1,5 +1,5 @@
-.\" tuxpaint.1 - 2021.08.09
-.TH TUXPAINT 1 "agosto 9, 2021" "0.9.27" "Tux Paint"
+.\" tuxpaint.1 - 2021.08.15
+.TH TUXPAINT 1 "agosto 15, 2021" "0.9.27" "Tux Paint"
.SH NAME
tuxpaint -- "Tux Paint", a drawing program for young children.
diff --git a/man/fr_FR.UTF-8/tuxpaint.1 b/man/fr_FR.UTF-8/tuxpaint.1
index 4cebd4598..92e72be4a 100644
--- a/man/fr_FR.UTF-8/tuxpaint.1
+++ b/man/fr_FR.UTF-8/tuxpaint.1
@@ -1,5 +1,5 @@
-.\" tuxpaint.1 - 2021.08.09
-.TH TUXPAINT 1 "août 9, 2021" "0.9.27" "Tux Paint"
+.\" tuxpaint.1 - 2021.08.15
+.TH TUXPAINT 1 "août 15, 2021" "0.9.27" "Tux Paint"
.SH NAME
tuxpaint -- "Tux Paint", a drawing program for young children.
diff --git a/man/gl_ES.UTF-8/tuxpaint.1 b/man/gl_ES.UTF-8/tuxpaint.1
index b2f52130d..912e3a960 100644
--- a/man/gl_ES.UTF-8/tuxpaint.1
+++ b/man/gl_ES.UTF-8/tuxpaint.1
@@ -1,5 +1,5 @@
-.\" tuxpaint.1 - 2021.08.09
-.TH TUXPAINT 1 " 9 de Agosto de 2021" "0.9.27" "Tux Paint"
+.\" tuxpaint.1 - 2021.08.15
+.TH TUXPAINT 1 "15 de Agosto de 2021" "0.9.27" "Tux Paint"
.SH NAME
tuxpaint -- "Tux Paint", a drawing program for young children.
diff --git a/man/ja_JP.UTF-8/tuxpaint.1 b/man/ja_JP.UTF-8/tuxpaint.1
index 99c4dd26d..254145d8a 100644
--- a/man/ja_JP.UTF-8/tuxpaint.1
+++ b/man/ja_JP.UTF-8/tuxpaint.1
@@ -1,5 +1,5 @@
-.\" tuxpaint.1 - 2021.08.09
-.TH TUXPAINT 1 "2021年8月 9日" "0.9.27" "Tux Paint"
+.\" tuxpaint.1 - 2021.08.15
+.TH TUXPAINT 1 "2021年8月15日" "0.9.27" "Tux Paint"
.SH NAME
tuxpaint -- "Tux Paint", a drawing program for young children.
From b0f5e1265aeaae6d8dd004cfd88064b085d6cfa6 Mon Sep 17 00:00:00 2001
From: GunChleoc
Date: Wed, 18 Aug 2021 10:25:15 +0100
Subject: [PATCH 15/48] Update gd translation
---
src/po/gd.po | 386 +++++++++++++++------------------------------------
1 file changed, 111 insertions(+), 275 deletions(-)
diff --git a/src/po/gd.po b/src/po/gd.po
index fa7da930d..6a976b35e 100644
--- a/src/po/gd.po
+++ b/src/po/gd.po
@@ -7,16 +7,15 @@ msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-06-13 21:06-0700\n"
-"PO-Revision-Date: 2017-12-04 10:50+0100\n"
+"PO-Revision-Date: 2021-08-18 10:08+0100\n"
"Last-Translator: GunChleoc \n"
"Language-Team: Fòram na Gàidhlig\n"
"Language: gd\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : "
-"(n > 2 && n < 20) ? 2 : 3;\n"
-"X-Generator: Virtaal 0.7.1\n"
+"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;\n"
+"X-Generator: Poedit 3.0\n"
#. Response to Black (0, 0, 0) color selected
#: ../colors.h:86
@@ -183,35 +182,29 @@ msgstr "<9>spare-9b"
#: ../fill_tools.h:49
msgid "Solid"
-msgstr ""
+msgstr "Soladach"
#: ../fill_tools.h:50
-#, fuzzy
#| msgid "Lines"
msgid "Linear"
-msgstr "Loidhnichean"
+msgstr "Loidhneach"
#: ../fill_tools.h:51
msgid "Radial"
-msgstr ""
+msgstr "Rèideal"
#: ../fill_tools.h:55
-#, fuzzy
#| msgid "Click in the picture to fill that area with color."
msgid "Click to fill an area with a solid color."
-msgstr "Briog anns an dealbh gus roinn a lìonadh le dath."
+msgstr "Briog a lìonadh raon le dath soladach."
#: ../fill_tools.h:56
-msgid ""
-"Click and drag to fill an area with a linear gradient (from the chosen color "
-"to transparent)."
-msgstr ""
+msgid "Click and drag to fill an area with a linear gradient (from the chosen color to transparent)."
+msgstr "Briog is slaod gus raon a lìonadh le caisead loidhneach (on dath a thagh thu gu trìd-shoilleir)."
#: ../fill_tools.h:57
-msgid ""
-"Click to fill an area with a radial gradient (from the chosen color to "
-"transparent)."
-msgstr ""
+msgid "Click to fill an area with a radial gradient (from the chosen color to transparent)."
+msgstr "Briog is slaod gus raon a lìonadh le caisead cearcallach (on dath a thagh thu gu trìd-shoilleir)."
#. Congratulations #1
#: ../great.h:37
@@ -306,16 +299,14 @@ msgstr "Ochd-cheàrnach"
#. Triangle star (3 points star)
#. Rhombus star (4 points star)
#. Pentagone star (5 points star)
-#: ../shapes.h:266 ../shapes.h:269 ../shapes.h:272 ../shapes.h:275
-#: ../shapes.h:278 ../shapes.h:281
+#: ../shapes.h:266 ../shapes.h:269 ../shapes.h:272 ../shapes.h:275 ../shapes.h:278 ../shapes.h:281
msgid "Star"
msgstr "Rionnag"
#. Description of a square
#: ../shapes.h:289 ../shapes.h:290
msgid "A square is a rectangle with four equal sides."
-msgstr ""
-"’S e ceart-cheàrnach le ceithir taobhan co-ionnan a th’ anns a’ cheàrnag."
+msgstr "’S e ceart-cheàrnach le ceithir taobhan co-ionnan a th’ anns a’ cheàrnag."
#. Description of a rectangle
#: ../shapes.h:293 ../shapes.h:294
@@ -324,11 +315,8 @@ msgstr "Tha ceithir taobhan is ceithir ceàrnan cearta aig ceàrnag."
#. Description of a circle
#: ../shapes.h:297 ../shapes.h:298
-msgid ""
-"A circle is a curve where all points have the same distance from the center."
-msgstr ""
-"’S e lùb a th’ anns a’ chearcall far a bheil an aon astar on mheadhan aig "
-"gach puing."
+msgid "A circle is a curve where all points have the same distance from the center."
+msgstr "’S e lùb a th’ anns a’ chearcall far a bheil an aon astar on mheadhan aig gach puing."
#. Description of an ellipse
#: ../shapes.h:301 ../shapes.h:302
@@ -348,9 +336,7 @@ msgstr "Tha còig taobhan aig còig-cheàrnach."
#. Description of a rhombus
#: ../shapes.h:313 ../shapes.h:314
msgid "A rhombus has four equal sides, and opposite sides are parallel."
-msgstr ""
-"Tha ceithir taobhan dhen aon fhaide aig rombas, is tha na taobhan mu "
-"choinneamh co-shìnte."
+msgstr "Tha ceithir taobhan dhen aon fhaide aig rombas, is tha na taobhan mu choinneamh co-shìnte."
#. Description of an octagon
#: ../shapes.h:317 ../shapes.h:318
@@ -371,11 +357,11 @@ msgstr "Rionnag le 5 puingean."
#: ../shapes.h:372
msgid "Draw shapes from the center."
-msgstr ""
+msgstr "Tarraing cumaidhean on mheadhan."
#: ../shapes.h:373
msgid "Draw shapes from a corner."
-msgstr ""
+msgstr "Tarraing cumaidhean o oisean."
#. Title of tool selector (buttons down the left)
#: ../titles.h:57
@@ -421,10 +407,9 @@ msgstr "Draoidheachd"
#. Title of fill selector (buttons down the right for fill tool)
#: ../titles.h:81
-#, fuzzy
#| msgid "Fill"
msgid "Fills"
-msgstr "Lìon"
+msgstr "Lìonadh"
#. Freehand painting tool
#: ../tools.h:62
@@ -511,44 +496,20 @@ msgstr "Tagh dealbh gus stampadh mu thimcheall an deilbh agad."
#. Line tool instructions
#: ../tools.h:121
msgid "Click to start drawing a line. Let go to complete it."
-msgstr ""
-"Briog gus tòiseachadh air loidhne a pheantadh. Leig às gus crìoch a chur "
-"oirre."
+msgstr "Briog gus tòiseachadh air loidhne a pheantadh. Leig às gus crìoch a chur oirre."
#: ../tools.h:125
-#, fuzzy
-#| msgid ""
-#| "Pick a shape. Click to pick the center, drag, then let go when it is the "
-#| "size you want. Move around to rotate it, and click to draw it."
-msgid ""
-"Pick a shape. Click to start drawing, drag, and let go when it is the size "
-"you want. Move around to rotate it, and click to draw it."
-msgstr ""
-"Tagh cumadh. Briog gus am meadhan a thaghadh, slaod, is leig às nuair a "
-"bhios am meud air a thogras tu. Gluais mu thimcheall gus car a chur air, is "
-"briog nuair a bhios tu deiseil."
+#| msgid "Pick a shape. Click to pick the center, drag, then let go when it is the size you want. Move around to rotate it, and click to draw it."
+msgid "Pick a shape. Click to start drawing, drag, and let go when it is the size you want. Move around to rotate it, and click to draw it."
+msgstr "Tagh cumadh. Briog airson tòiseachadh a tharraing, slaod is leig às nuair a bhios am meud air a thogras tu. Gluais mu thimcheall gus car a chur air, is briog nuair a bhios tu deiseil."
#: ../tools.h:129
-msgid ""
-"Choose a style of text. Click on your drawing and you can start typing. "
-"Press [Enter] or [Tab] to complete the text."
-msgstr ""
-"Tagh seòrsa de theacsa. Briog air an dealbh agad gus tòiseachadh air "
-"sgrìobhadh. Brùth air [Enter] no [Taba] nuair a bhios tu deiseil. Gus "
-"fuaimreag le stràc fhaighinn (à è ì ò ù), brùth an iuchair san oisean clì "
-"air a’ bharr an toiseach agus A, E, I, O no U an uairsin."
+msgid "Choose a style of text. Click on your drawing and you can start typing. Press [Enter] or [Tab] to complete the text."
+msgstr "Tagh seòrsa de theacsa. Briog air an dealbh agad gus tòiseachadh air sgrìobhadh. Brùth air [Enter] no [Taba] nuair a bhios tu deiseil. Gus fuaimreag le stràc fhaighinn (à è ì ò ù), brùth an iuchair san oisean clì air a’ bharr an toiseach agus A, E, I, O no U an uairsin."
#: ../tools.h:133
-msgid ""
-"Choose a style of text. Click on your drawing and you can start typing. "
-"Press [Enter] or [Tab] to complete the text. By using the selector button "
-"and clicking an existing label, you can move it, edit it and change its text "
-"style."
-msgstr ""
-"Tagh seòrsa de theacsa. Briog air an dealbh agad agus sgrìobh. Brùth air "
-"[Enter] no [Taba] nuair a bhios tu deiseil. Ma chleachdas tu am putan-"
-"taghaidh is ma bhriogas tu air leubail a tha ann mar-thà, ’s urrainn dhut a "
-"ghluasad, a dheasachadh is stoidhle an teacsa atharrachadh."
+msgid "Choose a style of text. Click on your drawing and you can start typing. Press [Enter] or [Tab] to complete the text. By using the selector button and clicking an existing label, you can move it, edit it and change its text style."
+msgstr "Tagh seòrsa de theacsa. Briog air an dealbh agad agus sgrìobh. Brùth air [Enter] no [Taba] nuair a bhios tu deiseil. Ma chleachdas tu am putan-taghaidh is ma bhriogas tu air leubail a tha ann mar-thà, ’s urrainn dhut a ghluasad, a dheasachadh is stoidhle an teacsa atharrachadh."
#. Fill tool instructions
#: ../tools.h:136
@@ -659,8 +620,7 @@ msgid "Can’t open that picture!"
msgstr "Chan urrainn dhomh an dealbh seo fhosgladh!"
#. Generic dialog dismissal
-#: ../tuxpaint.c:2213 ../tuxpaint.c:2218 ../tuxpaint.c:2227 ../tuxpaint.c:2234
-#: ../tuxpaint.c:2243 ../tuxpaint.c:2248
+#: ../tuxpaint.c:2213 ../tuxpaint.c:2218 ../tuxpaint.c:2227 ../tuxpaint.c:2234 ../tuxpaint.c:2243 ../tuxpaint.c:2248
msgid "OK"
msgstr "Ceart ma-thà"
@@ -713,29 +673,25 @@ msgstr "Cuimhnich gun cleachd thu putan clì na luchaige agad!"
#. Confirmation of successful (we hope) image export
#: ../tuxpaint.c:2246
-#, fuzzy
#| msgid "Your picture has been printed!"
msgid "Your picture has been exported!"
-msgstr "Chlò-bhuail mi an dealbh agad!"
+msgstr "Chaidh an dealbh agad às-phortadh!"
#: ../tuxpaint.c:2247
-#, fuzzy
#| msgid "Your picture has been printed!"
msgid "Your slideshow GIF has been exported!"
-msgstr "Chlò-bhuail mi an dealbh agad!"
+msgstr "Chaidh na sleamhnagan agad às-phortadh ’nan GIF!"
#. We got an error exporting
#: ../tuxpaint.c:2251
-#, fuzzy
#| msgid "Sorry! Your picture could not be printed!"
msgid "Sorry! Your picture could not be exported!"
-msgstr "Tha mi duilich! Cha b’ urrainn dhomh an dealbh agad a chlò-bhualadh!"
+msgstr "Tha mi duilich! Cha b’ urrainn dhomh an dealbh agad às-phortadh!"
#: ../tuxpaint.c:2252
-#, fuzzy
#| msgid "Sorry! Your picture could not be printed!"
msgid "Sorry! Your slideshow GIF could not be exported!"
-msgstr "Tha mi duilich! Cha b’ urrainn dhomh an dealbh agad a chlò-bhualadh!"
+msgstr "Tha mi duilich! Cha b’ urrainn dhomh GID dhe na sleamhnagan agad às-phortadh!"
#. Slideshow instructions
#: ../tuxpaint.c:2256
@@ -770,7 +726,7 @@ msgstr "Sleamhnagan"
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
#: ../tuxpaint.c:8188
msgid "Export"
-msgstr ""
+msgstr "Às-phortaich"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
#: ../tuxpaint.c:8191
@@ -785,7 +741,7 @@ msgstr "Cluich"
#. Slideshow: 'GIF Export' button, to create an animated GIF
#: ../tuxpaint.c:8197
msgid "GIF Export"
-msgstr ""
+msgstr "Às-phortaich GIF"
#. Slideshow: 'Next' button, to load next slide (image)
#: ../tuxpaint.c:8200
@@ -835,7 +791,7 @@ msgstr "Tagh an dealbh a tha thu ag iarraidh is briog air “Fosgail”."
#.
#: ../tuxpaint.c:16429
msgid "Select 2 or more drawings to turn into an animated GIF."
-msgstr ""
+msgstr "Tagh iomadh dealbh airson GIF beòthaichte a dhèanamh diubh."
#: ../tuxpaint.c:24135
msgid "Select a color from your drawing."
@@ -863,9 +819,7 @@ msgstr "Mùthadh datha"
#: ../../magic/src/alien.c:72
msgid "Click and drag the mouse to change the colors in parts of your picture."
-msgstr ""
-"Briog is slaod an luchag gus car a chur air na dathan ann am pàirt dhen "
-"dealbh agad."
+msgstr "Briog is slaod an luchag gus car a chur air na dathan ann am pàirt dhen dealbh agad."
#: ../../magic/src/alien.c:73
msgid "Click to change the colors in your entire picture."
@@ -876,12 +830,8 @@ msgid "Blind"
msgstr "Sgàil"
#: ../../magic/src/blind.c:122
-msgid ""
-"Click towards the edge of your picture to pull window blinds over it. Move "
-"perpendicularly to open or close the blinds."
-msgstr ""
-"Briog faisg air oir an deilbh agad gus sgàilean-uinneig a shlaodadh thairis. "
-"Gluais gu dìreach gus an sgàilean fhosgladh is a dhùnadh."
+msgid "Click towards the edge of your picture to pull window blinds over it. Move perpendicularly to open or close the blinds."
+msgstr "Briog faisg air oir an deilbh agad gus sgàilean-uinneig a shlaodadh thairis. Gluais gu dìreach gus an sgàilean fhosgladh is a dhùnadh."
#: ../../magic/src/blocks_chalk_drip.c:129
msgid "Blocks"
@@ -897,21 +847,15 @@ msgstr "Sil"
#: ../../magic/src/blocks_chalk_drip.c:142
msgid "Click and drag the mouse around to make the picture blocky."
-msgstr ""
-"Briog is slaod an luchag mu thimcheall gus an tèid an dealbh ’na "
-"bhlocaichean."
+msgstr "Briog is slaod an luchag mu thimcheall gus an tèid an dealbh ’na bhlocaichean."
#: ../../magic/src/blocks_chalk_drip.c:144
-msgid ""
-"Click and drag the mouse around to turn the picture into a chalk drawing."
-msgstr ""
-"Briog is slaod an luchag mu thimcheall gus an tèid an dealbh ’na dhealbh "
-"cailce."
+msgid "Click and drag the mouse around to turn the picture into a chalk drawing."
+msgstr "Briog is slaod an luchag mu thimcheall gus an tèid an dealbh ’na dhealbh cailce."
#: ../../magic/src/blocks_chalk_drip.c:146
msgid "Click and drag the mouse around to make the picture drip."
-msgstr ""
-"Briog is slaod an luchag mu thimcheall gus sileadh a thoirt air an dealbh."
+msgstr "Briog is slaod an luchag mu thimcheall gus sileadh a thoirt air an dealbh."
#: ../../magic/src/blur.c:80
msgid "Blur"
@@ -932,15 +876,11 @@ msgstr "Breigichean"
#: ../../magic/src/bricks.c:127
msgid "Click and drag to draw large bricks."
-msgstr ""
-"Briog is slaod an luchag mu thimcheall gus an tèid an dealbh ’na "
-"bhreigichean mòra."
+msgstr "Briog is slaod an luchag mu thimcheall gus an tèid an dealbh ’na bhreigichean mòra."
#: ../../magic/src/bricks.c:129
msgid "Click and drag to draw small bricks."
-msgstr ""
-"Briog is slaod an luchag mu thimcheall gus tèid an dealbh ’na bhreigichean "
-"beaga."
+msgstr "Briog is slaod an luchag mu thimcheall gus tèid an dealbh ’na bhreigichean beaga."
#: ../../magic/src/calligraphy.c:124
msgid "Calligraphy"
@@ -948,8 +888,7 @@ msgstr "Snas-sgrìobhadh"
#: ../../magic/src/calligraphy.c:131
msgid "Click and drag the mouse around to draw in calligraphy."
-msgstr ""
-"Briog is slaod an luchag mu thimcheall gus peantadh ann an stoidhle snasail."
+msgstr "Briog is slaod an luchag mu thimcheall gus peantadh ann an stoidhle snasail."
#: ../../magic/src/cartoon.c:103
msgid "Cartoon"
@@ -957,28 +896,24 @@ msgstr "Cartùn"
#: ../../magic/src/cartoon.c:109
msgid "Click and drag the mouse around to turn the picture into a cartoon."
-msgstr ""
-"Briog is slaod an luchag mu thimcheall gus an tèid an dealbh ’na chartùn."
+msgstr "Briog is slaod an luchag mu thimcheall gus an tèid an dealbh ’na chartùn."
#: ../../magic/src/checkerboard.c:99
msgid "Checkerboard"
-msgstr ""
+msgstr "Clàr-taileisg"
#: ../../magic/src/checkerboard.c:106
-#, fuzzy
#| msgid "Click and drag to draw repetitive patterns. "
msgid "Click and drag to fill the canvas with a checkerboard pattern."
-msgstr "Briog is slaod gus pàtranan ath-chùrsach a pheantadh."
+msgstr "Briog is slaod an luchag gus an canabhas a lìonadh le pàtran clàir-thaileisg."
#: ../../magic/src/clone.c:132
msgid "Clone"
-msgstr ""
+msgstr "Clònaich"
#: ../../magic/src/clone.c:138
-msgid ""
-"Click once to pick a spot to begin cloning. Click again and drag to clone "
-"that part of the picture."
-msgstr ""
+msgid "Click once to pick a spot to begin cloning. Click again and drag to clone that part of the picture."
+msgstr "Briog aon turas a thaghadh bad far an tòisich an clònadh. Briog a-rithist is slaod gus clòn a chruthachadh de phàirt ud an deilbh."
#: ../../magic/src/confetti.c:83
msgid "Confetti"
@@ -1014,23 +949,19 @@ msgstr "Dorch"
#: ../../magic/src/fade_darken.c:127
msgid "Click and drag the mouse to lighten parts of your picture."
-msgstr ""
-"Briog is slaod an luchag gus pàirt dhen dealbh agad a dhèanamh nas soilleire."
+msgstr "Briog is slaod an luchag gus pàirt dhen dealbh agad a dhèanamh nas soilleire."
#: ../../magic/src/fade_darken.c:129
msgid "Click to lighten your entire picture."
-msgstr ""
-"Briog is gluais an luchag gus an dealbh gu lèir a dhèanamh nas soilleire."
+msgstr "Briog is gluais an luchag gus an dealbh gu lèir a dhèanamh nas soilleire."
#: ../../magic/src/fade_darken.c:134
msgid "Click and drag the mouse to darken parts of your picture."
-msgstr ""
-"Briog is slaod an luchag gus pàirt dhen dealbh agad a dhèanamh nas duirche."
+msgstr "Briog is slaod an luchag gus pàirt dhen dealbh agad a dhèanamh nas duirche."
#: ../../magic/src/fade_darken.c:136
msgid "Click to darken your entire picture."
-msgstr ""
-"Briog is gluais an luchag gus an dealbh gu lèir a dhèanamh nas duirche."
+msgstr "Briog is gluais an luchag gus an dealbh gu lèir a dhèanamh nas duirche."
#: ../../magic/src/fisheye.c:101
msgid "Fisheye"
@@ -1038,8 +969,7 @@ msgstr "Sùil èisg"
#: ../../magic/src/fisheye.c:106
msgid "Click on part of your picture to create a fisheye effect."
-msgstr ""
-"Briog air pàirt dhen dealbh agad gus èifeachd sùil èisg a chruthachadh."
+msgstr "Briog air pàirt dhen dealbh agad gus èifeachd sùil èisg a chruthachadh."
#: ../../magic/src/flower.c:144
msgid "Flower"
@@ -1047,9 +977,7 @@ msgstr "Flùr"
#: ../../magic/src/flower.c:150
msgid "Click and drag to draw a flower stalk. Let go to finish the flower."
-msgstr ""
-"Briog is slaod gus cuiseag flùir a pheantadh. Leig às gus am flùr a "
-"choileanadh."
+msgstr "Briog is slaod gus cuiseag flùir a pheantadh. Leig às gus am flùr a choileanadh."
#: ../../magic/src/foam.c:114
msgid "Foam"
@@ -1057,16 +985,14 @@ msgstr "Cop"
#: ../../magic/src/foam.c:120
msgid "Click and drag the mouse to cover an area with foamy bubbles."
-msgstr ""
-"Briog is slaod an luchag gus roinn a chòmhdachadh le builgeanan copach."
+msgstr "Briog is slaod an luchag gus roinn a chòmhdachadh le builgeanan copach."
#: ../../magic/src/fold.c:103
msgid "Fold"
msgstr "Paisg"
#: ../../magic/src/fold.c:108
-msgid ""
-"Choose a background color and click to turn the corner of the page over."
+msgid "Choose a background color and click to turn the corner of the page over."
msgstr "Tagh dath cùlaibh is briog gus oisean na duilleige a phasgadh."
#: ../../magic/src/fretwork.c:176
@@ -1075,7 +1001,7 @@ msgstr "Obair-fhriota"
#: ../../magic/src/fretwork.c:182
msgid "Click and drag to draw repetitive patterns. "
-msgstr "Briog is slaod gus pàtranan ath-chùrsach a pheantadh."
+msgstr "Briog is slaod gus pàtranan ath-chùrsach a pheantadh. "
#: ../../magic/src/fretwork.c:184
msgid "Click to surround your picture with repetitive patterns."
@@ -1087,15 +1013,11 @@ msgstr "Leac ghlainne"
#: ../../magic/src/glasstile.c:111
msgid "Click and drag the mouse to put glass tile over your picture."
-msgstr ""
-"Briog is slaod an luchag gus pàirt dhen dealbh agad a chòmhdachadh le "
-"leacagan glainne."
+msgstr "Briog is slaod an luchag gus pàirt dhen dealbh agad a chòmhdachadh le leacagan glainne."
#: ../../magic/src/glasstile.c:113
msgid "Click to cover your entire picture in glass tiles."
-msgstr ""
-"Briog is slaod an luchag gus an dealbh gu lèir a chòmhdachadh le leacagan "
-"glainne."
+msgstr "Briog is slaod an luchag gus an dealbh gu lèir a chòmhdachadh le leacagan glainne."
#: ../../magic/src/grass.c:107
msgid "Grass"
@@ -1135,40 +1057,25 @@ msgid "Kaleidoscope"
msgstr "Cailèideasgop"
#: ../../magic/src/kalidescope.c:146
-msgid ""
-"Click and drag the mouse to draw with two brushes that are symmetric across "
-"the left and right of your picture."
-msgstr ""
-"Briog is slaod an luchag gus peantadh le dà bhruis a tha co-chothromach a "
-"dh’ionnsaigh taobh deas is clì an deilbh agad."
+msgid "Click and drag the mouse to draw with two brushes that are symmetric across the left and right of your picture."
+msgstr "Briog is slaod an luchag gus peantadh le dà bhruis a tha co-chothromach a dh’ionnsaigh taobh deas is clì an deilbh agad."
#: ../../magic/src/kalidescope.c:152
-msgid ""
-"Click and drag the mouse to draw with two brushes that are symmetric across "
-"the top and bottom of your picture."
-msgstr ""
-"Briog is slaod an luchag gus peantadh le dà bhruis a tha co-chothromach a "
-"dh’ionnsaigh bàrr is bonn an deilbh agad."
+msgid "Click and drag the mouse to draw with two brushes that are symmetric across the top and bottom of your picture."
+msgstr "Briog is slaod an luchag gus peantadh le dà bhruis a tha co-chothromach a dh’ionnsaigh bàrr is bonn an deilbh agad."
#: ../../magic/src/kalidescope.c:156
msgid "Click and drag the mouse to draw a pattern across the picture."
msgstr "Briog is slaod an luchag gus pàtran a chur thairis air an dealbh."
#: ../../magic/src/kalidescope.c:160
-msgid ""
-"Click and drag the mouse to draw a pattern that is symmetric across the "
-"picture."
-msgstr ""
-"Briog is slaod an luchag gus pàtran co-chothromach a pheantadh thairis air "
-"an dealbh."
+msgid "Click and drag the mouse to draw a pattern that is symmetric across the picture."
+msgstr "Briog is slaod an luchag gus pàtran co-chothromach a pheantadh thairis air an dealbh."
#. KAL_BOTH
#: ../../magic/src/kalidescope.c:164
-msgid ""
-"Click and drag the mouse to draw with symmetric brushes (a kaleidoscope)."
-msgstr ""
-"Briog is slaod an luchag gus peantadh le dà bhruis a tha co-chothromach "
-"(cailèideasgop)."
+msgid "Click and drag the mouse to draw with symmetric brushes (a kaleidoscope)."
+msgstr "Briog is slaod an luchag gus peantadh le dà bhruis a tha co-chothromach (cailèideasgop)."
#: ../../magic/src/light.c:103
msgid "Light"
@@ -1207,16 +1114,12 @@ msgid "Mosaic"
msgstr "Mosàig"
#: ../../magic/src/mosaic.c:100
-msgid ""
-"Click and drag the mouse to add a mosaic effect to parts of your picture."
-msgstr ""
-"Briog is slaod an luchag gus èifeachd mosàig a chur ri pàirt dhen dealbh "
-"agad."
+msgid "Click and drag the mouse to add a mosaic effect to parts of your picture."
+msgstr "Briog is slaod an luchag gus èifeachd mosàig a chur ri pàirt dhen dealbh agad."
#: ../../magic/src/mosaic.c:101
msgid "Click to add a mosaic effect to your entire picture."
-msgstr ""
-"Briog is slaod an luchag gus èifeachd mosàig a chur ris an dealbh gu lèir."
+msgstr "Briog is slaod an luchag gus èifeachd mosàig a chur ris an dealbh gu lèir."
#: ../../magic/src/mosaic_shaped.c:132
msgid "Square Mosaic"
@@ -1231,43 +1134,28 @@ msgid "Irregular Mosaic"
msgstr "Mosàig neo-riaghailteach"
#: ../../magic/src/mosaic_shaped.c:140
-msgid ""
-"Click and drag the mouse to add a square mosaic to parts of your picture."
-msgstr ""
-"Briog is slaod an luchag gus èifeachd mosàig cheàrnach a chur ri pàirt dhen "
-"dealbh agad."
+msgid "Click and drag the mouse to add a square mosaic to parts of your picture."
+msgstr "Briog is slaod an luchag gus èifeachd mosàig cheàrnach a chur ri pàirt dhen dealbh agad."
#: ../../magic/src/mosaic_shaped.c:141
msgid "Click to add a square mosaic to your entire picture."
-msgstr ""
-"Briog is slaod an luchag gus èifeachd mosàig cheàrnach a chur ris an dealbh "
-"gu lèir."
+msgstr "Briog is slaod an luchag gus èifeachd mosàig cheàrnach a chur ris an dealbh gu lèir."
#: ../../magic/src/mosaic_shaped.c:145
-msgid ""
-"Click and drag the mouse to add a hexagonal mosaic to parts of your picture."
-msgstr ""
-"Briog is slaod an luchag gus èifeachd mosàig sia-cheàrnach a chur ri pàirt "
-"dhen dealbh agad."
+msgid "Click and drag the mouse to add a hexagonal mosaic to parts of your picture."
+msgstr "Briog is slaod an luchag gus èifeachd mosàig sia-cheàrnach a chur ri pàirt dhen dealbh agad."
#: ../../magic/src/mosaic_shaped.c:146
msgid "Click to add a hexagonal mosaic to your entire picture."
-msgstr ""
-"Briog is slaod an luchag gus èifeachd mosàig shia-cheàrnach a chur ris an "
-"dealbh gu lèir."
+msgstr "Briog is slaod an luchag gus èifeachd mosàig shia-cheàrnach a chur ris an dealbh gu lèir."
#: ../../magic/src/mosaic_shaped.c:150
-msgid ""
-"Click and drag the mouse to add an irregular mosaic to parts of your picture."
-msgstr ""
-"Briog is slaod an luchag gus èifeachd mosàig neo-riaghailteach a chur ri "
-"pàirt dhen dealbh agad."
+msgid "Click and drag the mouse to add an irregular mosaic to parts of your picture."
+msgstr "Briog is slaod an luchag gus èifeachd mosàig neo-riaghailteach a chur ri pàirt dhen dealbh agad."
#: ../../magic/src/mosaic_shaped.c:151
msgid "Click to add an irregular mosaic to your entire picture."
-msgstr ""
-"Briog is slaod an luchag gus èifeachd mosàig neo-riaghailteach a chur ris an "
-"dealbh gu lèir."
+msgstr "Briog is slaod an luchag gus èifeachd mosàig neo-riaghailteach a chur ris an dealbh gu lèir."
#: ../../magic/src/negative.c:94
msgid "Negative"
@@ -1275,14 +1163,11 @@ msgstr "Ais-thionndaidh"
#: ../../magic/src/negative.c:101
msgid "Click and drag the mouse around to make your painting negative."
-msgstr ""
-"Briog is slaod an luchag gus na dathan ann am pàirt dhen dealbh agad ais-"
-"thionndadh."
+msgstr "Briog is slaod an luchag gus na dathan ann am pàirt dhen dealbh agad ais-thionndadh."
#: ../../magic/src/negative.c:103
msgid "Click to turn your painting into its negative."
-msgstr ""
-"Briog is slaod an luchag gus na dathan san dealbh gu lèir ais-thionndadh."
+msgstr "Briog is slaod an luchag gus na dathan san dealbh gu lèir ais-thionndadh."
#: ../../magic/src/noise.c:66
msgid "Noise"
@@ -1290,8 +1175,7 @@ msgstr "Riasladh"
#: ../../magic/src/noise.c:70
msgid "Click and drag the mouse to add noise to parts of your picture."
-msgstr ""
-"Briog is slaod an luchag gus riasladh a thoirt air pàirt dhen dealbh agad."
+msgstr "Briog is slaod an luchag gus riasladh a thoirt air pàirt dhen dealbh agad."
#: ../../magic/src/noise.c:71
msgid "Click to add noise to your entire picture."
@@ -1307,28 +1191,21 @@ msgstr "Sùm"
#: ../../magic/src/perspective.c:153
msgid "Click on the corners and drag where you want to stretch the picture."
-msgstr ""
-"Briog air na h-oisean is slaod iad gu far a bheil thu ag iarraidh an dealbh "
-"a shìneadh."
+msgstr "Briog air na h-oisean is slaod iad gu far a bheil thu ag iarraidh an dealbh a shìneadh."
#: ../../magic/src/perspective.c:156
msgid "Click and drag up to zoom in or drag down to zoom out the picture."
-msgstr ""
-"Briog is slaod suas airson sùmadh a-steach dhan dealbh no sìos airson sùmadh "
-"a-mach às an dealbh."
+msgstr "Briog is slaod suas airson sùmadh a-steach dhan dealbh no sìos airson sùmadh a-mach às an dealbh."
#. Both are named "Pixels", at the moment:
#: ../../magic/src/pixels.c:108
msgid "Pixels"
-msgstr ""
+msgstr "Piogsailean"
#: ../../magic/src/pixels.c:114
-#, fuzzy
#| msgid "Click and drag to draw large bricks."
msgid "Click and drag to draw large pixels."
-msgstr ""
-"Briog is slaod an luchag mu thimcheall gus an tèid an dealbh ’na "
-"bhreigichean mòra."
+msgstr "Briog is slaod an luchag mu thimcheall a tharraing piogsailean mòra."
#: ../../magic/src/puzzle.c:103
msgid "Puzzle"
@@ -1348,8 +1225,7 @@ msgstr "Rèilean"
#: ../../magic/src/rails.c:134
msgid "Click and drag to draw train track rails on your picture."
-msgstr ""
-"Briog is slaod gus rèilean rathaid-iarainn a pheantadh air an dealbh agad."
+msgstr "Briog is slaod gus rèilean rathaid-iarainn a pheantadh air an dealbh agad."
#: ../../magic/src/rainbow.c:133
msgid "Rainbow"
@@ -1380,12 +1256,8 @@ msgid "ROYGBIV Rainbow"
msgstr "Bogha-froise"
#: ../../magic/src/realrainbow.c:108
-msgid ""
-"Click where you want your rainbow to start, drag to where you want it to "
-"end, and then let go to draw a rainbow."
-msgstr ""
-"Briog gus bogha-froise a thòiseachadh, slaod gu far a bheil thu ag iarraidh "
-"a chrìochnachadh is leig às."
+msgid "Click where you want your rainbow to start, drag to where you want it to end, and then let go to draw a rainbow."
+msgstr "Briog gus bogha-froise a thòiseachadh, slaod gu far a bheil thu ag iarraidh a chrìochnachadh is leig às."
#: ../../magic/src/ripples.c:102
msgid "Ripples"
@@ -1453,8 +1325,7 @@ msgstr "Gluais"
#: ../../magic/src/shift.c:112
msgid "Click and drag to shift your picture around on the canvas."
-msgstr ""
-"Briog is slaod gus an dealbh agad a ghluasad mu thimcheall a’ chanabhais."
+msgstr "Briog is slaod gus an dealbh agad a ghluasad mu thimcheall a’ chanabhais."
#: ../../magic/src/smudge.c:102
msgid "Smudge"
@@ -1472,9 +1343,7 @@ msgstr "Briog is slaod an luchag mu thimcheall gus an dealbh a smalachadh."
#. if (which == 1)
#: ../../magic/src/smudge.c:113
msgid "Click and drag the mouse around to draw with wet, smudgy paint."
-msgstr ""
-"Briog is slaod an luchag mu thimcheall gus peantadh le peant fliuch is "
-"smeurach."
+msgstr "Briog is slaod an luchag mu thimcheall gus peantadh le peant fliuch is smeurach."
#: ../../magic/src/snow.c:71
msgid "Snow Ball"
@@ -1505,13 +1374,8 @@ msgid "String 'V'"
msgstr "Teud – saighead"
#: ../../magic/src/string.c:147
-msgid ""
-"Click and drag to draw string art. Drag top-bottom to draw less or more "
-"lines, left or right to make a bigger hole."
-msgstr ""
-"Briog is slaod gus ealain teuda a pheantadh. Slaod suas is sìos airson "
-"barrachd no nas lugha de loidhnichean, is gu clì no deas airson toll nas "
-"motha no nas lugha."
+msgid "Click and drag to draw string art. Drag top-bottom to draw less or more lines, left or right to make a bigger hole."
+msgstr "Briog is slaod gus ealain teuda a pheantadh. Slaod suas is sìos airson barrachd no nas lugha de loidhnichean, is gu clì no deas airson toll nas motha no nas lugha."
#: ../../magic/src/string.c:150
msgid "Click and drag to draw arrows made of string art."
@@ -1530,28 +1394,20 @@ msgid "Color & White"
msgstr "Dath ⁊ geal"
#: ../../magic/src/tint.c:79
-msgid ""
-"Click and drag the mouse around to change the color of parts of your picture."
-msgstr ""
-"Briog is slaod an luchag mu thimcheall gus na dathan ann am pàirt dhen "
-"dealbh agad atharrachadh."
+msgid "Click and drag the mouse around to change the color of parts of your picture."
+msgstr "Briog is slaod an luchag mu thimcheall gus na dathan ann am pàirt dhen dealbh agad atharrachadh."
#: ../../magic/src/tint.c:80
msgid "Click to change the color of your entire picture."
msgstr "Briog gus an dath atharrachadh san dealbh gu lèir."
#: ../../magic/src/tint.c:81
-msgid ""
-"Click and drag the mouse around to turn parts of your picture into white and "
-"a color you choose."
-msgstr ""
-"Briog is slaod an luchag mu thimcheall gus pàirt dhen dealbh agad a "
-"thionndadh gu geal is an dath a thaghas tu."
+msgid "Click and drag the mouse around to turn parts of your picture into white and a color you choose."
+msgstr "Briog is slaod an luchag mu thimcheall gus pàirt dhen dealbh agad a thionndadh gu geal is an dath a thaghas tu."
#: ../../magic/src/tint.c:82
msgid "Click to turn your entire picture into white and a color you choose."
-msgstr ""
-"Briog gus an dealbh gu lèir a thionndadh gu geal is an dath a thaghas tu."
+msgstr "Briog gus an dealbh gu lèir a thionndadh gu geal is an dath a thaghas tu."
#: ../../magic/src/toothpaste.c:68
msgid "Toothpaste"
@@ -1568,26 +1424,19 @@ msgstr "Cuairt-ghaoth"
# Is the word "lainnir" appropriate/common?
#: ../../magic/src/tornado.c:159
msgid "Click and drag to draw a tornado funnel on your picture."
-msgstr ""
-"Briog is slaod gus fuineall cuairt-ghaoithe a pheantadh air an dealbh agad."
+msgstr "Briog is slaod gus fuineall cuairt-ghaoithe a pheantadh air an dealbh agad."
#: ../../magic/src/tv.c:96
msgid "TV"
msgstr "TBh"
#: ../../magic/src/tv.c:102
-msgid ""
-"Click and drag to make parts of your picture look like they are on "
-"television."
-msgstr ""
-"Briog is slaod gus coltas a thoirt air pàirt dhen dealbh agad nam b’ ann air "
-"an tbh a bhiodh iad."
+msgid "Click and drag to make parts of your picture look like they are on television."
+msgstr "Briog is slaod gus coltas a thoirt air pàirt dhen dealbh agad nam b’ ann air an tbh a bhiodh iad."
#: ../../magic/src/tv.c:105
msgid "Click to make your picture look like it's on television."
-msgstr ""
-"Briog gus coltas a thoirt air an dealbh agad nam b’ ann air an tbh a bhiodh "
-"e."
+msgstr "Briog gus coltas a thoirt air an dealbh agad nam b’ ann air an tbh a bhiodh e."
#: ../../magic/src/waves.c:104
msgid "Waves"
@@ -1598,24 +1447,12 @@ msgid "Wavelets"
msgstr "Tonnagan"
#: ../../magic/src/waves.c:115
-msgid ""
-"Click to make the picture horizontally wavy. Click toward the top for "
-"shorter waves, the bottom for taller waves, the left for small waves, and "
-"the right for long waves."
-msgstr ""
-"Briog gus an tèid an dealbh agad ’na thonnan còmhnard. Briog mun bhàrr "
-"airson thonnan as giorra, mun bhonn airson thonnan as àirde, mu chlì airson "
-"thonnan as lugha, is mu dheas airson thonnan as fhaide."
+msgid "Click to make the picture horizontally wavy. Click toward the top for shorter waves, the bottom for taller waves, the left for small waves, and the right for long waves."
+msgstr "Briog gus an tèid an dealbh agad ’na thonnan còmhnard. Briog mun bhàrr airson thonnan as giorra, mun bhonn airson thonnan as àirde, mu chlì airson thonnan as lugha, is mu dheas airson thonnan as fhaide."
#: ../../magic/src/waves.c:118
-msgid ""
-"Click to make the picture vertically wavy. Click toward the top for shorter "
-"waves, the bottom for taller waves, the left for small waves, and the right "
-"for long waves."
-msgstr ""
-"Briog gus an tèid an dealbh agad ’na thonnan inghearach. Briog mun bhàrr "
-"airson thonnan as giorra, mun bhonn airson thonnan as àirde, mu chlì airson "
-"thonnan as lugha, is mu dheas airson thonnan as fhaide."
+msgid "Click to make the picture vertically wavy. Click toward the top for shorter waves, the bottom for taller waves, the left for small waves, and the right for long waves."
+msgstr "Briog gus an tèid an dealbh agad ’na thonnan inghearach. Briog mun bhàrr airson thonnan as giorra, mun bhonn airson thonnan as àirde, mu chlì airson thonnan as lugha, is mu dheas airson thonnan as fhaide."
#: ../../magic/src/xor.c:93
msgid "Xor Colors"
@@ -1623,9 +1460,8 @@ msgstr "Dathan XOR"
#: ../../magic/src/xor.c:99
msgid "Click and drag to draw a XOR effect"
-msgstr "Briog is slaod gus èifeachd XOR a pheantadh."
+msgstr "Briog is slaod gus èifeachd XOR a pheantadh"
#: ../../magic/src/xor.c:101
msgid "Click to draw a XOR effect on the whole picture"
-msgstr ""
-"Briog is slaod an luchag gus èifeachd XOR a chur ris an dealbh gu lèir."
+msgstr "Briog is slaod an luchag gus èifeachd XOR a chur ris an dealbh gu lèir"
From ada12cac5e4d882a4ad58ddfb092022826b6b55c Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Sun, 29 Aug 2021 22:16:41 -0700
Subject: [PATCH 16/48] Rebuild manpage & OPTIONS page after recent fixes
---
docs/en/OPTIONS.txt | 2 +-
docs/en/html/OPTIONS.html | 2 +-
docs/es_ES.UTF-8/OPTIONS.txt | 2 +-
docs/es_ES.UTF-8/html/OPTIONS.html | 2 +-
docs/fr_FR.UTF-8/OPTIONS.txt | 2 +-
docs/fr_FR.UTF-8/html/OPTIONS.html | 2 +-
docs/gl_ES.UTF-8/OPTIONS.txt | 2 +-
docs/gl_ES.UTF-8/html/OPTIONS.html | 2 +-
docs/ja_JP.UTF-8/OPTIONS.txt | 2 +-
docs/ja_JP.UTF-8/html/OPTIONS.html | 2 +-
man/en/tuxpaint.1 | 21 +++++++++++++--------
man/es_ES.UTF-8/tuxpaint.1 | 21 +++++++++++++--------
man/fr_FR.UTF-8/tuxpaint.1 | 24 ++++++++++++++----------
man/gl_ES.UTF-8/tuxpaint.1 | 23 ++++++++++++++---------
man/ja_JP.UTF-8/tuxpaint.1 | 22 ++++++++++++++--------
15 files changed, 78 insertions(+), 53 deletions(-)
diff --git a/docs/en/OPTIONS.txt b/docs/en/OPTIONS.txt
index 9dd1134e7..31ba1a8a0 100644
--- a/docs/en/OPTIONS.txt
+++ b/docs/en/OPTIONS.txt
@@ -1167,7 +1167,7 @@ Accessibility
Note: If used in a system-wide configuration file, may be
overridden by the user's configuration file using
- "keyboard=no" or "2$keyboard=no". In both cases, may be
+ "keyboard=no" or "mouse=yes". In both cases, may be
overridden by the command-line option "--mouse".
Onscreen Keyboard
diff --git a/docs/en/html/OPTIONS.html b/docs/en/html/OPTIONS.html
index 9233e9934..b8fc03d33 100644
--- a/docs/en/html/OPTIONS.html
+++ b/docs/en/html/OPTIONS.html
@@ -2661,7 +2661,7 @@
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "keyboard=no" or "2$keyboard=no". In both cases, may be overridden by the command-line option "--mouse".
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "keyboard=no" or "mouse=yes". In both cases, may be overridden by the command-line option "--mouse".
diff --git a/docs/es_ES.UTF-8/OPTIONS.txt b/docs/es_ES.UTF-8/OPTIONS.txt
index 42cf65576..b611eccd2 100644
--- a/docs/es_ES.UTF-8/OPTIONS.txt
+++ b/docs/es_ES.UTF-8/OPTIONS.txt
@@ -1167,7 +1167,7 @@ Accessibility
Note: If used in a system-wide configuration file, may be
overridden by the user's configuration file using
- "keyboard=no" or "2$keyboard=no". In both cases, may be
+ "keyboard=no" or "mouse=yes". In both cases, may be
overridden by the command-line option "--mouse".
Onscreen Keyboard
diff --git a/docs/es_ES.UTF-8/html/OPTIONS.html b/docs/es_ES.UTF-8/html/OPTIONS.html
index d81c76982..91fa95ec4 100644
--- a/docs/es_ES.UTF-8/html/OPTIONS.html
+++ b/docs/es_ES.UTF-8/html/OPTIONS.html
@@ -2661,7 +2661,7 @@
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "keyboard=no" or "2$keyboard=no". In both cases, may be overridden by the command-line option "--mouse".
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "keyboard=no" or "mouse=yes". In both cases, may be overridden by the command-line option "--mouse".
diff --git a/docs/fr_FR.UTF-8/OPTIONS.txt b/docs/fr_FR.UTF-8/OPTIONS.txt
index b4c9f397f..71aec4ee4 100644
--- a/docs/fr_FR.UTF-8/OPTIONS.txt
+++ b/docs/fr_FR.UTF-8/OPTIONS.txt
@@ -1231,7 +1231,7 @@ Accessibility
Note: If used in a system-wide configuration file, may be
overridden by the user's configuration file using
- "keyboard=no" or "2$keyboard=no". In both cases, may be
+ "keyboard=no" or "mouse=yes". In both cases, may be
overridden by the command-line option "--mouse".
Onscreen Keyboard
diff --git a/docs/fr_FR.UTF-8/html/OPTIONS.html b/docs/fr_FR.UTF-8/html/OPTIONS.html
index 0f31174ad..d2fe28c38 100644
--- a/docs/fr_FR.UTF-8/html/OPTIONS.html
+++ b/docs/fr_FR.UTF-8/html/OPTIONS.html
@@ -2661,7 +2661,7 @@
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "keyboard=no" or "2$keyboard=no". In both cases, may be overridden by the command-line option "--mouse".
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "keyboard=no" or "mouse=yes". In both cases, may be overridden by the command-line option "--mouse".
diff --git a/docs/gl_ES.UTF-8/OPTIONS.txt b/docs/gl_ES.UTF-8/OPTIONS.txt
index ed6c844df..e28ced6e8 100644
--- a/docs/gl_ES.UTF-8/OPTIONS.txt
+++ b/docs/gl_ES.UTF-8/OPTIONS.txt
@@ -1202,7 +1202,7 @@ Accessibility
Note: If used in a system-wide configuration file, may be
overridden by the user's configuration file using
- "keyboard=no" or "2$keyboard=no". In both cases, may be
+ "keyboard=no" or "mouse=yes". In both cases, may be
overridden by the command-line option "--mouse".
Onscreen Keyboard
diff --git a/docs/gl_ES.UTF-8/html/OPTIONS.html b/docs/gl_ES.UTF-8/html/OPTIONS.html
index 12145744b..205627529 100644
--- a/docs/gl_ES.UTF-8/html/OPTIONS.html
+++ b/docs/gl_ES.UTF-8/html/OPTIONS.html
@@ -2661,7 +2661,7 @@
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "keyboard=no" or "2$keyboard=no". In both cases, may be overridden by the command-line option "--mouse".
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "keyboard=no" or "mouse=yes". In both cases, may be overridden by the command-line option "--mouse".
diff --git a/docs/ja_JP.UTF-8/OPTIONS.txt b/docs/ja_JP.UTF-8/OPTIONS.txt
index d7de7154e..621dc9fd3 100644
--- a/docs/ja_JP.UTF-8/OPTIONS.txt
+++ b/docs/ja_JP.UTF-8/OPTIONS.txt
@@ -1009,7 +1009,7 @@ Accessibility
Note: If used in a system-wide configuration file, may be
overridden by the user's configuration file using
- "keyboard=no" or "2$keyboard=no". In both cases, may be
+ "keyboard=no" or "mouse=yes". In both cases, may be
overridden by the command-line option "--mouse".
Onscreen Keyboard
diff --git a/docs/ja_JP.UTF-8/html/OPTIONS.html b/docs/ja_JP.UTF-8/html/OPTIONS.html
index 283ac7871..1e7fe13d5 100644
--- a/docs/ja_JP.UTF-8/html/OPTIONS.html
+++ b/docs/ja_JP.UTF-8/html/OPTIONS.html
@@ -2661,7 +2661,7 @@
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "keyboard=no" or "2$keyboard=no". In both cases, may be overridden by the command-line option "--mouse".
+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "keyboard=no" or "mouse=yes". In both cases, may be overridden by the command-line option "--mouse".
diff --git a/man/en/tuxpaint.1 b/man/en/tuxpaint.1
index 3ce1c5b9a..ea5d3abf0 100644
--- a/man/en/tuxpaint.1
+++ b/man/en/tuxpaint.1
@@ -1,5 +1,5 @@
-.\" tuxpaint.1 - 2021.08.15
-.TH TUXPAINT 1 "August 15, 2021" "0.9.27" "Tux Paint"
+.\" tuxpaint.1 - 2021.08.29
+.TH TUXPAINT 1 "August 29, 2021" "0.9.27" "Tux Paint"
.SH NAME
tuxpaint -- "Tux Paint", a drawing program for young children.
@@ -365,7 +365,7 @@ mixed case.
Overrides the default size of all stamps, relative to their possible sizes
(determined by Tux Paint, based on the dimensions of both the stamps
themselves, and the drawing canvas). Valid values are from 0 (smallest) to
-10 (largest). Use "--stampsize=default" to let ITux PaintP choose on a
+10 (largest). Use "--stampsize=default" to let Tux Paint choose on a
per-stamp basis (this is the default setting).
.SS STARTING OUT
@@ -439,7 +439,8 @@ can be useful on touchscreen devices, such as tablet PCs.
.SS KEYBOARD
.TP 8
.B \-\-noshortcuts \-\-shortcuts
- /* --[no]shortcuts */ wordwrap(sprintf(gettext(If \"%s\" mode, keyboard shortcuts (e.g., [Ctrl]+[S] for Save) will be disabled. Default mode is for shortcuts to be enabled."), "--noshortcuts")) . "\n" ?>
+If "--noshortcuts" mode, keyboard shortcuts (e.g., [Ctrl]+[S] for Save)
+will be disabled. Default mode is for shortcuts to be enabled.
.SS MOUSE AND ACCESSIBILITY
.TP 8
@@ -458,7 +459,8 @@ the wheel.
.TP 8
.B \-\-mouse-accessibility
In this mode, instead of clicking, dragging and releasing (e.g., to draw),
-you click, move, and click again to end the motion.
+you click, move, and click again to end the motion. ("Sticky mouse
+clicks.")
.TP 8
.B \-\-keyboard \-\-mouse
@@ -541,7 +543,10 @@ to various tools within Tux Paint.
.PD 0
.TP 2
-
-brush | Brush
+brush | Paint
+.TP 2
+-
+stamp | Stamp
.TP 2
-
lines | Lines
@@ -680,8 +685,8 @@ test environment.
.TP 8
.B \-\-autosave \-\-noautosave
-The --autosave option prevents ITux PaintP from asking whether you want
-to save the current picture when quitting, and assumes you do.
+The --autosave option prevents Tux Paint from asking whether you want to
+save the current picture when quitting, and assumes you do.
.SH OPTIONS - DATA FILES
.l
diff --git a/man/es_ES.UTF-8/tuxpaint.1 b/man/es_ES.UTF-8/tuxpaint.1
index 736727dc0..9321c238c 100644
--- a/man/es_ES.UTF-8/tuxpaint.1
+++ b/man/es_ES.UTF-8/tuxpaint.1
@@ -1,5 +1,5 @@
-.\" tuxpaint.1 - 2021.08.15
-.TH TUXPAINT 1 "agosto 15, 2021" "0.9.27" "Tux Paint"
+.\" tuxpaint.1 - 2021.08.29
+.TH TUXPAINT 1 "agosto 29, 2021" "0.9.27" "Tux Paint"
.SH NAME
tuxpaint -- "Tux Paint", a drawing program for young children.
@@ -365,7 +365,7 @@ mixed case.
Overrides the default size of all stamps, relative to their possible sizes
(determined by Tux Paint, based on the dimensions of both the stamps
themselves, and the drawing canvas). Valid values are from 0 (smallest) to
-10 (largest). Use "--stampsize=default" to let ITux PaintP choose on a
+10 (largest). Use "--stampsize=default" to let Tux Paint choose on a
per-stamp basis (this is the default setting).
.SS STARTING OUT
@@ -439,7 +439,8 @@ can be useful on touchscreen devices, such as tablet PCs.
.SS KEYBOARD
.TP 8
.B \-\-noshortcuts \-\-shortcuts
- /* --[no]shortcuts */ wordwrap(sprintf(gettext(If \"%s\" mode, keyboard shortcuts (e.g., [Ctrl]+[S] for Save) will be disabled. Default mode is for shortcuts to be enabled."), "--noshortcuts")) . "\n" ?>
+If "--noshortcuts" mode, keyboard shortcuts (e.g., [Ctrl]+[S] for Save)
+will be disabled. Default mode is for shortcuts to be enabled.
.SS MOUSE AND ACCESSIBILITY
.TP 8
@@ -458,7 +459,8 @@ the wheel.
.TP 8
.B \-\-mouse-accessibility
In this mode, instead of clicking, dragging and releasing (e.g., to draw),
-you click, move, and click again to end the motion.
+you click, move, and click again to end the motion. ("Sticky mouse
+clicks.")
.TP 8
.B \-\-keyboard \-\-mouse
@@ -541,7 +543,10 @@ to various tools within Tux Paint.
.PD 0
.TP 2
-
-brush | Brush
+brush | Paint
+.TP 2
+-
+stamp | Stamp
.TP 2
-
lines | Lines
@@ -680,8 +685,8 @@ test environment.
.TP 8
.B \-\-autosave \-\-noautosave
-The --autosave option prevents ITux PaintP from asking whether you want
-to save the current picture when quitting, and assumes you do.
+The --autosave option prevents Tux Paint from asking whether you want to
+save the current picture when quitting, and assumes you do.
.SH OPTIONS - DATA FILES
.l
diff --git a/man/fr_FR.UTF-8/tuxpaint.1 b/man/fr_FR.UTF-8/tuxpaint.1
index 92e72be4a..2ec0fdbdc 100644
--- a/man/fr_FR.UTF-8/tuxpaint.1
+++ b/man/fr_FR.UTF-8/tuxpaint.1
@@ -1,5 +1,5 @@
-.\" tuxpaint.1 - 2021.08.15
-.TH TUXPAINT 1 "août 15, 2021" "0.9.27" "Tux Paint"
+.\" tuxpaint.1 - 2021.08.29
+.TH TUXPAINT 1 "août 29, 2021" "0.9.27" "Tux Paint"
.SH NAME
tuxpaint -- "Tux Paint", a drawing program for young children.
@@ -365,7 +365,7 @@ mixed case.
Overrides the default size of all stamps, relative to their possible sizes
(determined by Tux Paint, based on the dimensions of both the stamps
themselves, and the drawing canvas). Valid values are from 0 (smallest) to
-10 (largest). Use "--stampsize=default" to let ITux PaintP choose on a
+10 (largest). Use "--stampsize=default" to let Tux Paint choose on a
per-stamp basis (this is the default setting).
.SS STARTING OUT
@@ -439,7 +439,8 @@ can be useful on touchscreen devices, such as tablet PCs.
.SS KEYBOARD
.TP 8
.B \-\-noshortcuts \-\-shortcuts
- /* --[no]shortcuts */ wordwrap(sprintf(gettext(If \"%s\" mode, keyboard shortcuts (e.g., [Ctrl]+[S] for Save) will be disabled. Default mode is for shortcuts to be enabled."), "--noshortcuts")) . "\n" ?>
+If "--noshortcuts" mode, keyboard shortcuts (e.g., [Ctrl]+[S] for Save)
+will be disabled. Default mode is for shortcuts to be enabled.
.SS MOUSE AND ACCESSIBILITY
.TP 8
@@ -457,9 +458,9 @@ the wheel.
.TP 8
.B \-\-mouse-accessibility
-Dans ce mode, au lieu de cliquer, de faire glisser et de relâcher (par
-exemple, pour dessiner), vous cliquez, déplacez et cliquez à nouveau pour
-terminer le mouvement.
+In this mode, instead of clicking, dragging and releasing (e.g., to draw),
+you click, move, and click again to end the motion. ("Sticky mouse
+clicks.")
.TP 8
.B \-\-keyboard \-\-mouse
@@ -547,7 +548,10 @@ to various tools within Tux Paint.
.PD 0
.TP 2
-
-brush | Brush
+brush | Paint
+.TP 2
+-
+stamp | Stamp
.TP 2
-
lines | Lines
@@ -686,8 +690,8 @@ test environment.
.TP 8
.B \-\-autosave \-\-noautosave
-The --autosave option prevents ITux PaintP from asking whether you want
-to save the current picture when quitting, and assumes you do.
+The --autosave option prevents Tux Paint from asking whether you want to
+save the current picture when quitting, and assumes you do.
.SH OPTIONS - DATA FILES
.l
diff --git a/man/gl_ES.UTF-8/tuxpaint.1 b/man/gl_ES.UTF-8/tuxpaint.1
index 912e3a960..e94f55eff 100644
--- a/man/gl_ES.UTF-8/tuxpaint.1
+++ b/man/gl_ES.UTF-8/tuxpaint.1
@@ -1,5 +1,5 @@
-.\" tuxpaint.1 - 2021.08.15
-.TH TUXPAINT 1 "15 de Agosto de 2021" "0.9.27" "Tux Paint"
+.\" tuxpaint.1 - 2021.08.29
+.TH TUXPAINT 1 "29 de Agosto de 2021" "0.9.27" "Tux Paint"
.SH NAME
tuxpaint -- "Tux Paint", a drawing program for young children.
@@ -365,7 +365,7 @@ mixed case.
Overrides the default size of all stamps, relative to their possible sizes
(determined by Tux Paint, based on the dimensions of both the stamps
themselves, and the drawing canvas). Valid values are from 0 (smallest) to
-10 (largest). Use "--stampsize=default" to let ITux PaintP choose on a
+10 (largest). Use "--stampsize=default" to let Tux Paint choose on a
per-stamp basis (this is the default setting).
.SS STARTING OUT
@@ -439,7 +439,8 @@ can be useful on touchscreen devices, such as tablet PCs.
.SS KEYBOARD
.TP 8
.B \-\-noshortcuts \-\-shortcuts
- /* --[no]shortcuts */ wordwrap(sprintf(gettext(If \"%s\" mode, keyboard shortcuts (e.g., [Ctrl]+[S] for Save) will be disabled. Default mode is for shortcuts to be enabled."), "--noshortcuts")) . "\n" ?>
+If "--noshortcuts" mode, keyboard shortcuts (e.g., [Ctrl]+[S] for Save)
+will be disabled. Default mode is for shortcuts to be enabled.
.SS MOUSE AND ACCESSIBILITY
.TP 8
@@ -457,8 +458,9 @@ the wheel.
.TP 8
.B \-\-mouse-accessibility
-Neste modo, no canto de premer, arrastrar e soltar (por exemplo, para
-debuxar), premese, móvese e premese de novo para rematar o movemento.
+In this mode, instead of clicking, dragging and releasing (e.g., to draw),
+you click, move, and click again to end the motion. ("Sticky mouse
+clicks.")
.TP 8
.B \-\-keyboard \-\-mouse
@@ -545,7 +547,10 @@ to various tools within Tux Paint.
.PD 0
.TP 2
-
-brush | Brush
+brush | Paint
+.TP 2
+-
+stamp | Stamp
.TP 2
-
lines | Lines
@@ -684,8 +689,8 @@ test environment.
.TP 8
.B \-\-autosave \-\-noautosave
-The --autosave option prevents ITux PaintP from asking whether you want
-to save the current picture when quitting, and assumes you do.
+The --autosave option prevents Tux Paint from asking whether you want to
+save the current picture when quitting, and assumes you do.
.SH OPTIONS - DATA FILES
.l
diff --git a/man/ja_JP.UTF-8/tuxpaint.1 b/man/ja_JP.UTF-8/tuxpaint.1
index 254145d8a..a74d9a1a3 100644
--- a/man/ja_JP.UTF-8/tuxpaint.1
+++ b/man/ja_JP.UTF-8/tuxpaint.1
@@ -1,5 +1,5 @@
-.\" tuxpaint.1 - 2021.08.15
-.TH TUXPAINT 1 "2021年8月15日" "0.9.27" "Tux Paint"
+.\" tuxpaint.1 - 2021.08.29
+.TH TUXPAINT 1 "2021年8月29日" "0.9.27" "Tux Paint"
.SH NAME
tuxpaint -- "Tux Paint", a drawing program for young children.
@@ -365,7 +365,7 @@ mixed case.
Overrides the default size of all stamps, relative to their possible sizes
(determined by Tux Paint, based on the dimensions of both the stamps
themselves, and the drawing canvas). Valid values are from 0 (smallest) to
-10 (largest). Use "--stampsize=default" to let ITux PaintP choose on a
+10 (largest). Use "--stampsize=default" to let Tux Paint choose on a
per-stamp basis (this is the default setting).
.SS STARTING OUT
@@ -439,7 +439,8 @@ can be useful on touchscreen devices, such as tablet PCs.
.SS KEYBOARD
.TP 8
.B \-\-noshortcuts \-\-shortcuts
- /* --[no]shortcuts */ wordwrap(sprintf(gettext(If \"%s\" mode, keyboard shortcuts (e.g., [Ctrl]+[S] for Save) will be disabled. Default mode is for shortcuts to be enabled."), "--noshortcuts")) . "\n" ?>
+If "--noshortcuts" mode, keyboard shortcuts (e.g., [Ctrl]+[S] for Save)
+will be disabled. Default mode is for shortcuts to be enabled.
.SS MOUSE AND ACCESSIBILITY
.TP 8
@@ -457,7 +458,9 @@ the wheel.
.TP 8
.B \-\-mouse-accessibility
-例えば「せん」ツールなどでは、マウスをクリックしてドラッグした後にマウスボタンを放すというのが標準の操作ですが、このモードを設定すると、マウスをクリックしてからマウスを動かした後に再度マウスをクリックするという操作になります。
+In this mode, instead of clicking, dragging and releasing (e.g., to draw),
+you click, move, and click again to end the motion. ("Sticky mouse
+clicks.")
.TP 8
.B \-\-keyboard \-\-mouse
@@ -543,7 +546,10 @@ to various tools within Tux Paint.
.PD 0
.TP 2
-
-brush | Brush
+brush | Paint
+.TP 2
+-
+stamp | Stamp
.TP 2
-
lines | Lines
@@ -682,8 +688,8 @@ test environment.
.TP 8
.B \-\-autosave \-\-noautosave
-The --autosave option prevents ITux PaintP from asking whether you want
-to save the current picture when quitting, and assumes you do.
+The --autosave option prevents Tux Paint from asking whether you want to
+save the current picture when quitting, and assumes you do.
.SH OPTIONS - DATA FILES
.l
From de778ec1e1f48f1ede41fd920bb4b8f8b206a162 Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Sun, 29 Aug 2021 22:50:23 -0700
Subject: [PATCH 17/48] OPTIONS has TOC now; mend some '\n's in manpage
---
docs/en/OPTIONS.txt | 30 +++++-
docs/en/html/OPTIONS.html | 154 +++++++++++++++++++++++++----
docs/es_ES.UTF-8/OPTIONS.txt | 30 +++++-
docs/es_ES.UTF-8/html/OPTIONS.html | 154 +++++++++++++++++++++++++----
docs/fr_FR.UTF-8/OPTIONS.txt | 30 +++++-
docs/fr_FR.UTF-8/html/OPTIONS.html | 154 +++++++++++++++++++++++++----
docs/gl_ES.UTF-8/OPTIONS.txt | 30 +++++-
docs/gl_ES.UTF-8/html/OPTIONS.html | 154 +++++++++++++++++++++++++----
docs/ja_JP.UTF-8/OPTIONS.txt | 30 +++++-
docs/ja_JP.UTF-8/html/OPTIONS.html | 154 +++++++++++++++++++++++++----
man/en/tuxpaint.1 | 8 +-
man/es_ES.UTF-8/tuxpaint.1 | 8 +-
man/fr_FR.UTF-8/tuxpaint.1 | 8 +-
man/gl_ES.UTF-8/tuxpaint.1 | 8 +-
man/ja_JP.UTF-8/tuxpaint.1 | 8 +-
15 files changed, 835 insertions(+), 125 deletions(-)
diff --git a/docs/en/OPTIONS.txt b/docs/en/OPTIONS.txt
index 31ba1a8a0..bb2e46c1f 100644
--- a/docs/en/OPTIONS.txt
+++ b/docs/en/OPTIONS.txt
@@ -6,7 +6,33 @@ Options Documentation
Copyright © 2002-2021 by various contributors; see AUTHORS.
http://www.tuxpaint.org/
- August 8, 2021
+ August 29, 2021
+
+ ----------------------------------------------------------------------
+
+ +---------------------------------------------+
+ |Table of Contents |
+ |---------------------------------------------|
+ | * Tux Paint Config. |
+ | * Configuration File |
+ | * Available Options |
+ | * Video/Sound |
+ | * Mouse/Keyboard |
+ | * Simplification |
+ | * Languages |
+ | * Printing |
+ | * Saving |
+ | * Data |
+ | * Accessibility |
+ | * Joystick |
+ | * Overriding System Config. Options |
+ | * Command-Line Options |
+ | * Command-Line Informational Options |
+ | * Choosing a Different Language |
+ | * Available Languages |
+ | * Setting Your Environment's Locale |
+ | * Special Fonts |
+ +---------------------------------------------+
----------------------------------------------------------------------
@@ -1907,7 +1933,7 @@ Setting Your Environment's Locale
* Edit the value of the parameter "LANG" (create it, if it doesn't
exists).
- Special Fonts
+Special Fonts
Some languages require special fonts be installed. These font files
(which are in TrueType format (TTF)), are much too large to include
diff --git a/docs/en/html/OPTIONS.html b/docs/en/html/OPTIONS.html
index b8fc03d33..e5da34537 100644
--- a/docs/en/html/OPTIONS.html
+++ b/docs/en/html/OPTIONS.html
@@ -25,14 +25,100 @@
- August 8, 2021
+ August 29, 2021
+
+
+
+
+
+ Table of Contents
+
+
+
+
+
+ -
+ Tux Paint Config.
+
+ -
+ Configuration File
+
+ -
+ Available Options
+
+ -
+ Video/Sound
+
+ -
+ Mouse/Keyboard
+
+ -
+ Simplification
+
+ -
+ Languages
+
+ -
+ Printing
+
+ -
+ Saving
+
+ -
+ Data
+
+ -
+ Accessibility
+
+ -
+ Joystick
+
+
+
+ -
+ Overriding System Config. Options
+
+ -
+ Command-Line Options
+
+
+ -
+ Choosing a Different Language
+
+ -
+ Available Languages
+
+ -
+ Setting Your Environment's Locale
+
+ -
+ Special Fonts
+
+
+
+
+
+
+
+
+
- Tux Paint Config.
+
+ Tux Paint Config.
+
@@ -43,7 +129,9 @@
noshade>
- Configuration File
+
+ Configuration File
+
@@ -115,7 +203,9 @@
noshade>
- Available Options
+
+ Available Options
+
@@ -123,7 +213,9 @@
- Video/Sound
+
+ Video/Sound
+
Video
@@ -273,7 +365,9 @@
- Mouse/Keyboard
+
+ Mouse/Keyboard
+
Cursor
@@ -380,7 +474,9 @@
- Simplification
+
+ Simplification
+
Interface Simplification
@@ -530,7 +626,9 @@
- Languages
+
+ Languages
+
Language
@@ -2143,7 +2241,9 @@
- Printing
+
+ Printing
+
Print Permissions
@@ -2313,7 +2413,9 @@
- Saving
+
+ Saving
+
Save Over Earlier Work
@@ -2490,7 +2592,9 @@
- Data
+
+ Data
+
Lockfile
@@ -2595,7 +2699,9 @@
- Accessibility
+
+ Accessibility
+
Mouse
@@ -2706,7 +2812,9 @@
- Joystick
+
+ Joystick
+
Main Device
@@ -2951,7 +3059,9 @@
noshade>
- Overriding System Config. Options
+
+ Overriding System Config. Options
+
@@ -3143,7 +3253,9 @@
noshade>
- Command-Line Informational Options
+
+ Command-Line Informational Options
+
@@ -3229,7 +3341,9 @@
Use the option "--lang help" to list the available language options available.
- Available Languages
+
+ Available Languages
+
@@ -5193,7 +5307,9 @@
- Setting Your Environment's Locale
+
+ Setting Your Environment's Locale
+
@@ -5267,10 +5383,10 @@
-
+
Special Fonts
-
+
diff --git a/docs/es_ES.UTF-8/OPTIONS.txt b/docs/es_ES.UTF-8/OPTIONS.txt
index b611eccd2..a5b4d6e8f 100644
--- a/docs/es_ES.UTF-8/OPTIONS.txt
+++ b/docs/es_ES.UTF-8/OPTIONS.txt
@@ -6,7 +6,33 @@ Options Documentation
Copyright © 2002-2021 by various contributors; see AUTHORS.
http://www.tuxpaint.org/
- agosto 8, 2021
+ agosto 29, 2021
+
+ ----------------------------------------------------------------------
+
+ +---------------------------------------------+
+ |Table of Contents |
+ |---------------------------------------------|
+ | * Tux Paint Config. |
+ | * Configuration File |
+ | * Available Options |
+ | * Video/Sound |
+ | * Mouse/Keyboard |
+ | * Simplification |
+ | * Languages |
+ | * Printing |
+ | * Saving |
+ | * Data |
+ | * Accessibility |
+ | * Joystick |
+ | * Overriding System Config. Options |
+ | * Command-Line Options |
+ | * Command-Line Informational Options |
+ | * Choosing a Different Language |
+ | * Available Languages |
+ | * Setting Your Environment's Locale |
+ | * Special Fonts |
+ +---------------------------------------------+
----------------------------------------------------------------------
@@ -1907,7 +1933,7 @@ Setting Your Environment's Locale
* Edit the value of the parameter "LANG" (create it, if it doesn't
exists).
- Special Fonts
+Special Fonts
Some languages require special fonts be installed. These font files
(which are in TrueType format (TTF)), are much too large to include
diff --git a/docs/es_ES.UTF-8/html/OPTIONS.html b/docs/es_ES.UTF-8/html/OPTIONS.html
index 91fa95ec4..194e3f51c 100644
--- a/docs/es_ES.UTF-8/html/OPTIONS.html
+++ b/docs/es_ES.UTF-8/html/OPTIONS.html
@@ -25,14 +25,100 @@
- agosto 8, 2021
+ agosto 29, 2021
+
+
+
+
+
+ Table of Contents
+
+
+
+
+
+ -
+ Tux Paint Config.
+
+ -
+ Configuration File
+
+ -
+ Available Options
+
+ -
+ Video/Sound
+
+ -
+ Mouse/Keyboard
+
+ -
+ Simplification
+
+ -
+ Languages
+
+ -
+ Printing
+
+ -
+ Saving
+
+ -
+ Data
+
+ -
+ Accessibility
+
+ -
+ Joystick
+
+
+
+ -
+ Overriding System Config. Options
+
+ -
+ Command-Line Options
+
+
+ -
+ Choosing a Different Language
+
+ -
+ Available Languages
+
+ -
+ Setting Your Environment's Locale
+
+ -
+ Special Fonts
+
+
+
+
+
+
+
+
+
- Tux Paint Config.
+
+ Tux Paint Config.
+
@@ -43,7 +129,9 @@
noshade>
- Configuration File
+
+ Configuration File
+
@@ -115,7 +203,9 @@
noshade>
- Available Options
+
+ Available Options
+
@@ -123,7 +213,9 @@
- Video/Sound
+
+ Video/Sound
+
Video
@@ -273,7 +365,9 @@
- Mouse/Keyboard
+
+ Mouse/Keyboard
+
Cursor
@@ -380,7 +474,9 @@
- Simplification
+
+ Simplification
+
Interface Simplification
@@ -530,7 +626,9 @@
- Languages
+
+ Languages
+
Language
@@ -2143,7 +2241,9 @@
- Printing
+
+ Printing
+
Print Permissions
@@ -2313,7 +2413,9 @@
- Saving
+
+ Saving
+
Save Over Earlier Work
@@ -2490,7 +2592,9 @@
- Data
+
+ Data
+
Lockfile
@@ -2595,7 +2699,9 @@
- Accessibility
+
+ Accessibility
+
Mouse
@@ -2706,7 +2812,9 @@
- Joystick
+
+ Joystick
+
Main Device
@@ -2951,7 +3059,9 @@
noshade>
- Overriding System Config. Options
+
+ Overriding System Config. Options
+
@@ -3143,7 +3253,9 @@
noshade>
- Command-Line Informational Options
+
+ Command-Line Informational Options
+
@@ -3229,7 +3341,9 @@
Use the option "--lang help" to list the available language options available.
- Available Languages
+
+ Available Languages
+
@@ -5193,7 +5307,9 @@
- Setting Your Environment's Locale
+
+ Setting Your Environment's Locale
+
@@ -5267,10 +5383,10 @@
-
+
Special Fonts
-
+
diff --git a/docs/fr_FR.UTF-8/OPTIONS.txt b/docs/fr_FR.UTF-8/OPTIONS.txt
index 71aec4ee4..e1631a50b 100644
--- a/docs/fr_FR.UTF-8/OPTIONS.txt
+++ b/docs/fr_FR.UTF-8/OPTIONS.txt
@@ -6,7 +6,33 @@ Documentation sur les options
Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.
http://www.tuxpaint.org/
- août 8, 2021
+ août 29, 2021
+
+ ----------------------------------------------------------------------
+
+ +---------------------------------------------------------------------+
+ |Table des matières |
+ |---------------------------------------------------------------------|
+ | * Configuration de Tux Paint. |
+ | * Fichier de configuration |
+ | * Options disponibles |
+ | * Video/Sound |
+ | * Mouse/Keyboard |
+ | * Simplification |
+ | * Languages |
+ | * Impression |
+ | * Sauvegarde |
+ | * Data |
+ | * Accessibility |
+ | * Joystick |
+ | * Écrasez des options de System Config |
+ | * Options de ligne de commande |
+ | * Options d'information en ligne de commande |
+ | * Choisir une autre langue |
+ | * Langues disponibles |
+ | * Définition des paramètres régionaux de votre environnement |
+ | * Polices spéciales |
+ +---------------------------------------------------------------------+
----------------------------------------------------------------------
@@ -2005,7 +2031,7 @@ Définition des paramètres régionaux de votre environnement
* Cliquez sur le bouton "Variables d'environnement ...".
* Édite la valeur du paramètre "LANG" (le crée s'il n'existe pas).
- Polices spéciales
+Polices spéciales
Certaines langues nécessitent l'installation de polices spéciales. Ces
fichiers de polices (qui sont au format TrueType (TTF)), sont beaucoup
diff --git a/docs/fr_FR.UTF-8/html/OPTIONS.html b/docs/fr_FR.UTF-8/html/OPTIONS.html
index d2fe28c38..83a369940 100644
--- a/docs/fr_FR.UTF-8/html/OPTIONS.html
+++ b/docs/fr_FR.UTF-8/html/OPTIONS.html
@@ -25,14 +25,100 @@
- août 8, 2021
+ août 29, 2021
+
+
+
+
+
+ Table des matières
+
+
+
+
+
+ -
+ Configuration de Tux Paint.
+
+ -
+ Fichier de configuration
+
+ -
+ Options disponibles
+
+ -
+ Video/Sound
+
+ -
+ Mouse/Keyboard
+
+ -
+ Simplification
+
+ -
+ Languages
+
+ -
+ Impression
+
+ -
+ Sauvegarde
+
+ -
+ Data
+
+ -
+ Accessibility
+
+ -
+ Joystick
+
+
+
+ -
+ Écrasez des options de System Config
+
+ -
+ Options de ligne de commande
+
+
+ -
+ Choisir une autre langue
+
+
+
+
+
+
+
+
- Configuration de Tux Paint.
+
+ Configuration de Tux Paint.
+
@@ -43,7 +129,9 @@
noshade>
- Fichier de configuration
+
+ Fichier de configuration
+
@@ -115,7 +203,9 @@
noshade>
- Options disponibles
+
+ Options disponibles
+
@@ -123,7 +213,9 @@
- Video/Sound
+
+ Video/Sound
+
Video
@@ -273,7 +365,9 @@
- Mouse/Keyboard
+
+ Mouse/Keyboard
+
Cursor
@@ -380,7 +474,9 @@
- Simplification
+
+ Simplification
+
Interface Simplification
@@ -530,7 +626,9 @@
- Languages
+
+ Languages
+
Language
@@ -2143,7 +2241,9 @@
- Impression
+
+ Impression
+
Print Permissions
@@ -2313,7 +2413,9 @@
- Sauvegarde
+
+ Sauvegarde
+
Save Over Earlier Work
@@ -2490,7 +2592,9 @@
- Data
+
+ Data
+
Lockfile
@@ -2595,7 +2699,9 @@
- Accessibility
+
+ Accessibility
+
Mouse
@@ -2706,7 +2812,9 @@
- Joystick
+
+ Joystick
+
Main Device
@@ -2951,7 +3059,9 @@
noshade>
- Écrasez des options de System Config
+
+ Écrasez des options de System Config
+
@@ -3143,7 +3253,9 @@
noshade>
- Options d'information en ligne de commande
+
+ Options d'information en ligne de commande
+
@@ -3229,7 +3341,9 @@
Utilisez l'option "--lang help" pour lister les options disponibles pour les langues disponibles.
- Langues disponibles
+
+ Langues disponibles
+
@@ -5193,7 +5307,9 @@
- Définition des paramètres régionaux de votre environnement
+
+ Définition des paramètres régionaux de votre environnement
+
@@ -5267,10 +5383,10 @@
-
+
Polices spéciales
-
+
diff --git a/docs/gl_ES.UTF-8/OPTIONS.txt b/docs/gl_ES.UTF-8/OPTIONS.txt
index e28ced6e8..07b5ce284 100644
--- a/docs/gl_ES.UTF-8/OPTIONS.txt
+++ b/docs/gl_ES.UTF-8/OPTIONS.txt
@@ -6,7 +6,33 @@ Documentación de opcións
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
http://www.tuxpaint.org/
- 8 de Agosto de 2021
+ 29 de Agosto de 2021
+
+ ----------------------------------------------------------------------
+
+ +----------------------------------------------------+
+ |Índice |
+ |----------------------------------------------------|
+ | * Tux Paint Config. |
+ | * Ficheiro de configuración |
+ | * Opcións dispoñíbeis |
+ | * Video/Sound |
+ | * Mouse/Keyboard |
+ | * Simplificación |
+ | * Languages |
+ | * Impresión |
+ | * Gardar |
+ | * Data |
+ | * Accessibility |
+ | * Joystick |
+ | * Anulación da configuración do sistema. Opcións |
+ | * Opcións da liña de ordes |
+ | * Opcións informativas da liña de ordes |
+ | * Escoller un idioma diferente |
+ | * Idiomas dispoñíbeis |
+ | * Axustar o idioma do seu contorno |
+ | * Tipos de letra especiais |
+ +----------------------------------------------------+
----------------------------------------------------------------------
@@ -1960,7 +1986,7 @@ Axustar o idioma do seu contorno
* Prema no botón «Variábeis de contorno...».
* Edite o valor do parámetr «LANG») (créeo, se non existe).
- Tipos de letra especiais
+Tipos de letra especiais
Algúns idiomas requiren que se instalen tipos de letra especiais.
Estes ficheiros de letra (que están en formato TrueType (TTF)), son
diff --git a/docs/gl_ES.UTF-8/html/OPTIONS.html b/docs/gl_ES.UTF-8/html/OPTIONS.html
index 205627529..ddd87f26c 100644
--- a/docs/gl_ES.UTF-8/html/OPTIONS.html
+++ b/docs/gl_ES.UTF-8/html/OPTIONS.html
@@ -25,14 +25,100 @@
- 8 de Agosto de 2021
+ 29 de Agosto de 2021
+
+
+
+
+
+ Índice
+
+
+
+
+
+ -
+ Tux Paint Config.
+
+ -
+ Ficheiro de configuración
+
+ -
+ Opcións dispoñíbeis
+
+ -
+ Video/Sound
+
+ -
+ Mouse/Keyboard
+
+ -
+ Simplificación
+
+ -
+ Languages
+
+ -
+ Impresión
+
+ -
+ Gardar
+
+ -
+ Data
+
+ -
+ Accessibility
+
+ -
+ Joystick
+
+
+
+ -
+ Anulación da configuración do sistema. Opcións
+
+ -
+ Opcións da liña de ordes
+
+
+ -
+ Escoller un idioma diferente
+
+ -
+ Idiomas dispoñíbeis
+
+ -
+ Axustar o idioma do seu contorno
+
+ -
+ Tipos de letra especiais
+
+
+
+
+
+
+
+
+
- Tux Paint Config.
+
+ Tux Paint Config.
+
@@ -43,7 +129,9 @@
noshade>
- Ficheiro de configuración
+
+ Ficheiro de configuración
+
@@ -115,7 +203,9 @@
noshade>
- Opcións dispoñíbeis
+
+ Opcións dispoñíbeis
+
@@ -123,7 +213,9 @@
- Video/Sound
+
+ Video/Sound
+
Video
@@ -273,7 +365,9 @@
- Mouse/Keyboard
+
+ Mouse/Keyboard
+
Cursor
@@ -380,7 +474,9 @@
- Simplificación
+
+ Simplificación
+
Interface Simplification
@@ -530,7 +626,9 @@
- Languages
+
+ Languages
+
Language
@@ -2143,7 +2241,9 @@
- Impresión
+
+ Impresión
+
Print Permissions
@@ -2313,7 +2413,9 @@
- Gardar
+
+ Gardar
+
Save Over Earlier Work
@@ -2490,7 +2592,9 @@
- Data
+
+ Data
+
Lockfile
@@ -2595,7 +2699,9 @@
- Accessibility
+
+ Accessibility
+
Mouse
@@ -2706,7 +2812,9 @@
- Joystick
+
+ Joystick
+
Main Device
@@ -2951,7 +3059,9 @@
noshade>
- Anulación da configuración do sistema. Opcións
+
+ Anulación da configuración do sistema. Opcións
+
@@ -3143,7 +3253,9 @@
noshade>
- Opcións informativas da liña de ordes
+
+ Opcións informativas da liña de ordes
+
@@ -3229,7 +3341,9 @@
Use a opción «--lang help» para listar as opcións de idioma dispoñíbeis.
- Idiomas dispoñíbeis
+
+ Idiomas dispoñíbeis
+
@@ -5193,7 +5307,9 @@
- Axustar o idioma do seu contorno
+
+ Axustar o idioma do seu contorno
+
@@ -5267,10 +5383,10 @@
-
+
Tipos de letra especiais
-
+
diff --git a/docs/ja_JP.UTF-8/OPTIONS.txt b/docs/ja_JP.UTF-8/OPTIONS.txt
index 621dc9fd3..232060ade 100644
--- a/docs/ja_JP.UTF-8/OPTIONS.txt
+++ b/docs/ja_JP.UTF-8/OPTIONS.txt
@@ -6,7 +6,33 @@
Copyright © 2002-2021 by various contributors; "AUTHORS" 参照.
http://www.tuxpaint.org/
- 2021年8月 8日
+ 2021年8月29日
+
+ ----------------------------------------------------------------------
+
+ +---------------------------------+
+ |目次 |
+ |---------------------------------|
+ | * Tux Paint 設定ツール |
+ | * 設定ファイルについて |
+ | * 利用可能なオプション |
+ | * Video/Sound |
+ | * Mouse/Keyboard |
+ | * Simplification |
+ | * Languages |
+ | * Printing |
+ | * Saving |
+ | * Data |
+ | * Accessibility |
+ | * Joystick |
+ | * システム全体の設定を上書きする |
+ | * コマンドラインオプション |
+ | * 情報を表示するためのコマンドラインオプション |
+ | * 使用する言語の選択 |
+ | * 利用可能な言語 |
+ | * 環境で使用する言語の設定 |
+ | * 言語固有のフォント |
+ +---------------------------------+
----------------------------------------------------------------------
@@ -1697,7 +1723,7 @@ Joystick
* "環境変数(N)..." ボタンをクリック。
* 環境変数 "LANG" の値を編集。(変数が設定されていなければ新たに作成)
- 言語固有のフォント
+言語固有のフォント
いくつかの言語では、専用のフォントが必要になります。TrueType(TTF)形式のフォントファイルは、サイズが非常に大きいので、Tux
Paint のダウンロードファイルには含めず、個別にダウンロードできるようにしています。("使用する言語の選択"の項の表を参照してください)
diff --git a/docs/ja_JP.UTF-8/html/OPTIONS.html b/docs/ja_JP.UTF-8/html/OPTIONS.html
index 1e7fe13d5..3d021d3d5 100644
--- a/docs/ja_JP.UTF-8/html/OPTIONS.html
+++ b/docs/ja_JP.UTF-8/html/OPTIONS.html
@@ -25,14 +25,100 @@
- 2021年8月 8日
+ 2021年8月29日
+
+
+
+
+
+ 目次
+
+
+
+
+
+ -
+ Tux Paint 設定ツール
+
+ -
+ 設定ファイルについて
+
+ -
+ 利用可能なオプション
+
+ -
+ Video/Sound
+
+ -
+ Mouse/Keyboard
+
+ -
+ Simplification
+
+ -
+ Languages
+
+ -
+ Printing
+
+ -
+ Saving
+
+ -
+ Data
+
+ -
+ Accessibility
+
+ -
+ Joystick
+
+
+
+ -
+ システム全体の設定を上書きする
+
+ -
+ コマンドラインオプション
+
+ -
+ 情報を表示するためのコマンドラインオプション
+
+
+
+ -
+ 使用する言語の選択
+
+ -
+ 利用可能な言語
+
+ -
+ 環境で使用する言語の設定
+
+ -
+ 言語固有のフォント
+
+
+
+
+
+
+
+
+
- Tux Paint 設定ツール
+
+ Tux Paint 設定ツール
+
@@ -43,7 +129,9 @@
noshade>
- 設定ファイルについて
+
+ 設定ファイルについて
+
@@ -115,7 +203,9 @@
noshade>
- 利用可能なオプション
+
+ 利用可能なオプション
+
@@ -123,7 +213,9 @@
- Video/Sound
+
+ Video/Sound
+
Video
@@ -273,7 +365,9 @@
- Mouse/Keyboard
+
+ Mouse/Keyboard
+
Cursor
@@ -380,7 +474,9 @@
- Simplification
+
+ Simplification
+
Interface Simplification
@@ -530,7 +626,9 @@
- Languages
+
+ Languages
+
Language
@@ -2143,7 +2241,9 @@
- Printing
+
+ Printing
+
Print Permissions
@@ -2313,7 +2413,9 @@
- Saving
+
+ Saving
+
Save Over Earlier Work
@@ -2490,7 +2592,9 @@
- Data
+
+ Data
+
Lockfile
@@ -2595,7 +2699,9 @@
- Accessibility
+
+ Accessibility
+
Mouse
@@ -2706,7 +2812,9 @@
- Joystick
+
+ Joystick
+
Main Device
@@ -2951,7 +3059,9 @@
noshade>
- システム全体の設定を上書きする
+
+ システム全体の設定を上書きする
+
@@ -3143,7 +3253,9 @@
noshade>
- 情報を表示するためのコマンドラインオプション
+
+ 情報を表示するためのコマンドラインオプション
+
@@ -3229,7 +3341,9 @@
"--lang help" オプションを用いれば、利用可能な全ての言語の一覧が表示されます。
- 利用可能な言語
+
+ 利用可能な言語
+
@@ -5193,7 +5307,9 @@
- 環境で使用する言語の設定
+
+ 環境で使用する言語の設定
+
@@ -5267,10 +5383,10 @@
-
+
言語固有のフォント
-
+
diff --git a/man/en/tuxpaint.1 b/man/en/tuxpaint.1
index ea5d3abf0..fb5f7ca80 100644
--- a/man/en/tuxpaint.1
+++ b/man/en/tuxpaint.1
@@ -635,8 +635,8 @@ Paint starts up, and setting changes will be saved for next time.
.SS PRINT COMMANDS
.TP 8
.B \-\-printcommand \fICOMMAND\fP
-(Only when PostScript printing is used.)
-Have Tux Paint print via an alternate command, rather than lpr(1).
+(Only when PostScript printing is used.) Have Tux Paint print via an
+alternate command, rather than lpr(1).
.TP 8
.B \-\-altprintcommand \fICOMMAND\fP
@@ -711,8 +711,8 @@ or 3-digit hexadecimal, and followed by a description. (For example,
.l
\fItuxpaint\fP accepts the following options to alter the language used by
Tux Paint's interface, and other related settings. They can be used along
-with, instead of, or to override options set in configuration
-files. (See below.)
+with, instead of, or to override options set in configuration files. (See
+below.)
.l
Various parts of Tux Paint have been translated into numerous languages.
diff --git a/man/es_ES.UTF-8/tuxpaint.1 b/man/es_ES.UTF-8/tuxpaint.1
index 9321c238c..a8aa2d91e 100644
--- a/man/es_ES.UTF-8/tuxpaint.1
+++ b/man/es_ES.UTF-8/tuxpaint.1
@@ -635,8 +635,8 @@ Paint starts up, and setting changes will be saved for next time.
.SS PRINT COMMANDS
.TP 8
.B \-\-printcommand \fICOMMAND\fP
-(Only when PostScript printing is used.)
-Have Tux Paint print via an alternate command, rather than lpr(1).
+(Only when PostScript printing is used.) Have Tux Paint print via an
+alternate command, rather than lpr(1).
.TP 8
.B \-\-altprintcommand \fICOMMAND\fP
@@ -711,8 +711,8 @@ or 3-digit hexadecimal, and followed by a description. (For example,
.l
\fItuxpaint\fP accepts the following options to alter the language used by
Tux Paint's interface, and other related settings. They can be used along
-with, instead of, or to override options set in configuration
-files. (See below.)
+with, instead of, or to override options set in configuration files. (See
+below.)
.l
Various parts of Tux Paint have been translated into numerous languages.
diff --git a/man/fr_FR.UTF-8/tuxpaint.1 b/man/fr_FR.UTF-8/tuxpaint.1
index 2ec0fdbdc..62ba10144 100644
--- a/man/fr_FR.UTF-8/tuxpaint.1
+++ b/man/fr_FR.UTF-8/tuxpaint.1
@@ -640,8 +640,8 @@ Paint starts up, and setting changes will be saved for next time.
.SS PRINT COMMANDS
.TP 8
.B \-\-printcommand \fICOMMAND\fP
-(Only when PostScript printing is used.)
-Have Tux Paint print via an alternate command, rather than lpr(1).
+(Only when PostScript printing is used.) Have Tux Paint print via an
+alternate command, rather than lpr(1).
.TP 8
.B \-\-altprintcommand \fICOMMAND\fP
@@ -716,8 +716,8 @@ or 3-digit hexadecimal, and followed by a description. (For example,
.l
\fItuxpaint\fP accepts the following options to alter the language used by
Tux Paint's interface, and other related settings. They can be used along
-with, instead of, or to override options set in configuration
-files. (See below.)
+with, instead of, or to override options set in configuration files. (See
+below.)
.l
Various parts of Tux Paint have been translated into numerous languages.
diff --git a/man/gl_ES.UTF-8/tuxpaint.1 b/man/gl_ES.UTF-8/tuxpaint.1
index e94f55eff..da76a387e 100644
--- a/man/gl_ES.UTF-8/tuxpaint.1
+++ b/man/gl_ES.UTF-8/tuxpaint.1
@@ -639,8 +639,8 @@ Paint starts up, and setting changes will be saved for next time.
.SS PRINT COMMANDS
.TP 8
.B \-\-printcommand \fIORDE\fP
-(Only when PostScript printing is used.)
-Have Tux Paint print via an alternate command, rather than lpr(1).
+(Only when PostScript printing is used.) Have Tux Paint print via an
+alternate command, rather than lpr(1).
.TP 8
.B \-\-altprintcommand \fIORDE\fP
@@ -715,8 +715,8 @@ or 3-digit hexadecimal, and followed by a description. (For example,
.l
\fItuxpaint\fP accepts the following options to alter the language used by
Tux Paint's interface, and other related settings. They can be used along
-with, instead of, or to override options set in configuration
-files. (See below.)
+with, instead of, or to override options set in configuration files. (See
+below.)
.l
Various parts of Tux Paint have been translated into numerous languages.
diff --git a/man/ja_JP.UTF-8/tuxpaint.1 b/man/ja_JP.UTF-8/tuxpaint.1
index a74d9a1a3..31da4471f 100644
--- a/man/ja_JP.UTF-8/tuxpaint.1
+++ b/man/ja_JP.UTF-8/tuxpaint.1
@@ -638,8 +638,8 @@ Paint starts up, and setting changes will be saved for next time.
.SS PRINT COMMANDS
.TP 8
.B \-\-printcommand \fICOMMAND\fP
-(Only when PostScript printing is used.)
-Have Tux Paint print via an alternate command, rather than lpr(1).
+(Only when PostScript printing is used.) Have Tux Paint print via an
+alternate command, rather than lpr(1).
.TP 8
.B \-\-altprintcommand \fICOMMAND\fP
@@ -714,8 +714,8 @@ or 3-digit hexadecimal, and followed by a description. (For example,
.l
\fItuxpaint\fP accepts the following options to alter the language used by
Tux Paint's interface, and other related settings. They can be used along
-with, instead of, or to override options set in configuration
-files. (See below.)
+with, instead of, or to override options set in configuration files. (See
+below.)
.l
Various parts of Tux Paint have been translated into numerous languages.
From 1b911ad9480fb93a6498ffd12617e428d1912ff4 Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Sun, 29 Aug 2021 22:58:41 -0700
Subject: [PATCH 18/48] Add TOC to Advanced Stamps How-To
---
docs/CHANGES.txt | 5 +-
docs/en/ADVANCED-STAMPS-HOWTO.txt | 28 +++++++
docs/en/html/ADVANCED-STAMPS-HOWTO.html | 79 +++++++++++++++++--
docs/es_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt | 28 +++++++
.../html/ADVANCED-STAMPS-HOWTO.html | 79 +++++++++++++++++--
docs/fr_FR.UTF-8/ADVANCED-STAMPS-HOWTO.txt | 28 +++++++
.../html/ADVANCED-STAMPS-HOWTO.html | 79 +++++++++++++++++--
docs/gl_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt | 28 +++++++
.../html/ADVANCED-STAMPS-HOWTO.html | 79 +++++++++++++++++--
docs/ja_JP.UTF-8/ADVANCED-STAMPS-HOWTO.txt | 28 +++++++
.../html/ADVANCED-STAMPS-HOWTO.html | 79 +++++++++++++++++--
11 files changed, 514 insertions(+), 26 deletions(-)
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index 999008074..8018c08be 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -8,7 +8,7 @@ http://www.tuxpaint.org/
$Id$
-2021.August.15 (0.9.27)
+2021.August.29 (0.9.27)
* Documentation updates
---------------------
* Ensured Tux Paint's built-in help ("tuxpaint --help"),
@@ -28,6 +28,9 @@ $Id$
'tuxpaint-docs' project, just like the HTML & plaintext
documentation files (since 0.9.26).
+ * Added table of contents to some documentation
+ (OPTIONS, "Advanced Stamps 'How-To'").
+
2021.June.28 (0.9.26)
* New Features
------------
diff --git a/docs/en/ADVANCED-STAMPS-HOWTO.txt b/docs/en/ADVANCED-STAMPS-HOWTO.txt
index 41b27b77c..48b73423d 100644
--- a/docs/en/ADVANCED-STAMPS-HOWTO.txt
+++ b/docs/en/ADVANCED-STAMPS-HOWTO.txt
@@ -4,6 +4,24 @@
Copyright © 2006-2021 by Albert Cahalan and others; see AUTHORS.
http://www.tuxpaint.org/
+ August 29, 2021
+
+ ----------------------------------------------------------------------
+
+ +----------------------------------------+
+ |Table of Contents |
+ |----------------------------------------|
+ | * About this 'How-To' |
+ | * Image choice is crucial |
+ | * Prepare the mask |
+ | * Replace the fringe and junk pixels |
+ | * Save the image for Tux Paint |
+ +----------------------------------------+
+
+ ----------------------------------------------------------------------
+
+ ----------------------------------------------------------------------
+
About this 'How-To'
This 'How-To' assumes that you want to make an excellent Tux Paint
@@ -18,6 +36,8 @@ About this 'How-To'
also best done with custom software, but are not troublesome to do as
follows.
+ ----------------------------------------------------------------------
+
Image choice is crucial
License
@@ -66,6 +86,8 @@ Image choice is crucial
will need to draw new ones. If only one is buried, you might be able
to copy the other one as a replacement.
+ ----------------------------------------------------------------------
+
Prepare the image
First of all, be sure to avoid re-saving the image as a JPEG. This
@@ -101,6 +123,8 @@ Prepare the image
normally. This would cause data loss. You will be given special scaling
instructions later.
+ ----------------------------------------------------------------------
+
Prepare the mask
Get used to doing [Ctrl]-click and [Alt]-click on the thumbnail images
@@ -161,6 +185,8 @@ Prepare the mask
expected color. Invert the selection, then paint these away using the
pencil tool. Do this operation for both white and black.
+ ----------------------------------------------------------------------
+
Replace the fringe and junk pixels
Still viewing the mask, select by color. Choose black. Shrink the
@@ -222,6 +248,8 @@ Replace the fringe and junk pixels
edge, you should use the pencil tool (or sloppy select with
drag-and-drop color) to ensure that the result will compress well.
+ ----------------------------------------------------------------------
+
Save the image for Tux Paint
It is very easy to ruin your hard work. Image editors can silently
diff --git a/docs/en/html/ADVANCED-STAMPS-HOWTO.html b/docs/en/html/ADVANCED-STAMPS-HOWTO.html
index 7d30a7bce..16cfce922 100644
--- a/docs/en/html/ADVANCED-STAMPS-HOWTO.html
+++ b/docs/en/html/ADVANCED-STAMPS-HOWTO.html
@@ -23,10 +23,56 @@
Copyright © 2006-2021 by Albert Cahalan and others; see AUTHORS.
http://www.tuxpaint.org/
+
+
+ August 29, 2021
+
+
+
+
+
+ Table of Contents
+
+
+
+
+
+ -
+ About this 'How-To'
+
+ -
+ Image choice is crucial
+
+ -
+ Prepare the mask
+
+ -
+ Replace the fringe and junk pixels
+
+ -
+ Save the image for Tux Paint
+
+
+
+
+
+
+
+
+
+
- About this 'How-To'
+
+ About this 'How-To'
+
@@ -36,8 +82,13 @@
This 'How-To' assumes you are dealing with normal opaque objects. Dealing with semi-transparent objects (fire, moving fan blade, kid's balloon) or light-giving objects (fire, lightbulb, sun) is best done with custom software. Images with perfect solid-color backgrounds are also best done with custom software, but are not troublesome to do as follows.
+
+
- Image choice is crucial
+
+ Image choice is crucial
+
@@ -78,6 +129,9 @@
+
+
Prepare the image
@@ -116,8 +170,13 @@
Warning: once you have the mask, you may not rotate or scale the image normally. This would cause data loss. You will be given special scaling instructions later.
+
+
- Prepare the mask
+
+ Prepare the mask
+
@@ -151,8 +210,13 @@
View and edit the mask. Select by color, choosing either black or white. Most likely you will see unselected specks that are not quite the expected color. Invert the selection, then paint these away using the pencil tool. Do this operation for both white and black.
+
+
- Replace the fringe and junk pixels
+
+ Replace the fringe and junk pixels
+
@@ -188,8 +252,13 @@
Tux Paint can scale images down by a very large factor, so it is important to extend the edge of your object outward by a great deal. Right at the edge of your object, you should be very accurate about this. As you go outward away from the object, you can get a bit sloppy. It is reasonable to paint outward by a dozen pixels or more. The farther you go, the more Tux Paint can scale down without creating ugly color fringes. For areas that are more than a few pixels away from the object edge, you should use the pencil tool (or sloppy select with drag-and-drop color) to ensure that the result will compress well.
+
+
- Save the image for Tux Paint
+
+ Save the image for Tux Paint
+
diff --git a/docs/es_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt b/docs/es_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt
index c9ed128de..76d7d0d60 100644
--- a/docs/es_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt
+++ b/docs/es_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt
@@ -4,6 +4,24 @@
Copyright © 2006-2021 by Albert Cahalan and others; see AUTHORS.
http://www.tuxpaint.org/
+ agosto 29, 2021
+
+ ----------------------------------------------------------------------
+
+ +----------------------------------------+
+ |Table of Contents |
+ |----------------------------------------|
+ | * About this 'How-To' |
+ | * Image choice is crucial |
+ | * Prepare the mask |
+ | * Replace the fringe and junk pixels |
+ | * Save the image for Tux Paint |
+ +----------------------------------------+
+
+ ----------------------------------------------------------------------
+
+ ----------------------------------------------------------------------
+
About this 'How-To'
This 'How-To' assumes that you want to make an excellent Tux Paint
@@ -18,6 +36,8 @@ About this 'How-To'
also best done with custom software, but are not troublesome to do as
follows.
+ ----------------------------------------------------------------------
+
Image choice is crucial
License
@@ -66,6 +86,8 @@ Image choice is crucial
will need to draw new ones. If only one is buried, you might be able
to copy the other one as a replacement.
+ ----------------------------------------------------------------------
+
Prepare the image
First of all, be sure to avoid re-saving the image as a JPEG. This
@@ -101,6 +123,8 @@ Prepare the image
normally. This would cause data loss. You will be given special scaling
instructions later.
+ ----------------------------------------------------------------------
+
Prepare the mask
Get used to doing [Ctrl]-click and [Alt]-click on the thumbnail images
@@ -161,6 +185,8 @@ Prepare the mask
expected color. Invert the selection, then paint these away using the
pencil tool. Do this operation for both white and black.
+ ----------------------------------------------------------------------
+
Replace the fringe and junk pixels
Still viewing the mask, select by color. Choose black. Shrink the
@@ -222,6 +248,8 @@ Replace the fringe and junk pixels
edge, you should use the pencil tool (or sloppy select with
drag-and-drop color) to ensure that the result will compress well.
+ ----------------------------------------------------------------------
+
Save the image for Tux Paint
It is very easy to ruin your hard work. Image editors can silently
diff --git a/docs/es_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html b/docs/es_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
index 8ef96acf9..8f494c001 100644
--- a/docs/es_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
+++ b/docs/es_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
@@ -23,10 +23,56 @@
Copyright © 2006-2021 by Albert Cahalan and others; see AUTHORS.
http://www.tuxpaint.org/
+
+
+ agosto 29, 2021
+
+
+
+
+
+ Table of Contents
+
+
+
+
+
+ -
+ About this 'How-To'
+
+ -
+ Image choice is crucial
+
+ -
+ Prepare the mask
+
+ -
+ Replace the fringe and junk pixels
+
+ -
+ Save the image for Tux Paint
+
+
+
+
+
+
+
+
+
+
- About this 'How-To'
+
+ About this 'How-To'
+
@@ -36,8 +82,13 @@
This 'How-To' assumes you are dealing with normal opaque objects. Dealing with semi-transparent objects (fire, moving fan blade, kid's balloon) or light-giving objects (fire, lightbulb, sun) is best done with custom software. Images with perfect solid-color backgrounds are also best done with custom software, but are not troublesome to do as follows.
+
+
- Image choice is crucial
+
+ Image choice is crucial
+
@@ -78,6 +129,9 @@
+
+
Prepare the image
@@ -116,8 +170,13 @@
Warning: once you have the mask, you may not rotate or scale the image normally. This would cause data loss. You will be given special scaling instructions later.
+
+
- Prepare the mask
+
+ Prepare the mask
+
@@ -151,8 +210,13 @@
View and edit the mask. Select by color, choosing either black or white. Most likely you will see unselected specks that are not quite the expected color. Invert the selection, then paint these away using the pencil tool. Do this operation for both white and black.
+
+
- Replace the fringe and junk pixels
+
+ Replace the fringe and junk pixels
+
@@ -188,8 +252,13 @@
Tux Paint can scale images down by a very large factor, so it is important to extend the edge of your object outward by a great deal. Right at the edge of your object, you should be very accurate about this. As you go outward away from the object, you can get a bit sloppy. It is reasonable to paint outward by a dozen pixels or more. The farther you go, the more Tux Paint can scale down without creating ugly color fringes. For areas that are more than a few pixels away from the object edge, you should use the pencil tool (or sloppy select with drag-and-drop color) to ensure that the result will compress well.
+
+
- Save the image for Tux Paint
+
+ Save the image for Tux Paint
+
diff --git a/docs/fr_FR.UTF-8/ADVANCED-STAMPS-HOWTO.txt b/docs/fr_FR.UTF-8/ADVANCED-STAMPS-HOWTO.txt
index 3e7148037..6d94c2f21 100644
--- a/docs/fr_FR.UTF-8/ADVANCED-STAMPS-HOWTO.txt
+++ b/docs/fr_FR.UTF-8/ADVANCED-STAMPS-HOWTO.txt
@@ -4,6 +4,24 @@
Copyright &copie; 2006-2021 par Albert Cahalan et d'autres; voir AUTHORS.
http://www.tuxpaint.org/
+ août 29, 2021
+
+ ----------------------------------------------------------------------
+
+ +----------------------------------------------------+
+ |Table des matières |
+ |----------------------------------------------------|
+ | * À propos de ce 'guide pratique' |
+ | * Le choix de l'image est crucial |
+ | * Préparez le masque |
+ | * Remplacer la frange et les pixels indésirables |
+ | * Sauvegarder l'image pour Tux Paint |
+ +----------------------------------------------------+
+
+ ----------------------------------------------------------------------
+
+ ----------------------------------------------------------------------
+
À propos de ce 'guide pratique'
Ce 'guide pratique' suppose que vous vouliez créer un excellent tampon
@@ -18,6 +36,8 @@
de parfaits arrière-plans de couleur unie sont mieux réalisées avec un
logiciel adapté, mais ne posent pas de problèmes avec ce qui suit.
+ ----------------------------------------------------------------------
+
Le choix de l'image est crucial
Licence
@@ -74,6 +94,8 @@ Le choix de l'image est crucial
camouflée, vous devriez pouvoir effectuer un copié-collé pour le
remplacement.
+ ----------------------------------------------------------------------
+
Préparez l'image
Tout d'abord, ne re-sauvegardez pas une image au format JPEG. Cela
@@ -116,6 +138,8 @@ Préparez l'image
de données. On vous donnera plus tard des instructions pour la mise à
l'échelle.
+ ----------------------------------------------------------------------
+
Préparez le masque
Prenez l'habitude de faire un [Ctrl]-clic et un [Alt]-clic sur les
@@ -180,6 +204,8 @@ Préparez le masque
sélection, et coloriez les avec l'outil crayon. Faites ces opérations
pour le blanc et le noir.
+ ----------------------------------------------------------------------
+
Remplacer la frange et les pixels indésirables
Toujours en regardant le masque, sélectionnez par couleur. Choisissez le
@@ -250,6 +276,8 @@ Remplacer la frange et les pixels indésirables
l'outil Crayon (ou une vague sélection avec une couleur en
glisser-déposer) pour vous assurer que le résultat se compressera bien.
+ ----------------------------------------------------------------------
+
Sauvegarder l'image pour Tux Paint
Il est très facile de gâcher votre travail, lui qui vous a demandé
diff --git a/docs/fr_FR.UTF-8/html/ADVANCED-STAMPS-HOWTO.html b/docs/fr_FR.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
index 9f24f6971..8dc599921 100644
--- a/docs/fr_FR.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
+++ b/docs/fr_FR.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
@@ -23,10 +23,56 @@
Copyright &copie; 2006-2021 par Albert Cahalan et d'autres; voir AUTHORS.
http://www.tuxpaint.org/
+
+
+ août 29, 2021
+
+
+
+
+
+ Table des matières
+
+
+
+
+
+
+
+
+
+
+
+
+
- À propos de ce 'guide pratique'
+
+ À propos de ce 'guide pratique'
+
@@ -36,8 +82,13 @@
Ce 'guide pratique' suppose que vous travaillez avec des objets normalement opaques. Pour des objets semi-transparents (flamme, hélice de ventilateur en mouvement) ou des objets luminescents (feu, ampoule, soleil) mieux vaut travailler avec un logiciel adapté. Des images avec de parfaits arrière-plans de couleur unie sont mieux réalisées avec un logiciel adapté, mais ne posent pas de problèmes avec ce qui suit.
+
+
- Le choix de l'image est crucial
+
+ Le choix de l'image est crucial
+
@@ -78,6 +129,9 @@
+
+
Préparez l'image
@@ -116,8 +170,13 @@
Attention : une fois que avez le masque, vous ne pourrez plus tourner ou modifier la taille de l'image normalement. Cela entraînerait des pertes de données. On vous donnera plus tard des instructions pour la mise à l'échelle.
+
+
- Préparez le masque
+
+ Préparez le masque
+
@@ -151,8 +210,13 @@
Affichez et modifiez le masque. Sélectionnez par couleur, en choisissant le noir ou le blanc. Vous verrez sûrement des tâches non sélectionnées qui ne sont pas tout à fait à la couleur attendue. Inversez la sélection, et coloriez les avec l'outil crayon. Faites ces opérations pour le blanc et le noir.
+
+
- Remplacer la frange et les pixels indésirables
+
+ Remplacer la frange et les pixels indésirables
+
@@ -189,8 +253,13 @@ déposez cette couleur dans la sélection, supprimant ainsi la plupart des pixel
Tux Paint peut réduire considérablement la taille des images, il est donc important d'étendre considérablement le bord de votre objet vers l'extérieur. Juste au bord de votre objet, vous devez être très précis sur ce point. Lorsque vous vous éloignez de l'objet, cela risque de faire négligé. Il est raisonnable de peindre vers l'extérieur sur une douzaine de pixels ou plus. Plus vous irez loin, plus Tux Paint pourra réduire la taille sans créer de franges avec des couleurs moches. Pour les zones situées à plus de quelques pixels du bord, vous devez utiliser l'outil Crayon (ou une vague sélection avec une couleur en glisser-déposer) pour vous assurer que le résultat se compressera bien.
+
+
- Sauvegarder l'image pour Tux Paint
+
+ Sauvegarder l'image pour Tux Paint
+
diff --git a/docs/gl_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt b/docs/gl_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt
index 8e0f88c3c..b85df20ca 100644
--- a/docs/gl_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt
+++ b/docs/gl_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt
@@ -4,6 +4,24 @@
Copyright © 2006-2021 por Albert Cahalan e outros; vexa AUTHORS (AUTORES).
http://www.tuxpaint.org/
+ 29 de Agosto de 2021
+
+ ----------------------------------------------------------------------
+
+ +-------------------------------------------+
+ |Índice |
+ |-------------------------------------------|
+ | * Sobre este «Como facelo» |
+ | * A elección da imaxe é crucial |
+ | * Preparar a máscara |
+ | * Substituír a franxa e os píxeles lixo |
+ | * Gardar a imaxe para Tux Paint |
+ +-------------------------------------------+
+
+ ----------------------------------------------------------------------
+
+ ----------------------------------------------------------------------
+
Sobre este «Como facelo»
Este «Como facelo» supón que quere facer un excelente selo de Tux Paint,
@@ -18,6 +36,8 @@ Sobre este «Como facelo»
sólida perfectos tamén se fan mellor con software personalizado, pero
non son difíciles de facer do seguinte xeito.
+ ----------------------------------------------------------------------
+
A elección da imaxe é crucial
Licenza
@@ -71,6 +91,8 @@ A elección da imaxe é crucial
que debuxar outros novos. Se só un está enterrado, pode que poida
copiar o outro como substituto.
+ ----------------------------------------------------------------------
+
Preparar a imaxe
Primeiro de todo, asegúrese de evitar gardar de novo a imaxe como JPEG.
@@ -108,6 +130,8 @@ Preparar a imaxe
imaxe normalmente. Isto provocaría a perda de datos. Máis adiante se lle
darán instrucións especiais de escalado.
+ ----------------------------------------------------------------------
+
Preparar a máscara
Acostúmese a facer [Ctrl]-premer e [Alt]-premer nas imaxes en miniatura
@@ -167,6 +191,8 @@ Preparar a máscara
agardada. Inverta a selección e logo pínteas coa ferramenta de lapis.
Faga esta operación tanto para branco como para negro.
+ ----------------------------------------------------------------------
+
Substituír a franxa e os píxeles lixo
Se sigue a ver a máscara, seleccione por cor. Escolla o negro. Reduza a
@@ -231,6 +257,8 @@ Substituír a franxa e os píxeles lixo
empregar a ferramenta de lapis (ou seleccionar arrastrar e soltar cor)
para garantir que o resultado se comprime ben.
+ ----------------------------------------------------------------------
+
Gardar a imaxe para Tux Paint
É moi doado esnaquizar un traballo arreo. Os editores de imaxes poden
diff --git a/docs/gl_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html b/docs/gl_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
index 0607ae18d..92ccab855 100644
--- a/docs/gl_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
+++ b/docs/gl_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
@@ -23,10 +23,56 @@
Copyright © 2006-2021 por Albert Cahalan e outros; vexa AUTHORS (AUTORES).
http://www.tuxpaint.org/
+
+
+ 29 de Agosto de 2021
+
+
+
+
+
+ Índice
+
+
+
+
+
+ -
+ Sobre este «Como facelo»
+
+ -
+ A elección da imaxe é crucial
+
+ -
+ Preparar a máscara
+
+ -
+ Substituír a franxa e os píxeles lixo
+
+ -
+ Gardar a imaxe para Tux Paint
+
+
+
+
+
+
+
+
+
+
- Sobre este «Como facelo»
+
+ Sobre este «Como facelo»
+
@@ -36,8 +82,13 @@
Este «Como facelo» supón que está a tratar con obxectos opacos normais. O tratamento de obxectos semitransparentes (lume, ventilador en movemento, globo infantil) ou obxectos que dan luz (lume, bombilla, sol) faise mellor cun software personalizado. As imaxes con fondos de cor sólida perfectos tamén se fan mellor con software personalizado, pero non son difíciles de facer do seguinte xeito.
+
+
- A elección da imaxe é crucial
+
+ A elección da imaxe é crucial
+
@@ -78,6 +129,9 @@
+
+
Preparar a imaxe
@@ -116,8 +170,13 @@
Advertencia: unha vez que teña a máscara, non pode rotar nin escalar a imaxe normalmente. Isto provocaría a perda de datos. Máis adiante se lle darán instrucións especiais de escalado.
+
+
- Preparar a máscara
+
+ Preparar a máscara
+
@@ -151,8 +210,13 @@
Ver e editar a máscara. Seleccione por cor, escollendo negro ou branco. O máis probábel é que vexa pintas non seleccionadas que non son da cor agardada. Inverta a selección e logo pínteas coa ferramenta de lapis. Faga esta operación tanto para branco como para negro.
+
+
- Substituír a franxa e os píxeles lixo
+
+ Substituír a franxa e os píxeles lixo
+
@@ -188,8 +252,13 @@
Tux Paint pode reducir a escala das imaxes nun factor moi grande, polo que é importante estender moito o bordo do obxecto cara a fóra. Xusto no bordo do obxecto, debe ser moi preciso respecto diso. A medida que se afasta do o, pode ser un pouco desleixado. É razoábel pintar cara a fóra unha ducia de píxeles ou máis. Canto máis lonxe vaia, máis pode Tux Paint reducir sen crear franxas de cor feas. Para as áreas que están a máis duns poucos píxeles de distancia do bordo do obxecto, debería empregar a ferramenta de lapis (ou seleccionar arrastrar e soltar cor) para garantir que o resultado se comprime ben.
+
+
- Gardar a imaxe para Tux Paint
+
+ Gardar a imaxe para Tux Paint
+
diff --git a/docs/ja_JP.UTF-8/ADVANCED-STAMPS-HOWTO.txt b/docs/ja_JP.UTF-8/ADVANCED-STAMPS-HOWTO.txt
index 74f07b564..f57ba07f0 100644
--- a/docs/ja_JP.UTF-8/ADVANCED-STAMPS-HOWTO.txt
+++ b/docs/ja_JP.UTF-8/ADVANCED-STAMPS-HOWTO.txt
@@ -4,6 +4,24 @@
Copyright © 2006-2021 by Albert Cahalan ほか; "AUTHORS" 参照.
http://www.tuxpaint.org/
+ 2021年8月29日
+
+ ----------------------------------------------------------------------
+
+ +-----------------------+
+ |目次 |
+ |-----------------------|
+ | * この解説について |
+ | * 使用する画像の選択 |
+ | * マスクの設定 |
+ | * 縁取りと不要なピクセルの除去 |
+ | * Tux Paint 用の画像の保存 |
+ +-----------------------+
+
+ ----------------------------------------------------------------------
+
+ ----------------------------------------------------------------------
+
この解説について
この解説では、デジカメ写真などのJPEG画像をもとに、PNG形式で、高いクォリティの Tux Paint
@@ -11,6 +29,8 @@
扱う対象としては、通常の透明ではないものを前提としており、半透明のもの(火、動く扇風機の羽根、風船)や発光するもの(火、電球、太陽)を扱うには、専用のソフトウェアを使用するのが最適です。背景が完全なベタ塗りの画像も、専用のソフトを使うのが良いですが、以下のようにしても問題はありません。
+ ----------------------------------------------------------------------
+
使用する画像の選択
著作権
@@ -40,6 +60,8 @@
生き物の足や車のホイールなどにも注意が必要です。これらが何かに隠れて見えなくなっている場合は新しく描き足す必要があります。隠れているのが一部だけの場合は、他の部分をコピーして描き換えることができるかもしれません。
+ ----------------------------------------------------------------------
+
画像の準備
まず、画像をJPEGで保存し直さないようにしてください。これは品質低下の原因となります。jpegtranという特別なツールを使えば、品質を維持したまま画像を切り抜くことができます。
@@ -64,6 +86,8 @@
注意:マスクを設定した後は、画像の回転や拡大縮小は行えません。これはデータ損失の原因となります。サイズを調整するための特別な方法は後述します。
+ ----------------------------------------------------------------------
+
マスクの設定
レイヤーダイアログのサムネイル画像を [Ctrl] キーを押しながらクリックしたり、[Alt]
@@ -91,6 +115,8 @@
マスクを表示して編集します。黒か白の色で領域を選択します。ほとんどの場合、選択されていない色の斑点が残っていると思います。選択範囲を反転させ、鉛筆ツールを使ってこれらの点を取り除きます。この作業を白と黒の両方で行います。
+ ----------------------------------------------------------------------
+
縁取りと不要なピクセルの除去
マスクをを表示しながら、黒で領域を選択した後、選択範囲を数ピクセル縮小します。ただし、マスクの端から縮小しないように注意してください(縮小することで、ミスを防いだりやり直したりすることができます)
@@ -118,6 +144,8 @@
タックスペイントでは、画像を非常に大きく縮小することができるため、オブジェクトの輪郭を外側に大きく広げることが重要です。オブジェクトの輪郭の部分では、非常に正確に処理する必要がありますが、輪郭から離れるにつれて、少々手を抜いても大丈夫です。十数ピクセル以上外側まで描くとちょうど良くなります。これを太くすればするだけ、Tux
Paintは汚い色の縁どりを発生させずにスケールダウンすることができます。オブジェクトの端から数ピクセル以上離れた部分については、鉛筆ツール(またはドラッグ&ドロップで適当に色を選択)を使用して、結果がきれいに縮小されるようにしてください。
+ ----------------------------------------------------------------------
+
Tux Paint 用の画像の保存
せっかくの労作も簡単にダメになることがあります。画像編集ソフトは、不透明度0%の領域のピクセルを勝手にで破棄することがあります。この現象が発生する条件は、ソフトウェアのバージョンによっても異なります。慎重を期すため、画像を直接PNGとして保存してみてください。その後、不透明度0%の部分が黒くなったり白くなったりしていないことを確認するために、もう一度画像を読み込んでみてください。ディスクスペースを節約するため(そして自分のミスを隠すため)に画像を縮小する必要がある場合、ほぼ確実に
diff --git a/docs/ja_JP.UTF-8/html/ADVANCED-STAMPS-HOWTO.html b/docs/ja_JP.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
index d8f1af134..03b99669e 100644
--- a/docs/ja_JP.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
+++ b/docs/ja_JP.UTF-8/html/ADVANCED-STAMPS-HOWTO.html
@@ -23,10 +23,56 @@
Copyright © 2006-2021 by Albert Cahalan ほか; "AUTHORS" 参照.
http://www.tuxpaint.org/
+
+
+ 2021年8月29日
+
+
+
+
+
+ 目次
+
+
+
+
+
+ -
+ この解説について
+
+ -
+ 使用する画像の選択
+
+ -
+ マスクの設定
+
+ -
+ 縁取りと不要なピクセルの除去
+
+ -
+ Tux Paint 用の画像の保存
+
+
+
+
+
+
+
+
+
+
- この解説について
+
+ この解説について
+
@@ -36,8 +82,13 @@
扱う対象としては、通常の透明ではないものを前提としており、半透明のもの(火、動く扇風機の羽根、風船)や発光するもの(火、電球、太陽)を扱うには、専用のソフトウェアを使用するのが最適です。背景が完全なベタ塗りの画像も、専用のソフトを使うのが良いですが、以下のようにしても問題はありません。
+
+
- 使用する画像の選択
+
+ 使用する画像の選択
+
@@ -78,6 +129,9 @@
+
+
画像の準備
@@ -116,8 +170,13 @@
注意:マスクを設定した後は、画像の回転や拡大縮小は行えません。これはデータ損失の原因となります。サイズを調整するための特別な方法は後述します。
+
+
- マスクの設定
+
+ マスクの設定
+
@@ -151,8 +210,13 @@
マスクを表示して編集します。黒か白の色で領域を選択します。ほとんどの場合、選択されていない色の斑点が残っていると思います。選択範囲を反転させ、鉛筆ツールを使ってこれらの点を取り除きます。この作業を白と黒の両方で行います。
+
+
- 縁取りと不要なピクセルの除去
+
+ 縁取りと不要なピクセルの除去
+
@@ -188,8 +252,13 @@
タックスペイントでは、画像を非常に大きく縮小することができるため、オブジェクトの輪郭を外側に大きく広げることが重要です。オブジェクトの輪郭の部分では、非常に正確に処理する必要がありますが、輪郭から離れるにつれて、少々手を抜いても大丈夫です。十数ピクセル以上外側まで描くとちょうど良くなります。これを太くすればするだけ、Tux Paintは汚い色の縁どりを発生させずにスケールダウンすることができます。オブジェクトの端から数ピクセル以上離れた部分については、鉛筆ツール(またはドラッグ&ドロップで適当に色を選択)を使用して、結果がきれいに縮小されるようにしてください。
+
+
- Tux Paint 用の画像の保存
+
+ Tux Paint 用の画像の保存
+
From b03fc096d6e716a5371f5be18cfdca0bfd6be04c Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Sun, 29 Aug 2021 23:05:01 -0700
Subject: [PATCH 19/48] Add TOC to FAQ
---
docs/CHANGES.txt | 2 +-
docs/en/FAQ.txt | 17 +++++-
docs/en/html/FAQ.html | 102 +++++++++++++++++++++++++++------
docs/es_ES.UTF-8/FAQ.txt | 17 +++++-
docs/es_ES.UTF-8/html/FAQ.html | 102 +++++++++++++++++++++++++++------
docs/fr_FR.UTF-8/FAQ.txt | 17 +++++-
docs/fr_FR.UTF-8/html/FAQ.html | 102 +++++++++++++++++++++++++++------
docs/gl_ES.UTF-8/FAQ.txt | 17 +++++-
docs/gl_ES.UTF-8/html/FAQ.html | 102 +++++++++++++++++++++++++++------
docs/ja_JP.UTF-8/FAQ.txt | 17 +++++-
docs/ja_JP.UTF-8/html/FAQ.html | 102 +++++++++++++++++++++++++++------
11 files changed, 506 insertions(+), 91 deletions(-)
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index 8018c08be..cf2b24ce3 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -29,7 +29,7 @@ $Id$
documentation files (since 0.9.26).
* Added table of contents to some documentation
- (OPTIONS, "Advanced Stamps 'How-To'").
+ ("Options Documentation", "FAQ", & "Advanced Stamps 'How-To'").
2021.June.28 (0.9.26)
* New Features
diff --git a/docs/en/FAQ.txt b/docs/en/FAQ.txt
index 52a890daf..6de91a436 100644
--- a/docs/en/FAQ.txt
+++ b/docs/en/FAQ.txt
@@ -4,7 +4,22 @@
Copyright © 2002-2021 by various contributors; see AUTHORS.
http://www.tuxpaint.org/
- June 2, 2021
+ August 29, 2021
+
+ ----------------------------------------------------------------------
+
+ +------------------------------+
+ |Table of Contents |
+ |------------------------------|
+ | * Drawing-related |
+ | * Interface Problems |
+ | * Printing |
+ | * Saving |
+ | * Audio Problems |
+ | * Fullscreen Mode Problems |
+ | * Other Probelms |
+ | * Help / Contact |
+ +------------------------------+
----------------------------------------------------------------------
diff --git a/docs/en/html/FAQ.html b/docs/en/html/FAQ.html
index 57cf0ab2c..4be824c14 100644
--- a/docs/en/html/FAQ.html
+++ b/docs/en/html/FAQ.html
@@ -25,13 +25,60 @@
- June 2, 2021
+ August 29, 2021
-
+
+
+
+
+
+ Table of Contents
+
+
+
+
+
+ -
+ Drawing-related
+
+ -
+ Interface Problems
+
+ -
+ Printing
+
+ -
+ Saving
+
+ -
+ Audio Problems
+
+ -
+ Fullscreen Mode Problems
+
+ -
+ Other Probelms
+
+ -
+ Help / Contact
+
+
+
+
+
+
+
- Drawing-related
+
+ Drawing-related
+
-
@@ -101,10 +148,13 @@
-
+
- Interface Problems
+
+ Interface Problems
+
-
@@ -212,10 +262,13 @@
-
+
- Printing
+
+ Printing
+
-
@@ -282,10 +335,13 @@
-
+
- Saving
+
+ Saving
+
-
@@ -382,10 +438,13 @@
-
+
- Audio Problems
+
+ Audio Problems
+
-
@@ -507,10 +566,13 @@
-
+
- Fullscreen Mode Problems
+
+ Fullscreen Mode Problems
+
-
@@ -569,10 +631,13 @@
-
+
- Other Probelms
+
+ Other Probelms
+
-
@@ -744,10 +809,13 @@
-
+
- Help / Contact
+
+ Help / Contact
+
Any questions you don't see answered? Please let us know! You can subscribe and post to our "tuxpaint-users" mailing list:
diff --git a/docs/es_ES.UTF-8/FAQ.txt b/docs/es_ES.UTF-8/FAQ.txt
index 9cba67d8d..bff3c7e44 100644
--- a/docs/es_ES.UTF-8/FAQ.txt
+++ b/docs/es_ES.UTF-8/FAQ.txt
@@ -4,7 +4,22 @@
Copyright © 2002-2021 by various contributors; see AUTHORS.
http://www.tuxpaint.org/
- junio 2, 2021
+ agosto 29, 2021
+
+ ----------------------------------------------------------------------
+
+ +------------------------------+
+ |Table of Contents |
+ |------------------------------|
+ | * Drawing-related |
+ | * Interface Problems |
+ | * Printing |
+ | * Saving |
+ | * Audio Problems |
+ | * Fullscreen Mode Problems |
+ | * Other Probelms |
+ | * Help / Contact |
+ +------------------------------+
----------------------------------------------------------------------
diff --git a/docs/es_ES.UTF-8/html/FAQ.html b/docs/es_ES.UTF-8/html/FAQ.html
index 48ab3d7ed..d1bad860f 100644
--- a/docs/es_ES.UTF-8/html/FAQ.html
+++ b/docs/es_ES.UTF-8/html/FAQ.html
@@ -25,13 +25,60 @@
- junio 2, 2021
+ agosto 29, 2021
-
+
+
+
+
+
+ Table of Contents
+
+
+
+
+
+ -
+ Drawing-related
+
+ -
+ Interface Problems
+
+ -
+ Printing
+
+ -
+ Saving
+
+ -
+ Audio Problems
+
+ -
+ Fullscreen Mode Problems
+
+ -
+ Other Probelms
+
+ -
+ Help / Contact
+
+
+
+
+
+
+
- Drawing-related
+
+ Drawing-related
+
-
@@ -101,10 +148,13 @@
-
+
- Interface Problems
+
+ Interface Problems
+
-
@@ -212,10 +262,13 @@
-
+
- Printing
+
+ Printing
+
-
@@ -282,10 +335,13 @@
-
+
- Saving
+
+ Saving
+
-
@@ -382,10 +438,13 @@
-
+
- Audio Problems
+
+ Audio Problems
+
-
@@ -507,10 +566,13 @@
-
+
- Fullscreen Mode Problems
+
+ Fullscreen Mode Problems
+
-
@@ -569,10 +631,13 @@
-
+
- Other Probelms
+
+ Other Probelms
+
-
@@ -744,10 +809,13 @@
-
+
- Help / Contact
+
+ Help / Contact
+
Any questions you don't see answered? Please let us know! You can subscribe and post to our "tuxpaint-users" mailing list:
diff --git a/docs/fr_FR.UTF-8/FAQ.txt b/docs/fr_FR.UTF-8/FAQ.txt
index a0676b3a3..9a12fda2a 100644
--- a/docs/fr_FR.UTF-8/FAQ.txt
+++ b/docs/fr_FR.UTF-8/FAQ.txt
@@ -4,7 +4,22 @@
Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.
http://www.tuxpaint.org/
- juin 2, 2021
+ août 29, 2021
+
+ ----------------------------------------------------------------------
+
+ +-----------------------------------+
+ |Table des matières |
+ |-----------------------------------|
+ | * Liées au dessin |
+ | * Problèmes d'interface |
+ | * Impression |
+ | * Sauvegarde |
+ | * Problèmes audio |
+ | * Problèmes en mode plein écran |
+ | * Autres problèmes |
+ | * Aide / Contact |
+ +-----------------------------------+
----------------------------------------------------------------------
diff --git a/docs/fr_FR.UTF-8/html/FAQ.html b/docs/fr_FR.UTF-8/html/FAQ.html
index e20a01310..3074a95db 100644
--- a/docs/fr_FR.UTF-8/html/FAQ.html
+++ b/docs/fr_FR.UTF-8/html/FAQ.html
@@ -25,13 +25,60 @@
- juin 2, 2021
+ août 29, 2021
-
+
+
+
+
+
+ Table des matières
+
+
+
+
+
+ -
+ Liées au dessin
+
+ -
+ Problèmes d'interface
+
+ -
+ Impression
+
+ -
+ Sauvegarde
+
+ -
+ Problèmes audio
+
+ -
+ Problèmes en mode plein écran
+
+ -
+ Autres problèmes
+
+ -
+ Aide / Contact
+
+
+
+
+
+
+
- Liées au dessin
+
+ Liées au dessin
+
-
@@ -101,10 +148,13 @@
-
+
- Problèmes d'interface
+
+ Problèmes d'interface
+
-
@@ -212,10 +262,13 @@
-
+
- Impression
+
+ Impression
+
-
@@ -282,10 +335,13 @@
-
+
- Sauvegarde
+
+ Sauvegarde
+
-
@@ -382,10 +438,13 @@
-
+
- Problèmes audio
+
+ Problèmes audio
+
-
@@ -508,10 +567,13 @@ cible "nosound". (c'est-à-dire, ne lancez pas "
make nosound") Assu
-
+
- Problèmes en mode plein écran
+
+ Problèmes en mode plein écran
+
-
@@ -570,10 +632,13 @@ cible "nosound". (c'est-à-dire, ne lancez pas "
make nosound") Assu
-
+
- Autres problèmes
+
+ Autres problèmes
+
-
@@ -745,10 +810,13 @@ cible "nosound". (c'est-à-dire, ne lancez pas "
make nosound") Assu
-
+
- Aide / Contact
+
+ Aide / Contact
+
Des questions auxquelles vous ne trouvez pas de réponse ? Merci de nous le faire savoir ! Vous pouvez vous abonner et écrire sur notre liste de diffusion "tuxpaint-users" :
diff --git a/docs/gl_ES.UTF-8/FAQ.txt b/docs/gl_ES.UTF-8/FAQ.txt
index 68b41ecfe..1665810fa 100644
--- a/docs/gl_ES.UTF-8/FAQ.txt
+++ b/docs/gl_ES.UTF-8/FAQ.txt
@@ -4,7 +4,22 @@
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
http://www.tuxpaint.org/
- 2 de Xuño de 2021
+ 29 de Agosto de 2021
+
+ ----------------------------------------------------------------------
+
+ +--------------------------------------------+
+ |Índice |
+ |--------------------------------------------|
+ | * Relacionado co debuxo |
+ | * Problemas de interface |
+ | * Impresión |
+ | * Gardar |
+ | * Problemas de son |
+ | * Problemas no modo de pantalla completa |
+ | * Outros problemas |
+ | * Axuda / Contacto |
+ +--------------------------------------------+
----------------------------------------------------------------------
diff --git a/docs/gl_ES.UTF-8/html/FAQ.html b/docs/gl_ES.UTF-8/html/FAQ.html
index 46d38bb4f..26b46e814 100644
--- a/docs/gl_ES.UTF-8/html/FAQ.html
+++ b/docs/gl_ES.UTF-8/html/FAQ.html
@@ -25,13 +25,60 @@
- 2 de Xuño de 2021
+ 29 de Agosto de 2021
-
+
+
+
+
+
+ Índice
+
+
+
+
+
+ -
+ Relacionado co debuxo
+
+ -
+ Problemas de interface
+
+ -
+ Impresión
+
+ -
+ Gardar
+
+ -
+ Problemas de son
+
+ -
+ Problemas no modo de pantalla completa
+
+ -
+ Outros problemas
+
+ -
+ Axuda / Contacto
+
+
+
+
+
+
+
- Relacionado co debuxo
+
+ Relacionado co debuxo
+
-
@@ -101,10 +148,13 @@
-
+
- Problemas de interface
+
+ Problemas de interface
+
-
@@ -212,10 +262,13 @@
-
+
- Impresión
+
+ Impresión
+
-
@@ -282,10 +335,13 @@
-
+
- Gardar
+
+ Gardar
+
-
@@ -382,10 +438,13 @@
-
+
- Problemas de son
+
+ Problemas de son
+
-
@@ -507,10 +566,13 @@
-
+
- Problemas no modo de pantalla completa
+
+ Problemas no modo de pantalla completa
+
-
@@ -569,10 +631,13 @@
-
+
- Outros problemas
+
+ Outros problemas
+
-
@@ -744,10 +809,13 @@
-
+
- Axuda / Contacto
+
+ Axuda / Contacto
+
Hai algunha pregunta que non ve respondida? Agradecémoslle que nolo diga. Para elo, pode subscribirse e publicar na nosa lista de correo «tuxpaint-users»:
diff --git a/docs/ja_JP.UTF-8/FAQ.txt b/docs/ja_JP.UTF-8/FAQ.txt
index 2e1c3507c..379c25820 100644
--- a/docs/ja_JP.UTF-8/FAQ.txt
+++ b/docs/ja_JP.UTF-8/FAQ.txt
@@ -4,7 +4,22 @@
Copyright © 2002-2021 by various contributors; "AUTHORS" 参照.
http://www.tuxpaint.org/
- 2021年6月 2日
+ 2021年8月29日
+
+ ----------------------------------------------------------------------
+
+ +------------------------------+
+ |目次 |
+ |------------------------------|
+ | * Drawing-related |
+ | * Interface Problems |
+ | * Printing |
+ | * Saving |
+ | * Audio Problems |
+ | * Fullscreen Mode Problems |
+ | * Other Probelms |
+ | * Help / Contact |
+ +------------------------------+
----------------------------------------------------------------------
diff --git a/docs/ja_JP.UTF-8/html/FAQ.html b/docs/ja_JP.UTF-8/html/FAQ.html
index 2b10bfe31..be2ed8011 100644
--- a/docs/ja_JP.UTF-8/html/FAQ.html
+++ b/docs/ja_JP.UTF-8/html/FAQ.html
@@ -25,13 +25,60 @@
- 2021年6月 2日
+ 2021年8月29日
-
+
+
+
+
+
+ 目次
+
+
+
+
+
+ -
+ Drawing-related
+
+ -
+ Interface Problems
+
+ -
+ Printing
+
+ -
+ Saving
+
+ -
+ Audio Problems
+
+ -
+ Fullscreen Mode Problems
+
+ -
+ Other Probelms
+
+ -
+ Help / Contact
+
+
+
+
+
+
+
- Drawing-related
+
+ Drawing-related
+
-
@@ -101,10 +148,13 @@
-
+
- Interface Problems
+
+ Interface Problems
+
-
@@ -212,10 +262,13 @@
-
+
- Printing
+
+ Printing
+
-
@@ -282,10 +335,13 @@
-
+
- Saving
+
+ Saving
+
-
@@ -382,10 +438,13 @@
-
+
- Audio Problems
+
+ Audio Problems
+
-
@@ -507,10 +566,13 @@
-
+
- Fullscreen Mode Problems
+
+ Fullscreen Mode Problems
+
-
@@ -569,10 +631,13 @@
-
+
- Other Probelms
+
+ Other Probelms
+
-
@@ -744,10 +809,13 @@
-
+
- Help / Contact
+
+ Help / Contact
+
Any questions you don't see answered? Please let us know! You can subscribe and post to our "tuxpaint-users" mailing list:
From 0bcad18c4b623771c02ef568987ae22d8d41bb02 Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Mon, 30 Aug 2021 23:20:20 -0700
Subject: [PATCH 20/48] Adding TOC to INSTALL
---
docs/CHANGES.txt | 5 +-
docs/en/INSTALL.txt | 39 ++++++++--
docs/en/html/INSTALL.html | 115 ++++++++++++++++++++++++++---
docs/es_ES.UTF-8/INSTALL.txt | 39 ++++++++--
docs/es_ES.UTF-8/html/INSTALL.html | 115 ++++++++++++++++++++++++++---
docs/fr_FR.UTF-8/INSTALL.txt | 39 ++++++++--
docs/fr_FR.UTF-8/html/INSTALL.html | 115 ++++++++++++++++++++++++++---
docs/gl_ES.UTF-8/INSTALL.txt | 39 ++++++++--
docs/gl_ES.UTF-8/html/INSTALL.html | 115 ++++++++++++++++++++++++++---
docs/ja_JP.UTF-8/INSTALL.txt | 39 ++++++++--
docs/ja_JP.UTF-8/html/INSTALL.html | 115 ++++++++++++++++++++++++++---
11 files changed, 673 insertions(+), 102 deletions(-)
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index cf2b24ce3..15050484f 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -8,7 +8,7 @@ http://www.tuxpaint.org/
$Id$
-2021.August.29 (0.9.27)
+2021.August.30 (0.9.27)
* Documentation updates
---------------------
* Ensured Tux Paint's built-in help ("tuxpaint --help"),
@@ -29,7 +29,8 @@ $Id$
documentation files (since 0.9.26).
* Added table of contents to some documentation
- ("Options Documentation", "FAQ", & "Advanced Stamps 'How-To'").
+ ("Options Documentation", "FAQ", "Installation Documentation",
+ and "Advanced Stamps 'How-To'").
2021.June.28 (0.9.26)
* New Features
diff --git a/docs/en/INSTALL.txt b/docs/en/INSTALL.txt
index e7ce543f5..dfcb5f007 100644
--- a/docs/en/INSTALL.txt
+++ b/docs/en/INSTALL.txt
@@ -5,13 +5,30 @@
Copyright © 2002-2021 by various contributors; see AUTHORS.
http://www.tuxpaint.org/
- March 9, 2021
+ August 30, 2021
----------------------------------------------------------------------
-Requirements:
+ +----------------------------------------------------+
+ |Table of Contents |
+ |----------------------------------------------------|
+ | * Requirements |
+ | * Simple DirectMedia Layer library (libSDL) |
+ | * Other Libraries |
+ | * Compiling and Installation |
+ | * Windows Users |
+ | * Linux/Unix Users |
+ | * Debugging |
+ | * Uninstalling Tux Paint |
+ | * Windows |
+ | * Linux |
+ +----------------------------------------------------+
- libSDL
+ ----------------------------------------------------------------------
+
+Requirements
+
+ Simple DirectMedia Layer library (libSDL)
Tux Paint requires the Simple DirectMedia Layer Library (libSDL), an
Open Source multimedia programming library available under the GNU
@@ -116,13 +133,15 @@ Requirements:
http://netpbm.sourceforge.net/
-Compiling and Installation:
+ ----------------------------------------------------------------------
+
+Compiling and Installation
Tux Paint is released under the GNU General Public License (GPL) (see
"COPYING.txt" for details), and therefore the 'source code' to the
program is available freely.
- Windows Users:
+ Windows Users
Compiling:
@@ -222,7 +241,7 @@ Compiling and Installation:
just be due to incorrect character-case (capital 'Z' instead of
lowercase 'z') or a missing (or extra) '-' (dash).
- Linux/Unix Users:
+ Linux/Unix Users
Compiling:
@@ -351,13 +370,17 @@ Compiling and Installation:
Note: This list is out of date. See "Makefile" and "Makefile-i18n"
for a complete list.
-Debugging:
+ ----------------------------------------------------------------------
+
+Debugging
Debugging (to "STDOUT", e.g. to the terminal, or to a "stdout.txt" file,
on Windows) can be enabled by setting "DEBUG" (and, if verbose logging
is wanted, "VERBOSE") #defines in "src/debug.h".
-Uninstalling Tux Paint:
+ ----------------------------------------------------------------------
+
+Uninstalling Tux Paint
Windows
diff --git a/docs/en/html/INSTALL.html b/docs/en/html/INSTALL.html
index c330b4b17..868e8003a 100644
--- a/docs/en/html/INSTALL.html
+++ b/docs/en/html/INSTALL.html
@@ -26,15 +26,76 @@
- March 9, 2021
+ August 30, 2021
-
+
- Requirements:
+
+
+
+ Table of Contents
+
+
+
+
+
+ -
+ Requirements
+
+ -
+ Simple DirectMedia Layer library (libSDL)
+
+ -
+ Other Libraries
+
+
+
+ -
+ Compiling and Installation
+
+ -
+ Windows Users
+
+ -
+ Linux/Unix Users
+
+
+
+ -
+ Debugging
+
+ -
+ Uninstalling Tux Paint
+
+
+
+
+
+
+
+
+
+
+
+ Requirements
+
- libSDL
+
+
+ Simple DirectMedia Layer library (libSDL)
+
Tux Paint requires the Simple DirectMedia Layer Library (libSDL), an Open Source multimedia programming library available under the GNU Lesser General Public License (LGPL).
@@ -62,7 +123,10 @@
- Other Libraries
+
+
+ Other Libraries
+
Tux Paint also takes advantage of a number of other free, LGPL'd libraries. Under Linux, just like SDL, they should either already be installed, or are readily available for installation as part of your Linux distribution.
@@ -155,12 +219,20 @@
- Compiling and Installation:
+
+
+
+
+ Compiling and Installation
+
Tux Paint is released under the GNU General Public License (GPL) (see "COPYING.txt" for details), and therefore the 'source code' to the program is available freely.
- Windows Users:
+
+
+ Windows Users
+
Compiling:
@@ -277,7 +349,10 @@
- Linux/Unix Users:
+
+
+ Linux/Unix Users
+
Compiling:
@@ -424,13 +499,26 @@
- Debugging:
+
+
+
+
+ Debugging
+
Debugging (to "STDOUT", e.g. to the terminal, or to a "stdout.txt" file, on Windows) can be enabled by setting "DEBUG" (and, if verbose logging is wanted, "VERBOSE") #defines in "src/debug.h".
- Uninstalling Tux Paint:
+
+
+
+
+ Uninstalling Tux Paint
+
- Windows
+
+
+ Windows
+
Using the Uninstaller
@@ -448,7 +536,10 @@
- Linux
+
+
+ Linux
+
Within the Tux Paint source directory (where you compiled Tux Paint), you can use the "make uninstall" target to uninstall Tux Paint. By default, this must be done by the "root" user ('superuser'), but if you installed Tux Paint somewhere else (e.g., using a "PREFIX=..." setting to "make" and "make install"), you may not, and will want to provide those same settings here. (See the installation instructions above for further information.)
diff --git a/docs/es_ES.UTF-8/INSTALL.txt b/docs/es_ES.UTF-8/INSTALL.txt
index 28c106397..3e2766998 100644
--- a/docs/es_ES.UTF-8/INSTALL.txt
+++ b/docs/es_ES.UTF-8/INSTALL.txt
@@ -5,13 +5,30 @@
Copyright © 2002-2021 by various contributors; see AUTHORS.
http://www.tuxpaint.org/
- marzo 9, 2021
+ agosto 30, 2021
----------------------------------------------------------------------
-Requirements:
+ +----------------------------------------------------+
+ |Table of Contents |
+ |----------------------------------------------------|
+ | * Requirements |
+ | * Simple DirectMedia Layer library (libSDL) |
+ | * Other Libraries |
+ | * Compiling and Installation |
+ | * Windows Users |
+ | * Linux/Unix Users |
+ | * Debugging |
+ | * Uninstalling Tux Paint |
+ | * Windows |
+ | * Linux |
+ +----------------------------------------------------+
- libSDL
+ ----------------------------------------------------------------------
+
+Requirements
+
+ Simple DirectMedia Layer library (libSDL)
Tux Paint requires the Simple DirectMedia Layer Library (libSDL), an
Open Source multimedia programming library available under the GNU
@@ -116,13 +133,15 @@ Requirements:
http://netpbm.sourceforge.net/
-Compiling and Installation:
+ ----------------------------------------------------------------------
+
+Compiling and Installation
Tux Paint is released under the GNU General Public License (GPL) (see
"COPYING.txt" for details), and therefore the 'source code' to the
program is available freely.
- Windows Users:
+ Windows Users
Compiling:
@@ -222,7 +241,7 @@ Compiling and Installation:
just be due to incorrect character-case (capital 'Z' instead of
lowercase 'z') or a missing (or extra) '-' (dash).
- Linux/Unix Users:
+ Linux/Unix Users
Compiling:
@@ -351,13 +370,17 @@ Compiling and Installation:
Note: This list is out of date. See "Makefile" and "Makefile-i18n"
for a complete list.
-Debugging:
+ ----------------------------------------------------------------------
+
+Debugging
Debugging (to "STDOUT", e.g. to the terminal, or to a "stdout.txt" file,
on Windows) can be enabled by setting "DEBUG" (and, if verbose logging
is wanted, "VERBOSE") #defines in "src/debug.h".
-Uninstalling Tux Paint:
+ ----------------------------------------------------------------------
+
+Uninstalling Tux Paint
Windows
diff --git a/docs/es_ES.UTF-8/html/INSTALL.html b/docs/es_ES.UTF-8/html/INSTALL.html
index f5b079406..10e88c494 100644
--- a/docs/es_ES.UTF-8/html/INSTALL.html
+++ b/docs/es_ES.UTF-8/html/INSTALL.html
@@ -26,15 +26,76 @@
- marzo 9, 2021
+ agosto 30, 2021
-
+
- Requirements:
+
+
+
+ Table of Contents
+
+
+
+
+
+ -
+ Requirements
+
+ -
+ Simple DirectMedia Layer library (libSDL)
+
+ -
+ Other Libraries
+
+
+
+ -
+ Compiling and Installation
+
+ -
+ Windows Users
+
+ -
+ Linux/Unix Users
+
+
+
+ -
+ Debugging
+
+ -
+ Uninstalling Tux Paint
+
+
+
+
+
+
+
+
+
+
+
+ Requirements
+
- libSDL
+
+
+ Simple DirectMedia Layer library (libSDL)
+
Tux Paint requires the Simple DirectMedia Layer Library (libSDL), an Open Source multimedia programming library available under the GNU Lesser General Public License (LGPL).
@@ -62,7 +123,10 @@
- Other Libraries
+
+
+ Other Libraries
+
Tux Paint also takes advantage of a number of other free, LGPL'd libraries. Under Linux, just like SDL, they should either already be installed, or are readily available for installation as part of your Linux distribution.
@@ -155,12 +219,20 @@
- Compiling and Installation:
+
+
+
+
+ Compiling and Installation
+
Tux Paint is released under the GNU General Public License (GPL) (see "COPYING.txt" for details), and therefore the 'source code' to the program is available freely.
- Windows Users:
+
+
+ Windows Users
+
Compiling:
@@ -277,7 +349,10 @@
- Linux/Unix Users:
+
+
+ Linux/Unix Users
+
Compiling:
@@ -424,13 +499,26 @@
- Debugging:
+
+
+
+
+ Debugging
+
Debugging (to "STDOUT", e.g. to the terminal, or to a "stdout.txt" file, on Windows) can be enabled by setting "DEBUG" (and, if verbose logging is wanted, "VERBOSE") #defines in "src/debug.h".
- Uninstalling Tux Paint:
+
+
+
+
+ Uninstalling Tux Paint
+
- Windows
+
+
+ Windows
+
Using the Uninstaller
@@ -448,7 +536,10 @@
- Linux
+
+
+ Linux
+
Within the Tux Paint source directory (where you compiled Tux Paint), you can use the "make uninstall" target to uninstall Tux Paint. By default, this must be done by the "root" user ('superuser'), but if you installed Tux Paint somewhere else (e.g., using a "PREFIX=..." setting to "make" and "make install"), you may not, and will want to provide those same settings here. (See the installation instructions above for further information.)
diff --git a/docs/fr_FR.UTF-8/INSTALL.txt b/docs/fr_FR.UTF-8/INSTALL.txt
index 6e9d40beb..27f5fbcfe 100644
--- a/docs/fr_FR.UTF-8/INSTALL.txt
+++ b/docs/fr_FR.UTF-8/INSTALL.txt
@@ -5,13 +5,30 @@
Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.
http://www.tuxpaint.org/
- mars 9, 2021
+ août 30, 2021
----------------------------------------------------------------------
-Exigences :
+ +----------------------------------------------------+
+ |Table des matières |
+ |----------------------------------------------------|
+ | * Requirements |
+ | * Simple DirectMedia Layer library (libSDL) |
+ | * Autres bibliothèques |
+ | * Compiling and Installation |
+ | * Utilisateurs de Windows |
+ | * Utilisateurs de Linux/Unix |
+ | * Debugging |
+ | * Uninstalling Tux Paint |
+ | * Windows |
+ | * Linux |
+ +----------------------------------------------------+
- libSDL
+ ----------------------------------------------------------------------
+
+Requirements
+
+ Simple DirectMedia Layer library (libSDL)
Tux Paint nécessite la bibliothèque de couches DirectMedia simple
(libSDL), une bibliothèque de programmation multimédia Open Source
@@ -119,13 +136,15 @@ Exigences :
http://netpbm.sourceforge.net/
-Compilation et installation :
+ ----------------------------------------------------------------------
+
+Compiling and Installation
Tux Paint est publié sous la licence publique générale GNU (GPL) (voir
"COPYING.txt" pour plus de détails), et donc le 'code source' du
programme est disponible gratuitement.
- Utilisateurs de Windows :
+ Utilisateurs de Windows
Compilation :
@@ -231,7 +250,7 @@ Compilation et installation :
incorrecte (majuscule 'Z' à la place de 'z' minuscule) ou un '-'
(tiret) manquant (en trop).
- Utilisateurs de Linux/Unix :
+ Utilisateurs de Linux/Unix
Compilation :
@@ -365,13 +384,17 @@ Compilation et installation :
Remarque : Cette liste est obsolète. Voir "Makefile" et
"Makefile-i18n" pour une liste complète.
-Débogage :
+ ----------------------------------------------------------------------
+
+Debugging
Le débogage (vers "STDOUT", par exemple le terminal, ou vers un fichier
"stdout.txt", sous Windows) peut être activé en définissant "DEBUG" (et,
si un mode verbeux est souhaité, "VERBOSE") # define dans "src/debug.h.
-Désinstallation de Tux Paint :
+ ----------------------------------------------------------------------
+
+Uninstalling Tux Paint
Windows
diff --git a/docs/fr_FR.UTF-8/html/INSTALL.html b/docs/fr_FR.UTF-8/html/INSTALL.html
index 0589ec0ee..c6c59de10 100644
--- a/docs/fr_FR.UTF-8/html/INSTALL.html
+++ b/docs/fr_FR.UTF-8/html/INSTALL.html
@@ -26,15 +26,76 @@
- mars 9, 2021
+ août 30, 2021
-
+
- Exigences :
+
+
+
+ Table des matières
+
+
+
+
+
+ -
+ Requirements
+
+
+ -
+ Compiling and Installation
+
+ -
+ Utilisateurs de Windows
+
+ -
+ Utilisateurs de Linux/Unix
+
+
+
+ -
+ Debugging
+
+ -
+ Uninstalling Tux Paint
+
+
+
+
+
+
+
+
+
+
+
+ Requirements
+
- libSDL
+
+
+ Simple DirectMedia Layer library (libSDL)
+
Tux Paint nécessite la bibliothèque de couches DirectMedia simple (libSDL), une bibliothèque de programmation multimédia Open Source disponible sous la Licence publique générale limitée GNU (LGPL).
@@ -62,7 +123,10 @@
- Autres bibliothèques
+
+
+ Autres bibliothèques
+
Tux Paint profite également d'un certain nombre d'autres bibliothèques gratuites LGPL. Sous Linux, tout comme SDL, ils devraient être soit déjà installées, soit facilement disponibles avec votre distribution Linux.
@@ -155,12 +219,20 @@
- Compilation et installation :
+
+
+
+
+ Compiling and Installation
+
Tux Paint est publié sous la licence publique générale GNU (GPL) (voir "COPYING.txt" pour plus de détails), et donc le 'code source' du programme est disponible gratuitement.
- Utilisateurs de Windows :
+
+
+ Utilisateurs de Windows
+
Compilation :
@@ -277,7 +349,10 @@
- Utilisateurs de Linux/Unix :
+
+
+ Utilisateurs de Linux/Unix
+
Compilation :
@@ -424,13 +499,26 @@
- Débogage :
+
+
+
+
+ Debugging
+
Le débogage (vers "STDOUT", par exemple le terminal, ou vers un fichier "stdout.txt", sous Windows) peut être activé en définissant "DEBUG" (et, si un mode verbeux est souhaité, "VERBOSE") # define dans "src/debug.h.
- Désinstallation de Tux Paint :
+
+
+
+
+ Uninstalling Tux Paint
+
- Windows
+
+
+ Windows
+
Utilisation du désinstalleur
@@ -448,7 +536,10 @@
- Linux
+
+
+ Linux
+
Dans le répertoire source de Tux Paint (où vous avez compilé Tux Paint), vous pouvez utiliser une cible "make uninstall" pour désinstaller Tux Paint. Par défaut, cela doit être fait par l'utilisateur "root" ("superutilisateur"), mais si vous avez installé Tux Paint à un autre endroit (par ex. en mettant "PREFIX=..." à "make" et "make install", vous ne pourrez pas, et il faudra fournier les mêmes réglages ici. (Voir les instructions d'installation ci-dessus pour plus d'informations.)
diff --git a/docs/gl_ES.UTF-8/INSTALL.txt b/docs/gl_ES.UTF-8/INSTALL.txt
index d043c183a..855e29e73 100644
--- a/docs/gl_ES.UTF-8/INSTALL.txt
+++ b/docs/gl_ES.UTF-8/INSTALL.txt
@@ -5,13 +5,30 @@
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
http://www.tuxpaint.org/
- 9 de Marzo de 2021
+ 30 de Agosto de 2021
----------------------------------------------------------------------
-Requisitos:
+ +----------------------------------------------------+
+ |Índice |
+ |----------------------------------------------------|
+ | * Requirements |
+ | * Simple DirectMedia Layer library (libSDL) |
+ | * Outras bibliotecas |
+ | * Compiling and Installation |
+ | * Usuarios de Windows |
+ | * Usuarios de Linux/Unix |
+ | * Debugging |
+ | * Uninstalling Tux Paint |
+ | * Windows |
+ | * Linux |
+ +----------------------------------------------------+
- libSDL
+ ----------------------------------------------------------------------
+
+Requirements
+
+ Simple DirectMedia Layer library (libSDL)
Tux Paint require a «Simple DirectMedia Layer Library (libSDL)», unha
biblioteca de programación multimedia de código aberto dispoñíbel
@@ -120,13 +137,15 @@ Requisitos:
http://netpbm.sourceforge.net/
-Compilación e instalación:
+ ----------------------------------------------------------------------
+
+Compiling and Installation
Tux Paint publícase baixo a Licenza Pública Xeral de GNU (GPL) (consulte
«COPYING.txt» para máis detalles) e, polo tanto, o «código fonte» do
programa está dispoñíbel libremente.
- Usuarios de Windows:
+ Usuarios de Windows
Compilación:
@@ -225,7 +244,7 @@ Compilación e instalación:
maiúsculas e minúsculas incorrectas (maiúsculas «Z» no canto de
minúsculas «z») ou a falta (ou exceso) de «-» (guións).
- Usuarios de Linux/Unix:
+ Usuarios de Linux/Unix
Compilación:
@@ -360,13 +379,17 @@ Compilación e instalación:
Nota: Esta lista non está actualizada. Consulte «Makefile» e
«Makefile-i18n» para ver unha lista completa.
-Depuración:
+ ----------------------------------------------------------------------
+
+Debugging
A depuración (a «STDOUT», por exemplo, á terminal ou a un ficheiro
«stdout.txt» en Windows) pódese activar co axuste «DEBUG» (e, se se
quere un rexistro detallado, «VERBOSE») #define en «src/debug.h».
-Desinstalación de Tux Paint:
+ ----------------------------------------------------------------------
+
+Uninstalling Tux Paint
Windows
diff --git a/docs/gl_ES.UTF-8/html/INSTALL.html b/docs/gl_ES.UTF-8/html/INSTALL.html
index 455e37170..b5b862fe0 100644
--- a/docs/gl_ES.UTF-8/html/INSTALL.html
+++ b/docs/gl_ES.UTF-8/html/INSTALL.html
@@ -26,15 +26,76 @@
- 9 de Marzo de 2021
+ 30 de Agosto de 2021
-
+
- Requisitos:
+
+
+
+ Índice
+
+
+
+
+
+ -
+ Requirements
+
+ -
+ Simple DirectMedia Layer library (libSDL)
+
+ -
+ Outras bibliotecas
+
+
+
+ -
+ Compiling and Installation
+
+ -
+ Usuarios de Windows
+
+ -
+ Usuarios de Linux/Unix
+
+
+
+ -
+ Debugging
+
+ -
+ Uninstalling Tux Paint
+
+
+
+
+
+
+
+
+
+
+
+ Requirements
+
- libSDL
+
+
+ Simple DirectMedia Layer library (libSDL)
+
Tux Paint require a «Simple DirectMedia Layer Library (libSDL)», unha biblioteca de programación multimedia de código aberto dispoñíbel baixo a licenza pública GNU Lesser General Public License (LGPL).
@@ -62,7 +123,10 @@
- Outras bibliotecas
+
+
+ Outras bibliotecas
+
Tux Paint tamén aproveita outras bibliotecas libres con licenza LGPL. En Linux, do mesmo xeito que SDL, deberían estar xa instaladas ou estar dispoñíbeis para a súa instalación como parte da súa distribución de Linux.
@@ -155,12 +219,20 @@
- Compilación e instalación:
+
+
+
+
+ Compiling and Installation
+
Tux Paint publícase baixo a Licenza Pública Xeral de GNU (GPL) (consulte «COPYING.txt» para máis detalles) e, polo tanto, o «código fonte» do programa está dispoñíbel libremente.
- Usuarios de Windows:
+
+
+ Usuarios de Windows
+
Compilación:
@@ -277,7 +349,10 @@
- Usuarios de Linux/Unix:
+
+
+ Usuarios de Linux/Unix
+
Compilación:
@@ -424,13 +499,26 @@
- Depuración:
+
+
+
+
+ Debugging
+
A depuración (a «STDOUT», por exemplo, á terminal ou a un ficheiro «stdout.txt» en Windows) pódese activar co axuste «DEBUG» (e, se se quere un rexistro detallado, «VERBOSE») #define en «src/debug.h».
- Desinstalación de Tux Paint:
+
+
+
+
+ Uninstalling Tux Paint
+
- Windows
+
+
+ Windows
+
Uso do desinstalador
@@ -448,7 +536,10 @@
- Linux
+
+
+ Linux
+
Dentro do directorio de orixe de Tux Paint (onde compilou Tux Paint), pode usar o destino «make uninstall» para desinstalar Tux Paint. De xeito predeterminado, debe facelo o usuario «root» («superusuario»), mais se instalou Tux Paint noutro lugar (por exemplo, usando a configuración «PREFIX=...» en «make» e «make install»), pode que non e queira proporcionar a mesma configuración aquí. (Consulte as instrucións de instalación anteriores para obter máis información.)
diff --git a/docs/ja_JP.UTF-8/INSTALL.txt b/docs/ja_JP.UTF-8/INSTALL.txt
index b178347b9..347309697 100644
--- a/docs/ja_JP.UTF-8/INSTALL.txt
+++ b/docs/ja_JP.UTF-8/INSTALL.txt
@@ -5,13 +5,30 @@
Copyright © 2002-2021 by various contributors; "AUTHORS" 参照.
http://www.tuxpaint.org/
- 2021年3月 9日
+ 2021年8月30日
----------------------------------------------------------------------
-Requirements:
+ +----------------------------------------------------+
+ |目次 |
+ |----------------------------------------------------|
+ | * Requirements |
+ | * Simple DirectMedia Layer library (libSDL) |
+ | * Other Libraries |
+ | * Compiling and Installation |
+ | * Windows のユーザー |
+ | * Linux または Unix のユーザー |
+ | * Debugging |
+ | * Uninstalling Tux Paint |
+ | * Windows |
+ | * Linux |
+ +----------------------------------------------------+
- libSDL
+ ----------------------------------------------------------------------
+
+Requirements
+
+ Simple DirectMedia Layer library (libSDL)
Tux Paint requires the Simple DirectMedia Layer Library (libSDL), an
Open Source multimedia programming library available under the GNU
@@ -116,13 +133,15 @@ Requirements:
http://netpbm.sourceforge.net/
-Compiling and Installation:
+ ----------------------------------------------------------------------
+
+Compiling and Installation
Tux Paint is released under the GNU General Public License (GPL) (see
"COPYING.txt" for details), and therefore the 'source code' to the
program is available freely.
- Windows Users:
+ Windows のユーザー
Compiling:
@@ -222,7 +241,7 @@ Compiling and Installation:
just be due to incorrect character-case (capital 'Z' instead of
lowercase 'z') or a missing (or extra) '-' (dash).
- Linux/Unix Users:
+ Linux または Unix のユーザー
Compiling:
@@ -351,13 +370,17 @@ Compiling and Installation:
Note: This list is out of date. See "Makefile" and "Makefile-i18n"
for a complete list.
-Debugging:
+ ----------------------------------------------------------------------
+
+Debugging
Debugging (to "STDOUT", e.g. to the terminal, or to a "stdout.txt" file,
on Windows) can be enabled by setting "DEBUG" (and, if verbose logging
is wanted, "VERBOSE") #defines in "src/debug.h".
-Uninstalling Tux Paint:
+ ----------------------------------------------------------------------
+
+Uninstalling Tux Paint
Windows
diff --git a/docs/ja_JP.UTF-8/html/INSTALL.html b/docs/ja_JP.UTF-8/html/INSTALL.html
index 4def88607..a155c20bb 100644
--- a/docs/ja_JP.UTF-8/html/INSTALL.html
+++ b/docs/ja_JP.UTF-8/html/INSTALL.html
@@ -26,15 +26,76 @@
- 2021年3月 9日
+ 2021年8月30日
-
+
- Requirements:
+
+
+
+ 目次
+
+
+
+
+
+ -
+ Requirements
+
+ -
+ Simple DirectMedia Layer library (libSDL)
+
+ -
+ Other Libraries
+
+
+
+ -
+ Compiling and Installation
+
+ -
+ Windows のユーザー
+
+ -
+ Linux または Unix のユーザー
+
+
+
+ -
+ Debugging
+
+ -
+ Uninstalling Tux Paint
+
+
+
+
+
+
+
+
+
+
+
+ Requirements
+
- libSDL
+
+
+ Simple DirectMedia Layer library (libSDL)
+
Tux Paint requires the Simple DirectMedia Layer Library (libSDL), an Open Source multimedia programming library available under the GNU Lesser General Public License (LGPL).
@@ -62,7 +123,10 @@
- Other Libraries
+
+
+ Other Libraries
+
Tux Paint also takes advantage of a number of other free, LGPL'd libraries. Under Linux, just like SDL, they should either already be installed, or are readily available for installation as part of your Linux distribution.
@@ -155,12 +219,20 @@
- Compiling and Installation:
+
+
+
+
+ Compiling and Installation
+
Tux Paint is released under the GNU General Public License (GPL) (see "COPYING.txt" for details), and therefore the 'source code' to the program is available freely.
- Windows Users:
+
+
+ Windows のユーザー
+
Compiling:
@@ -277,7 +349,10 @@
- Linux/Unix Users:
+
+
+ Linux または Unix のユーザー
+
Compiling:
@@ -424,13 +499,26 @@
- Debugging:
+
+
+
+
+ Debugging
+
Debugging (to "STDOUT", e.g. to the terminal, or to a "stdout.txt" file, on Windows) can be enabled by setting "DEBUG" (and, if verbose logging is wanted, "VERBOSE") #defines in "src/debug.h".
- Uninstalling Tux Paint:
+
+
+
+
+ Uninstalling Tux Paint
+
- Windows
+
+
+ Windows
+
Using the Uninstaller
@@ -448,7 +536,10 @@
- Linux
+
+
+ Linux
+
Within the Tux Paint source directory (where you compiled Tux Paint), you can use the "make uninstall" target to uninstall Tux Paint. By default, this must be done by the "root" user ('superuser'), but if you installed Tux Paint somewhere else (e.g., using a "PREFIX=..." setting to "make" and "make install"), you may not, and will want to provide those same settings here. (See the installation instructions above for further information.)
From 06e03d77e6af34de9c4c4dfd06130c4960da0d0c Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Tue, 31 Aug 2021 00:44:55 -0700
Subject: [PATCH 21/48] Merging win32/buildwin.html contents into INSTALL
---
docs/CHANGES.txt | 6 +-
docs/en/INSTALL.txt | 240 +++++++++++++++++++---
docs/en/README.txt | 2 +-
docs/en/html/INSTALL.html | 317 +++++++++++++++++++++++++----
docs/en/html/README.html | 4 +-
docs/es_ES.UTF-8/INSTALL.txt | 240 +++++++++++++++++++---
docs/es_ES.UTF-8/README.txt | 2 +-
docs/es_ES.UTF-8/html/INSTALL.html | 317 +++++++++++++++++++++++++----
docs/es_ES.UTF-8/html/README.html | 4 +-
docs/fr_FR.UTF-8/INSTALL.txt | 240 +++++++++++++++++++---
docs/fr_FR.UTF-8/README.txt | 7 +-
docs/fr_FR.UTF-8/html/INSTALL.html | 317 +++++++++++++++++++++++++----
docs/fr_FR.UTF-8/html/README.html | 4 +-
docs/gl_ES.UTF-8/INSTALL.txt | 239 +++++++++++++++++++---
docs/gl_ES.UTF-8/README.txt | 6 +-
docs/gl_ES.UTF-8/html/INSTALL.html | 317 +++++++++++++++++++++++++----
docs/gl_ES.UTF-8/html/README.html | 4 +-
docs/ja_JP.UTF-8/INSTALL.txt | 240 +++++++++++++++++++---
docs/ja_JP.UTF-8/README.txt | 2 +-
docs/ja_JP.UTF-8/html/INSTALL.html | 317 +++++++++++++++++++++++++----
docs/ja_JP.UTF-8/html/README.html | 4 +-
win32/README.txt | 1 +
win32/buildwin.html | 257 -----------------------
win32/tuxpaint-opencandy.iss | 2 -
24 files changed, 2476 insertions(+), 613 deletions(-)
create mode 100644 win32/README.txt
delete mode 100644 win32/buildwin.html
delete mode 100644 win32/tuxpaint-opencandy.iss
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index 15050484f..6e64e29c8 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -8,7 +8,7 @@ http://www.tuxpaint.org/
$Id$
-2021.August.30 (0.9.27)
+2021.August.31 (0.9.27)
* Documentation updates
---------------------
* Ensured Tux Paint's built-in help ("tuxpaint --help"),
@@ -32,6 +32,10 @@ $Id$
("Options Documentation", "FAQ", "Installation Documentation",
and "Advanced Stamps 'How-To'").
+ * Moved Windows compilation instructions into main
+ "Installation Documentation".
+
+
2021.June.28 (0.9.26)
* New Features
------------
diff --git a/docs/en/INSTALL.txt b/docs/en/INSTALL.txt
index dfcb5f007..f43729d32 100644
--- a/docs/en/INSTALL.txt
+++ b/docs/en/INSTALL.txt
@@ -5,7 +5,7 @@
Copyright © 2002-2021 by various contributors; see AUTHORS.
http://www.tuxpaint.org/
- August 30, 2021
+ August 31, 2021
----------------------------------------------------------------------
@@ -143,47 +143,237 @@ Compiling and Installation
Windows Users
- Compiling:
+ Compiling Set-Up
As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile"
includes support for building on a Windows system using MinGW/MSYS
- (http://www.mingw.org/).
+ (https://sourceforge.net/projects/msys2/).
- After configuring the environment and building and installing all
- the dependencies, use these commands, in MSYS, to build, install and
- run:
+ Many tools and libraries are required to build Tux Paint. The
+ package management system "pacman" helps you install them
+ automatically solving complicated dependencies.
- Prior to version 0.9.20:
+ Download the latest MSYS2 environment from
+ https://sourceforge.net/projects/msys2/files/Base/ and install it
+ where you'd like (the default is
+ "https://sourceforge.net/projects/msys2/files/Base/")
- $ make win32
- $ make install-win32
- $ tuxpaint
+ Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" ->
+ "MSYS2 MSYS" and execute following command (press [Enter] or
+ [Return] to accept the defaults for all questions):
- Version 0.9.20 and beyond:
+ pacman -Syu
- $ make
- $ make install
- $ tuxpaint
+ This will update core system and the window will close
+ automatically. Repeat the steps above one more time to finish the
+ remaining update process.
- Use the following command to build a version suitable for
- redistribution with the installer or in a zip-file:
+ Within the MSYS2 shell, run the following command to install basic
+ development tools:
+
+ pacman -S base-devel msys2-devel git
+
+ Proceed to the next "MinGW 64bit (x86_64) toolchains" section, or skip
+ to the "MinGW 32bit (i686) toolchains" section if you need only a
+ 32bit build environment.
+
+ MinGW 64bit (x86_64) toolchains
+
+ Within the MSYS2 shell, run the following command to install basic
+ 64bit development tools:
+
+ pacman -S mingw-w64-x86_64-toolchain
+
+ 64bit (x86_64) dependency libraries for Tux Paint
+
+ You can install tools and libraries required for compiling Tux Paint
+ on MSYS2/MINGW using "pacman" except for SDL_Pango.
+
+ "ntldd" is a small tool which examine windows executable files to
+ list Dynamic Link Library (.dll) files they depends on. Tux Paint's
+ packaging process for binary distribution uses it to find required
+ .dll files.
+
+ FLTK is a cross-platform GUI toolkit used by "Tux Paint Config.".
+ You can skip installing it if you are only building "Tux Paint".
+
+ $ pacman -S mingw-w64-x86_64-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-x86_64-librsvg
+ $ pacman -S mingw-w64-x86_64-fribidi
+ $ pacman -S mingw-w64-x86_64-libimagequant
+ $ pacman -S mingw-w64-x86_64-fltk
+ $ pacman -S mingw64/mingw-w64-x86_64-ntldd-git
+
+ Note: Close the shell before proceeding to the remaining process.
+
+ Install SDL_Pango and re-install SDL on the 64bit environment
+
+ SDL_Pango should be installed manually. In addition, you have to
+ re-install SDL from the source code or you will see unnecessary
+ blank window opens when starting Tux Paint.
+
+ This time, use the MinGW "64bit" shell. Open the shell from the
+ "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 64-bit"
+
+ SDL_Pango
+
+ At first, you have to prepare source tar-ball and a required patch
+ in the same directory.
+
+ * Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's
+ page on Sourceforge.net.
+ * Download a patch file from John Popplewell's "Tux Paint -
+ MinGW/MSYS build instructions" webpage. (This adds some extra
+ (required) functionality to SDL_Pango.)
+
+ Build and install SDL_Pango as follows.
+
+ $ tar zxvf SDL_Pango-0.1.2.tar.gz
+ $ cd SDL_Pango-0.1.2/
+ $ patch -p0 < ../SDL_Pango-configure-extra-api.patch
+ $ ./configure --prefix=/mingw64 && make && make install
+
+ SDL
+
+ Download source tar-ball of SDL_1.2.15 from libsdl.org.
+
+ Re-install SDL as follows.
+
+ $ tar zxvf SDL-1.2.15.tar.gz
+ $ cd SDL-1.2.15
+ $ ./configure --prefix=/mingw64 && make && make install
+
+ Proceed to the next "MinGW 32bit (i686) toolchains" section, or skip
+ to the "ImageMagick" section if you need only a 64bit build
+ environment.
+
+ MinGW 32bit (i686) toolchains
+
+ Within the MSYS2 shell, run the following command to install basic
+ 32bit development tools:
+
+ pacman -S mingw-w64-i686-toolchain
+
+ 32bit (i686) dependency libraries for Tux Paint
+
+ You can install tools and libraries required for compiling Tux Paint
+ on MSYS2/MINGW using "pacman" except for SDL_Pango.
+
+ "ntldd" is a small tool which examine windows executable files to
+ list Dynamic Link Library (.dll) files they depends on. Tux Paint's
+ packaging process for binary distribution uses it to find required
+ .dll files.
+
+ FLTK is a cross-platform GUI toolkit used by "Tux Paint Config.".
+ You can skip installing it if you are only building "Tux Paint".
+
+ $ pacman -S mingw-w64-i686-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-i686-librsvg
+ $ pacman -S mingw-w64-i686-fribidi
+ $ pacman -S mingw-w64-i686-libimagequant
+ $ pacman -S mingw-w64-i686-fltk
+ $ pacman -S mingw-w64-i686-ntldd-git
+
+ Note: Close the shell before proceeding to the remaining process.
+
+ Install SDL_Pango and re-install SDL on the 32bit environment
+
+ SDL_Pango should be installed manually. In addition, you have to
+ re-install SDL from the source code or you will see unnecessary
+ blank window opens when starting Tux Paint.
+
+ This time, use the MinGW "32bit" shell. Open the shell from the
+ "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 32-bit"
+
+ SDL_Pango
+
+ At first, you have to prepare source tar-ball and a required patch
+ in the same directory.
+
+ * Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's
+ page on Sourceforge.net.
+ * Download a patch file from John Popplewell's "Tux Paint -
+ MinGW/MSYS build instructions" webpage. (This adds some extra
+ (required) functionality to SDL_Pango.)
+
+ Build and install SDL_Pango as follows.
+
+ $ tar zxvf SDL_Pango-0.1.2.tar.gz
+ $ cd SDL_Pango-0.1.2/
+ $ patch -p0 < ../SDL_Pango-configure-extra-api.patch
+ $ ./configure --prefix=/mingw32 && make && make install
+
+ SDL
+
+ Download source tar-ball of SDL_1.2.15 from libsdl.org.
+
+ Re-install SDL as follows.
+
+ $ tar zxvf SDL-1.2.15.tar.gz
+ $ cd SDL-1.2.15
+ $ ./configure --prefix=/mingw32 && make && make install
+
+ ImageMagick
+
+ ImageMagick is a compilation of command line tools to create, edit,
+ compose, or convert bitmap images supporting quite a large number of
+ image formats. Tux Paint uses two functions ("convert" and
+ "composite") in it to generate thumbnails for startar images and
+ templates during the build process.
+
+ Using official binary release available from "Windows Binary
+ Release" is recommended, due to the commands installed with "pacman"
+ on MinGW/MSYS not working as expected!
+
+ Do not forget to enable "Install legacy utilities (e.g. convert)"
+ while installing it, because Tux Paint's build process uses them.
+
+ Add the path to the directory in which ImageMagick is installed at
+ the top of your "PATH" environment variable. For example:
+
+ $ export PATH=/c/Program\ Files/ImageMagick-7.0.10-Q16-HDRI:$PATH
+
+ You can make this permanent by adding the above to your the BASH
+ shell configuration file, "~/.bash_profile".
+
+ Tux Paint
+
+ You can compile 64bit binaries using MSYS2 64bit shell, and 32bit
+ binaries using MSYS2 32bit shell, respectively.
+
+ * Select "MSYS2 64bit" -> "MSYS2 MinGW 64-bit" from the "Start
+ Menu" to open the 64bit shell.
+ * Select "MSYS2 64bit" -> "MSYS2 MinGW 32-bit" from the "Start
+ Menu" to open the 32bit shell.
+
+ Compile Tux Paint with the following command:
$ make bdist-win32
- Or if building for Win9x/ME:
+ Note: At this point, you will want to build "Tux Paint Config." for
+ Windows, so it can be included along with "Tux Paint", if you're
+ making an official (or test) release. The build process will look
+ for it in a directory named "tuxpaint-config" (with no version
+ number, e.g., "tuxpaint-config-X.Y.Z"). See "Tux Paint Config."'s
+ INSTALL.txt documentation for details.
- $ BDIST_WIN9X=1 make bdist-win32
+ All the files needed for starting Tux Paint (and Tux Paint Config.)
+ are collected in the directory for binary distribution "bdist"
+ directory under "win32". You can start them by double-clicking their
+ executable (.exe) files in the "bdist" directory.
- Before any of the above will work, you need to configure the
- environment and build or install the libraries that Tux Paint
- depends upon. John Popplewell put together some instructions for
- doing that here:
+ Building the Tux Paint Windows Installer:
- http://www.johnnypops.co.uk/tuxpaint/
+ Inno Setup is used to build executable installer for Tux Paint.
+ Therefore you have to install it in the first place.
- Read the relevant notes if building for Win9X/ME.
+ Then, you can easily build an executable installer by right-clicking
+ on the "tuxpaint.iss" icon in the "win32" directory and selecting
+ "Compile" on the list. It will run for a while, and eventually you
+ will find a "tuxpaint-X.Y.Z-win32-installer.exe" file in the same
+ directory.
- Running the Installer:
+ Running the Tux Paint Windows Installer:
Double-click the Tux Paint installer executable (.EXE file) and
follow the instructions.
diff --git a/docs/en/README.txt b/docs/en/README.txt
index 8fc85250a..4d1dab3bd 100644
--- a/docs/en/README.txt
+++ b/docs/en/README.txt
@@ -6,7 +6,7 @@
Copyright © 2002-2021 by various contributors; see AUTHORS.
http://www.tuxpaint.org/
- August 8, 2021
+ August 31, 2021
----------------------------------------------------------------------
diff --git a/docs/en/html/INSTALL.html b/docs/en/html/INSTALL.html
index 868e8003a..e2c80f030 100644
--- a/docs/en/html/INSTALL.html
+++ b/docs/en/html/INSTALL.html
@@ -26,7 +26,7 @@
- August 30, 2021
+ August 31, 2021
@@ -234,59 +234,292 @@
Windows Users
- Compiling:
+ Compiling Set-Up
- As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile" includes support for building on a Windows system using MinGW/MSYS (http://www.mingw.org/).
+ As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile" includes support for building on a Windows system using MinGW/MSYS (https://sourceforge.net/projects/msys2/).
- After configuring the environment and building and installing all the dependencies, use these commands, in MSYS, to build, install and run:
-
- Prior to version 0.9.20:
-
-
- $ make win32
- $ make install-win32
- $ tuxpaint
-
-
-
- Version 0.9.20 and beyond:
-
-
- $ make
- $ make install
- $ tuxpaint
-
-
+ Many tools and libraries are required to build Tux Paint. The package management system "pacman" helps you install them automatically solving complicated dependencies.
- Use the following command to build a version suitable for redistribution with the installer or in a zip-file:
-
-
- $ make bdist-win32
-
-
-
+ Download the latest MSYS2 environment from https://sourceforge.net/projects/msys2/files/Base/ and install it where you'd like (the default is "https://sourceforge.net/projects/msys2/files/Base/")
- Or if building for Win9x/ME:
-
-
- $ BDIST_WIN9X=1 make bdist-win32
-
-
-
-
- Before any of the above will work, you need to configure the environment and build or install the libraries that Tux Paint depends upon. John Popplewell put together some instructions for doing that here:
-
- http://www.johnnypops.co.uk/tuxpaint/
+ Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MSYS" and execute following command (press [Enter] or [Return] to accept the defaults for all questions):
+
+
+ pacman -Syu
+
+
- Read the relevant notes if building for Win9X/ME.
+ This will update core system and the window will close automatically. Repeat the steps above one more time to finish the remaining update process.
+
+
+ Within the MSYS2 shell, run the following command to install basic development tools:
+
+ pacman -S base-devel msys2-devel git
+
+
+
+
- Running the Installer:
+
+
+ Proceed to the next "MinGW 64bit (x86_64) toolchains" section, or skip to the "MinGW 32bit (i686) toolchains" section if you need only a 32bit build environment.
+
+
+
+
+ MinGW 64bit (x86_64) toolchains
+
+
+
+
+ Within the MSYS2 shell, run the following command to install basic 64bit development tools:
+
+ pacman -S mingw-w64-x86_64-toolchain
+
+
+
+
+
+
+
+ 64bit (x86_64) dependency libraries for Tux Paint
+
+
+
+ You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "pacman" except for SDL_Pango.
+
+ "ntldd" is a small tool which examine windows executable files to list Dynamic Link Library (.dll) files they depends on. Tux Paint's packaging process for binary distribution uses it to find required .dll files.
+
+ FLTK is a cross-platform GUI toolkit used by "Tux Paint Config.". You can skip installing it if you are only building "Tux Paint".
+
+
+
+ $ pacman -S mingw-w64-x86_64-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-x86_64-librsvg
+ $ pacman -S mingw-w64-x86_64-fribidi
+ $ pacman -S mingw-w64-x86_64-libimagequant
+ $ pacman -S mingw-w64-x86_64-fltk
+ $ pacman -S mingw64/mingw-w64-x86_64-ntldd-git
+
+
+
+
+ Note: Close the shell before proceeding to the remaining process.
+
+
+
+
+ Install SDL_Pango and re-install SDL on the 64bit environment
+
+
+
+ SDL_Pango should be installed manually. In addition, you have to re-install SDL from the source code or you will see unnecessary blank window opens when starting Tux Paint.
+
+ This time, use the MinGW "64bit" shell. Open the shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 64-bit"
+
+ SDL_Pango
+
+
+
+
+ At first, you have to prepare source tar-ball and a required patch in the same directory.
+
+ -
+ Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's page on Sourceforge.net.
+ -
+ Download a patch file from John Popplewell's "Tux Paint - MinGW/MSYS build instructions" webpage. (This adds some extra (required) functionality to SDL_Pango.)
+
+
+ Build and install SDL_Pango as follows.
+
+ $ tar zxvf SDL_Pango-0.1.2.tar.gz
+ $ cd SDL_Pango-0.1.2/
+ $ patch -p0 < ../SDL_Pango-configure-extra-api.patch
+ $ ./configure --prefix=/mingw64 && make && make install
+
+
+
+
+
+ SDL
+
+
+ Download source tar-ball of SDL_1.2.15 from libsdl.org.
+
+ Re-install SDL as follows.
+
+ $ tar zxvf SDL-1.2.15.tar.gz
+ $ cd SDL-1.2.15
+ $ ./configure --prefix=/mingw64 && make && make install
+
+
+
+
+
+
+
+
+
+ Proceed to the next "MinGW 32bit (i686) toolchains" section, or skip to the "ImageMagick" section if you need only a 64bit build environment.
+
+
+
+ MinGW 32bit (i686) toolchains
+
+
+
+
+ Within the MSYS2 shell, run the following command to install basic 32bit development tools:
+
+ pacman -S mingw-w64-i686-toolchain
+
+
+
+
+
+
+
+ 32bit (i686) dependency libraries for Tux Paint
+
+
+
+ You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "pacman" except for SDL_Pango.
+
+ "ntldd" is a small tool which examine windows executable files to list Dynamic Link Library (.dll) files they depends on. Tux Paint's packaging process for binary distribution uses it to find required .dll files.
+
+ FLTK is a cross-platform GUI toolkit used by "Tux Paint Config.". You can skip installing it if you are only building "Tux Paint".
+
+
+
+ $ pacman -S mingw-w64-i686-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-i686-librsvg
+ $ pacman -S mingw-w64-i686-fribidi
+ $ pacman -S mingw-w64-i686-libimagequant
+ $ pacman -S mingw-w64-i686-fltk
+ $ pacman -S mingw-w64-i686-ntldd-git
+
+
+
+
+ Note: Close the shell before proceeding to the remaining process.
+
+
+
+
+ Install SDL_Pango and re-install SDL on the 32bit environment
+
+
+
+ SDL_Pango should be installed manually. In addition, you have to re-install SDL from the source code or you will see unnecessary blank window opens when starting Tux Paint.
+
+ This time, use the MinGW "32bit" shell. Open the shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 32-bit"
+
+ SDL_Pango
+
+
+
+
+ At first, you have to prepare source tar-ball and a required patch in the same directory.
+
+ -
+ Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's page on Sourceforge.net.
+ -
+ Download a patch file from John Popplewell's "Tux Paint - MinGW/MSYS build instructions" webpage. (This adds some extra (required) functionality to SDL_Pango.)
+
+
+ Build and install SDL_Pango as follows.
+
+ $ tar zxvf SDL_Pango-0.1.2.tar.gz
+ $ cd SDL_Pango-0.1.2/
+ $ patch -p0 < ../SDL_Pango-configure-extra-api.patch
+ $ ./configure --prefix=/mingw32 && make && make install
+
+
+
+
+
+ SDL
+
+
+ Download source tar-ball of SDL_1.2.15 from libsdl.org.
+
+ Re-install SDL as follows.
+
+ $ tar zxvf SDL-1.2.15.tar.gz
+ $ cd SDL-1.2.15
+ $ ./configure --prefix=/mingw32 && make && make install
+
+
+
+
+
+
+
+
+
+ ImageMagick
+
+
+
+
+ ImageMagick is a compilation of command line tools to create, edit, compose, or convert bitmap images supporting quite a large number of image formats. Tux Paint uses two functions ("convert" and "composite") in it to generate thumbnails for startar images and templates during the build process.
+
+ Using official binary release available from "Windows Binary Release" is recommended, due to the commands installed with "pacman" on MinGW/MSYS not working as expected!
+
+ Do not forget to enable "Install legacy utilities (e.g. convert)" while installing it, because Tux Paint's build process uses them.
+
+ Add the path to the directory in which ImageMagick is installed at the top of your "PATH" environment variable. For example:
+
+ $ export PATH=/c/Program\ Files/ImageMagick-7.0.10-Q16-HDRI:$PATH
+
+
+
+
+ You can make this permanent by adding the above to your the BASH shell configuration file, "~/.bash_profile".
+
+
+ Tux Paint
+
+
+
+ You can compile 64bit binaries using MSYS2 64bit shell, and 32bit binaries using MSYS2 32bit shell, respectively.
+
+ -
+ Select "MSYS2 64bit" -> "MSYS2 MinGW 64-bit" from the "Start Menu" to open the 64bit shell.
+ -
+ Select "MSYS2 64bit" -> "MSYS2 MinGW 32-bit" from the "Start Menu" to open the 32bit shell.
+
+
+ Compile Tux Paint with the following command:
+
+ $ make bdist-win32
+
+
+
+
+ Note: At this point, you will want to build "Tux Paint Config." for Windows, so it can be included along with "Tux Paint", if you're making an official (or test) release. The build process will look for it in a directory named "tuxpaint-config" (with no version number, e.g., "tuxpaint-config-X.Y.Z"). See "Tux Paint Config."'s INSTALL.txt documentation for details.
+
+ All the files needed for starting Tux Paint (and Tux Paint Config.) are collected in the directory for binary distribution "bdist" directory under "win32". You can start them by double-clicking their executable (.exe) files in the "bdist" directory.
+
+
+ Building the Tux Paint Windows Installer:
+
+
+
+ Inno Setup is used to build executable installer for Tux Paint. Therefore you have to install it in the first place.
+
+
+
+ Then, you can easily build an executable installer by right-clicking on the "tuxpaint.iss" icon in the "win32" directory and selecting "Compile" on the list. It will run for a while, and eventually you will find a "tuxpaint-X.Y.Z-win32-installer.exe" file in the same directory.
+
+
+ Running the Tux Paint Windows Installer:
Double-click the Tux Paint installer executable (.EXE file) and follow the instructions.
diff --git a/docs/en/html/README.html b/docs/en/html/README.html
index 451d8556e..ea0fb0d53 100644
--- a/docs/en/html/README.html
+++ b/docs/en/html/README.html
@@ -28,7 +28,7 @@
- August 8, 2021
+ August 31, 2021
- Press [Enter] or [Return] and the text will be drawn onto the picture and the cursor will move down one line.
+ Press [Enter] or [Return] and the text will be drawn onto the picture and the cursor will move down one line.
Alternatively, press [Tab] and the text will be drawn onto the picture, but the cursor will move to the right of the text, rather than down a line, and to the left. (This can be useful to create a line of text with mixed colors, fonts, styles and sizes.)
diff --git a/docs/es_ES.UTF-8/INSTALL.txt b/docs/es_ES.UTF-8/INSTALL.txt
index 3e2766998..d7397c690 100644
--- a/docs/es_ES.UTF-8/INSTALL.txt
+++ b/docs/es_ES.UTF-8/INSTALL.txt
@@ -5,7 +5,7 @@
Copyright © 2002-2021 by various contributors; see AUTHORS.
http://www.tuxpaint.org/
- agosto 30, 2021
+ agosto 31, 2021
----------------------------------------------------------------------
@@ -143,47 +143,237 @@ Compiling and Installation
Windows Users
- Compiling:
+ Compiling Set-Up
As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile"
includes support for building on a Windows system using MinGW/MSYS
- (http://www.mingw.org/).
+ (https://sourceforge.net/projects/msys2/).
- After configuring the environment and building and installing all
- the dependencies, use these commands, in MSYS, to build, install and
- run:
+ Many tools and libraries are required to build Tux Paint. The
+ package management system "pacman" helps you install them
+ automatically solving complicated dependencies.
- Prior to version 0.9.20:
+ Download the latest MSYS2 environment from
+ https://sourceforge.net/projects/msys2/files/Base/ and install it
+ where you'd like (the default is
+ "https://sourceforge.net/projects/msys2/files/Base/")
- $ make win32
- $ make install-win32
- $ tuxpaint
+ Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" ->
+ "MSYS2 MSYS" and execute following command (press [Enter] or
+ [Return] to accept the defaults for all questions):
- Version 0.9.20 and beyond:
+ pacman -Syu
- $ make
- $ make install
- $ tuxpaint
+ This will update core system and the window will close
+ automatically. Repeat the steps above one more time to finish the
+ remaining update process.
- Use the following command to build a version suitable for
- redistribution with the installer or in a zip-file:
+ Within the MSYS2 shell, run the following command to install basic
+ development tools:
+
+ pacman -S base-devel msys2-devel git
+
+ Proceed to the next "MinGW 64bit (x86_64) toolchains" section, or skip
+ to the "MinGW 32bit (i686) toolchains" section if you need only a
+ 32bit build environment.
+
+ MinGW 64bit (x86_64) toolchains
+
+ Within the MSYS2 shell, run the following command to install basic
+ 64bit development tools:
+
+ pacman -S mingw-w64-x86_64-toolchain
+
+ 64bit (x86_64) dependency libraries for Tux Paint
+
+ You can install tools and libraries required for compiling Tux Paint
+ on MSYS2/MINGW using "pacman" except for SDL_Pango.
+
+ "ntldd" is a small tool which examine windows executable files to
+ list Dynamic Link Library (.dll) files they depends on. Tux Paint's
+ packaging process for binary distribution uses it to find required
+ .dll files.
+
+ FLTK is a cross-platform GUI toolkit used by "Tux Paint Config.".
+ You can skip installing it if you are only building "Tux Paint".
+
+ $ pacman -S mingw-w64-x86_64-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-x86_64-librsvg
+ $ pacman -S mingw-w64-x86_64-fribidi
+ $ pacman -S mingw-w64-x86_64-libimagequant
+ $ pacman -S mingw-w64-x86_64-fltk
+ $ pacman -S mingw64/mingw-w64-x86_64-ntldd-git
+
+ Note: Close the shell before proceeding to the remaining process.
+
+ Install SDL_Pango and re-install SDL on the 64bit environment
+
+ SDL_Pango should be installed manually. In addition, you have to
+ re-install SDL from the source code or you will see unnecessary
+ blank window opens when starting Tux Paint.
+
+ This time, use the MinGW "64bit" shell. Open the shell from the
+ "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 64-bit"
+
+ SDL_Pango
+
+ At first, you have to prepare source tar-ball and a required patch
+ in the same directory.
+
+ * Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's
+ page on Sourceforge.net.
+ * Download a patch file from John Popplewell's "Tux Paint -
+ MinGW/MSYS build instructions" webpage. (This adds some extra
+ (required) functionality to SDL_Pango.)
+
+ Build and install SDL_Pango as follows.
+
+ $ tar zxvf SDL_Pango-0.1.2.tar.gz
+ $ cd SDL_Pango-0.1.2/
+ $ patch -p0 < ../SDL_Pango-configure-extra-api.patch
+ $ ./configure --prefix=/mingw64 && make && make install
+
+ SDL
+
+ Download source tar-ball of SDL_1.2.15 from libsdl.org.
+
+ Re-install SDL as follows.
+
+ $ tar zxvf SDL-1.2.15.tar.gz
+ $ cd SDL-1.2.15
+ $ ./configure --prefix=/mingw64 && make && make install
+
+ Proceed to the next "MinGW 32bit (i686) toolchains" section, or skip
+ to the "ImageMagick" section if you need only a 64bit build
+ environment.
+
+ MinGW 32bit (i686) toolchains
+
+ Within the MSYS2 shell, run the following command to install basic
+ 32bit development tools:
+
+ pacman -S mingw-w64-i686-toolchain
+
+ 32bit (i686) dependency libraries for Tux Paint
+
+ You can install tools and libraries required for compiling Tux Paint
+ on MSYS2/MINGW using "pacman" except for SDL_Pango.
+
+ "ntldd" is a small tool which examine windows executable files to
+ list Dynamic Link Library (.dll) files they depends on. Tux Paint's
+ packaging process for binary distribution uses it to find required
+ .dll files.
+
+ FLTK is a cross-platform GUI toolkit used by "Tux Paint Config.".
+ You can skip installing it if you are only building "Tux Paint".
+
+ $ pacman -S mingw-w64-i686-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-i686-librsvg
+ $ pacman -S mingw-w64-i686-fribidi
+ $ pacman -S mingw-w64-i686-libimagequant
+ $ pacman -S mingw-w64-i686-fltk
+ $ pacman -S mingw-w64-i686-ntldd-git
+
+ Note: Close the shell before proceeding to the remaining process.
+
+ Install SDL_Pango and re-install SDL on the 32bit environment
+
+ SDL_Pango should be installed manually. In addition, you have to
+ re-install SDL from the source code or you will see unnecessary
+ blank window opens when starting Tux Paint.
+
+ This time, use the MinGW "32bit" shell. Open the shell from the
+ "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 32-bit"
+
+ SDL_Pango
+
+ At first, you have to prepare source tar-ball and a required patch
+ in the same directory.
+
+ * Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's
+ page on Sourceforge.net.
+ * Download a patch file from John Popplewell's "Tux Paint -
+ MinGW/MSYS build instructions" webpage. (This adds some extra
+ (required) functionality to SDL_Pango.)
+
+ Build and install SDL_Pango as follows.
+
+ $ tar zxvf SDL_Pango-0.1.2.tar.gz
+ $ cd SDL_Pango-0.1.2/
+ $ patch -p0 < ../SDL_Pango-configure-extra-api.patch
+ $ ./configure --prefix=/mingw32 && make && make install
+
+ SDL
+
+ Download source tar-ball of SDL_1.2.15 from libsdl.org.
+
+ Re-install SDL as follows.
+
+ $ tar zxvf SDL-1.2.15.tar.gz
+ $ cd SDL-1.2.15
+ $ ./configure --prefix=/mingw32 && make && make install
+
+ ImageMagick
+
+ ImageMagick is a compilation of command line tools to create, edit,
+ compose, or convert bitmap images supporting quite a large number of
+ image formats. Tux Paint uses two functions ("convert" and
+ "composite") in it to generate thumbnails for startar images and
+ templates during the build process.
+
+ Using official binary release available from "Windows Binary
+ Release" is recommended, due to the commands installed with "pacman"
+ on MinGW/MSYS not working as expected!
+
+ Do not forget to enable "Install legacy utilities (e.g. convert)"
+ while installing it, because Tux Paint's build process uses them.
+
+ Add the path to the directory in which ImageMagick is installed at
+ the top of your "PATH" environment variable. For example:
+
+ $ export PATH=/c/Program\ Files/ImageMagick-7.0.10-Q16-HDRI:$PATH
+
+ You can make this permanent by adding the above to your the BASH
+ shell configuration file, "~/.bash_profile".
+
+ Tux Paint
+
+ You can compile 64bit binaries using MSYS2 64bit shell, and 32bit
+ binaries using MSYS2 32bit shell, respectively.
+
+ * Select "MSYS2 64bit" -> "MSYS2 MinGW 64-bit" from the "Start
+ Menu" to open the 64bit shell.
+ * Select "MSYS2 64bit" -> "MSYS2 MinGW 32-bit" from the "Start
+ Menu" to open the 32bit shell.
+
+ Compile Tux Paint with the following command:
$ make bdist-win32
- Or if building for Win9x/ME:
+ Note: At this point, you will want to build "Tux Paint Config." for
+ Windows, so it can be included along with "Tux Paint", if you're
+ making an official (or test) release. The build process will look
+ for it in a directory named "tuxpaint-config" (with no version
+ number, e.g., "tuxpaint-config-X.Y.Z"). See "Tux Paint Config."'s
+ INSTALL.txt documentation for details.
- $ BDIST_WIN9X=1 make bdist-win32
+ All the files needed for starting Tux Paint (and Tux Paint Config.)
+ are collected in the directory for binary distribution "bdist"
+ directory under "win32". You can start them by double-clicking their
+ executable (.exe) files in the "bdist" directory.
- Before any of the above will work, you need to configure the
- environment and build or install the libraries that Tux Paint
- depends upon. John Popplewell put together some instructions for
- doing that here:
+ Building the Tux Paint Windows Installer:
- http://www.johnnypops.co.uk/tuxpaint/
+ Inno Setup is used to build executable installer for Tux Paint.
+ Therefore you have to install it in the first place.
- Read the relevant notes if building for Win9X/ME.
+ Then, you can easily build an executable installer by right-clicking
+ on the "tuxpaint.iss" icon in the "win32" directory and selecting
+ "Compile" on the list. It will run for a while, and eventually you
+ will find a "tuxpaint-X.Y.Z-win32-installer.exe" file in the same
+ directory.
- Running the Installer:
+ Running the Tux Paint Windows Installer:
Double-click the Tux Paint installer executable (.EXE file) and
follow the instructions.
diff --git a/docs/es_ES.UTF-8/README.txt b/docs/es_ES.UTF-8/README.txt
index c42a7ecc0..134ae604d 100644
--- a/docs/es_ES.UTF-8/README.txt
+++ b/docs/es_ES.UTF-8/README.txt
@@ -6,7 +6,7 @@
Copyright © 2002-2021 by various contributors; see AUTHORS.
http://www.tuxpaint.org/
- agosto 8, 2021
+ agosto 31, 2021
----------------------------------------------------------------------
diff --git a/docs/es_ES.UTF-8/html/INSTALL.html b/docs/es_ES.UTF-8/html/INSTALL.html
index 10e88c494..f605c93cb 100644
--- a/docs/es_ES.UTF-8/html/INSTALL.html
+++ b/docs/es_ES.UTF-8/html/INSTALL.html
@@ -26,7 +26,7 @@
- agosto 30, 2021
+ agosto 31, 2021
@@ -234,59 +234,292 @@
Windows Users
- Compiling:
+ Compiling Set-Up
- As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile" includes support for building on a Windows system using MinGW/MSYS (http://www.mingw.org/).
+ As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile" includes support for building on a Windows system using MinGW/MSYS (https://sourceforge.net/projects/msys2/).
- After configuring the environment and building and installing all the dependencies, use these commands, in MSYS, to build, install and run:
-
- Prior to version 0.9.20:
-
-
- $ make win32
- $ make install-win32
- $ tuxpaint
-
-
-
- Version 0.9.20 and beyond:
-
-
- $ make
- $ make install
- $ tuxpaint
-
-
+ Many tools and libraries are required to build Tux Paint. The package management system "pacman" helps you install them automatically solving complicated dependencies.
- Use the following command to build a version suitable for redistribution with the installer or in a zip-file:
-
-
- $ make bdist-win32
-
-
-
+ Download the latest MSYS2 environment from https://sourceforge.net/projects/msys2/files/Base/ and install it where you'd like (the default is "https://sourceforge.net/projects/msys2/files/Base/")
- Or if building for Win9x/ME:
-
-
- $ BDIST_WIN9X=1 make bdist-win32
-
-
-
-
- Before any of the above will work, you need to configure the environment and build or install the libraries that Tux Paint depends upon. John Popplewell put together some instructions for doing that here:
-
- http://www.johnnypops.co.uk/tuxpaint/
+ Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MSYS" and execute following command (press [Enter] or [Return] to accept the defaults for all questions):
+
+
+ pacman -Syu
+
+
- Read the relevant notes if building for Win9X/ME.
+ This will update core system and the window will close automatically. Repeat the steps above one more time to finish the remaining update process.
+
+
+ Within the MSYS2 shell, run the following command to install basic development tools:
+
+ pacman -S base-devel msys2-devel git
+
+
+
+
- Running the Installer:
+
+
+ Proceed to the next "MinGW 64bit (x86_64) toolchains" section, or skip to the "MinGW 32bit (i686) toolchains" section if you need only a 32bit build environment.
+
+
+
+
+ MinGW 64bit (x86_64) toolchains
+
+
+
+
+ Within the MSYS2 shell, run the following command to install basic 64bit development tools:
+
+ pacman -S mingw-w64-x86_64-toolchain
+
+
+
+
+
+
+
+ 64bit (x86_64) dependency libraries for Tux Paint
+
+
+
+ You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "pacman" except for SDL_Pango.
+
+ "ntldd" is a small tool which examine windows executable files to list Dynamic Link Library (.dll) files they depends on. Tux Paint's packaging process for binary distribution uses it to find required .dll files.
+
+ FLTK is a cross-platform GUI toolkit used by "Tux Paint Config.". You can skip installing it if you are only building "Tux Paint".
+
+
+
+ $ pacman -S mingw-w64-x86_64-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-x86_64-librsvg
+ $ pacman -S mingw-w64-x86_64-fribidi
+ $ pacman -S mingw-w64-x86_64-libimagequant
+ $ pacman -S mingw-w64-x86_64-fltk
+ $ pacman -S mingw64/mingw-w64-x86_64-ntldd-git
+
+
+
+
+ Note: Close the shell before proceeding to the remaining process.
+
+
+
+
+ Install SDL_Pango and re-install SDL on the 64bit environment
+
+
+
+ SDL_Pango should be installed manually. In addition, you have to re-install SDL from the source code or you will see unnecessary blank window opens when starting Tux Paint.
+
+ This time, use the MinGW "64bit" shell. Open the shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 64-bit"
+
+ SDL_Pango
+
+
+
+
+ At first, you have to prepare source tar-ball and a required patch in the same directory.
+
+ -
+ Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's page on Sourceforge.net.
+ -
+ Download a patch file from John Popplewell's "Tux Paint - MinGW/MSYS build instructions" webpage. (This adds some extra (required) functionality to SDL_Pango.)
+
+
+ Build and install SDL_Pango as follows.
+
+ $ tar zxvf SDL_Pango-0.1.2.tar.gz
+ $ cd SDL_Pango-0.1.2/
+ $ patch -p0 < ../SDL_Pango-configure-extra-api.patch
+ $ ./configure --prefix=/mingw64 && make && make install
+
+
+
+
+
+ SDL
+
+
+ Download source tar-ball of SDL_1.2.15 from libsdl.org.
+
+ Re-install SDL as follows.
+
+ $ tar zxvf SDL-1.2.15.tar.gz
+ $ cd SDL-1.2.15
+ $ ./configure --prefix=/mingw64 && make && make install
+
+
+
+
+
+
+
+
+
+ Proceed to the next "MinGW 32bit (i686) toolchains" section, or skip to the "ImageMagick" section if you need only a 64bit build environment.
+
+
+
+ MinGW 32bit (i686) toolchains
+
+
+
+
+ Within the MSYS2 shell, run the following command to install basic 32bit development tools:
+
+ pacman -S mingw-w64-i686-toolchain
+
+
+
+
+
+
+
+ 32bit (i686) dependency libraries for Tux Paint
+
+
+
+ You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "pacman" except for SDL_Pango.
+
+ "ntldd" is a small tool which examine windows executable files to list Dynamic Link Library (.dll) files they depends on. Tux Paint's packaging process for binary distribution uses it to find required .dll files.
+
+ FLTK is a cross-platform GUI toolkit used by "Tux Paint Config.". You can skip installing it if you are only building "Tux Paint".
+
+
+
+ $ pacman -S mingw-w64-i686-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-i686-librsvg
+ $ pacman -S mingw-w64-i686-fribidi
+ $ pacman -S mingw-w64-i686-libimagequant
+ $ pacman -S mingw-w64-i686-fltk
+ $ pacman -S mingw-w64-i686-ntldd-git
+
+
+
+
+ Note: Close the shell before proceeding to the remaining process.
+
+
+
+
+ Install SDL_Pango and re-install SDL on the 32bit environment
+
+
+
+ SDL_Pango should be installed manually. In addition, you have to re-install SDL from the source code or you will see unnecessary blank window opens when starting Tux Paint.
+
+ This time, use the MinGW "32bit" shell. Open the shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 32-bit"
+
+ SDL_Pango
+
+
+
+
+ At first, you have to prepare source tar-ball and a required patch in the same directory.
+
+ -
+ Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's page on Sourceforge.net.
+ -
+ Download a patch file from John Popplewell's "Tux Paint - MinGW/MSYS build instructions" webpage. (This adds some extra (required) functionality to SDL_Pango.)
+
+
+ Build and install SDL_Pango as follows.
+
+ $ tar zxvf SDL_Pango-0.1.2.tar.gz
+ $ cd SDL_Pango-0.1.2/
+ $ patch -p0 < ../SDL_Pango-configure-extra-api.patch
+ $ ./configure --prefix=/mingw32 && make && make install
+
+
+
+
+
+ SDL
+
+
+ Download source tar-ball of SDL_1.2.15 from libsdl.org.
+
+ Re-install SDL as follows.
+
+ $ tar zxvf SDL-1.2.15.tar.gz
+ $ cd SDL-1.2.15
+ $ ./configure --prefix=/mingw32 && make && make install
+
+
+
+
+
+
+
+
+
+ ImageMagick
+
+
+
+
+ ImageMagick is a compilation of command line tools to create, edit, compose, or convert bitmap images supporting quite a large number of image formats. Tux Paint uses two functions ("convert" and "composite") in it to generate thumbnails for startar images and templates during the build process.
+
+ Using official binary release available from "Windows Binary Release" is recommended, due to the commands installed with "pacman" on MinGW/MSYS not working as expected!
+
+ Do not forget to enable "Install legacy utilities (e.g. convert)" while installing it, because Tux Paint's build process uses them.
+
+ Add the path to the directory in which ImageMagick is installed at the top of your "PATH" environment variable. For example:
+
+ $ export PATH=/c/Program\ Files/ImageMagick-7.0.10-Q16-HDRI:$PATH
+
+
+
+
+ You can make this permanent by adding the above to your the BASH shell configuration file, "~/.bash_profile".
+
+
+ Tux Paint
+
+
+
+ You can compile 64bit binaries using MSYS2 64bit shell, and 32bit binaries using MSYS2 32bit shell, respectively.
+
+ -
+ Select "MSYS2 64bit" -> "MSYS2 MinGW 64-bit" from the "Start Menu" to open the 64bit shell.
+ -
+ Select "MSYS2 64bit" -> "MSYS2 MinGW 32-bit" from the "Start Menu" to open the 32bit shell.
+
+
+ Compile Tux Paint with the following command:
+
+ $ make bdist-win32
+
+
+
+
+ Note: At this point, you will want to build "Tux Paint Config." for Windows, so it can be included along with "Tux Paint", if you're making an official (or test) release. The build process will look for it in a directory named "tuxpaint-config" (with no version number, e.g., "tuxpaint-config-X.Y.Z"). See "Tux Paint Config."'s INSTALL.txt documentation for details.
+
+ All the files needed for starting Tux Paint (and Tux Paint Config.) are collected in the directory for binary distribution "bdist" directory under "win32". You can start them by double-clicking their executable (.exe) files in the "bdist" directory.
+
+
+ Building the Tux Paint Windows Installer:
+
+
+
+ Inno Setup is used to build executable installer for Tux Paint. Therefore you have to install it in the first place.
+
+
+
+ Then, you can easily build an executable installer by right-clicking on the "tuxpaint.iss" icon in the "win32" directory and selecting "Compile" on the list. It will run for a while, and eventually you will find a "tuxpaint-X.Y.Z-win32-installer.exe" file in the same directory.
+
+
+ Running the Tux Paint Windows Installer:
Double-click the Tux Paint installer executable (.EXE file) and follow the instructions.
diff --git a/docs/es_ES.UTF-8/html/README.html b/docs/es_ES.UTF-8/html/README.html
index 3a4288ef7..4d37a3048 100644
--- a/docs/es_ES.UTF-8/html/README.html
+++ b/docs/es_ES.UTF-8/html/README.html
@@ -28,7 +28,7 @@
- agosto 8, 2021
+ agosto 31, 2021
- Press [Enter] or [Return] and the text will be drawn onto the picture and the cursor will move down one line.
+ Press [Enter] or [Return] and the text will be drawn onto the picture and the cursor will move down one line.
Alternatively, press [Tab] and the text will be drawn onto the picture, but the cursor will move to the right of the text, rather than down a line, and to the left. (This can be useful to create a line of text with mixed colors, fonts, styles and sizes.)
diff --git a/docs/fr_FR.UTF-8/INSTALL.txt b/docs/fr_FR.UTF-8/INSTALL.txt
index 27f5fbcfe..514ab689e 100644
--- a/docs/fr_FR.UTF-8/INSTALL.txt
+++ b/docs/fr_FR.UTF-8/INSTALL.txt
@@ -5,7 +5,7 @@
Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.
http://www.tuxpaint.org/
- août 30, 2021
+ août 31, 2021
----------------------------------------------------------------------
@@ -146,47 +146,237 @@ Compiling and Installation
Utilisateurs de Windows
- Compilation :
+ Compiling Set-Up
Depuis février 2005 (à partir de Tux Paint 0.9.15), le "Makefile"
inclut la prise en charge de la construction sur un système Windows
- à l'aide de MinGW/MSYS (http://www.mingw.org/).
+ à l'aide de MinGW/MSYS (https://sourceforge.net/projects/msys2/).
- Après avoir configuré l'environnement et construit et installé tous
- les dépendances, utilisez ces commandes, dans MSYS, pour créer,
- installer et exécuter :
+ Many tools and libraries are required to build Tux Paint. The
+ package management system "pacman" helps you install them
+ automatically solving complicated dependencies.
- Avant la version 0.9.20 :
+ Download the latest MSYS2 environment from
+ https://sourceforge.net/projects/msys2/files/Base/ and install it
+ where you'd like (the default is
+ "https://sourceforge.net/projects/msys2/files/Base/")
- $ make win32
- $ make install-win32
- $ tuxpaint
+ Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" ->
+ "MSYS2 MSYS" and execute following command (press [Entrée] or
+ [Retour] to accept the defaults for all questions):
- Version 0.9.20 et au-delà :
+ pacman -Syu
- $ make
- $ make install
- $ tuxpaint
+ This will update core system and the window will close
+ automatically. Repeat the steps above one more time to finish the
+ remaining update process.
- Utilisez la commande suivante pour construire une version adaptée à
- la redistribution avec l'installateur ou bien un fichier zip :
+ Within the MSYS2 shell, run the following command to install basic
+ development tools:
+
+ pacman -S base-devel msys2-devel git
+
+ Proceed to the next "MinGW 64bit (x86_64) toolchains" section, or skip
+ to the "MinGW 32bit (i686) toolchains" section if you need only a
+ 32bit build environment.
+
+ MinGW 64bit (x86_64) toolchains
+
+ Within the MSYS2 shell, run the following command to install basic
+ 64bit development tools:
+
+ pacman -S mingw-w64-x86_64-toolchain
+
+ 64bit (x86_64) dependency libraries for Tux Paint
+
+ You can install tools and libraries required for compiling Tux Paint
+ on MSYS2/MINGW using "pacman" except for SDL_Pango.
+
+ "ntldd" is a small tool which examine windows executable files to
+ list Dynamic Link Library (.dll) files they depends on. Tux Paint's
+ packaging process for binary distribution uses it to find required
+ .dll files.
+
+ FLTK is a cross-platform GUI toolkit used by "Tux Paint Config.".
+ You can skip installing it if you are only building "Tux Paint".
+
+ $ pacman -S mingw-w64-x86_64-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-x86_64-librsvg
+ $ pacman -S mingw-w64-x86_64-fribidi
+ $ pacman -S mingw-w64-x86_64-libimagequant
+ $ pacman -S mingw-w64-x86_64-fltk
+ $ pacman -S mingw64/mingw-w64-x86_64-ntldd-git
+
+ Note: Close the shell before proceeding to the remaining process.
+
+ Install SDL_Pango and re-install SDL on the 64bit environment
+
+ SDL_Pango should be installed manually. In addition, you have to
+ re-install SDL from the source code or you will see unnecessary
+ blank window opens when starting Tux Paint.
+
+ This time, use the MinGW "64bit" shell. Open the shell from the
+ "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 64-bit"
+
+ SDL_Pango
+
+ At first, you have to prepare source tar-ball and a required patch
+ in the same directory.
+
+ * Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's
+ page on Sourceforge.net.
+ * Download a patch file from John Popplewell's "Tux Paint -
+ MinGW/MSYS build instructions" webpage. (This adds some extra
+ (required) functionality to SDL_Pango.)
+
+ Build and install SDL_Pango as follows.
+
+ $ tar zxvf SDL_Pango-0.1.2.tar.gz
+ $ cd SDL_Pango-0.1.2/
+ $ patch -p0 < ../SDL_Pango-configure-extra-api.patch
+ $ ./configure --prefix=/mingw64 && make && make install
+
+ SDL
+
+ Download source tar-ball of SDL_1.2.15 from libsdl.org.
+
+ Re-install SDL as follows.
+
+ $ tar zxvf SDL-1.2.15.tar.gz
+ $ cd SDL-1.2.15
+ $ ./configure --prefix=/mingw64 && make && make install
+
+ Proceed to the next "MinGW 32bit (i686) toolchains" section, or skip
+ to the "ImageMagick" section if you need only a 64bit build
+ environment.
+
+ MinGW 32bit (i686) toolchains
+
+ Within the MSYS2 shell, run the following command to install basic
+ 32bit development tools:
+
+ pacman -S mingw-w64-i686-toolchain
+
+ 32bit (i686) dependency libraries for Tux Paint
+
+ You can install tools and libraries required for compiling Tux Paint
+ on MSYS2/MINGW using "pacman" except for SDL_Pango.
+
+ "ntldd" is a small tool which examine windows executable files to
+ list Dynamic Link Library (.dll) files they depends on. Tux Paint's
+ packaging process for binary distribution uses it to find required
+ .dll files.
+
+ FLTK is a cross-platform GUI toolkit used by "Tux Paint Config.".
+ You can skip installing it if you are only building "Tux Paint".
+
+ $ pacman -S mingw-w64-i686-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-i686-librsvg
+ $ pacman -S mingw-w64-i686-fribidi
+ $ pacman -S mingw-w64-i686-libimagequant
+ $ pacman -S mingw-w64-i686-fltk
+ $ pacman -S mingw-w64-i686-ntldd-git
+
+ Note: Close the shell before proceeding to the remaining process.
+
+ Install SDL_Pango and re-install SDL on the 32bit environment
+
+ SDL_Pango should be installed manually. In addition, you have to
+ re-install SDL from the source code or you will see unnecessary
+ blank window opens when starting Tux Paint.
+
+ This time, use the MinGW "32bit" shell. Open the shell from the
+ "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 32-bit"
+
+ SDL_Pango
+
+ At first, you have to prepare source tar-ball and a required patch
+ in the same directory.
+
+ * Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's
+ page on Sourceforge.net.
+ * Download a patch file from John Popplewell's "Tux Paint -
+ MinGW/MSYS build instructions" webpage. (This adds some extra
+ (required) functionality to SDL_Pango.)
+
+ Build and install SDL_Pango as follows.
+
+ $ tar zxvf SDL_Pango-0.1.2.tar.gz
+ $ cd SDL_Pango-0.1.2/
+ $ patch -p0 < ../SDL_Pango-configure-extra-api.patch
+ $ ./configure --prefix=/mingw32 && make && make install
+
+ SDL
+
+ Download source tar-ball of SDL_1.2.15 from libsdl.org.
+
+ Re-install SDL as follows.
+
+ $ tar zxvf SDL-1.2.15.tar.gz
+ $ cd SDL-1.2.15
+ $ ./configure --prefix=/mingw32 && make && make install
+
+ ImageMagick
+
+ ImageMagick is a compilation of command line tools to create, edit,
+ compose, or convert bitmap images supporting quite a large number of
+ image formats. Tux Paint uses two functions ("convert" and
+ "composite") in it to generate thumbnails for startar images and
+ templates during the build process.
+
+ Using official binary release available from "Windows Binary
+ Release" is recommended, due to the commands installed with "pacman"
+ on MinGW/MSYS not working as expected!
+
+ Do not forget to enable "Install legacy utilities (e.g. convert)"
+ while installing it, because Tux Paint's build process uses them.
+
+ Add the path to the directory in which ImageMagick is installed at
+ the top of your "PATH" environment variable. For example:
+
+ $ export PATH=/c/Program\ Files/ImageMagick-7.0.10-Q16-HDRI:$PATH
+
+ You can make this permanent by adding the above to your the BASH
+ shell configuration file, "~/.bash_profile".
+
+ Tux Paint
+
+ You can compile 64bit binaries using MSYS2 64bit shell, and 32bit
+ binaries using MSYS2 32bit shell, respectively.
+
+ * Select "MSYS2 64bit" -> "MSYS2 MinGW 64-bit" from the "Start
+ Menu" to open the 64bit shell.
+ * Select "MSYS2 64bit" -> "MSYS2 MinGW 32-bit" from the "Start
+ Menu" to open the 32bit shell.
+
+ Compile Tux Paint with the following command:
$ make bdist-win32
- Ou bien si vous compilez pour Win9x/ME :
+ Note: At this point, you will want to build "Tux Paint Config." for
+ Windows, so it can be included along with "Tux Paint", if you're
+ making an official (or test) release. The build process will look
+ for it in a directory named "tuxpaint-config" (with no version
+ number, e.g., "tuxpaint-config-X.Y.Z"). See "Tux Paint Config."'s
+ INSTALL.txt documentation for details.
- $ BDIST_WIN9X=1 make bdist-win32
+ All the files needed for starting Tux Paint (and Tux Paint Config.)
+ are collected in the directory for binary distribution "bdist"
+ directory under "win32". You can start them by double-clicking their
+ executable (.exe) files in the "bdist" directory.
- Avant de mettre en oeuvre les opérations ci-dessus, vous devez
- configurer l'environnement et compilez ou installez les
- bibliothèques nécessaires pour Tux Paint. John Popplewell a
- rassemblé quelques instructions ici pour y parvenir :
+ Building the Tux Paint Windows Installer:
- http://www.johnnypops.co.uk/tuxpaint/
+ Inno Setup is used to build executable installer for Tux Paint.
+ Therefore you have to install it in the first place.
- Lisez les notes pertinentes si vous construisez pour Win9X / ME.
+ Then, you can easily build an executable installer by right-clicking
+ on the "tuxpaint.iss" icon in the "win32" directory and selecting
+ "Compile" on the list. It will run for a while, and eventually you
+ will find a "tuxpaint-X.Y.Z-win32-installer.exe" file in the same
+ directory.
- Installateur :
+ Running the Tux Paint Windows Installer:
Double-cliquez sur l'exécutable du programme d'installation de Tux
Paint (fichier .EXE) et Suivez les instructions.
diff --git a/docs/fr_FR.UTF-8/README.txt b/docs/fr_FR.UTF-8/README.txt
index 3d2b8c2b7..d80cf724a 100644
--- a/docs/fr_FR.UTF-8/README.txt
+++ b/docs/fr_FR.UTF-8/README.txt
@@ -6,7 +6,7 @@
Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.
http://www.tuxpaint.org/
- août 8, 2021
+ août 31, 2021
----------------------------------------------------------------------
@@ -367,8 +367,9 @@ Outils disponibles
bas). Cliquez sur l'écran et un curseur apparaîtra. Tapez un
texte et il apparaîtra à l'écran.
- Appuyez sur [Enter] ou [Return] et le texte sera inclus dans
- l'image et le curseur se déplacera d'une ligne vers le bas.
+ Appuyez sur [Entrée] ou [Retour] et le texte sera inclus
+ dans l'image et le curseur se déplacera d'une ligne vers le
+ bas.
Sinon, appuyez sur [Tab] et le texte sera inclus dans
l'image, mais le curseur se déplacera vers la droite du
diff --git a/docs/fr_FR.UTF-8/html/INSTALL.html b/docs/fr_FR.UTF-8/html/INSTALL.html
index c6c59de10..d8f00316a 100644
--- a/docs/fr_FR.UTF-8/html/INSTALL.html
+++ b/docs/fr_FR.UTF-8/html/INSTALL.html
@@ -26,7 +26,7 @@
- août 30, 2021
+ août 31, 2021
@@ -234,59 +234,292 @@
Utilisateurs de Windows
- Compilation :
+ Compiling Set-Up
- Depuis février 2005 (à partir de Tux Paint 0.9.15), le "Makefile" inclut la prise en charge de la construction sur un système Windows à l'aide de MinGW/MSYS (http://www.mingw.org/).
+ Depuis février 2005 (à partir de Tux Paint 0.9.15), le "Makefile" inclut la prise en charge de la construction sur un système Windows à l'aide de MinGW/MSYS (https://sourceforge.net/projects/msys2/).
- Après avoir configuré l'environnement et construit et installé tous les dépendances, utilisez ces commandes, dans MSYS, pour créer, installer et exécuter :
-
- Avant la version 0.9.20 :
-
-
- $ make win32
- $ make install-win32
- $ tuxpaint
-
-
-
- Version 0.9.20 et au-delà :
-
-
- $ make
- $ make install
- $ tuxpaint
-
-
+ Many tools and libraries are required to build Tux Paint. The package management system "pacman" helps you install them automatically solving complicated dependencies.
- Utilisez la commande suivante pour construire une version adaptée à la redistribution avec l'installateur ou bien un fichier zip :
-
-
- $ make bdist-win32
-
-
-
+ Download the latest MSYS2 environment from https://sourceforge.net/projects/msys2/files/Base/ and install it where you'd like (the default is "https://sourceforge.net/projects/msys2/files/Base/")
- Ou bien si vous compilez pour Win9x/ME :
-
-
- $ BDIST_WIN9X=1 make bdist-win32
-
-
-
-
- Avant de mettre en oeuvre les opérations ci-dessus, vous devez configurer l'environnement et compilez ou installez les bibliothèques nécessaires pour Tux Paint. John Popplewell a rassemblé quelques instructions ici pour y parvenir :
-
- http://www.johnnypops.co.uk/tuxpaint/
+ Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MSYS" and execute following command (press [Entrée] or [Retour] to accept the defaults for all questions):
+
+
+ pacman -Syu
+
+
- Lisez les notes pertinentes si vous construisez pour Win9X / ME.
+ This will update core system and the window will close automatically. Repeat the steps above one more time to finish the remaining update process.
+
+
+ Within the MSYS2 shell, run the following command to install basic development tools:
+
+ pacman -S base-devel msys2-devel git
+
+
+
+
- Installateur :
+
+
+ Proceed to the next "MinGW 64bit (x86_64) toolchains" section, or skip to the "MinGW 32bit (i686) toolchains" section if you need only a 32bit build environment.
+
+
+
+
+ MinGW 64bit (x86_64) toolchains
+
+
+
+
+ Within the MSYS2 shell, run the following command to install basic 64bit development tools:
+
+ pacman -S mingw-w64-x86_64-toolchain
+
+
+
+
+
+
+
+ 64bit (x86_64) dependency libraries for Tux Paint
+
+
+
+ You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "pacman" except for SDL_Pango.
+
+ "ntldd" is a small tool which examine windows executable files to list Dynamic Link Library (.dll) files they depends on. Tux Paint's packaging process for binary distribution uses it to find required .dll files.
+
+ FLTK is a cross-platform GUI toolkit used by "Tux Paint Config.". You can skip installing it if you are only building "Tux Paint".
+
+
+
+ $ pacman -S mingw-w64-x86_64-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-x86_64-librsvg
+ $ pacman -S mingw-w64-x86_64-fribidi
+ $ pacman -S mingw-w64-x86_64-libimagequant
+ $ pacman -S mingw-w64-x86_64-fltk
+ $ pacman -S mingw64/mingw-w64-x86_64-ntldd-git
+
+
+
+
+ Note: Close the shell before proceeding to the remaining process.
+
+
+
+
+ Install SDL_Pango and re-install SDL on the 64bit environment
+
+
+
+ SDL_Pango should be installed manually. In addition, you have to re-install SDL from the source code or you will see unnecessary blank window opens when starting Tux Paint.
+
+ This time, use the MinGW "64bit" shell. Open the shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 64-bit"
+
+ SDL_Pango
+
+
+
+
+ At first, you have to prepare source tar-ball and a required patch in the same directory.
+
+ -
+ Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's page on Sourceforge.net.
+ -
+ Download a patch file from John Popplewell's "Tux Paint - MinGW/MSYS build instructions" webpage. (This adds some extra (required) functionality to SDL_Pango.)
+
+
+ Build and install SDL_Pango as follows.
+
+ $ tar zxvf SDL_Pango-0.1.2.tar.gz
+ $ cd SDL_Pango-0.1.2/
+ $ patch -p0 < ../SDL_Pango-configure-extra-api.patch
+ $ ./configure --prefix=/mingw64 && make && make install
+
+
+
+
+
+ SDL
+
+
+ Download source tar-ball of SDL_1.2.15 from libsdl.org.
+
+ Re-install SDL as follows.
+
+ $ tar zxvf SDL-1.2.15.tar.gz
+ $ cd SDL-1.2.15
+ $ ./configure --prefix=/mingw64 && make && make install
+
+
+
+
+
+
+
+
+
+ Proceed to the next "MinGW 32bit (i686) toolchains" section, or skip to the "ImageMagick" section if you need only a 64bit build environment.
+
+
+
+ MinGW 32bit (i686) toolchains
+
+
+
+
+ Within the MSYS2 shell, run the following command to install basic 32bit development tools:
+
+ pacman -S mingw-w64-i686-toolchain
+
+
+
+
+
+
+
+ 32bit (i686) dependency libraries for Tux Paint
+
+
+
+ You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "pacman" except for SDL_Pango.
+
+ "ntldd" is a small tool which examine windows executable files to list Dynamic Link Library (.dll) files they depends on. Tux Paint's packaging process for binary distribution uses it to find required .dll files.
+
+ FLTK is a cross-platform GUI toolkit used by "Tux Paint Config.". You can skip installing it if you are only building "Tux Paint".
+
+
+
+ $ pacman -S mingw-w64-i686-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-i686-librsvg
+ $ pacman -S mingw-w64-i686-fribidi
+ $ pacman -S mingw-w64-i686-libimagequant
+ $ pacman -S mingw-w64-i686-fltk
+ $ pacman -S mingw-w64-i686-ntldd-git
+
+
+
+
+ Note: Close the shell before proceeding to the remaining process.
+
+
+
+
+ Install SDL_Pango and re-install SDL on the 32bit environment
+
+
+
+ SDL_Pango should be installed manually. In addition, you have to re-install SDL from the source code or you will see unnecessary blank window opens when starting Tux Paint.
+
+ This time, use the MinGW "32bit" shell. Open the shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 32-bit"
+
+ SDL_Pango
+
+
+
+
+ At first, you have to prepare source tar-ball and a required patch in the same directory.
+
+ -
+ Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's page on Sourceforge.net.
+ -
+ Download a patch file from John Popplewell's "Tux Paint - MinGW/MSYS build instructions" webpage. (This adds some extra (required) functionality to SDL_Pango.)
+
+
+ Build and install SDL_Pango as follows.
+
+ $ tar zxvf SDL_Pango-0.1.2.tar.gz
+ $ cd SDL_Pango-0.1.2/
+ $ patch -p0 < ../SDL_Pango-configure-extra-api.patch
+ $ ./configure --prefix=/mingw32 && make && make install
+
+
+
+
+
+ SDL
+
+
+ Download source tar-ball of SDL_1.2.15 from libsdl.org.
+
+ Re-install SDL as follows.
+
+ $ tar zxvf SDL-1.2.15.tar.gz
+ $ cd SDL-1.2.15
+ $ ./configure --prefix=/mingw32 && make && make install
+
+
+
+
+
+
+
+
+
+ ImageMagick
+
+
+
+
+ ImageMagick is a compilation of command line tools to create, edit, compose, or convert bitmap images supporting quite a large number of image formats. Tux Paint uses two functions ("convert" and "composite") in it to generate thumbnails for startar images and templates during the build process.
+
+ Using official binary release available from "Windows Binary Release" is recommended, due to the commands installed with "pacman" on MinGW/MSYS not working as expected!
+
+ Do not forget to enable "Install legacy utilities (e.g. convert)" while installing it, because Tux Paint's build process uses them.
+
+ Add the path to the directory in which ImageMagick is installed at the top of your "PATH" environment variable. For example:
+
+ $ export PATH=/c/Program\ Files/ImageMagick-7.0.10-Q16-HDRI:$PATH
+
+
+
+
+ You can make this permanent by adding the above to your the BASH shell configuration file, "~/.bash_profile".
+
+
+ Tux Paint
+
+
+
+ You can compile 64bit binaries using MSYS2 64bit shell, and 32bit binaries using MSYS2 32bit shell, respectively.
+
+ -
+ Select "MSYS2 64bit" -> "MSYS2 MinGW 64-bit" from the "Start Menu" to open the 64bit shell.
+ -
+ Select "MSYS2 64bit" -> "MSYS2 MinGW 32-bit" from the "Start Menu" to open the 32bit shell.
+
+
+ Compile Tux Paint with the following command:
+
+ $ make bdist-win32
+
+
+
+
+ Note: At this point, you will want to build "Tux Paint Config." for Windows, so it can be included along with "Tux Paint", if you're making an official (or test) release. The build process will look for it in a directory named "tuxpaint-config" (with no version number, e.g., "tuxpaint-config-X.Y.Z"). See "Tux Paint Config."'s INSTALL.txt documentation for details.
+
+ All the files needed for starting Tux Paint (and Tux Paint Config.) are collected in the directory for binary distribution "bdist" directory under "win32". You can start them by double-clicking their executable (.exe) files in the "bdist" directory.
+
+
+ Building the Tux Paint Windows Installer:
+
+
+
+ Inno Setup is used to build executable installer for Tux Paint. Therefore you have to install it in the first place.
+
+
+
+ Then, you can easily build an executable installer by right-clicking on the "tuxpaint.iss" icon in the "win32" directory and selecting "Compile" on the list. It will run for a while, and eventually you will find a "tuxpaint-X.Y.Z-win32-installer.exe" file in the same directory.
+
+
+ Running the Tux Paint Windows Installer:
Double-cliquez sur l'exécutable du programme d'installation de Tux Paint (fichier .EXE) et Suivez les instructions.
diff --git a/docs/fr_FR.UTF-8/html/README.html b/docs/fr_FR.UTF-8/html/README.html
index c63b9cf93..56c0dcde0 100644
--- a/docs/fr_FR.UTF-8/html/README.html
+++ b/docs/fr_FR.UTF-8/html/README.html
@@ -28,7 +28,7 @@
- août 8, 2021
+ août 31, 2021
- Appuyez sur [Enter] ou [Return] et le texte sera inclus dans l'image et le curseur se déplacera d'une ligne vers le bas.
+ Appuyez sur [Entrée] ou [Retour] et le texte sera inclus dans l'image et le curseur se déplacera d'une ligne vers le bas.
Sinon, appuyez sur [Tab] et le texte sera inclus dans l'image, mais le curseur se déplacera vers la droite du texte, plutôt que vers le bas d'une ligne et vers la gauche. (Cela peut être utile pour créer une ligne de texte avec des couleurs, des polices, des styles et des tailles variés.)
diff --git a/docs/gl_ES.UTF-8/INSTALL.txt b/docs/gl_ES.UTF-8/INSTALL.txt
index 855e29e73..80eea58a5 100644
--- a/docs/gl_ES.UTF-8/INSTALL.txt
+++ b/docs/gl_ES.UTF-8/INSTALL.txt
@@ -5,7 +5,7 @@
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
http://www.tuxpaint.org/
- 30 de Agosto de 2021
+ 31 de Agosto de 2021
----------------------------------------------------------------------
@@ -147,46 +147,237 @@ Compiling and Installation
Usuarios de Windows
- Compilación:
+ Compiling Set-Up
A partir de febreiro de 2005 (comezando con Tux Paint 0.9.15), o
«Makefile» inclúe compatibilidade para construír nun sistema Windows
- usando MinGW/MSYS (http://www.mingw.org/).
+ usando MinGW/MSYS (https://sourceforge.net/projects/msys2/).
- Após configurar o contorno e construír e instalar todas as
- dependencias, use estas ordes en MSYS para construír, instalar e
- executar:
+ Many tools and libraries are required to build Tux Paint. The
+ package management system "pacman" helps you install them
+ automatically solving complicated dependencies.
- Antes da versión 0.9.20:
+ Download the latest MSYS2 environment from
+ https://sourceforge.net/projects/msys2/files/Base/ and install it
+ where you'd like (the default is
+ "https://sourceforge.net/projects/msys2/files/Base/")
- $ make win32
- $ make install-win32
- $ tuxpaint
+ Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" ->
+ "MSYS2 MSYS" and execute following command (press [Intro] or
+ [Retorno] to accept the defaults for all questions):
- Versión 0.9.20 e posteriores:
+ pacman -Syu
- $ make
- $ make install
- $ tuxpaint
+ This will update core system and the window will close
+ automatically. Repeat the steps above one more time to finish the
+ remaining update process.
- Use a seguinte orde para crear unha versión axeitada para a
- redistribución co instalador ou nun ficheiro zip:
+ Within the MSYS2 shell, run the following command to install basic
+ development tools:
+
+ pacman -S base-devel msys2-devel git
+
+ Proceed to the next "MinGW 64bit (x86_64) toolchains" section, or skip
+ to the "MinGW 32bit (i686) toolchains" section if you need only a
+ 32bit build environment.
+
+ MinGW 64bit (x86_64) toolchains
+
+ Within the MSYS2 shell, run the following command to install basic
+ 64bit development tools:
+
+ pacman -S mingw-w64-x86_64-toolchain
+
+ 64bit (x86_64) dependency libraries for Tux Paint
+
+ You can install tools and libraries required for compiling Tux Paint
+ on MSYS2/MINGW using "pacman" except for SDL_Pango.
+
+ "ntldd" is a small tool which examine windows executable files to
+ list Dynamic Link Library (.dll) files they depends on. Tux Paint's
+ packaging process for binary distribution uses it to find required
+ .dll files.
+
+ FLTK is a cross-platform GUI toolkit used by "Tux Paint Config.".
+ You can skip installing it if you are only building "Tux Paint".
+
+ $ pacman -S mingw-w64-x86_64-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-x86_64-librsvg
+ $ pacman -S mingw-w64-x86_64-fribidi
+ $ pacman -S mingw-w64-x86_64-libimagequant
+ $ pacman -S mingw-w64-x86_64-fltk
+ $ pacman -S mingw64/mingw-w64-x86_64-ntldd-git
+
+ Note: Close the shell before proceeding to the remaining process.
+
+ Install SDL_Pango and re-install SDL on the 64bit environment
+
+ SDL_Pango should be installed manually. In addition, you have to
+ re-install SDL from the source code or you will see unnecessary
+ blank window opens when starting Tux Paint.
+
+ This time, use the MinGW "64bit" shell. Open the shell from the
+ "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 64-bit"
+
+ SDL_Pango
+
+ At first, you have to prepare source tar-ball and a required patch
+ in the same directory.
+
+ * Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's
+ page on Sourceforge.net.
+ * Download a patch file from John Popplewell's "Tux Paint -
+ MinGW/MSYS build instructions" webpage. (This adds some extra
+ (required) functionality to SDL_Pango.)
+
+ Build and install SDL_Pango as follows.
+
+ $ tar zxvf SDL_Pango-0.1.2.tar.gz
+ $ cd SDL_Pango-0.1.2/
+ $ patch -p0 < ../SDL_Pango-configure-extra-api.patch
+ $ ./configure --prefix=/mingw64 && make && make install
+
+ SDL
+
+ Download source tar-ball of SDL_1.2.15 from libsdl.org.
+
+ Re-install SDL as follows.
+
+ $ tar zxvf SDL-1.2.15.tar.gz
+ $ cd SDL-1.2.15
+ $ ./configure --prefix=/mingw64 && make && make install
+
+ Proceed to the next "MinGW 32bit (i686) toolchains" section, or skip
+ to the "ImageMagick" section if you need only a 64bit build
+ environment.
+
+ MinGW 32bit (i686) toolchains
+
+ Within the MSYS2 shell, run the following command to install basic
+ 32bit development tools:
+
+ pacman -S mingw-w64-i686-toolchain
+
+ 32bit (i686) dependency libraries for Tux Paint
+
+ You can install tools and libraries required for compiling Tux Paint
+ on MSYS2/MINGW using "pacman" except for SDL_Pango.
+
+ "ntldd" is a small tool which examine windows executable files to
+ list Dynamic Link Library (.dll) files they depends on. Tux Paint's
+ packaging process for binary distribution uses it to find required
+ .dll files.
+
+ FLTK is a cross-platform GUI toolkit used by "Tux Paint Config.".
+ You can skip installing it if you are only building "Tux Paint".
+
+ $ pacman -S mingw-w64-i686-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-i686-librsvg
+ $ pacman -S mingw-w64-i686-fribidi
+ $ pacman -S mingw-w64-i686-libimagequant
+ $ pacman -S mingw-w64-i686-fltk
+ $ pacman -S mingw-w64-i686-ntldd-git
+
+ Note: Close the shell before proceeding to the remaining process.
+
+ Install SDL_Pango and re-install SDL on the 32bit environment
+
+ SDL_Pango should be installed manually. In addition, you have to
+ re-install SDL from the source code or you will see unnecessary
+ blank window opens when starting Tux Paint.
+
+ This time, use the MinGW "32bit" shell. Open the shell from the
+ "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 32-bit"
+
+ SDL_Pango
+
+ At first, you have to prepare source tar-ball and a required patch
+ in the same directory.
+
+ * Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's
+ page on Sourceforge.net.
+ * Download a patch file from John Popplewell's "Tux Paint -
+ MinGW/MSYS build instructions" webpage. (This adds some extra
+ (required) functionality to SDL_Pango.)
+
+ Build and install SDL_Pango as follows.
+
+ $ tar zxvf SDL_Pango-0.1.2.tar.gz
+ $ cd SDL_Pango-0.1.2/
+ $ patch -p0 < ../SDL_Pango-configure-extra-api.patch
+ $ ./configure --prefix=/mingw32 && make && make install
+
+ SDL
+
+ Download source tar-ball of SDL_1.2.15 from libsdl.org.
+
+ Re-install SDL as follows.
+
+ $ tar zxvf SDL-1.2.15.tar.gz
+ $ cd SDL-1.2.15
+ $ ./configure --prefix=/mingw32 && make && make install
+
+ ImageMagick
+
+ ImageMagick is a compilation of command line tools to create, edit,
+ compose, or convert bitmap images supporting quite a large number of
+ image formats. Tux Paint uses two functions ("convert" and
+ "composite") in it to generate thumbnails for startar images and
+ templates during the build process.
+
+ Using official binary release available from "Windows Binary
+ Release" is recommended, due to the commands installed with "pacman"
+ on MinGW/MSYS not working as expected!
+
+ Do not forget to enable "Install legacy utilities (e.g. convert)"
+ while installing it, because Tux Paint's build process uses them.
+
+ Add the path to the directory in which ImageMagick is installed at
+ the top of your "PATH" environment variable. For example:
+
+ $ export PATH=/c/Program\ Files/ImageMagick-7.0.10-Q16-HDRI:$PATH
+
+ You can make this permanent by adding the above to your the BASH
+ shell configuration file, "~/.bash_profile".
+
+ Tux Paint
+
+ You can compile 64bit binaries using MSYS2 64bit shell, and 32bit
+ binaries using MSYS2 32bit shell, respectively.
+
+ * Select "MSYS2 64bit" -> "MSYS2 MinGW 64-bit" from the "Start
+ Menu" to open the 64bit shell.
+ * Select "MSYS2 64bit" -> "MSYS2 MinGW 32-bit" from the "Start
+ Menu" to open the 32bit shell.
+
+ Compile Tux Paint with the following command:
$ make bdist-win32
- Ou se está a construír para Win9x/ME:
+ Note: At this point, you will want to build "Tux Paint Config." for
+ Windows, so it can be included along with "Tux Paint", if you're
+ making an official (or test) release. The build process will look
+ for it in a directory named "tuxpaint-config" (with no version
+ number, e.g., "tuxpaint-config-X.Y.Z"). See "Tux Paint Config."'s
+ INSTALL.txt documentation for details.
- $ BDIST_WIN9X=1 make bdist-win32
+ All the files needed for starting Tux Paint (and Tux Paint Config.)
+ are collected in the directory for binary distribution "bdist"
+ directory under "win32". You can start them by double-clicking their
+ executable (.exe) files in the "bdist" directory.
- Antes de que calquera dos anteriores funcione, cómpre configurar o
- contorno e construír ou instalar as bibliotecas das que depende Tux
- Paint. John Popplewell xuntou aquí algunhas instrucións para facelo:
+ Building the Tux Paint Windows Installer:
- http://www.johnnypops.co.uk/tuxpaint/
+ Inno Setup is used to build executable installer for Tux Paint.
+ Therefore you have to install it in the first place.
- Lea as notas pertinentes se está a construír para Win9X/ME.
+ Then, you can easily build an executable installer by right-clicking
+ on the "tuxpaint.iss" icon in the "win32" directory and selecting
+ "Compile" on the list. It will run for a while, and eventually you
+ will find a "tuxpaint-X.Y.Z-win32-installer.exe" file in the same
+ directory.
- Executar o instalador:
+ Running the Tux Paint Windows Installer:
Faga dobre clic no executábel do instalador de Tux Paint (ficheiro
.EXE) e siga as instrucións.
diff --git a/docs/gl_ES.UTF-8/README.txt b/docs/gl_ES.UTF-8/README.txt
index d3583462b..009b0768c 100644
--- a/docs/gl_ES.UTF-8/README.txt
+++ b/docs/gl_ES.UTF-8/README.txt
@@ -6,7 +6,7 @@
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
http://www.tuxpaint.org/
- 8 de Agosto de 2021
+ 31 de Agosto de 2021
----------------------------------------------------------------------
@@ -348,8 +348,8 @@ Ferramentas dispoñíbeis
inferior). prema na pantalla e aparecerá un cursor. Escriba
un texto e aparecerá na pantalla.
- Prema [Enter] ou [Return] e o texto será debuxado na imaxe e
- o cursor moverase cara abaixo unha liña.
+ Prema [Intro] ou [Retorno] e o texto será debuxado na imaxe
+ e o cursor moverase cara abaixo unha liña.
Como alternativa, prema [Tab] e o texto será debuxado na
imaxe, mais o cursor moverase á dereita do texto, no canto
diff --git a/docs/gl_ES.UTF-8/html/INSTALL.html b/docs/gl_ES.UTF-8/html/INSTALL.html
index b5b862fe0..b9e6b6d75 100644
--- a/docs/gl_ES.UTF-8/html/INSTALL.html
+++ b/docs/gl_ES.UTF-8/html/INSTALL.html
@@ -26,7 +26,7 @@
- 30 de Agosto de 2021
+ 31 de Agosto de 2021
@@ -234,59 +234,292 @@
Usuarios de Windows
- Compilación:
+ Compiling Set-Up
- A partir de febreiro de 2005 (comezando con Tux Paint 0.9.15), o «Makefile» inclúe compatibilidade para construír nun sistema Windows usando MinGW/MSYS (http://www.mingw.org/).
+ A partir de febreiro de 2005 (comezando con Tux Paint 0.9.15), o «Makefile» inclúe compatibilidade para construír nun sistema Windows usando MinGW/MSYS (https://sourceforge.net/projects/msys2/).
- Após configurar o contorno e construír e instalar todas as dependencias, use estas ordes en MSYS para construír, instalar e executar:
-
- Antes da versión 0.9.20:
-
-
- $ make win32
- $ make install-win32
- $ tuxpaint
-
-
-
- Versión 0.9.20 e posteriores:
-
-
- $ make
- $ make install
- $ tuxpaint
-
-
+ Many tools and libraries are required to build Tux Paint. The package management system "pacman" helps you install them automatically solving complicated dependencies.
- Use a seguinte orde para crear unha versión axeitada para a redistribución co instalador ou nun ficheiro zip:
-
-
- $ make bdist-win32
-
-
-
+ Download the latest MSYS2 environment from https://sourceforge.net/projects/msys2/files/Base/ and install it where you'd like (the default is "https://sourceforge.net/projects/msys2/files/Base/")
- Ou se está a construír para Win9x/ME:
-
-
- $ BDIST_WIN9X=1 make bdist-win32
-
-
-
-
- Antes de que calquera dos anteriores funcione, cómpre configurar o contorno e construír ou instalar as bibliotecas das que depende Tux Paint. John Popplewell xuntou aquí algunhas instrucións para facelo:
-
- http://www.johnnypops.co.uk/tuxpaint/
+ Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MSYS" and execute following command (press [Intro] or [Retorno] to accept the defaults for all questions):
+
+
+ pacman -Syu
+
+
- Lea as notas pertinentes se está a construír para Win9X/ME.
+ This will update core system and the window will close automatically. Repeat the steps above one more time to finish the remaining update process.
+
+
+ Within the MSYS2 shell, run the following command to install basic development tools:
+
+ pacman -S base-devel msys2-devel git
+
+
+
+
- Executar o instalador:
+
+
+ Proceed to the next "MinGW 64bit (x86_64) toolchains" section, or skip to the "MinGW 32bit (i686) toolchains" section if you need only a 32bit build environment.
+
+
+
+
+ MinGW 64bit (x86_64) toolchains
+
+
+
+
+ Within the MSYS2 shell, run the following command to install basic 64bit development tools:
+
+ pacman -S mingw-w64-x86_64-toolchain
+
+
+
+
+
+
+
+ 64bit (x86_64) dependency libraries for Tux Paint
+
+
+
+ You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "pacman" except for SDL_Pango.
+
+ "ntldd" is a small tool which examine windows executable files to list Dynamic Link Library (.dll) files they depends on. Tux Paint's packaging process for binary distribution uses it to find required .dll files.
+
+ FLTK is a cross-platform GUI toolkit used by "Tux Paint Config.". You can skip installing it if you are only building "Tux Paint".
+
+
+
+ $ pacman -S mingw-w64-x86_64-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-x86_64-librsvg
+ $ pacman -S mingw-w64-x86_64-fribidi
+ $ pacman -S mingw-w64-x86_64-libimagequant
+ $ pacman -S mingw-w64-x86_64-fltk
+ $ pacman -S mingw64/mingw-w64-x86_64-ntldd-git
+
+
+
+
+ Note: Close the shell before proceeding to the remaining process.
+
+
+
+
+ Install SDL_Pango and re-install SDL on the 64bit environment
+
+
+
+ SDL_Pango should be installed manually. In addition, you have to re-install SDL from the source code or you will see unnecessary blank window opens when starting Tux Paint.
+
+ This time, use the MinGW "64bit" shell. Open the shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 64-bit"
+
+ SDL_Pango
+
+
+
+
+ At first, you have to prepare source tar-ball and a required patch in the same directory.
+
+ -
+ Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's page on Sourceforge.net.
+ -
+ Download a patch file from John Popplewell's "Tux Paint - MinGW/MSYS build instructions" webpage. (This adds some extra (required) functionality to SDL_Pango.)
+
+
+ Build and install SDL_Pango as follows.
+
+ $ tar zxvf SDL_Pango-0.1.2.tar.gz
+ $ cd SDL_Pango-0.1.2/
+ $ patch -p0 < ../SDL_Pango-configure-extra-api.patch
+ $ ./configure --prefix=/mingw64 && make && make install
+
+
+
+
+
+ SDL
+
+
+ Download source tar-ball of SDL_1.2.15 from libsdl.org.
+
+ Re-install SDL as follows.
+
+ $ tar zxvf SDL-1.2.15.tar.gz
+ $ cd SDL-1.2.15
+ $ ./configure --prefix=/mingw64 && make && make install
+
+
+
+
+
+
+
+
+
+ Proceed to the next "MinGW 32bit (i686) toolchains" section, or skip to the "ImageMagick" section if you need only a 64bit build environment.
+
+
+
+ MinGW 32bit (i686) toolchains
+
+
+
+
+ Within the MSYS2 shell, run the following command to install basic 32bit development tools:
+
+ pacman -S mingw-w64-i686-toolchain
+
+
+
+
+
+
+
+ 32bit (i686) dependency libraries for Tux Paint
+
+
+
+ You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "pacman" except for SDL_Pango.
+
+ "ntldd" is a small tool which examine windows executable files to list Dynamic Link Library (.dll) files they depends on. Tux Paint's packaging process for binary distribution uses it to find required .dll files.
+
+ FLTK is a cross-platform GUI toolkit used by "Tux Paint Config.". You can skip installing it if you are only building "Tux Paint".
+
+
+
+ $ pacman -S mingw-w64-i686-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-i686-librsvg
+ $ pacman -S mingw-w64-i686-fribidi
+ $ pacman -S mingw-w64-i686-libimagequant
+ $ pacman -S mingw-w64-i686-fltk
+ $ pacman -S mingw-w64-i686-ntldd-git
+
+
+
+
+ Note: Close the shell before proceeding to the remaining process.
+
+
+
+
+ Install SDL_Pango and re-install SDL on the 32bit environment
+
+
+
+ SDL_Pango should be installed manually. In addition, you have to re-install SDL from the source code or you will see unnecessary blank window opens when starting Tux Paint.
+
+ This time, use the MinGW "32bit" shell. Open the shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 32-bit"
+
+ SDL_Pango
+
+
+
+
+ At first, you have to prepare source tar-ball and a required patch in the same directory.
+
+ -
+ Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's page on Sourceforge.net.
+ -
+ Download a patch file from John Popplewell's "Tux Paint - MinGW/MSYS build instructions" webpage. (This adds some extra (required) functionality to SDL_Pango.)
+
+
+ Build and install SDL_Pango as follows.
+
+ $ tar zxvf SDL_Pango-0.1.2.tar.gz
+ $ cd SDL_Pango-0.1.2/
+ $ patch -p0 < ../SDL_Pango-configure-extra-api.patch
+ $ ./configure --prefix=/mingw32 && make && make install
+
+
+
+
+
+ SDL
+
+
+ Download source tar-ball of SDL_1.2.15 from libsdl.org.
+
+ Re-install SDL as follows.
+
+ $ tar zxvf SDL-1.2.15.tar.gz
+ $ cd SDL-1.2.15
+ $ ./configure --prefix=/mingw32 && make && make install
+
+
+
+
+
+
+
+
+
+ ImageMagick
+
+
+
+
+ ImageMagick is a compilation of command line tools to create, edit, compose, or convert bitmap images supporting quite a large number of image formats. Tux Paint uses two functions ("convert" and "composite") in it to generate thumbnails for startar images and templates during the build process.
+
+ Using official binary release available from "Windows Binary Release" is recommended, due to the commands installed with "pacman" on MinGW/MSYS not working as expected!
+
+ Do not forget to enable "Install legacy utilities (e.g. convert)" while installing it, because Tux Paint's build process uses them.
+
+ Add the path to the directory in which ImageMagick is installed at the top of your "PATH" environment variable. For example:
+
+ $ export PATH=/c/Program\ Files/ImageMagick-7.0.10-Q16-HDRI:$PATH
+
+
+
+
+ You can make this permanent by adding the above to your the BASH shell configuration file, "~/.bash_profile".
+
+
+ Tux Paint
+
+
+
+ You can compile 64bit binaries using MSYS2 64bit shell, and 32bit binaries using MSYS2 32bit shell, respectively.
+
+ -
+ Select "MSYS2 64bit" -> "MSYS2 MinGW 64-bit" from the "Start Menu" to open the 64bit shell.
+ -
+ Select "MSYS2 64bit" -> "MSYS2 MinGW 32-bit" from the "Start Menu" to open the 32bit shell.
+
+
+ Compile Tux Paint with the following command:
+
+ $ make bdist-win32
+
+
+
+
+ Note: At this point, you will want to build "Tux Paint Config." for Windows, so it can be included along with "Tux Paint", if you're making an official (or test) release. The build process will look for it in a directory named "tuxpaint-config" (with no version number, e.g., "tuxpaint-config-X.Y.Z"). See "Tux Paint Config."'s INSTALL.txt documentation for details.
+
+ All the files needed for starting Tux Paint (and Tux Paint Config.) are collected in the directory for binary distribution "bdist" directory under "win32". You can start them by double-clicking their executable (.exe) files in the "bdist" directory.
+
+
+ Building the Tux Paint Windows Installer:
+
+
+
+ Inno Setup is used to build executable installer for Tux Paint. Therefore you have to install it in the first place.
+
+
+
+ Then, you can easily build an executable installer by right-clicking on the "tuxpaint.iss" icon in the "win32" directory and selecting "Compile" on the list. It will run for a while, and eventually you will find a "tuxpaint-X.Y.Z-win32-installer.exe" file in the same directory.
+
+
+ Running the Tux Paint Windows Installer:
Faga dobre clic no executábel do instalador de Tux Paint (ficheiro .EXE) e siga as instrucións.
diff --git a/docs/gl_ES.UTF-8/html/README.html b/docs/gl_ES.UTF-8/html/README.html
index 8301964ed..1e0e8fbbd 100644
--- a/docs/gl_ES.UTF-8/html/README.html
+++ b/docs/gl_ES.UTF-8/html/README.html
@@ -28,7 +28,7 @@
- 8 de Agosto de 2021
+ 31 de Agosto de 2021
- Prema [Enter] ou [Return] e o texto será debuxado na imaxe e o cursor moverase cara abaixo unha liña.
+ Prema [Intro] ou [Retorno] e o texto será debuxado na imaxe e o cursor moverase cara abaixo unha liña.
Como alternativa, prema [Tab] e o texto será debuxado na imaxe, mais o cursor moverase á dereita do texto, no canto de baixar unha liña e á esquerda. (Isto pode ser útil para crear unha liña de texto con cores, tipos de letra, estilos e tamaños mesturados.)
diff --git a/docs/ja_JP.UTF-8/INSTALL.txt b/docs/ja_JP.UTF-8/INSTALL.txt
index 347309697..9af70cf0e 100644
--- a/docs/ja_JP.UTF-8/INSTALL.txt
+++ b/docs/ja_JP.UTF-8/INSTALL.txt
@@ -5,7 +5,7 @@
Copyright © 2002-2021 by various contributors; "AUTHORS" 参照.
http://www.tuxpaint.org/
- 2021年8月30日
+ 2021年8月31日
----------------------------------------------------------------------
@@ -143,47 +143,237 @@ Compiling and Installation
Windows のユーザー
- Compiling:
+ Compiling Set-Up
As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile"
includes support for building on a Windows system using MinGW/MSYS
- (http://www.mingw.org/).
+ (https://sourceforge.net/projects/msys2/).
- After configuring the environment and building and installing all
- the dependencies, use these commands, in MSYS, to build, install and
- run:
+ Many tools and libraries are required to build Tux Paint. The
+ package management system "pacman" helps you install them
+ automatically solving complicated dependencies.
- Prior to version 0.9.20:
+ Download the latest MSYS2 environment from
+ https://sourceforge.net/projects/msys2/files/Base/ and install it
+ where you'd like (the default is
+ "https://sourceforge.net/projects/msys2/files/Base/")
- $ make win32
- $ make install-win32
- $ tuxpaint
+ Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" ->
+ "MSYS2 MSYS" and execute following command (press [Enter] or
+ [Return] to accept the defaults for all questions):
- Version 0.9.20 and beyond:
+ pacman -Syu
- $ make
- $ make install
- $ tuxpaint
+ This will update core system and the window will close
+ automatically. Repeat the steps above one more time to finish the
+ remaining update process.
- Use the following command to build a version suitable for
- redistribution with the installer or in a zip-file:
+ Within the MSYS2 shell, run the following command to install basic
+ development tools:
+
+ pacman -S base-devel msys2-devel git
+
+ Proceed to the next "MinGW 64bit (x86_64) toolchains" section, or skip
+ to the "MinGW 32bit (i686) toolchains" section if you need only a
+ 32bit build environment.
+
+ MinGW 64bit (x86_64) toolchains
+
+ Within the MSYS2 shell, run the following command to install basic
+ 64bit development tools:
+
+ pacman -S mingw-w64-x86_64-toolchain
+
+ 64bit (x86_64) dependency libraries for Tux Paint
+
+ You can install tools and libraries required for compiling Tux Paint
+ on MSYS2/MINGW using "pacman" except for SDL_Pango.
+
+ "ntldd" is a small tool which examine windows executable files to
+ list Dynamic Link Library (.dll) files they depends on. Tux Paint's
+ packaging process for binary distribution uses it to find required
+ .dll files.
+
+ FLTK is a cross-platform GUI toolkit used by "Tux Paint Config.".
+ You can skip installing it if you are only building "Tux Paint".
+
+ $ pacman -S mingw-w64-x86_64-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-x86_64-librsvg
+ $ pacman -S mingw-w64-x86_64-fribidi
+ $ pacman -S mingw-w64-x86_64-libimagequant
+ $ pacman -S mingw-w64-x86_64-fltk
+ $ pacman -S mingw64/mingw-w64-x86_64-ntldd-git
+
+ Note: Close the shell before proceeding to the remaining process.
+
+ Install SDL_Pango and re-install SDL on the 64bit environment
+
+ SDL_Pango should be installed manually. In addition, you have to
+ re-install SDL from the source code or you will see unnecessary
+ blank window opens when starting Tux Paint.
+
+ This time, use the MinGW "64bit" shell. Open the shell from the
+ "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 64-bit"
+
+ SDL_Pango
+
+ At first, you have to prepare source tar-ball and a required patch
+ in the same directory.
+
+ * Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's
+ page on Sourceforge.net.
+ * Download a patch file from John Popplewell's "Tux Paint -
+ MinGW/MSYS build instructions" webpage. (This adds some extra
+ (required) functionality to SDL_Pango.)
+
+ Build and install SDL_Pango as follows.
+
+ $ tar zxvf SDL_Pango-0.1.2.tar.gz
+ $ cd SDL_Pango-0.1.2/
+ $ patch -p0 < ../SDL_Pango-configure-extra-api.patch
+ $ ./configure --prefix=/mingw64 && make && make install
+
+ SDL
+
+ Download source tar-ball of SDL_1.2.15 from libsdl.org.
+
+ Re-install SDL as follows.
+
+ $ tar zxvf SDL-1.2.15.tar.gz
+ $ cd SDL-1.2.15
+ $ ./configure --prefix=/mingw64 && make && make install
+
+ Proceed to the next "MinGW 32bit (i686) toolchains" section, or skip
+ to the "ImageMagick" section if you need only a 64bit build
+ environment.
+
+ MinGW 32bit (i686) toolchains
+
+ Within the MSYS2 shell, run the following command to install basic
+ 32bit development tools:
+
+ pacman -S mingw-w64-i686-toolchain
+
+ 32bit (i686) dependency libraries for Tux Paint
+
+ You can install tools and libraries required for compiling Tux Paint
+ on MSYS2/MINGW using "pacman" except for SDL_Pango.
+
+ "ntldd" is a small tool which examine windows executable files to
+ list Dynamic Link Library (.dll) files they depends on. Tux Paint's
+ packaging process for binary distribution uses it to find required
+ .dll files.
+
+ FLTK is a cross-platform GUI toolkit used by "Tux Paint Config.".
+ You can skip installing it if you are only building "Tux Paint".
+
+ $ pacman -S mingw-w64-i686-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-i686-librsvg
+ $ pacman -S mingw-w64-i686-fribidi
+ $ pacman -S mingw-w64-i686-libimagequant
+ $ pacman -S mingw-w64-i686-fltk
+ $ pacman -S mingw-w64-i686-ntldd-git
+
+ Note: Close the shell before proceeding to the remaining process.
+
+ Install SDL_Pango and re-install SDL on the 32bit environment
+
+ SDL_Pango should be installed manually. In addition, you have to
+ re-install SDL from the source code or you will see unnecessary
+ blank window opens when starting Tux Paint.
+
+ This time, use the MinGW "32bit" shell. Open the shell from the
+ "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 32-bit"
+
+ SDL_Pango
+
+ At first, you have to prepare source tar-ball and a required patch
+ in the same directory.
+
+ * Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's
+ page on Sourceforge.net.
+ * Download a patch file from John Popplewell's "Tux Paint -
+ MinGW/MSYS build instructions" webpage. (This adds some extra
+ (required) functionality to SDL_Pango.)
+
+ Build and install SDL_Pango as follows.
+
+ $ tar zxvf SDL_Pango-0.1.2.tar.gz
+ $ cd SDL_Pango-0.1.2/
+ $ patch -p0 < ../SDL_Pango-configure-extra-api.patch
+ $ ./configure --prefix=/mingw32 && make && make install
+
+ SDL
+
+ Download source tar-ball of SDL_1.2.15 from libsdl.org.
+
+ Re-install SDL as follows.
+
+ $ tar zxvf SDL-1.2.15.tar.gz
+ $ cd SDL-1.2.15
+ $ ./configure --prefix=/mingw32 && make && make install
+
+ ImageMagick
+
+ ImageMagick is a compilation of command line tools to create, edit,
+ compose, or convert bitmap images supporting quite a large number of
+ image formats. Tux Paint uses two functions ("convert" and
+ "composite") in it to generate thumbnails for startar images and
+ templates during the build process.
+
+ Using official binary release available from "Windows Binary
+ Release" is recommended, due to the commands installed with "pacman"
+ on MinGW/MSYS not working as expected!
+
+ Do not forget to enable "Install legacy utilities (e.g. convert)"
+ while installing it, because Tux Paint's build process uses them.
+
+ Add the path to the directory in which ImageMagick is installed at
+ the top of your "PATH" environment variable. For example:
+
+ $ export PATH=/c/Program\ Files/ImageMagick-7.0.10-Q16-HDRI:$PATH
+
+ You can make this permanent by adding the above to your the BASH
+ shell configuration file, "~/.bash_profile".
+
+ Tux Paint
+
+ You can compile 64bit binaries using MSYS2 64bit shell, and 32bit
+ binaries using MSYS2 32bit shell, respectively.
+
+ * Select "MSYS2 64bit" -> "MSYS2 MinGW 64-bit" from the "Start
+ Menu" to open the 64bit shell.
+ * Select "MSYS2 64bit" -> "MSYS2 MinGW 32-bit" from the "Start
+ Menu" to open the 32bit shell.
+
+ Compile Tux Paint with the following command:
$ make bdist-win32
- Or if building for Win9x/ME:
+ Note: At this point, you will want to build "Tux Paint Config." for
+ Windows, so it can be included along with "Tux Paint", if you're
+ making an official (or test) release. The build process will look
+ for it in a directory named "tuxpaint-config" (with no version
+ number, e.g., "tuxpaint-config-X.Y.Z"). See "Tux Paint Config."'s
+ INSTALL.txt documentation for details.
- $ BDIST_WIN9X=1 make bdist-win32
+ All the files needed for starting Tux Paint (and Tux Paint Config.)
+ are collected in the directory for binary distribution "bdist"
+ directory under "win32". You can start them by double-clicking their
+ executable (.exe) files in the "bdist" directory.
- Before any of the above will work, you need to configure the
- environment and build or install the libraries that Tux Paint
- depends upon. John Popplewell put together some instructions for
- doing that here:
+ Building the Tux Paint Windows Installer:
- http://www.johnnypops.co.uk/tuxpaint/
+ Inno Setup is used to build executable installer for Tux Paint.
+ Therefore you have to install it in the first place.
- Read the relevant notes if building for Win9X/ME.
+ Then, you can easily build an executable installer by right-clicking
+ on the "tuxpaint.iss" icon in the "win32" directory and selecting
+ "Compile" on the list. It will run for a while, and eventually you
+ will find a "tuxpaint-X.Y.Z-win32-installer.exe" file in the same
+ directory.
- Running the Installer:
+ Running the Tux Paint Windows Installer:
Double-click the Tux Paint installer executable (.EXE file) and
follow the instructions.
diff --git a/docs/ja_JP.UTF-8/README.txt b/docs/ja_JP.UTF-8/README.txt
index 52e1651c8..a9116c888 100644
--- a/docs/ja_JP.UTF-8/README.txt
+++ b/docs/ja_JP.UTF-8/README.txt
@@ -6,7 +6,7 @@
Copyright © 2002-2021 by various contributors; "AUTHORS" 参照.
http://www.tuxpaint.org/
- 2021年8月 8日
+ 2021年8月31日
----------------------------------------------------------------------
diff --git a/docs/ja_JP.UTF-8/html/INSTALL.html b/docs/ja_JP.UTF-8/html/INSTALL.html
index a155c20bb..b2e9eb79e 100644
--- a/docs/ja_JP.UTF-8/html/INSTALL.html
+++ b/docs/ja_JP.UTF-8/html/INSTALL.html
@@ -26,7 +26,7 @@
- 2021年8月30日
+ 2021年8月31日
@@ -234,59 +234,292 @@
Windows のユーザー
- Compiling:
+ Compiling Set-Up
- As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile" includes support for building on a Windows system using MinGW/MSYS (http://www.mingw.org/).
+ As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile" includes support for building on a Windows system using MinGW/MSYS (https://sourceforge.net/projects/msys2/).
- After configuring the environment and building and installing all the dependencies, use these commands, in MSYS, to build, install and run:
-
- Prior to version 0.9.20:
-
-
- $ make win32
- $ make install-win32
- $ tuxpaint
-
-
-
- Version 0.9.20 and beyond:
-
-
- $ make
- $ make install
- $ tuxpaint
-
-
+ Many tools and libraries are required to build Tux Paint. The package management system "pacman" helps you install them automatically solving complicated dependencies.
- Use the following command to build a version suitable for redistribution with the installer or in a zip-file:
-
-
- $ make bdist-win32
-
-
-
+ Download the latest MSYS2 environment from https://sourceforge.net/projects/msys2/files/Base/ and install it where you'd like (the default is "https://sourceforge.net/projects/msys2/files/Base/")
- Or if building for Win9x/ME:
-
-
- $ BDIST_WIN9X=1 make bdist-win32
-
-
-
-
- Before any of the above will work, you need to configure the environment and build or install the libraries that Tux Paint depends upon. John Popplewell put together some instructions for doing that here:
-
- http://www.johnnypops.co.uk/tuxpaint/
+ Open the MSYS2 shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MSYS" and execute following command (press [Enter] or [Return] to accept the defaults for all questions):
+
+
+ pacman -Syu
+
+
- Read the relevant notes if building for Win9X/ME.
+ This will update core system and the window will close automatically. Repeat the steps above one more time to finish the remaining update process.
+
+
+ Within the MSYS2 shell, run the following command to install basic development tools:
+
+ pacman -S base-devel msys2-devel git
+
+
+
+
- Running the Installer:
+
+
+ Proceed to the next "MinGW 64bit (x86_64) toolchains" section, or skip to the "MinGW 32bit (i686) toolchains" section if you need only a 32bit build environment.
+
+
+
+
+ MinGW 64bit (x86_64) toolchains
+
+
+
+
+ Within the MSYS2 shell, run the following command to install basic 64bit development tools:
+
+ pacman -S mingw-w64-x86_64-toolchain
+
+
+
+
+
+
+
+ 64bit (x86_64) dependency libraries for Tux Paint
+
+
+
+ You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "pacman" except for SDL_Pango.
+
+ "ntldd" is a small tool which examine windows executable files to list Dynamic Link Library (.dll) files they depends on. Tux Paint's packaging process for binary distribution uses it to find required .dll files.
+
+ FLTK is a cross-platform GUI toolkit used by "Tux Paint Config.". You can skip installing it if you are only building "Tux Paint".
+
+
+
+ $ pacman -S mingw-w64-x86_64-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-x86_64-librsvg
+ $ pacman -S mingw-w64-x86_64-fribidi
+ $ pacman -S mingw-w64-x86_64-libimagequant
+ $ pacman -S mingw-w64-x86_64-fltk
+ $ pacman -S mingw64/mingw-w64-x86_64-ntldd-git
+
+
+
+
+ Note: Close the shell before proceeding to the remaining process.
+
+
+
+
+ Install SDL_Pango and re-install SDL on the 64bit environment
+
+
+
+ SDL_Pango should be installed manually. In addition, you have to re-install SDL from the source code or you will see unnecessary blank window opens when starting Tux Paint.
+
+ This time, use the MinGW "64bit" shell. Open the shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 64-bit"
+
+ SDL_Pango
+
+
+
+
+ At first, you have to prepare source tar-ball and a required patch in the same directory.
+
+ -
+ Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's page on Sourceforge.net.
+ -
+ Download a patch file from John Popplewell's "Tux Paint - MinGW/MSYS build instructions" webpage. (This adds some extra (required) functionality to SDL_Pango.)
+
+
+ Build and install SDL_Pango as follows.
+
+ $ tar zxvf SDL_Pango-0.1.2.tar.gz
+ $ cd SDL_Pango-0.1.2/
+ $ patch -p0 < ../SDL_Pango-configure-extra-api.patch
+ $ ./configure --prefix=/mingw64 && make && make install
+
+
+
+
+
+ SDL
+
+
+ Download source tar-ball of SDL_1.2.15 from libsdl.org.
+
+ Re-install SDL as follows.
+
+ $ tar zxvf SDL-1.2.15.tar.gz
+ $ cd SDL-1.2.15
+ $ ./configure --prefix=/mingw64 && make && make install
+
+
+
+
+
+
+
+
+
+ Proceed to the next "MinGW 32bit (i686) toolchains" section, or skip to the "ImageMagick" section if you need only a 64bit build environment.
+
+
+
+ MinGW 32bit (i686) toolchains
+
+
+
+
+ Within the MSYS2 shell, run the following command to install basic 32bit development tools:
+
+ pacman -S mingw-w64-i686-toolchain
+
+
+
+
+
+
+
+ 32bit (i686) dependency libraries for Tux Paint
+
+
+
+ You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "pacman" except for SDL_Pango.
+
+ "ntldd" is a small tool which examine windows executable files to list Dynamic Link Library (.dll) files they depends on. Tux Paint's packaging process for binary distribution uses it to find required .dll files.
+
+ FLTK is a cross-platform GUI toolkit used by "Tux Paint Config.". You can skip installing it if you are only building "Tux Paint".
+
+
+
+ $ pacman -S mingw-w64-i686-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-i686-librsvg
+ $ pacman -S mingw-w64-i686-fribidi
+ $ pacman -S mingw-w64-i686-libimagequant
+ $ pacman -S mingw-w64-i686-fltk
+ $ pacman -S mingw-w64-i686-ntldd-git
+
+
+
+
+ Note: Close the shell before proceeding to the remaining process.
+
+
+
+
+ Install SDL_Pango and re-install SDL on the 32bit environment
+
+
+
+ SDL_Pango should be installed manually. In addition, you have to re-install SDL from the source code or you will see unnecessary blank window opens when starting Tux Paint.
+
+ This time, use the MinGW "32bit" shell. Open the shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 32-bit"
+
+ SDL_Pango
+
+
+
+
+ At first, you have to prepare source tar-ball and a required patch in the same directory.
+
+ -
+ Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's page on Sourceforge.net.
+ -
+ Download a patch file from John Popplewell's "Tux Paint - MinGW/MSYS build instructions" webpage. (This adds some extra (required) functionality to SDL_Pango.)
+
+
+ Build and install SDL_Pango as follows.
+
+ $ tar zxvf SDL_Pango-0.1.2.tar.gz
+ $ cd SDL_Pango-0.1.2/
+ $ patch -p0 < ../SDL_Pango-configure-extra-api.patch
+ $ ./configure --prefix=/mingw32 && make && make install
+
+
+
+
+
+ SDL
+
+
+ Download source tar-ball of SDL_1.2.15 from libsdl.org.
+
+ Re-install SDL as follows.
+
+ $ tar zxvf SDL-1.2.15.tar.gz
+ $ cd SDL-1.2.15
+ $ ./configure --prefix=/mingw32 && make && make install
+
+
+
+
+
+
+
+
+
+ ImageMagick
+
+
+
+
+ ImageMagick is a compilation of command line tools to create, edit, compose, or convert bitmap images supporting quite a large number of image formats. Tux Paint uses two functions ("convert" and "composite") in it to generate thumbnails for startar images and templates during the build process.
+
+ Using official binary release available from "Windows Binary Release" is recommended, due to the commands installed with "pacman" on MinGW/MSYS not working as expected!
+
+ Do not forget to enable "Install legacy utilities (e.g. convert)" while installing it, because Tux Paint's build process uses them.
+
+ Add the path to the directory in which ImageMagick is installed at the top of your "PATH" environment variable. For example:
+
+ $ export PATH=/c/Program\ Files/ImageMagick-7.0.10-Q16-HDRI:$PATH
+
+
+
+
+ You can make this permanent by adding the above to your the BASH shell configuration file, "~/.bash_profile".
+
+
+ Tux Paint
+
+
+
+ You can compile 64bit binaries using MSYS2 64bit shell, and 32bit binaries using MSYS2 32bit shell, respectively.
+
+ -
+ Select "MSYS2 64bit" -> "MSYS2 MinGW 64-bit" from the "Start Menu" to open the 64bit shell.
+ -
+ Select "MSYS2 64bit" -> "MSYS2 MinGW 32-bit" from the "Start Menu" to open the 32bit shell.
+
+
+ Compile Tux Paint with the following command:
+
+ $ make bdist-win32
+
+
+
+
+ Note: At this point, you will want to build "Tux Paint Config." for Windows, so it can be included along with "Tux Paint", if you're making an official (or test) release. The build process will look for it in a directory named "tuxpaint-config" (with no version number, e.g., "tuxpaint-config-X.Y.Z"). See "Tux Paint Config."'s INSTALL.txt documentation for details.
+
+ All the files needed for starting Tux Paint (and Tux Paint Config.) are collected in the directory for binary distribution "bdist" directory under "win32". You can start them by double-clicking their executable (.exe) files in the "bdist" directory.
+
+
+ Building the Tux Paint Windows Installer:
+
+
+
+ Inno Setup is used to build executable installer for Tux Paint. Therefore you have to install it in the first place.
+
+
+
+ Then, you can easily build an executable installer by right-clicking on the "tuxpaint.iss" icon in the "win32" directory and selecting "Compile" on the list. It will run for a while, and eventually you will find a "tuxpaint-X.Y.Z-win32-installer.exe" file in the same directory.
+
+
+ Running the Tux Paint Windows Installer:
Double-click the Tux Paint installer executable (.EXE file) and follow the instructions.
diff --git a/docs/ja_JP.UTF-8/html/README.html b/docs/ja_JP.UTF-8/html/README.html
index b7de67fa5..00d431c7b 100644
--- a/docs/ja_JP.UTF-8/html/README.html
+++ b/docs/ja_JP.UTF-8/html/README.html
@@ -28,7 +28,7 @@
- 2021年8月 8日
+ 2021年8月31日
- [Enter]キー、または[Return]キーを押すと文字が描画され、カーソルが次の行に下がります。
+ [Enter]キー、または[Return]キーを押すと文字が描画され、カーソルが次の行に下がります。
また、[Tab]キーを押すと、文字が描画された後、カーソルは、次の行ではなく、右側に移動します。これは、1行の中で異なったフォント、字体、フォントサイズ、色などを混在させたい場合に便利な方法です。
diff --git a/win32/README.txt b/win32/README.txt
new file mode 100644
index 000000000..85b0ab300
--- /dev/null
+++ b/win32/README.txt
@@ -0,0 +1 @@
+See INSTALL.txt or INSTALL.html, in "../docs"
diff --git a/win32/buildwin.html b/win32/buildwin.html
deleted file mode 100644
index d948a0219..000000000
--- a/win32/buildwin.html
+++ /dev/null
@@ -1,257 +0,0 @@
-
-
-
-
-Compiling Tux Paint using MinGW/MSYS2
-
-
-
-
-
-
-
-Compiling Tux Paint using MinGW/MSYS2
-This document provides how to compile Tux Paint with MinGW/MSYS2 on Microsoft Windows.
-
-
-MinGW/MSYS2 toolchains and required libraries
-So many tools and libraries are required to build Tux Paint. The package management system "pacman" helps you install them automatically solving complicated dependencies.
-
-
-
-MSYS2
-First of all, you have to install latest MSYS2 as follows.
-
-- Download the installer "msys2-x86_64-xxxxxxxx.exe from Sourceforge.net
-- Install MSYS2 into your favorite directory (default to "C:\msys64")
-
-Open the msys2 shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MSYS" and execute following command.
-
-$ pacman -Syu
-# (press <ENTER> for all inquiry)
-
-This will update core system and the window will close automatically.
-Open the msys2 shell again and execute following command to finish remaining updating process.
-
-$ pacman -Syu
-# (press <ENTER> for all inquiry)
-
-Install basic development tools as follows.
-
-$ pacman -S base-devel msys2-devel git
-# (press <ENTER> for all inquiry)
-
-Proceed to the next "MinGW 64bit (x86_64) toolchains" section or skip to the "MinGW 32bit (i686) toolchains" section if you need only a 32bit build environment.
-
-
-MinGW 64bit (x86_64) toolchains
-Open the msys2 shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MSYS" and install basic 64bit development tools as follows.
-
-$ pacman -S mingw-w64-x86_64-toolchain
-# (press <ENTER> for all inquiry)
-
-
-64bit (x86_64) dependency libraries for Tux Paint
-You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "pacman" except for SDL_Pango.
-"ntldd" is a small tool which examine windows executable files to list dynamic link library (.dll) files they depends on. Tux Paint's packaging process for binary distribution uses it to find required .dll files.
-
-$ pacman -S mingw-w64-x86_64-SDL_{image,mixer,ttf}
-$ pacman -S mingw-w64-x86_64-librsvg
-$ pacman -S mingw-w64-x86_64-fribidi
-$ pacman -S mingw-w64-x86_64-libimagequant
-$ pacman -S mingw-w64-x86_64-fltk
-$ pacman -S mingw64/mingw-w64-x86_64-ntldd-git
-
-Close the shell before proceeding to the remaining process.
-
-Install SDL_Pango and re-install SDL on the 64bit environment.
-SDL_Pango should be installed manually. In addition, you have to re-install SDL from the source code or you will see unnecessary blank window opens when starting Tux Paint.
-This time, use the MinGW "64bit" shell. Open the shell from the "Start Menu" -> "MSYS2 64bit -> "MSYS2 MinGW 64-bit"
-
-
-SDL_Pango
-At first, you have to prepare source tar-ball and a patch required in the same directory.
-
-- Download source tar-ball from SDL_Pango's page on Sourceforge.net.
-- Download a patch file which adds some extra (required) functionality to SDL_Pango from "Tux Paint - MinGW/MSYS build instructions".
-
-Build and install SDL_Pango as follows.
-
-$ tar zxvf SDL_Pango-0.1.2.tar.gz
-$ cd SDL_Pango-0.1.2/
-$ patch -p0 < ../SDL_Pango-configure-extra-api.patch
-$ ./configure --prefix=/mingw64 && make && make install
-
-
-SDL
-Download source tar-ball from "libsdl.org" and re-install SDL as follows.
-
-$ tar zxvf SDL-1.2.15.tar.gz
-$ cd SDL-1.2.15
-$ ./configure --prefix=/mingw64 && make && make install
-
-
-Proceed to the next "MinGW 32bit (i686) toolchains" section or skip to the "ImageMagick" section if you need only a 64bit build environment.
-
-
-MinGW 32bit (i686) toolchains
-Open the msys2 shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MSYS" and install basic 32bit development tools as follows.
-
-$ pacman -S mingw-w64-i686-toolchain
-# (press <ENTER> for all inquiry)
-
-
-32bit (i686) dependency libraries for Tux Paint
-You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "pacman" except for SDL_Pango.
-"ntldd" is a small tool which examin windows executable files to list dynamic link library (.dll) files they depends on. Tux Paint's packaging process for binary distribution uses it to find required .dll files.
-
-$ pacman -S mingw-w64-i686-SDL_{image,mixer,ttf}
-$ pacman -S mingw-w64-i686-librsvg
-$ pacman -S mingw-w64-i686-fribidi
-$ pacman -S mingw-w64-i686-libimagequant
-$ pacman -S mingw-w64-i686-fltk
-$ pacman -S mingw-w64-i686-ntldd-git
-
-Close the shell before proceeding to the remaining process.
-
-Install SDL_Pango and re-install SDL on the 32bit environment.
-SDL_Pango should be installed manually. In addition, you have to re-install SDL from the source code or you will see unnecessary blank window opens when starting Tux Paint.
-This time, use the MinGW "32bit" shell. Open the shell from the "Start Menu" -> "MSYS2 64bit -> "MSYS2 MinGW 32-bit"
-
-
-SDL_Pango
-At first, you have to prepare source tar-ball and a patch required in the same directory.
-
-- Download source tar-ball from SDL_Pango's page on Sourceforge.net.
-- Download a patch file which adds some extra (required) functionality to SDL_Pango from "Tux Paint - MinGW/MSYS build instructions".
-
-Build and install SDL_Pango as follows.
-
-$ tar zxvf SDL_Pango-0.1.2.tar.gz
-$ cd SDL_Pango-0.1.2/
-$ patch -p0 < ../SDL_Pango-configure-extra-api.patch
-$ ./configure --prefix=/mingw32 && make && make install
-
-
-SDL
-Download source tar-ball from "libsdl.org" and re-install SDL as follows.
-
-$ tar zxvf SDL-1.2.15.tar.gz
-$ cd SDL-1.2.15
-$ ./configure --prefix=/mingw32 && make && make install
-
-
-Proceed to the next ImageMagick section.
-
-
-
-ImageMagick
-ImageMagick is a compilation of command line tools to create, edit, compose, or convert bitmap images supporting quite a large number of image formats. Tux Paint uses two functions ("convert" and "composite") in it to generate thumbnails for startar images and templates in the build process.
-Using official binary release available from "Windows Binary Release" is recommended because its commands installed using "pacman" on MinGW/MSYS do not work as expected.
-Do not forget to enable "Install legacy utilities (e.g. convert)" while installing it because Tux Paint's build process uses them.
-Add the path to the directory in which ImageMagick is installed at the top of the "PATH" environment variable. For example;
-
-$ export PATH=/c/Program\ Files/ImageMagick-7.0.10-Q16-HDRI:$PATH
-You make it default by describing above in the bash configuration file "~/.bash_profile".
-
-Tux Paint
-You are able to compile 64bit binaries using MSYS2 64bit shell and 32bit binaries using 32bit shell respectively.
-
-- Select "MSYS2 64bit -> "MSYS2 MinGW 64-bit" from the "Start Menu" to open the 64bit shell.
-- Select "MSYS2 64bit -> "MSYS2 MinGW 32-bit" from the "Start Menu" to open the 32bit shell.
-
-
-
-
-Tux Paint Config
-"Tux Paint Config" is a useful graphical tool for tweaking Tux Paint's behavior. You have to build this component before compiling Tux Paint if you want to have it included in your package.
-You can use any of [a] stable tar-ball release or [b] developing source tree.
-
-[a] Using stable tar-ball release.
-
-
-- Download source tar-ball from Tux Paint's page on Sourceforge.net.
-
-Expand the tar-ball and change the directory name so that the final packaging process can find related files.
-
-$ tar zxvf tuxpaint-config-0.0.16.tar.gz
-$ mv tuxpaint-config-0.0.16 tuxpaint-config
-
-
-[b] Using developing source tree
-
-Fetch the developing source tree from git repository.
-
-$ git clone https://git.code.sf.net/p/tuxpaint/tuxpaint-config tuxpaint-config
-
-
-
-Now you can build tuxpaint-config as follows.
-
-$ cd tuxpaint-config
-$ make win32
-
-
-
-Tux Paint
-You can use any of [a] stable tar-ball release or [b] developing source tree.
-
-[a] Using stable tar-ball release.
-
-
-- Download source tar-ball from Tux Paint's page on Sourceforge.net.
-
-Expand the tar-ball and enter to the top of the source tree.
-
-$ tar zxvf tuxpaint-0.9.25.tar.gz
-$ cd tuxpaint-0.9.25
-
-
-[b] Using developing source tree
-
-Fetch the developing source tree from git repository and enter to the top of the source tree.
-
-$ git clone https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint
-$ cd tuxpaint
-
-
-
-Now you can build Tux Paint as follows.
-
-$ make bdist-win32
-
-All the files needed for starting Tux Paint and Tux Paint Config are collected in the directory for binary distribution "bdist" directory under "win32". You can start them by double-clicking .exe files in the "bdist" directory.
-
-
-Tux Paint installer
-Inno Setup is used to build executable installer for Tux Paint. Therefore you have to install it in the first place.
-Inno Setup officially supports translations for only about 20 languages. However, one of the great points of Tux Paint is it supports so many languages. Therefore, the set up script "tuxpaint.iss" to build the installer is written to use much more translations including unofficial one which are available on "Inno Setup Translations". You have to download translation files (.isl) required and put them in "Languages" directory under the directory in which Inno Setup is installed.
-Then, you can easily build an executable installer just as follows.
-
-- Right-click on the "tuxpaint.iss" icon in the "win32" directory and select "Compile" on the list.
-
-It takes for a while and you will find tuxpaint-x.x.xx-win32-installer.exe in the same directory.
-
-
-
-
-
-
-
diff --git a/win32/tuxpaint-opencandy.iss b/win32/tuxpaint-opencandy.iss
deleted file mode 100644
index 19cf1ef27..000000000
--- a/win32/tuxpaint-opencandy.iss
+++ /dev/null
@@ -1,2 +0,0 @@
-#define OpenCandy 1
-#include "tuxpaint.iss"
From 987b2c1cc3ab6581d513c9574a7d6d54c3f8f962 Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Tue, 31 Aug 2021 22:37:18 -0700
Subject: [PATCH 22/48] Add macOS compile/install instructions to INSTALL
---
docs/CHANGES.txt | 4 +-
docs/en/INSTALL.txt | 165 +++++++++++++++++++++++++++++
docs/en/html/INSTALL.html | 165 ++++++++++++++++++++++++++++-
docs/es_ES.UTF-8/INSTALL.txt | 165 +++++++++++++++++++++++++++++
docs/es_ES.UTF-8/html/INSTALL.html | 165 ++++++++++++++++++++++++++++-
docs/fr_FR.UTF-8/INSTALL.txt | 165 +++++++++++++++++++++++++++++
docs/fr_FR.UTF-8/html/INSTALL.html | 165 ++++++++++++++++++++++++++++-
docs/gl_ES.UTF-8/INSTALL.txt | 165 +++++++++++++++++++++++++++++
docs/gl_ES.UTF-8/html/INSTALL.html | 165 ++++++++++++++++++++++++++++-
docs/ja_JP.UTF-8/INSTALL.txt | 165 +++++++++++++++++++++++++++++
docs/ja_JP.UTF-8/html/INSTALL.html | 165 ++++++++++++++++++++++++++++-
macos/README.txt | 138 +-----------------------
12 files changed, 1643 insertions(+), 149 deletions(-)
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index 6e64e29c8..620adac25 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -32,8 +32,8 @@ $Id$
("Options Documentation", "FAQ", "Installation Documentation",
and "Advanced Stamps 'How-To'").
- * Moved Windows compilation instructions into main
- "Installation Documentation".
+ * Moved Windows and macOS compilation instructions into main
+ "Installation Documentation" (docs/.../INSTALL...).
2021.June.28 (0.9.26)
diff --git a/docs/en/INSTALL.txt b/docs/en/INSTALL.txt
index f43729d32..43fc243a7 100644
--- a/docs/en/INSTALL.txt
+++ b/docs/en/INSTALL.txt
@@ -18,6 +18,7 @@
| * Compiling and Installation |
| * Windows Users |
| * Linux/Unix Users |
+ | * macOS Users |
| * Debugging |
| * Uninstalling Tux Paint |
| * Windows |
@@ -177,6 +178,8 @@ Compiling and Installation
to the "MinGW 32bit (i686) toolchains" section if you need only a
32bit build environment.
+ -------------------------------------------------------
+
MinGW 64bit (x86_64) toolchains
Within the MSYS2 shell, run the following command to install basic
@@ -247,6 +250,8 @@ Compiling and Installation
to the "ImageMagick" section if you need only a 64bit build
environment.
+ -------------------------------------------------------
+
MinGW 32bit (i686) toolchains
Within the MSYS2 shell, run the following command to install basic
@@ -313,6 +318,8 @@ Compiling and Installation
$ cd SDL-1.2.15
$ ./configure --prefix=/mingw32 && make && make install
+ -------------------------------------------------------
+
ImageMagick
ImageMagick is a compilation of command line tools to create, edit,
@@ -336,6 +343,8 @@ Compiling and Installation
You can make this permanent by adding the above to your the BASH
shell configuration file, "~/.bash_profile".
+ -------------------------------------------------------
+
Tux Paint
You can compile 64bit binaries using MSYS2 64bit shell, and 32bit
@@ -362,6 +371,8 @@ Compiling and Installation
directory under "win32". You can start them by double-clicking their
executable (.exe) files in the "bdist" directory.
+ -------------------------------------------------------
+
Building the Tux Paint Windows Installer:
Inno Setup is used to build executable installer for Tux Paint.
@@ -373,6 +384,8 @@ Compiling and Installation
will find a "tuxpaint-X.Y.Z-win32-installer.exe" file in the same
directory.
+ -------------------------------------------------------
+
Running the Tux Paint Windows Installer:
Double-click the Tux Paint installer executable (.EXE file) and
@@ -392,6 +405,8 @@ Compiling and Installation
At this point, you can click 'Install' to install Tux Paint!
+ -------------------------------------------------------
+
Changing the Settings Using the Shortcut:
To change program settings, right-click on the TuxPaint shortcut and
@@ -420,6 +435,8 @@ Compiling and Installation
When you have finished, click "OK."
+ -------------------------------------------------------
+
If Something Goes Wrong:
If, when you double-click on the shortcut to run Tux Paint, nothing
@@ -431,6 +448,8 @@ Compiling and Installation
just be due to incorrect character-case (capital 'Z' instead of
lowercase 'z') or a missing (or extra) '-' (dash).
+ ----------------------------------------------------------------------
+
Linux/Unix Users
Compiling:
@@ -444,6 +463,8 @@ Compiling and Installation
$ make
+ -------------------------------------------------------
+
Disabling SVG support (and hence Cairo, libSVG, and svg-cairo dependencies):
To disable SVG support (e.g., if your system is not currently
@@ -453,6 +474,8 @@ Compiling and Installation
$ make SVG_LIB= SVG_CFLAGS=
+ -------------------------------------------------------
+
Disabling Pango support (and hence Pango, Cairo, etc. dependencies):
Prior to version 0.9.18, Tux Paint used the libSDL_ttf library for
@@ -463,6 +486,8 @@ Compiling and Installation
$ make SDL_PANGO_LIB=
+ -------------------------------------------------------
+
Disabling Sound at Compile-time:
If you don't have a sound card, or would prefer to build the program
@@ -471,11 +496,15 @@ Compiling and Installation
$ make SDL_MIXER_LIB=
+ -------------------------------------------------------
+
Other options:
Various other options (e.g., installation paths) may be overridden;
see them in "Makefile" for further details.
+ -------------------------------------------------------
+
If you get errors:
If you receive any errors during compile-time, make sure you have
@@ -485,6 +514,8 @@ Compiling and Installation
packages as well, otherwise you won't be able to compile Tux Paint
(and other programs) from source!
+ -------------------------------------------------------
+
Installng:
Assuming no fatal errors occured, you can now install the program so
@@ -562,6 +593,138 @@ Compiling and Installation
----------------------------------------------------------------------
+ macOS Users
+
+ September 21, 2021 Mark K. Kim
+
+ Tux Paint 0.9.22 and earlier required building Tux Paint from the
+ Xcode IDE. Starting with 0.9.23, however, Tux Paint for macOS is built
+ as though it were a Linux application.
+
+ Prerequisites
+
+ Although Tux Paint is built without the Xcode IDE, Xcode itself is
+ still required to build Tux Paint. Download it from the App Store,
+ and launch it once to accept its license agreements. You may also
+ need to install the Xcode command line tools using the command:
+
+ xcode-select --install
+
+ Building Tux Paint also requires various libraries. We install them
+ from MacPorts where possible, source code otherwise. Install
+ MacPorts to the default /opt/local path according to the
+ instructions found on their website: https://www.macports.org/
+ * ImageMagick
+ * cairo
+ * fribidi
+ * lbzip2
+ * libimagequant^*
+ * libpaper
+ * libpng
+ * librsvg
+ * libsdl
+ * libsdl_image
+ * libsdl_mixer
+ * libsdl_pango
+ * libsdl_ttf
+ * pkgconfig
+ * zlib
+ ... but you should install any package that is required by the
+ latest version of Tux Paint.
+
+ ^* Not available from MacPorts as of this writing, see below.
+
+ libimagequant
+
+ libimagequant is not available from MacPorts as of this writing.
+ It can be installed from the source code as follows. It should be
+ installed to /opt/local (same as MacPorts) for the library to be
+ included in TuxPaint.dmg.
+
+ $ git clone https://github.com/ImageOptim/libimagequant.git
+ $ cd libimagequant
+ $ ./configure --prefix=/opt/local
+ $ make
+ $ sudo make install
+
+ WARNING: Having any UNIX-like toolset installed on your Mac besides
+ MacPorts and Xcode, such as Fink or Brew, will prevent your app
+ bundle from being portable. Be sure Fink and Brew are not accessible
+ from your build environment.
+
+ -------------------------------------------------------
+
+ How to Build
+
+ Simply, run:
+
+ % make
+ % make install
+
+ ... to create the TuxPaint.app application bundle that can be run
+ in-place or copied to /Applications. It also creates TuxPaint.dmg
+ for distribution.
+
+ -------------------------------------------------------
+
+ Known Issues
+
+ * A macOS binary built on a specific version of macOS only runs on
+ that version of macOS or later. To ensure Tux Paint can run on
+ the oldest version of macOS possible, build it on the oldest
+ version of macOS available. As of this writing we know Tux Paint
+ cannot be built to run on macOS 10.7 or earlier.
+
+ See "Old Versions of macOS" below for best-effort instructions
+ on how to obtain, install, and build Tux Paint on an old version
+ of macOS.
+
+ -------------------------------------------------------
+
+ Old Versions of macOS
+
+ Some old versions of macOS can be downloaded from Apple's support
+ page: https://support.apple.com/en-us/HT211683
+
+ macOS does allow dual booting of multiple versions of the OS, but
+ it's safer and easier to install the old macOS onto a flash drive.
+ Wherever you're installing it, the target drive's partitioniong
+ scheme and partition type must match what the old macOS expects, so
+ use the Disk Utility to partition and format the flash drive
+ accordingly.
+
+ As of this writing, the oldest version of macOS available on Apple's
+ support site is Yosemite 10.10, which expects "GPT (GUID Partition
+ Table)" partitioning scheme instead of the older MBR scheme, and
+ "Mac OS Extended (Journaled)" as the partition type instead of the
+ newer APFS partition type.
+
+ Upon launching the installer, if you get a popup about macOS being
+ too old or new to be installed, a bootable installer can be created
+ using the instructions found here:
+ https://support.apple.com/en-mide/HT201372
+
+ It has been found that macOS can be installed onto the bootable
+ media itself, so you can make the flash drive into a bootable
+ installer then install the old macOS onto the same flash drive.
+
+ Once the old macOS is installed, you may find the Xcode on the App
+ Store is too new to run on the version of the old macOS. Old
+ versions of Xcode can be downloaded from Apple's Developer site in
+ an area accessible with free registration:
+ https://developer.apple.com/download/more/
+
+ The list of macOS versions and the last version of Xcode compatible
+ with them are laid out nicely on the Wikipedia page on Xcode:
+ https://en.wikipedia.org/wiki/Xcode#Version_comparison_table
+
+ And because Xcode is being installed manually, you can skip the step
+ to install the Xcode command line tools (do not run "xcode-select
+ --install") but otherwise build Tux Paint using the same steps
+ described in the earlier part of this document.
+
+ ----------------------------------------------------------------------
+
Debugging
Debugging (to "STDOUT", e.g. to the terminal, or to a "stdout.txt" file,
@@ -589,6 +752,8 @@ Uninstalling Tux Paint
It is also possible to use the entry "TuxPaint (remove only)" in the
Control Panel Add/Remove programs section.
+ ----------------------------------------------------------------------
+
Linux
Within the Tux Paint source directory (where you compiled Tux Paint),
diff --git a/docs/en/html/INSTALL.html b/docs/en/html/INSTALL.html
index e2c80f030..532e13dfb 100644
--- a/docs/en/html/INSTALL.html
+++ b/docs/en/html/INSTALL.html
@@ -63,6 +63,9 @@
Linux/Unix Users
+
+ macOS Users
+
@@ -271,7 +274,8 @@
Proceed to the next "MinGW 64bit (x86_64) toolchains" section, or skip to the "MinGW 32bit (i686) toolchains" section if you need only a 32bit build environment.
-
+
+
MinGW 64bit (x86_64) toolchains
@@ -368,7 +372,8 @@
Proceed to the next "MinGW 32bit (i686) toolchains" section, or skip to the "ImageMagick" section if you need only a 64bit build environment.
-
+
+
MinGW 32bit (i686) toolchains
@@ -462,6 +467,8 @@
+
+
ImageMagick
@@ -484,6 +491,8 @@
You can make this permanent by adding the above to your the BASH shell configuration file, "~/.bash_profile".
+
+
Tux Paint
@@ -508,6 +517,8 @@
All the files needed for starting Tux Paint (and Tux Paint Config.) are collected in the directory for binary distribution "bdist" directory under "win32". You can start them by double-clicking their executable (.exe) files in the "bdist" directory.
+
+
Building the Tux Paint Windows Installer:
@@ -519,6 +530,8 @@
Then, you can easily build an executable installer by right-clicking on the "tuxpaint.iss" icon in the "win32" directory and selecting "Compile" on the list. It will run for a while, and eventually you will find a "tuxpaint-X.Y.Z-win32-installer.exe" file in the same directory.
+
+
Running the Tux Paint Windows Installer:
@@ -536,6 +549,8 @@
At this point, you can click 'Install' to install Tux Paint!
+
+
Changing the Settings Using the Shortcut:
@@ -572,6 +587,8 @@
When you have finished, click "OK."
+
+
If Something Goes Wrong:
@@ -582,6 +599,8 @@
+
+
Linux/Unix Users
@@ -602,6 +621,8 @@
+
+
Disabling SVG support (and hence Cairo, libSVG, and svg-cairo dependencies):
@@ -614,6 +635,8 @@
+
+
Disabling Pango support (and hence Pango, Cairo, etc. dependencies):
@@ -626,6 +649,8 @@
+
+
Disabling Sound at Compile-time:
If you don't have a sound card, or would prefer to build the program with no sound support (and therefore without a the SDL_mixer dependency), you can run "make" with "SDL_MIXER_LIB=" added:
@@ -636,18 +661,24 @@
+
+
Other options:
Various other options (e.g., installation paths) may be overridden; see them in "Makefile" for further details.
+
+
If you get errors:
If you receive any errors during compile-time, make sure you have the appropriate libraries installed (see above). If using packaged versions of the libraries (e.g., RPMs under RedHat or DEBs under Debian), be sure to get the corresponding "-dev" or "-devel" packages as well, otherwise you won't be able to compile Tux Paint (and other programs) from source!
+
+
Installng:
@@ -730,6 +761,134 @@
+
+
+
+
+
+ macOS Users
+
+
+
+ September 21, 2021 Mark K. Kim <markuskimius@gmail.com>
+
+
+
+
+
+ Tux Paint 0.9.22 and earlier required building Tux Paint from the Xcode IDE. Starting with 0.9.23, however, Tux Paint for macOS is built as though it were a Linux application.
+
+ Prerequisites
+
+
+ Although Tux Paint is built without the Xcode IDE, Xcode itself is still required to build Tux Paint. Download it from the App Store, and launch it once to accept its license agreements. You may also need to install the Xcode command line tools using the command:
+
+ xcode-select --install
+
+
+
+
+
+ Building Tux Paint also requires various libraries. We install them from MacPorts where possible, source code otherwise. Install MacPorts to the default /opt/local path according to the instructions found on their website: https://www.macports.org/
+ ImageMagick
+ cairo
+ fribidi
+ lbzip2
+ libimagequant*
+ libpaper
+ libpng
+ librsvg
+ libsdl
+ libsdl_image
+ libsdl_mixer
+ libsdl_pango
+ libsdl_ttf
+ pkgconfig
+ zlib
+
+ ... but you should install any package that is required by the latest version of Tux Paint.
+
+ * Not available from MacPorts as of this writing, see below.
+
+ libimagequant
+
+
+ libimagequant is not available from MacPorts as of this writing. It can be installed from the source code as follows. It should be installed to /opt/local (same as MacPorts) for the library to be included in TuxPaint.dmg.
+
+ $ git clone https://github.com/ImageOptim/libimagequant.git
+ $ cd libimagequant
+ $ ./configure --prefix=/opt/local
+ $ make
+ $ sudo make install
+
+
+
+
+
+
+
+ WARNING: Having any UNIX-like toolset installed on your Mac besides MacPorts and Xcode, such as Fink or Brew, will prevent your app bundle from being portable. Be sure Fink and Brew are not accessible from your build environment.
+
+
+
+
+ How to Build
+
+
+ Simply, run:
+
+ % make
+ % make install
+
+
+ ... to create the TuxPaint.app application bundle that can be run in-place or
+copied to /Applications. It also creates TuxPaint.dmg for distribution.
+
+
+
+
+ Known Issues
+
+
+ -
+ A macOS binary built on a specific version of macOS only runs on that version of macOS or later. To ensure Tux Paint can run on the oldest version of macOS possible, build it on the oldest version of macOS available. As of this writing we know Tux Paint cannot be built to run on macOS 10.7 or earlier.
+
+ See "Old Versions of macOS" below for best-effort instructions on how to obtain, install, and build Tux Paint on an old version of macOS.
+
+
+
+
+
+ Old Versions of macOS
+
+
+ Some old versions of macOS can be downloaded from Apple's support page: https://support.apple.com/en-us/HT211683
+
+
+ macOS does allow dual booting of multiple versions of the OS, but it's safer and easier to install the old macOS onto a flash drive. Wherever you're installing it, the target drive's partitioniong scheme and partition type must match what the old macOS expects, so use the Disk Utility to partition and format the flash drive accordingly.
+
+
+ As of this writing, the oldest version of macOS available on Apple's support site is Yosemite 10.10, which expects "GPT (GUID Partition Table)" partitioning scheme instead of the older MBR scheme, and "Mac OS Extended (Journaled)" as the partition type instead of the newer APFS partition type.
+
+
+ Upon launching the installer, if you get a popup about macOS being too old or new to be installed, a bootable installer can be created using the instructions found here: https://support.apple.com/en-mide/HT201372
+
+
+ It has been found that macOS can be installed onto the bootable media itself, so you can make the flash drive into a bootable installer then install the old macOS onto the same flash drive.
+
+
+ Once the old macOS is installed, you may find the Xcode on the App Store is too new to run on the version of the old macOS. Old versions of Xcode can be downloaded from Apple's Developer site in an area accessible with free registration: https://developer.apple.com/download/more/
+
+
+ The list of macOS versions and the last version of Xcode compatible with them are laid out nicely on the Wikipedia page on Xcode: https://en.wikipedia.org/wiki/Xcode#Version_comparison_table
+
+
+ And because Xcode is being installed manually, you can skip the step to install the Xcode command line tools (do not run "xcode-select --install") but otherwise build Tux Paint using the same steps described in the earlier part of this document.
+
+
+
+
+
@@ -769,6 +928,8 @@
+
+
Linux
diff --git a/docs/es_ES.UTF-8/INSTALL.txt b/docs/es_ES.UTF-8/INSTALL.txt
index d7397c690..32ee90dab 100644
--- a/docs/es_ES.UTF-8/INSTALL.txt
+++ b/docs/es_ES.UTF-8/INSTALL.txt
@@ -18,6 +18,7 @@
| * Compiling and Installation |
| * Windows Users |
| * Linux/Unix Users |
+ | * macOS Users |
| * Debugging |
| * Uninstalling Tux Paint |
| * Windows |
@@ -177,6 +178,8 @@ Compiling and Installation
to the "MinGW 32bit (i686) toolchains" section if you need only a
32bit build environment.
+ -------------------------------------------------------
+
MinGW 64bit (x86_64) toolchains
Within the MSYS2 shell, run the following command to install basic
@@ -247,6 +250,8 @@ Compiling and Installation
to the "ImageMagick" section if you need only a 64bit build
environment.
+ -------------------------------------------------------
+
MinGW 32bit (i686) toolchains
Within the MSYS2 shell, run the following command to install basic
@@ -313,6 +318,8 @@ Compiling and Installation
$ cd SDL-1.2.15
$ ./configure --prefix=/mingw32 && make && make install
+ -------------------------------------------------------
+
ImageMagick
ImageMagick is a compilation of command line tools to create, edit,
@@ -336,6 +343,8 @@ Compiling and Installation
You can make this permanent by adding the above to your the BASH
shell configuration file, "~/.bash_profile".
+ -------------------------------------------------------
+
Tux Paint
You can compile 64bit binaries using MSYS2 64bit shell, and 32bit
@@ -362,6 +371,8 @@ Compiling and Installation
directory under "win32". You can start them by double-clicking their
executable (.exe) files in the "bdist" directory.
+ -------------------------------------------------------
+
Building the Tux Paint Windows Installer:
Inno Setup is used to build executable installer for Tux Paint.
@@ -373,6 +384,8 @@ Compiling and Installation
will find a "tuxpaint-X.Y.Z-win32-installer.exe" file in the same
directory.
+ -------------------------------------------------------
+
Running the Tux Paint Windows Installer:
Double-click the Tux Paint installer executable (.EXE file) and
@@ -392,6 +405,8 @@ Compiling and Installation
At this point, you can click 'Install' to install Tux Paint!
+ -------------------------------------------------------
+
Changing the Settings Using the Shortcut:
To change program settings, right-click on the TuxPaint shortcut and
@@ -420,6 +435,8 @@ Compiling and Installation
When you have finished, click "OK."
+ -------------------------------------------------------
+
If Something Goes Wrong:
If, when you double-click on the shortcut to run Tux Paint, nothing
@@ -431,6 +448,8 @@ Compiling and Installation
just be due to incorrect character-case (capital 'Z' instead of
lowercase 'z') or a missing (or extra) '-' (dash).
+ ----------------------------------------------------------------------
+
Linux/Unix Users
Compiling:
@@ -444,6 +463,8 @@ Compiling and Installation
$ make
+ -------------------------------------------------------
+
Disabling SVG support (and hence Cairo, libSVG, and svg-cairo dependencies):
To disable SVG support (e.g., if your system is not currently
@@ -453,6 +474,8 @@ Compiling and Installation
$ make SVG_LIB= SVG_CFLAGS=
+ -------------------------------------------------------
+
Disabling Pango support (and hence Pango, Cairo, etc. dependencies):
Prior to version 0.9.18, Tux Paint used the libSDL_ttf library for
@@ -463,6 +486,8 @@ Compiling and Installation
$ make SDL_PANGO_LIB=
+ -------------------------------------------------------
+
Disabling Sound at Compile-time:
If you don't have a sound card, or would prefer to build the program
@@ -471,11 +496,15 @@ Compiling and Installation
$ make SDL_MIXER_LIB=
+ -------------------------------------------------------
+
Other options:
Various other options (e.g., installation paths) may be overridden;
see them in "Makefile" for further details.
+ -------------------------------------------------------
+
If you get errors:
If you receive any errors during compile-time, make sure you have
@@ -485,6 +514,8 @@ Compiling and Installation
packages as well, otherwise you won't be able to compile Tux Paint
(and other programs) from source!
+ -------------------------------------------------------
+
Installng:
Assuming no fatal errors occured, you can now install the program so
@@ -562,6 +593,138 @@ Compiling and Installation
----------------------------------------------------------------------
+ macOS Users
+
+ septiembre 21, 2021 Mark K. Kim
+
+ Tux Paint 0.9.22 and earlier required building Tux Paint from the
+ Xcode IDE. Starting with 0.9.23, however, Tux Paint for macOS is built
+ as though it were a Linux application.
+
+ Prerequisites
+
+ Although Tux Paint is built without the Xcode IDE, Xcode itself is
+ still required to build Tux Paint. Download it from the App Store,
+ and launch it once to accept its license agreements. You may also
+ need to install the Xcode command line tools using the command:
+
+ xcode-select --install
+
+ Building Tux Paint also requires various libraries. We install them
+ from MacPorts where possible, source code otherwise. Install
+ MacPorts to the default /opt/local path according to the
+ instructions found on their website: https://www.macports.org/
+ * ImageMagick
+ * cairo
+ * fribidi
+ * lbzip2
+ * libimagequant^*
+ * libpaper
+ * libpng
+ * librsvg
+ * libsdl
+ * libsdl_image
+ * libsdl_mixer
+ * libsdl_pango
+ * libsdl_ttf
+ * pkgconfig
+ * zlib
+ ... but you should install any package that is required by the
+ latest version of Tux Paint.
+
+ ^* Not available from MacPorts as of this writing, see below.
+
+ libimagequant
+
+ libimagequant is not available from MacPorts as of this writing.
+ It can be installed from the source code as follows. It should be
+ installed to /opt/local (same as MacPorts) for the library to be
+ included in TuxPaint.dmg.
+
+ $ git clone https://github.com/ImageOptim/libimagequant.git
+ $ cd libimagequant
+ $ ./configure --prefix=/opt/local
+ $ make
+ $ sudo make install
+
+ WARNING: Having any UNIX-like toolset installed on your Mac besides
+ MacPorts and Xcode, such as Fink or Brew, will prevent your app
+ bundle from being portable. Be sure Fink and Brew are not accessible
+ from your build environment.
+
+ -------------------------------------------------------
+
+ How to Build
+
+ Simply, run:
+
+ % make
+ % make install
+
+ ... to create the TuxPaint.app application bundle that can be run
+ in-place or copied to /Applications. It also creates TuxPaint.dmg
+ for distribution.
+
+ -------------------------------------------------------
+
+ Known Issues
+
+ * A macOS binary built on a specific version of macOS only runs on
+ that version of macOS or later. To ensure Tux Paint can run on
+ the oldest version of macOS possible, build it on the oldest
+ version of macOS available. As of this writing we know Tux Paint
+ cannot be built to run on macOS 10.7 or earlier.
+
+ See "Old Versions of macOS" below for best-effort instructions
+ on how to obtain, install, and build Tux Paint on an old version
+ of macOS.
+
+ -------------------------------------------------------
+
+ Old Versions of macOS
+
+ Some old versions of macOS can be downloaded from Apple's support
+ page: https://support.apple.com/en-us/HT211683
+
+ macOS does allow dual booting of multiple versions of the OS, but
+ it's safer and easier to install the old macOS onto a flash drive.
+ Wherever you're installing it, the target drive's partitioniong
+ scheme and partition type must match what the old macOS expects, so
+ use the Disk Utility to partition and format the flash drive
+ accordingly.
+
+ As of this writing, the oldest version of macOS available on Apple's
+ support site is Yosemite 10.10, which expects "GPT (GUID Partition
+ Table)" partitioning scheme instead of the older MBR scheme, and
+ "Mac OS Extended (Journaled)" as the partition type instead of the
+ newer APFS partition type.
+
+ Upon launching the installer, if you get a popup about macOS being
+ too old or new to be installed, a bootable installer can be created
+ using the instructions found here:
+ https://support.apple.com/en-mide/HT201372
+
+ It has been found that macOS can be installed onto the bootable
+ media itself, so you can make the flash drive into a bootable
+ installer then install the old macOS onto the same flash drive.
+
+ Once the old macOS is installed, you may find the Xcode on the App
+ Store is too new to run on the version of the old macOS. Old
+ versions of Xcode can be downloaded from Apple's Developer site in
+ an area accessible with free registration:
+ https://developer.apple.com/download/more/
+
+ The list of macOS versions and the last version of Xcode compatible
+ with them are laid out nicely on the Wikipedia page on Xcode:
+ https://en.wikipedia.org/wiki/Xcode#Version_comparison_table
+
+ And because Xcode is being installed manually, you can skip the step
+ to install the Xcode command line tools (do not run "xcode-select
+ --install") but otherwise build Tux Paint using the same steps
+ described in the earlier part of this document.
+
+ ----------------------------------------------------------------------
+
Debugging
Debugging (to "STDOUT", e.g. to the terminal, or to a "stdout.txt" file,
@@ -589,6 +752,8 @@ Uninstalling Tux Paint
It is also possible to use the entry "TuxPaint (remove only)" in the
Control Panel Add/Remove programs section.
+ ----------------------------------------------------------------------
+
Linux
Within the Tux Paint source directory (where you compiled Tux Paint),
diff --git a/docs/es_ES.UTF-8/html/INSTALL.html b/docs/es_ES.UTF-8/html/INSTALL.html
index f605c93cb..1a108ab96 100644
--- a/docs/es_ES.UTF-8/html/INSTALL.html
+++ b/docs/es_ES.UTF-8/html/INSTALL.html
@@ -63,6 +63,9 @@
Linux/Unix Users
+
+ macOS Users
+
@@ -271,7 +274,8 @@
Proceed to the next "MinGW 64bit (x86_64) toolchains" section, or skip to the "MinGW 32bit (i686) toolchains" section if you need only a 32bit build environment.
-
+
+
MinGW 64bit (x86_64) toolchains
@@ -368,7 +372,8 @@
Proceed to the next "MinGW 32bit (i686) toolchains" section, or skip to the "ImageMagick" section if you need only a 64bit build environment.
-
+
+
MinGW 32bit (i686) toolchains
@@ -462,6 +467,8 @@
+
+
ImageMagick
@@ -484,6 +491,8 @@
You can make this permanent by adding the above to your the BASH shell configuration file, "~/.bash_profile".
+
+
Tux Paint
@@ -508,6 +517,8 @@
All the files needed for starting Tux Paint (and Tux Paint Config.) are collected in the directory for binary distribution "bdist" directory under "win32". You can start them by double-clicking their executable (.exe) files in the "bdist" directory.
+
+
Building the Tux Paint Windows Installer:
@@ -519,6 +530,8 @@
Then, you can easily build an executable installer by right-clicking on the "tuxpaint.iss" icon in the "win32" directory and selecting "Compile" on the list. It will run for a while, and eventually you will find a "tuxpaint-X.Y.Z-win32-installer.exe" file in the same directory.
+
+
Running the Tux Paint Windows Installer:
@@ -536,6 +549,8 @@
At this point, you can click 'Install' to install Tux Paint!
+
+
Changing the Settings Using the Shortcut:
@@ -572,6 +587,8 @@
When you have finished, click "OK."
+
+
If Something Goes Wrong:
@@ -582,6 +599,8 @@
+
+
Linux/Unix Users
@@ -602,6 +621,8 @@
+
+
Disabling SVG support (and hence Cairo, libSVG, and svg-cairo dependencies):
@@ -614,6 +635,8 @@
+
+
Disabling Pango support (and hence Pango, Cairo, etc. dependencies):
@@ -626,6 +649,8 @@
+
+
Disabling Sound at Compile-time:
If you don't have a sound card, or would prefer to build the program with no sound support (and therefore without a the SDL_mixer dependency), you can run "make" with "SDL_MIXER_LIB=" added:
@@ -636,18 +661,24 @@
+
+
Other options:
Various other options (e.g., installation paths) may be overridden; see them in "Makefile" for further details.
+
+
If you get errors:
If you receive any errors during compile-time, make sure you have the appropriate libraries installed (see above). If using packaged versions of the libraries (e.g., RPMs under RedHat or DEBs under Debian), be sure to get the corresponding "-dev" or "-devel" packages as well, otherwise you won't be able to compile Tux Paint (and other programs) from source!
+
+
Installng:
@@ -730,6 +761,134 @@
+
+
+
+
+
+ macOS Users
+
+
+
+ septiembre 21, 2021 Mark K. Kim <markuskimius@gmail.com>
+
+
+
+
+
+ Tux Paint 0.9.22 and earlier required building Tux Paint from the Xcode IDE. Starting with 0.9.23, however, Tux Paint for macOS is built as though it were a Linux application.
+
+ Prerequisites
+
+
+ Although Tux Paint is built without the Xcode IDE, Xcode itself is still required to build Tux Paint. Download it from the App Store, and launch it once to accept its license agreements. You may also need to install the Xcode command line tools using the command:
+
+ xcode-select --install
+
+
+
+
+
+ Building Tux Paint also requires various libraries. We install them from MacPorts where possible, source code otherwise. Install MacPorts to the default /opt/local path according to the instructions found on their website: https://www.macports.org/
+ ImageMagick
+ cairo
+ fribidi
+ lbzip2
+ libimagequant*
+ libpaper
+ libpng
+ librsvg
+ libsdl
+ libsdl_image
+ libsdl_mixer
+ libsdl_pango
+ libsdl_ttf
+ pkgconfig
+ zlib
+
+ ... but you should install any package that is required by the latest version of Tux Paint.
+
+ * Not available from MacPorts as of this writing, see below.
+
+ libimagequant
+
+
+ libimagequant is not available from MacPorts as of this writing. It can be installed from the source code as follows. It should be installed to /opt/local (same as MacPorts) for the library to be included in TuxPaint.dmg.
+
+ $ git clone https://github.com/ImageOptim/libimagequant.git
+ $ cd libimagequant
+ $ ./configure --prefix=/opt/local
+ $ make
+ $ sudo make install
+
+
+
+
+
+
+
+ WARNING: Having any UNIX-like toolset installed on your Mac besides MacPorts and Xcode, such as Fink or Brew, will prevent your app bundle from being portable. Be sure Fink and Brew are not accessible from your build environment.
+
+
+
+
+ How to Build
+
+
+ Simply, run:
+
+ % make
+ % make install
+
+
+ ... to create the TuxPaint.app application bundle that can be run in-place or
+copied to /Applications. It also creates TuxPaint.dmg for distribution.
+
+
+
+
+ Known Issues
+
+
+ -
+ A macOS binary built on a specific version of macOS only runs on that version of macOS or later. To ensure Tux Paint can run on the oldest version of macOS possible, build it on the oldest version of macOS available. As of this writing we know Tux Paint cannot be built to run on macOS 10.7 or earlier.
+
+ See "Old Versions of macOS" below for best-effort instructions on how to obtain, install, and build Tux Paint on an old version of macOS.
+
+
+
+
+
+ Old Versions of macOS
+
+
+ Some old versions of macOS can be downloaded from Apple's support page: https://support.apple.com/en-us/HT211683
+
+
+ macOS does allow dual booting of multiple versions of the OS, but it's safer and easier to install the old macOS onto a flash drive. Wherever you're installing it, the target drive's partitioniong scheme and partition type must match what the old macOS expects, so use the Disk Utility to partition and format the flash drive accordingly.
+
+
+ As of this writing, the oldest version of macOS available on Apple's support site is Yosemite 10.10, which expects "GPT (GUID Partition Table)" partitioning scheme instead of the older MBR scheme, and "Mac OS Extended (Journaled)" as the partition type instead of the newer APFS partition type.
+
+
+ Upon launching the installer, if you get a popup about macOS being too old or new to be installed, a bootable installer can be created using the instructions found here: https://support.apple.com/en-mide/HT201372
+
+
+ It has been found that macOS can be installed onto the bootable media itself, so you can make the flash drive into a bootable installer then install the old macOS onto the same flash drive.
+
+
+ Once the old macOS is installed, you may find the Xcode on the App Store is too new to run on the version of the old macOS. Old versions of Xcode can be downloaded from Apple's Developer site in an area accessible with free registration: https://developer.apple.com/download/more/
+
+
+ The list of macOS versions and the last version of Xcode compatible with them are laid out nicely on the Wikipedia page on Xcode: https://en.wikipedia.org/wiki/Xcode#Version_comparison_table
+
+
+ And because Xcode is being installed manually, you can skip the step to install the Xcode command line tools (do not run "xcode-select --install") but otherwise build Tux Paint using the same steps described in the earlier part of this document.
+
+
+
+
+
@@ -769,6 +928,8 @@
+
+
Linux
diff --git a/docs/fr_FR.UTF-8/INSTALL.txt b/docs/fr_FR.UTF-8/INSTALL.txt
index 514ab689e..93e03b534 100644
--- a/docs/fr_FR.UTF-8/INSTALL.txt
+++ b/docs/fr_FR.UTF-8/INSTALL.txt
@@ -18,6 +18,7 @@
| * Compiling and Installation |
| * Utilisateurs de Windows |
| * Utilisateurs de Linux/Unix |
+ | * Utilisateurs de macOS |
| * Debugging |
| * Uninstalling Tux Paint |
| * Windows |
@@ -180,6 +181,8 @@ Compiling and Installation
to the "MinGW 32bit (i686) toolchains" section if you need only a
32bit build environment.
+ -------------------------------------------------------
+
MinGW 64bit (x86_64) toolchains
Within the MSYS2 shell, run the following command to install basic
@@ -250,6 +253,8 @@ Compiling and Installation
to the "ImageMagick" section if you need only a 64bit build
environment.
+ -------------------------------------------------------
+
MinGW 32bit (i686) toolchains
Within the MSYS2 shell, run the following command to install basic
@@ -316,6 +321,8 @@ Compiling and Installation
$ cd SDL-1.2.15
$ ./configure --prefix=/mingw32 && make && make install
+ -------------------------------------------------------
+
ImageMagick
ImageMagick is a compilation of command line tools to create, edit,
@@ -339,6 +346,8 @@ Compiling and Installation
You can make this permanent by adding the above to your the BASH
shell configuration file, "~/.bash_profile".
+ -------------------------------------------------------
+
Tux Paint
You can compile 64bit binaries using MSYS2 64bit shell, and 32bit
@@ -365,6 +374,8 @@ Compiling and Installation
directory under "win32". You can start them by double-clicking their
executable (.exe) files in the "bdist" directory.
+ -------------------------------------------------------
+
Building the Tux Paint Windows Installer:
Inno Setup is used to build executable installer for Tux Paint.
@@ -376,6 +387,8 @@ Compiling and Installation
will find a "tuxpaint-X.Y.Z-win32-installer.exe" file in the same
directory.
+ -------------------------------------------------------
+
Running the Tux Paint Windows Installer:
Double-cliquez sur l'exécutable du programme d'installation de Tux
@@ -396,6 +409,8 @@ Compiling and Installation
À ce stade, vous pouvez cliquer sur «Installer» pour installer Tux
Paint !
+ -------------------------------------------------------
+
Modification des paramètres à l'aide du raccourci :
Pour modifier les paramètres du programme, cliquez avec le bouton
@@ -427,6 +442,8 @@ Compiling and Installation
Quand vous avez fini, appuyez sur "OK".
+ -------------------------------------------------------
+
Si quelque chose ne va pas :
Si, lorsque vous double-cliquez sur le raccourci pour lancer le jeu,
@@ -440,6 +457,8 @@ Compiling and Installation
incorrecte (majuscule 'Z' à la place de 'z' minuscule) ou un '-'
(tiret) manquant (en trop).
+ ----------------------------------------------------------------------
+
Utilisateurs de Linux/Unix
Compilation :
@@ -454,6 +473,8 @@ Compiling and Installation
$ make
+ -------------------------------------------------------
+
Désactivation du support SVG (donc des dépendances Cairo, libSVG, et
svg-cairo)
@@ -464,6 +485,8 @@ Compiling and Installation
$ make SVG_LIB= SVG_CFLAGS=
+ -------------------------------------------------------
+
Désactivation du support Pango (donc des dépendances Pango, Cairo, etc ...)
Avant la version 0.9.18, Tuxpaint utilisait la bibliothèque
@@ -475,6 +498,8 @@ Compiling and Installation
$ make SDL_PANGO_LIB=
+ -------------------------------------------------------
+
Désactiver le son lors de la compilation :
Si vous n'avez pas de carte son ou si vous préférez créer le
@@ -483,11 +508,15 @@ Compiling and Installation
$ make SDL_MIXER_LIB=
+ -------------------------------------------------------
+
Autres options :
Diverses autres options (par exemple, les dossiers d'installation)
peuvent être remplacées; voir dans "Makefile" pour plus de détails.
+ -------------------------------------------------------
+
Si vous obtenez des erreurs :
Si vous avez des erreurs lors de la compilation, assurez-vous
@@ -498,6 +527,8 @@ Compiling and Installation
correspondants, sinon vous ne pourrez pas compiler Tux Paint (et
d'autres programmes) provenant des sources !
+ -------------------------------------------------------
+
Installation :
En supposant qu'aucune erreur fatale ne s'est produite, vous pouvez
@@ -576,6 +607,138 @@ Compiling and Installation
----------------------------------------------------------------------
+ Utilisateurs de macOS
+
+ septembre 21, 2021 Mark K. Kim
+
+ Tux Paint 0.9.22 and earlier required building Tux Paint from the
+ Xcode IDE. Starting with 0.9.23, however, Tux Paint for macOS is built
+ as though it were a Linux application.
+
+ Prerequisites
+
+ Although Tux Paint is built without the Xcode IDE, Xcode itself is
+ still required to build Tux Paint. Download it from the App Store,
+ and launch it once to accept its license agreements. You may also
+ need to install the Xcode command line tools using the command:
+
+ xcode-select --install
+
+ Building Tux Paint also requires various libraries. We install them
+ from MacPorts where possible, source code otherwise. Install
+ MacPorts to the default /opt/local path according to the
+ instructions found on their website: https://www.macports.org/
+ * ImageMagick
+ * cairo
+ * fribidi
+ * lbzip2
+ * libimagequant^*
+ * libpaper
+ * libpng
+ * librsvg
+ * libsdl
+ * libsdl_image
+ * libsdl_mixer
+ * libsdl_pango
+ * libsdl_ttf
+ * pkgconfig
+ * zlib
+ ... but you should install any package that is required by the
+ latest version of Tux Paint.
+
+ ^* Not available from MacPorts as of this writing, see below.
+
+ libimagequant
+
+ libimagequant is not available from MacPorts as of this writing.
+ It can be installed from the source code as follows. It should be
+ installed to /opt/local (same as MacPorts) for the library to be
+ included in TuxPaint.dmg.
+
+ $ git clone https://github.com/ImageOptim/libimagequant.git
+ $ cd libimagequant
+ $ ./configure --prefix=/opt/local
+ $ make
+ $ sudo make install
+
+ WARNING: Having any UNIX-like toolset installed on your Mac besides
+ MacPorts and Xcode, such as Fink or Brew, will prevent your app
+ bundle from being portable. Be sure Fink and Brew are not accessible
+ from your build environment.
+
+ -------------------------------------------------------
+
+ How to Build
+
+ Simply, run:
+
+ % make
+ % make install
+
+ ... to create the TuxPaint.app application bundle that can be run
+ in-place or copied to /Applications. It also creates TuxPaint.dmg
+ for distribution.
+
+ -------------------------------------------------------
+
+ Known Issues
+
+ * A macOS binary built on a specific version of macOS only runs on
+ that version of macOS or later. To ensure Tux Paint can run on
+ the oldest version of macOS possible, build it on the oldest
+ version of macOS available. As of this writing we know Tux Paint
+ cannot be built to run on macOS 10.7 or earlier.
+
+ See "Old Versions of macOS" below for best-effort instructions
+ on how to obtain, install, and build Tux Paint on an old version
+ of macOS.
+
+ -------------------------------------------------------
+
+ Old Versions of macOS
+
+ Some old versions of macOS can be downloaded from Apple's support
+ page: https://support.apple.com/en-us/HT211683
+
+ macOS does allow dual booting of multiple versions of the OS, but
+ it's safer and easier to install the old macOS onto a flash drive.
+ Wherever you're installing it, the target drive's partitioniong
+ scheme and partition type must match what the old macOS expects, so
+ use the Disk Utility to partition and format the flash drive
+ accordingly.
+
+ As of this writing, the oldest version of macOS available on Apple's
+ support site is Yosemite 10.10, which expects "GPT (GUID Partition
+ Table)" partitioning scheme instead of the older MBR scheme, and
+ "Mac OS Extended (Journaled)" as the partition type instead of the
+ newer APFS partition type.
+
+ Upon launching the installer, if you get a popup about macOS being
+ too old or new to be installed, a bootable installer can be created
+ using the instructions found here:
+ https://support.apple.com/en-mide/HT201372
+
+ It has been found that macOS can be installed onto the bootable
+ media itself, so you can make the flash drive into a bootable
+ installer then install the old macOS onto the same flash drive.
+
+ Once the old macOS is installed, you may find the Xcode on the App
+ Store is too new to run on the version of the old macOS. Old
+ versions of Xcode can be downloaded from Apple's Developer site in
+ an area accessible with free registration:
+ https://developer.apple.com/download/more/
+
+ The list of macOS versions and the last version of Xcode compatible
+ with them are laid out nicely on the Wikipedia page on Xcode:
+ https://en.wikipedia.org/wiki/Xcode#Version_comparison_table
+
+ And because Xcode is being installed manually, you can skip the step
+ to install the Xcode command line tools (do not run "xcode-select
+ --install") but otherwise build Tux Paint using the same steps
+ described in the earlier part of this document.
+
+ ----------------------------------------------------------------------
+
Debugging
Le débogage (vers "STDOUT", par exemple le terminal, ou vers un fichier
@@ -605,6 +768,8 @@ Uninstalling Tux Paint
uniquement)" dans la Section Ajout / Suppression de programmes du
Panneau de configuration.
+ ----------------------------------------------------------------------
+
Linux
Dans le répertoire source de Tux Paint (où vous avez compilé Tux
diff --git a/docs/fr_FR.UTF-8/html/INSTALL.html b/docs/fr_FR.UTF-8/html/INSTALL.html
index d8f00316a..6ec2a1030 100644
--- a/docs/fr_FR.UTF-8/html/INSTALL.html
+++ b/docs/fr_FR.UTF-8/html/INSTALL.html
@@ -63,6 +63,9 @@
Utilisateurs de Linux/Unix
+
+ Utilisateurs de macOS
+
@@ -271,7 +274,8 @@
Proceed to the next "MinGW 64bit (x86_64) toolchains" section, or skip to the "MinGW 32bit (i686) toolchains" section if you need only a 32bit build environment.
-
+
+
MinGW 64bit (x86_64) toolchains
@@ -368,7 +372,8 @@
Proceed to the next "MinGW 32bit (i686) toolchains" section, or skip to the "ImageMagick" section if you need only a 64bit build environment.
-
+
+
MinGW 32bit (i686) toolchains
@@ -462,6 +467,8 @@
+
+
ImageMagick
@@ -484,6 +491,8 @@
You can make this permanent by adding the above to your the BASH shell configuration file, "~/.bash_profile".
+
+
Tux Paint
@@ -508,6 +517,8 @@
All the files needed for starting Tux Paint (and Tux Paint Config.) are collected in the directory for binary distribution "bdist" directory under "win32". You can start them by double-clicking their executable (.exe) files in the "bdist" directory.
+
+
Building the Tux Paint Windows Installer:
@@ -519,6 +530,8 @@
Then, you can easily build an executable installer by right-clicking on the "tuxpaint.iss" icon in the "win32" directory and selecting "Compile" on the list. It will run for a while, and eventually you will find a "tuxpaint-X.Y.Z-win32-installer.exe" file in the same directory.
+
+
Running the Tux Paint Windows Installer:
@@ -536,6 +549,8 @@
À ce stade, vous pouvez cliquer sur «Installer» pour installer Tux Paint !
+
+
Modification des paramètres à l'aide du raccourci :
@@ -572,6 +587,8 @@
Quand vous avez fini, appuyez sur "OK".
+
+
Si quelque chose ne va pas :
@@ -582,6 +599,8 @@
+
+
Utilisateurs de Linux/Unix
@@ -602,6 +621,8 @@
+
+
Désactivation du support SVG (donc des dépendances Cairo, libSVG, et svg-cairo)
@@ -614,6 +635,8 @@
+
+
Désactivation du support Pango (donc des dépendances Pango, Cairo, etc ...)
@@ -626,6 +649,8 @@
+
+
Désactiver le son lors de la compilation :
Si vous n'avez pas de carte son ou si vous préférez créer le programme sans support sonore (et donc sans dépendance SDL_mixer), vous pouvez exécuter "make" avec "SDL_MIXER_LIB=" comme paramètre :
@@ -636,18 +661,24 @@
+
+
Autres options :
Diverses autres options (par exemple, les dossiers d'installation) peuvent être remplacées; voir dans "Makefile" pour plus de détails.
+
+
Si vous obtenez des erreurs :
Si vous avez des erreurs lors de la compilation, assurez-vous d'avoir les bibliothèques adéquates installées (voir ci-dessus). Si vous utilisez les versions issues des paquets des bibliothèques (par exemple, les RPM sous RedHat ou les DEB sous Debian), assurez-vous d'avoir choisi également les packages "-dev" ou "-devel" correspondants, sinon vous ne pourrez pas compiler Tux Paint (et d'autres programmes) provenant des sources !
+
+
Installation :
@@ -730,6 +761,134 @@
+
+
+
+
+
+ Utilisateurs de macOS
+
+
+
+ septembre 21, 2021 Mark K. Kim <markuskimius@gmail.com>
+
+
+
+
+
+ Tux Paint 0.9.22 and earlier required building Tux Paint from the Xcode IDE. Starting with 0.9.23, however, Tux Paint for macOS is built as though it were a Linux application.
+
+ Prerequisites
+
+
+ Although Tux Paint is built without the Xcode IDE, Xcode itself is still required to build Tux Paint. Download it from the App Store, and launch it once to accept its license agreements. You may also need to install the Xcode command line tools using the command:
+
+ xcode-select --install
+
+
+
+
+
+ Building Tux Paint also requires various libraries. We install them from MacPorts where possible, source code otherwise. Install MacPorts to the default /opt/local path according to the instructions found on their website: https://www.macports.org/
+ ImageMagick
+ cairo
+ fribidi
+ lbzip2
+ libimagequant*
+ libpaper
+ libpng
+ librsvg
+ libsdl
+ libsdl_image
+ libsdl_mixer
+ libsdl_pango
+ libsdl_ttf
+ pkgconfig
+ zlib
+
+ ... but you should install any package that is required by the latest version of Tux Paint.
+
+ * Not available from MacPorts as of this writing, see below.
+
+ libimagequant
+
+
+ libimagequant is not available from MacPorts as of this writing. It can be installed from the source code as follows. It should be installed to /opt/local (same as MacPorts) for the library to be included in TuxPaint.dmg.
+
+ $ git clone https://github.com/ImageOptim/libimagequant.git
+ $ cd libimagequant
+ $ ./configure --prefix=/opt/local
+ $ make
+ $ sudo make install
+
+
+
+
+
+
+
+ WARNING: Having any UNIX-like toolset installed on your Mac besides MacPorts and Xcode, such as Fink or Brew, will prevent your app bundle from being portable. Be sure Fink and Brew are not accessible from your build environment.
+
+
+
+
+ How to Build
+
+
+ Simply, run:
+
+ % make
+ % make install
+
+
+ ... to create the TuxPaint.app application bundle that can be run in-place or
+copied to /Applications. It also creates TuxPaint.dmg for distribution.
+
+
+
+
+ Known Issues
+
+
+ -
+ A macOS binary built on a specific version of macOS only runs on that version of macOS or later. To ensure Tux Paint can run on the oldest version of macOS possible, build it on the oldest version of macOS available. As of this writing we know Tux Paint cannot be built to run on macOS 10.7 or earlier.
+
+ See "Old Versions of macOS" below for best-effort instructions on how to obtain, install, and build Tux Paint on an old version of macOS.
+
+
+
+
+
+ Old Versions of macOS
+
+
+ Some old versions of macOS can be downloaded from Apple's support page: https://support.apple.com/en-us/HT211683
+
+
+ macOS does allow dual booting of multiple versions of the OS, but it's safer and easier to install the old macOS onto a flash drive. Wherever you're installing it, the target drive's partitioniong scheme and partition type must match what the old macOS expects, so use the Disk Utility to partition and format the flash drive accordingly.
+
+
+ As of this writing, the oldest version of macOS available on Apple's support site is Yosemite 10.10, which expects "GPT (GUID Partition Table)" partitioning scheme instead of the older MBR scheme, and "Mac OS Extended (Journaled)" as the partition type instead of the newer APFS partition type.
+
+
+ Upon launching the installer, if you get a popup about macOS being too old or new to be installed, a bootable installer can be created using the instructions found here: https://support.apple.com/en-mide/HT201372
+
+
+ It has been found that macOS can be installed onto the bootable media itself, so you can make the flash drive into a bootable installer then install the old macOS onto the same flash drive.
+
+
+ Once the old macOS is installed, you may find the Xcode on the App Store is too new to run on the version of the old macOS. Old versions of Xcode can be downloaded from Apple's Developer site in an area accessible with free registration: https://developer.apple.com/download/more/
+
+
+ The list of macOS versions and the last version of Xcode compatible with them are laid out nicely on the Wikipedia page on Xcode: https://en.wikipedia.org/wiki/Xcode#Version_comparison_table
+
+
+ And because Xcode is being installed manually, you can skip the step to install the Xcode command line tools (do not run "xcode-select --install") but otherwise build Tux Paint using the same steps described in the earlier part of this document.
+
+
+
+
+
@@ -769,6 +928,8 @@
+
+
Linux
diff --git a/docs/gl_ES.UTF-8/INSTALL.txt b/docs/gl_ES.UTF-8/INSTALL.txt
index 80eea58a5..143eb675e 100644
--- a/docs/gl_ES.UTF-8/INSTALL.txt
+++ b/docs/gl_ES.UTF-8/INSTALL.txt
@@ -18,6 +18,7 @@
| * Compiling and Installation |
| * Usuarios de Windows |
| * Usuarios de Linux/Unix |
+ | * Usuarios de macOS |
| * Debugging |
| * Uninstalling Tux Paint |
| * Windows |
@@ -181,6 +182,8 @@ Compiling and Installation
to the "MinGW 32bit (i686) toolchains" section if you need only a
32bit build environment.
+ -------------------------------------------------------
+
MinGW 64bit (x86_64) toolchains
Within the MSYS2 shell, run the following command to install basic
@@ -251,6 +254,8 @@ Compiling and Installation
to the "ImageMagick" section if you need only a 64bit build
environment.
+ -------------------------------------------------------
+
MinGW 32bit (i686) toolchains
Within the MSYS2 shell, run the following command to install basic
@@ -317,6 +322,8 @@ Compiling and Installation
$ cd SDL-1.2.15
$ ./configure --prefix=/mingw32 && make && make install
+ -------------------------------------------------------
+
ImageMagick
ImageMagick is a compilation of command line tools to create, edit,
@@ -340,6 +347,8 @@ Compiling and Installation
You can make this permanent by adding the above to your the BASH
shell configuration file, "~/.bash_profile".
+ -------------------------------------------------------
+
Tux Paint
You can compile 64bit binaries using MSYS2 64bit shell, and 32bit
@@ -366,6 +375,8 @@ Compiling and Installation
directory under "win32". You can start them by double-clicking their
executable (.exe) files in the "bdist" directory.
+ -------------------------------------------------------
+
Building the Tux Paint Windows Installer:
Inno Setup is used to build executable installer for Tux Paint.
@@ -377,6 +388,8 @@ Compiling and Installation
will find a "tuxpaint-X.Y.Z-win32-installer.exe" file in the same
directory.
+ -------------------------------------------------------
+
Running the Tux Paint Windows Installer:
Faga dobre clic no executábel do instalador de Tux Paint (ficheiro
@@ -396,6 +409,8 @@ Compiling and Installation
Neste punto, pode premer en «Instalar» para instalar Tux Paint.
+ -------------------------------------------------------
+
Cambiar os axustes usando o acceso directo:
Para cambiar os axustes do programa, prema co botón dereito no
@@ -424,6 +439,8 @@ Compiling and Installation
Cando teña rematado, prema en «Aceptar».
+ -------------------------------------------------------
+
Se algo vai mal:
Se ao facer dobre clic no atallo para executar Tux Paint, non ocorre
@@ -435,6 +452,8 @@ Compiling and Installation
maiúsculas e minúsculas incorrectas (maiúsculas «Z» no canto de
minúsculas «z») ou a falta (ou exceso) de «-» (guións).
+ ----------------------------------------------------------------------
+
Usuarios de Linux/Unix
Compilación:
@@ -449,6 +468,8 @@ Compiling and Installation
$ make
+ -------------------------------------------------------
+
Desactivar a compatibilidade de «SVG» (e, polo tanto, as dependencias de
«Cairo, libSVG, e svg-cairo»:
@@ -459,6 +480,8 @@ Compiling and Installation
$ make SVG_LIB= SVG_CFLAGS=
+ -------------------------------------------------------
+
Desactivar a compatibilidade de «Pango» (e, polo tanto, as dependencias de
«Pango, Cairo, etc.»:
@@ -470,6 +493,8 @@ Compiling and Installation
$ make SDL_PANGO_LIB=
+ -------------------------------------------------------
+
Desactivación do son en tempo de compilación:
Se non te unha tarxeta de son ou prefire construír o programa sen
@@ -478,11 +503,15 @@ Compiling and Installation
$ make SDL_MIXER_LIB=
+ -------------------------------------------------------
+
Outras opcións:
Outras opcións (p. ex.: rutas de instalación) poden ser anuladas;
véxaas en «Makefile» para máis detalles.
+ -------------------------------------------------------
+
Se se producen erros:
Se recibe algún erro durante o tempo de compilación, asegúrese de
@@ -492,6 +521,8 @@ Compiling and Installation
correspondentes paquetes «-dev» ou «-devel», se non, non poderá
compilar Tux Paint (e outros programas) dende o código fonte.
+ -------------------------------------------------------
+
Instalar:
Supoñendo que non se produciron erros graves, agora pode instalar o
@@ -572,6 +603,138 @@ Compiling and Installation
----------------------------------------------------------------------
+ Usuarios de macOS
+
+ 21 de Setembro de 2021 Mark K. Kim
+
+ Tux Paint 0.9.22 and earlier required building Tux Paint from the
+ Xcode IDE. Starting with 0.9.23, however, Tux Paint for macOS is built
+ as though it were a Linux application.
+
+ Prerequisites
+
+ Although Tux Paint is built without the Xcode IDE, Xcode itself is
+ still required to build Tux Paint. Download it from the App Store,
+ and launch it once to accept its license agreements. You may also
+ need to install the Xcode command line tools using the command:
+
+ xcode-select --install
+
+ Building Tux Paint also requires various libraries. We install them
+ from MacPorts where possible, source code otherwise. Install
+ MacPorts to the default /opt/local path according to the
+ instructions found on their website: https://www.macports.org/
+ * ImageMagick
+ * cairo
+ * fribidi
+ * lbzip2
+ * libimagequant^*
+ * libpaper
+ * libpng
+ * librsvg
+ * libsdl
+ * libsdl_image
+ * libsdl_mixer
+ * libsdl_pango
+ * libsdl_ttf
+ * pkgconfig
+ * zlib
+ ... but you should install any package that is required by the
+ latest version of Tux Paint.
+
+ ^* Not available from MacPorts as of this writing, see below.
+
+ libimagequant
+
+ libimagequant is not available from MacPorts as of this writing.
+ It can be installed from the source code as follows. It should be
+ installed to /opt/local (same as MacPorts) for the library to be
+ included in TuxPaint.dmg.
+
+ $ git clone https://github.com/ImageOptim/libimagequant.git
+ $ cd libimagequant
+ $ ./configure --prefix=/opt/local
+ $ make
+ $ sudo make install
+
+ WARNING: Having any UNIX-like toolset installed on your Mac besides
+ MacPorts and Xcode, such as Fink or Brew, will prevent your app
+ bundle from being portable. Be sure Fink and Brew are not accessible
+ from your build environment.
+
+ -------------------------------------------------------
+
+ How to Build
+
+ Simply, run:
+
+ % make
+ % make install
+
+ ... to create the TuxPaint.app application bundle that can be run
+ in-place or copied to /Applications. It also creates TuxPaint.dmg
+ for distribution.
+
+ -------------------------------------------------------
+
+ Known Issues
+
+ * A macOS binary built on a specific version of macOS only runs on
+ that version of macOS or later. To ensure Tux Paint can run on
+ the oldest version of macOS possible, build it on the oldest
+ version of macOS available. As of this writing we know Tux Paint
+ cannot be built to run on macOS 10.7 or earlier.
+
+ See "Old Versions of macOS" below for best-effort instructions
+ on how to obtain, install, and build Tux Paint on an old version
+ of macOS.
+
+ -------------------------------------------------------
+
+ Old Versions of macOS
+
+ Some old versions of macOS can be downloaded from Apple's support
+ page: https://support.apple.com/en-us/HT211683
+
+ macOS does allow dual booting of multiple versions of the OS, but
+ it's safer and easier to install the old macOS onto a flash drive.
+ Wherever you're installing it, the target drive's partitioniong
+ scheme and partition type must match what the old macOS expects, so
+ use the Disk Utility to partition and format the flash drive
+ accordingly.
+
+ As of this writing, the oldest version of macOS available on Apple's
+ support site is Yosemite 10.10, which expects "GPT (GUID Partition
+ Table)" partitioning scheme instead of the older MBR scheme, and
+ "Mac OS Extended (Journaled)" as the partition type instead of the
+ newer APFS partition type.
+
+ Upon launching the installer, if you get a popup about macOS being
+ too old or new to be installed, a bootable installer can be created
+ using the instructions found here:
+ https://support.apple.com/en-mide/HT201372
+
+ It has been found that macOS can be installed onto the bootable
+ media itself, so you can make the flash drive into a bootable
+ installer then install the old macOS onto the same flash drive.
+
+ Once the old macOS is installed, you may find the Xcode on the App
+ Store is too new to run on the version of the old macOS. Old
+ versions of Xcode can be downloaded from Apple's Developer site in
+ an area accessible with free registration:
+ https://developer.apple.com/download/more/
+
+ The list of macOS versions and the last version of Xcode compatible
+ with them are laid out nicely on the Wikipedia page on Xcode:
+ https://en.wikipedia.org/wiki/Xcode#Version_comparison_table
+
+ And because Xcode is being installed manually, you can skip the step
+ to install the Xcode command line tools (do not run "xcode-select
+ --install") but otherwise build Tux Paint using the same steps
+ described in the earlier part of this document.
+
+ ----------------------------------------------------------------------
+
Debugging
A depuración (a «STDOUT», por exemplo, á terminal ou a un ficheiro
@@ -599,6 +762,8 @@ Uninstalling Tux Paint
Tamén é posíbel usar a entrada «TuxPaint (só eliminar)« na sección
Engadir/Eliminar programas do Panel de control.
+ ----------------------------------------------------------------------
+
Linux
Dentro do directorio de orixe de Tux Paint (onde compilou Tux Paint),
diff --git a/docs/gl_ES.UTF-8/html/INSTALL.html b/docs/gl_ES.UTF-8/html/INSTALL.html
index b9e6b6d75..8cba8f3e2 100644
--- a/docs/gl_ES.UTF-8/html/INSTALL.html
+++ b/docs/gl_ES.UTF-8/html/INSTALL.html
@@ -63,6 +63,9 @@
Usuarios de Linux/Unix
+
+ Usuarios de macOS
+
@@ -271,7 +274,8 @@
Proceed to the next "MinGW 64bit (x86_64) toolchains" section, or skip to the "MinGW 32bit (i686) toolchains" section if you need only a 32bit build environment.
-
+
+
MinGW 64bit (x86_64) toolchains
@@ -368,7 +372,8 @@
Proceed to the next "MinGW 32bit (i686) toolchains" section, or skip to the "ImageMagick" section if you need only a 64bit build environment.
-
+
+
MinGW 32bit (i686) toolchains
@@ -462,6 +467,8 @@
+
+
ImageMagick
@@ -484,6 +491,8 @@
You can make this permanent by adding the above to your the BASH shell configuration file, "~/.bash_profile".
+
+
Tux Paint
@@ -508,6 +517,8 @@
All the files needed for starting Tux Paint (and Tux Paint Config.) are collected in the directory for binary distribution "bdist" directory under "win32". You can start them by double-clicking their executable (.exe) files in the "bdist" directory.
+
+
Building the Tux Paint Windows Installer:
@@ -519,6 +530,8 @@
Then, you can easily build an executable installer by right-clicking on the "tuxpaint.iss" icon in the "win32" directory and selecting "Compile" on the list. It will run for a while, and eventually you will find a "tuxpaint-X.Y.Z-win32-installer.exe" file in the same directory.
+
+
Running the Tux Paint Windows Installer:
@@ -536,6 +549,8 @@
Neste punto, pode premer en «Instalar» para instalar Tux Paint.
+
+
Cambiar os axustes usando o acceso directo:
@@ -572,6 +587,8 @@
Cando teña rematado, prema en «Aceptar».
+
+
Se algo vai mal:
@@ -582,6 +599,8 @@
+
+
Usuarios de Linux/Unix
@@ -602,6 +621,8 @@
+
+
Desactivar a compatibilidade de «SVG» (e, polo tanto, as dependencias de «Cairo, libSVG, e svg-cairo»:
@@ -614,6 +635,8 @@
+
+
Desactivar a compatibilidade de «Pango» (e, polo tanto, as dependencias de «Pango, Cairo, etc.»:
@@ -626,6 +649,8 @@
+
+
Desactivación do son en tempo de compilación:
Se non te unha tarxeta de son ou prefire construír o programa sen asistencia de son (e polo tanto sen a dependencia SDL_mixer), pode executar «make» con «SDL_MIXER_LIB=» engadido:
@@ -636,18 +661,24 @@
+
+
Outras opcións:
Outras opcións (p. ex.: rutas de instalación) poden ser anuladas; véxaas en «Makefile» para máis detalles.
+
+
Se se producen erros:
Se recibe algún erro durante o tempo de compilación, asegúrese de ter instaladas as bibliotecas axeitadas (ver máis arriba). Se está a empregar versións empaquetadas das bibliotecas (por exemplo, RPM en RedHat ou DEB en Debian), asegúrese de obter tamén os correspondentes paquetes «-dev» ou «-devel», se non, non poderá compilar Tux Paint (e outros programas) dende o código fonte.
+
+
Instalar:
@@ -730,6 +761,134 @@
+
+
+
+
+
+ Usuarios de macOS
+
+
+
+ 21 de Setembro de 2021 Mark K. Kim <markuskimius@gmail.com>
+
+
+
+
+
+ Tux Paint 0.9.22 and earlier required building Tux Paint from the Xcode IDE. Starting with 0.9.23, however, Tux Paint for macOS is built as though it were a Linux application.
+
+ Prerequisites
+
+
+ Although Tux Paint is built without the Xcode IDE, Xcode itself is still required to build Tux Paint. Download it from the App Store, and launch it once to accept its license agreements. You may also need to install the Xcode command line tools using the command:
+
+ xcode-select --install
+
+
+
+
+
+ Building Tux Paint also requires various libraries. We install them from MacPorts where possible, source code otherwise. Install MacPorts to the default /opt/local path according to the instructions found on their website: https://www.macports.org/
+ ImageMagick
+ cairo
+ fribidi
+ lbzip2
+ libimagequant*
+ libpaper
+ libpng
+ librsvg
+ libsdl
+ libsdl_image
+ libsdl_mixer
+ libsdl_pango
+ libsdl_ttf
+ pkgconfig
+ zlib
+
+ ... but you should install any package that is required by the latest version of Tux Paint.
+
+ * Not available from MacPorts as of this writing, see below.
+
+ libimagequant
+
+
+ libimagequant is not available from MacPorts as of this writing. It can be installed from the source code as follows. It should be installed to /opt/local (same as MacPorts) for the library to be included in TuxPaint.dmg.
+
+ $ git clone https://github.com/ImageOptim/libimagequant.git
+ $ cd libimagequant
+ $ ./configure --prefix=/opt/local
+ $ make
+ $ sudo make install
+
+
+
+
+
+
+
+ WARNING: Having any UNIX-like toolset installed on your Mac besides MacPorts and Xcode, such as Fink or Brew, will prevent your app bundle from being portable. Be sure Fink and Brew are not accessible from your build environment.
+
+
+
+
+ How to Build
+
+
+ Simply, run:
+
+ % make
+ % make install
+
+
+ ... to create the TuxPaint.app application bundle that can be run in-place or
+copied to /Applications. It also creates TuxPaint.dmg for distribution.
+
+
+
+
+ Known Issues
+
+
+ -
+ A macOS binary built on a specific version of macOS only runs on that version of macOS or later. To ensure Tux Paint can run on the oldest version of macOS possible, build it on the oldest version of macOS available. As of this writing we know Tux Paint cannot be built to run on macOS 10.7 or earlier.
+
+ See "Old Versions of macOS" below for best-effort instructions on how to obtain, install, and build Tux Paint on an old version of macOS.
+
+
+
+
+
+ Old Versions of macOS
+
+
+ Some old versions of macOS can be downloaded from Apple's support page: https://support.apple.com/en-us/HT211683
+
+
+ macOS does allow dual booting of multiple versions of the OS, but it's safer and easier to install the old macOS onto a flash drive. Wherever you're installing it, the target drive's partitioniong scheme and partition type must match what the old macOS expects, so use the Disk Utility to partition and format the flash drive accordingly.
+
+
+ As of this writing, the oldest version of macOS available on Apple's support site is Yosemite 10.10, which expects "GPT (GUID Partition Table)" partitioning scheme instead of the older MBR scheme, and "Mac OS Extended (Journaled)" as the partition type instead of the newer APFS partition type.
+
+
+ Upon launching the installer, if you get a popup about macOS being too old or new to be installed, a bootable installer can be created using the instructions found here: https://support.apple.com/en-mide/HT201372
+
+
+ It has been found that macOS can be installed onto the bootable media itself, so you can make the flash drive into a bootable installer then install the old macOS onto the same flash drive.
+
+
+ Once the old macOS is installed, you may find the Xcode on the App Store is too new to run on the version of the old macOS. Old versions of Xcode can be downloaded from Apple's Developer site in an area accessible with free registration: https://developer.apple.com/download/more/
+
+
+ The list of macOS versions and the last version of Xcode compatible with them are laid out nicely on the Wikipedia page on Xcode: https://en.wikipedia.org/wiki/Xcode#Version_comparison_table
+
+
+ And because Xcode is being installed manually, you can skip the step to install the Xcode command line tools (do not run "xcode-select --install") but otherwise build Tux Paint using the same steps described in the earlier part of this document.
+
+
+
+
+
@@ -769,6 +928,8 @@
+
+
Linux
diff --git a/docs/ja_JP.UTF-8/INSTALL.txt b/docs/ja_JP.UTF-8/INSTALL.txt
index 9af70cf0e..840414f93 100644
--- a/docs/ja_JP.UTF-8/INSTALL.txt
+++ b/docs/ja_JP.UTF-8/INSTALL.txt
@@ -18,6 +18,7 @@
| * Compiling and Installation |
| * Windows のユーザー |
| * Linux または Unix のユーザー |
+ | * macOS のユーザー |
| * Debugging |
| * Uninstalling Tux Paint |
| * Windows |
@@ -177,6 +178,8 @@ Compiling and Installation
to the "MinGW 32bit (i686) toolchains" section if you need only a
32bit build environment.
+ -------------------------------------------------------
+
MinGW 64bit (x86_64) toolchains
Within the MSYS2 shell, run the following command to install basic
@@ -247,6 +250,8 @@ Compiling and Installation
to the "ImageMagick" section if you need only a 64bit build
environment.
+ -------------------------------------------------------
+
MinGW 32bit (i686) toolchains
Within the MSYS2 shell, run the following command to install basic
@@ -313,6 +318,8 @@ Compiling and Installation
$ cd SDL-1.2.15
$ ./configure --prefix=/mingw32 && make && make install
+ -------------------------------------------------------
+
ImageMagick
ImageMagick is a compilation of command line tools to create, edit,
@@ -336,6 +343,8 @@ Compiling and Installation
You can make this permanent by adding the above to your the BASH
shell configuration file, "~/.bash_profile".
+ -------------------------------------------------------
+
Tux Paint
You can compile 64bit binaries using MSYS2 64bit shell, and 32bit
@@ -362,6 +371,8 @@ Compiling and Installation
directory under "win32". You can start them by double-clicking their
executable (.exe) files in the "bdist" directory.
+ -------------------------------------------------------
+
Building the Tux Paint Windows Installer:
Inno Setup is used to build executable installer for Tux Paint.
@@ -373,6 +384,8 @@ Compiling and Installation
will find a "tuxpaint-X.Y.Z-win32-installer.exe" file in the same
directory.
+ -------------------------------------------------------
+
Running the Tux Paint Windows Installer:
Double-click the Tux Paint installer executable (.EXE file) and
@@ -392,6 +405,8 @@ Compiling and Installation
At this point, you can click 'Install' to install Tux Paint!
+ -------------------------------------------------------
+
Changing the Settings Using the Shortcut:
To change program settings, right-click on the TuxPaint shortcut and
@@ -420,6 +435,8 @@ Compiling and Installation
When you have finished, click "OK."
+ -------------------------------------------------------
+
If Something Goes Wrong:
If, when you double-click on the shortcut to run Tux Paint, nothing
@@ -431,6 +448,8 @@ Compiling and Installation
just be due to incorrect character-case (capital 'Z' instead of
lowercase 'z') or a missing (or extra) '-' (dash).
+ ----------------------------------------------------------------------
+
Linux または Unix のユーザー
Compiling:
@@ -444,6 +463,8 @@ Compiling and Installation
$ make
+ -------------------------------------------------------
+
Disabling SVG support (and hence Cairo, libSVG, and svg-cairo dependencies):
To disable SVG support (e.g., if your system is not currently
@@ -453,6 +474,8 @@ Compiling and Installation
$ make SVG_LIB= SVG_CFLAGS=
+ -------------------------------------------------------
+
Disabling Pango support (and hence Pango, Cairo, etc. dependencies):
Prior to version 0.9.18, Tux Paint used the libSDL_ttf library for
@@ -463,6 +486,8 @@ Compiling and Installation
$ make SDL_PANGO_LIB=
+ -------------------------------------------------------
+
Disabling Sound at Compile-time:
If you don't have a sound card, or would prefer to build the program
@@ -471,11 +496,15 @@ Compiling and Installation
$ make SDL_MIXER_LIB=
+ -------------------------------------------------------
+
Other options:
Various other options (e.g., installation paths) may be overridden;
see them in "Makefile" for further details.
+ -------------------------------------------------------
+
If you get errors:
If you receive any errors during compile-time, make sure you have
@@ -485,6 +514,8 @@ Compiling and Installation
packages as well, otherwise you won't be able to compile Tux Paint
(and other programs) from source!
+ -------------------------------------------------------
+
Installng:
Assuming no fatal errors occured, you can now install the program so
@@ -562,6 +593,138 @@ Compiling and Installation
----------------------------------------------------------------------
+ macOS のユーザー
+
+ 2021年9月21日 Mark K. Kim
+
+ Tux Paint 0.9.22 and earlier required building Tux Paint from the
+ Xcode IDE. Starting with 0.9.23, however, Tux Paint for macOS is built
+ as though it were a Linux application.
+
+ Prerequisites
+
+ Although Tux Paint is built without the Xcode IDE, Xcode itself is
+ still required to build Tux Paint. Download it from the App Store,
+ and launch it once to accept its license agreements. You may also
+ need to install the Xcode command line tools using the command:
+
+ xcode-select --install
+
+ Building Tux Paint also requires various libraries. We install them
+ from MacPorts where possible, source code otherwise. Install
+ MacPorts to the default /opt/local path according to the
+ instructions found on their website: https://www.macports.org/
+ * ImageMagick
+ * cairo
+ * fribidi
+ * lbzip2
+ * libimagequant^*
+ * libpaper
+ * libpng
+ * librsvg
+ * libsdl
+ * libsdl_image
+ * libsdl_mixer
+ * libsdl_pango
+ * libsdl_ttf
+ * pkgconfig
+ * zlib
+ ... but you should install any package that is required by the
+ latest version of Tux Paint.
+
+ ^* Not available from MacPorts as of this writing, see below.
+
+ libimagequant
+
+ libimagequant is not available from MacPorts as of this writing.
+ It can be installed from the source code as follows. It should be
+ installed to /opt/local (same as MacPorts) for the library to be
+ included in TuxPaint.dmg.
+
+ $ git clone https://github.com/ImageOptim/libimagequant.git
+ $ cd libimagequant
+ $ ./configure --prefix=/opt/local
+ $ make
+ $ sudo make install
+
+ WARNING: Having any UNIX-like toolset installed on your Mac besides
+ MacPorts and Xcode, such as Fink or Brew, will prevent your app
+ bundle from being portable. Be sure Fink and Brew are not accessible
+ from your build environment.
+
+ -------------------------------------------------------
+
+ How to Build
+
+ Simply, run:
+
+ % make
+ % make install
+
+ ... to create the TuxPaint.app application bundle that can be run
+ in-place or copied to /Applications. It also creates TuxPaint.dmg
+ for distribution.
+
+ -------------------------------------------------------
+
+ Known Issues
+
+ * A macOS binary built on a specific version of macOS only runs on
+ that version of macOS or later. To ensure Tux Paint can run on
+ the oldest version of macOS possible, build it on the oldest
+ version of macOS available. As of this writing we know Tux Paint
+ cannot be built to run on macOS 10.7 or earlier.
+
+ See "Old Versions of macOS" below for best-effort instructions
+ on how to obtain, install, and build Tux Paint on an old version
+ of macOS.
+
+ -------------------------------------------------------
+
+ Old Versions of macOS
+
+ Some old versions of macOS can be downloaded from Apple's support
+ page: https://support.apple.com/en-us/HT211683
+
+ macOS does allow dual booting of multiple versions of the OS, but
+ it's safer and easier to install the old macOS onto a flash drive.
+ Wherever you're installing it, the target drive's partitioniong
+ scheme and partition type must match what the old macOS expects, so
+ use the Disk Utility to partition and format the flash drive
+ accordingly.
+
+ As of this writing, the oldest version of macOS available on Apple's
+ support site is Yosemite 10.10, which expects "GPT (GUID Partition
+ Table)" partitioning scheme instead of the older MBR scheme, and
+ "Mac OS Extended (Journaled)" as the partition type instead of the
+ newer APFS partition type.
+
+ Upon launching the installer, if you get a popup about macOS being
+ too old or new to be installed, a bootable installer can be created
+ using the instructions found here:
+ https://support.apple.com/en-mide/HT201372
+
+ It has been found that macOS can be installed onto the bootable
+ media itself, so you can make the flash drive into a bootable
+ installer then install the old macOS onto the same flash drive.
+
+ Once the old macOS is installed, you may find the Xcode on the App
+ Store is too new to run on the version of the old macOS. Old
+ versions of Xcode can be downloaded from Apple's Developer site in
+ an area accessible with free registration:
+ https://developer.apple.com/download/more/
+
+ The list of macOS versions and the last version of Xcode compatible
+ with them are laid out nicely on the Wikipedia page on Xcode:
+ https://en.wikipedia.org/wiki/Xcode#Version_comparison_table
+
+ And because Xcode is being installed manually, you can skip the step
+ to install the Xcode command line tools (do not run "xcode-select
+ --install") but otherwise build Tux Paint using the same steps
+ described in the earlier part of this document.
+
+ ----------------------------------------------------------------------
+
Debugging
Debugging (to "STDOUT", e.g. to the terminal, or to a "stdout.txt" file,
@@ -589,6 +752,8 @@ Uninstalling Tux Paint
It is also possible to use the entry "TuxPaint (remove only)" in the
Control Panel Add/Remove programs section.
+ ----------------------------------------------------------------------
+
Linux
Within the Tux Paint source directory (where you compiled Tux Paint),
diff --git a/docs/ja_JP.UTF-8/html/INSTALL.html b/docs/ja_JP.UTF-8/html/INSTALL.html
index b2e9eb79e..bbff45687 100644
--- a/docs/ja_JP.UTF-8/html/INSTALL.html
+++ b/docs/ja_JP.UTF-8/html/INSTALL.html
@@ -63,6 +63,9 @@
Linux または Unix のユーザー
+
+ macOS のユーザー
+
@@ -271,7 +274,8 @@
Proceed to the next "MinGW 64bit (x86_64) toolchains" section, or skip to the "MinGW 32bit (i686) toolchains" section if you need only a 32bit build environment.
-
+
+
MinGW 64bit (x86_64) toolchains
@@ -368,7 +372,8 @@
Proceed to the next "MinGW 32bit (i686) toolchains" section, or skip to the "ImageMagick" section if you need only a 64bit build environment.
-
+
+
MinGW 32bit (i686) toolchains
@@ -462,6 +467,8 @@
+
+
ImageMagick
@@ -484,6 +491,8 @@
You can make this permanent by adding the above to your the BASH shell configuration file, "~/.bash_profile".
+
+
Tux Paint
@@ -508,6 +517,8 @@
All the files needed for starting Tux Paint (and Tux Paint Config.) are collected in the directory for binary distribution "bdist" directory under "win32". You can start them by double-clicking their executable (.exe) files in the "bdist" directory.
+
+
Building the Tux Paint Windows Installer:
@@ -519,6 +530,8 @@
Then, you can easily build an executable installer by right-clicking on the "tuxpaint.iss" icon in the "win32" directory and selecting "Compile" on the list. It will run for a while, and eventually you will find a "tuxpaint-X.Y.Z-win32-installer.exe" file in the same directory.
+
+
Running the Tux Paint Windows Installer:
@@ -536,6 +549,8 @@
At this point, you can click 'Install' to install Tux Paint!
+
+
Changing the Settings Using the Shortcut:
@@ -572,6 +587,8 @@
When you have finished, click "OK."
+
+
If Something Goes Wrong:
@@ -582,6 +599,8 @@
+
+
Linux または Unix のユーザー
@@ -602,6 +621,8 @@
+
+
Disabling SVG support (and hence Cairo, libSVG, and svg-cairo dependencies):
@@ -614,6 +635,8 @@
+
+
Disabling Pango support (and hence Pango, Cairo, etc. dependencies):
@@ -626,6 +649,8 @@
+
+
Disabling Sound at Compile-time:
If you don't have a sound card, or would prefer to build the program with no sound support (and therefore without a the SDL_mixer dependency), you can run "make" with "SDL_MIXER_LIB=" added:
@@ -636,18 +661,24 @@
+
+
Other options:
Various other options (e.g., installation paths) may be overridden; see them in "Makefile" for further details.
+
+
If you get errors:
If you receive any errors during compile-time, make sure you have the appropriate libraries installed (see above). If using packaged versions of the libraries (e.g., RPMs under RedHat or DEBs under Debian), be sure to get the corresponding "-dev" or "-devel" packages as well, otherwise you won't be able to compile Tux Paint (and other programs) from source!
+
+
Installng:
@@ -730,6 +761,134 @@
+
+
+
+
+
+ macOS のユーザー
+
+
+
+ 2021年9月21日 Mark K. Kim <markuskimius@gmail.com>
+
+
+
+
+
+ Tux Paint 0.9.22 and earlier required building Tux Paint from the Xcode IDE. Starting with 0.9.23, however, Tux Paint for macOS is built as though it were a Linux application.
+
+ Prerequisites
+
+
+ Although Tux Paint is built without the Xcode IDE, Xcode itself is still required to build Tux Paint. Download it from the App Store, and launch it once to accept its license agreements. You may also need to install the Xcode command line tools using the command:
+
+ xcode-select --install
+
+
+
+
+
+ Building Tux Paint also requires various libraries. We install them from MacPorts where possible, source code otherwise. Install MacPorts to the default /opt/local path according to the instructions found on their website: https://www.macports.org/
+ ImageMagick
+ cairo
+ fribidi
+ lbzip2
+ libimagequant*
+ libpaper
+ libpng
+ librsvg
+ libsdl
+ libsdl_image
+ libsdl_mixer
+ libsdl_pango
+ libsdl_ttf
+ pkgconfig
+ zlib
+
+ ... but you should install any package that is required by the latest version of Tux Paint.
+
+ * Not available from MacPorts as of this writing, see below.
+
+ libimagequant
+
+
+ libimagequant is not available from MacPorts as of this writing. It can be installed from the source code as follows. It should be installed to /opt/local (same as MacPorts) for the library to be included in TuxPaint.dmg.
+
+ $ git clone https://github.com/ImageOptim/libimagequant.git
+ $ cd libimagequant
+ $ ./configure --prefix=/opt/local
+ $ make
+ $ sudo make install
+
+
+
+
+
+
+
+ WARNING: Having any UNIX-like toolset installed on your Mac besides MacPorts and Xcode, such as Fink or Brew, will prevent your app bundle from being portable. Be sure Fink and Brew are not accessible from your build environment.
+
+
+
+
+ How to Build
+
+
+ Simply, run:
+
+ % make
+ % make install
+
+
+ ... to create the TuxPaint.app application bundle that can be run in-place or
+copied to /Applications. It also creates TuxPaint.dmg for distribution.
+
+
+
+
+ Known Issues
+
+
+ -
+ A macOS binary built on a specific version of macOS only runs on that version of macOS or later. To ensure Tux Paint can run on the oldest version of macOS possible, build it on the oldest version of macOS available. As of this writing we know Tux Paint cannot be built to run on macOS 10.7 or earlier.
+
+ See "Old Versions of macOS" below for best-effort instructions on how to obtain, install, and build Tux Paint on an old version of macOS.
+
+
+
+
+
+ Old Versions of macOS
+
+
+ Some old versions of macOS can be downloaded from Apple's support page: https://support.apple.com/en-us/HT211683
+
+
+ macOS does allow dual booting of multiple versions of the OS, but it's safer and easier to install the old macOS onto a flash drive. Wherever you're installing it, the target drive's partitioniong scheme and partition type must match what the old macOS expects, so use the Disk Utility to partition and format the flash drive accordingly.
+
+
+ As of this writing, the oldest version of macOS available on Apple's support site is Yosemite 10.10, which expects "GPT (GUID Partition Table)" partitioning scheme instead of the older MBR scheme, and "Mac OS Extended (Journaled)" as the partition type instead of the newer APFS partition type.
+
+
+ Upon launching the installer, if you get a popup about macOS being too old or new to be installed, a bootable installer can be created using the instructions found here: https://support.apple.com/en-mide/HT201372
+
+
+ It has been found that macOS can be installed onto the bootable media itself, so you can make the flash drive into a bootable installer then install the old macOS onto the same flash drive.
+
+
+ Once the old macOS is installed, you may find the Xcode on the App Store is too new to run on the version of the old macOS. Old versions of Xcode can be downloaded from Apple's Developer site in an area accessible with free registration: https://developer.apple.com/download/more/
+
+
+ The list of macOS versions and the last version of Xcode compatible with them are laid out nicely on the Wikipedia page on Xcode: https://en.wikipedia.org/wiki/Xcode#Version_comparison_table
+
+
+ And because Xcode is being installed manually, you can skip the step to install the Xcode command line tools (do not run "xcode-select --install") but otherwise build Tux Paint using the same steps described in the earlier part of this document.
+
+
+
+
+
@@ -769,6 +928,8 @@
+
+
Linux
diff --git a/macos/README.txt b/macos/README.txt
index ed68e02a6..85b0ab300 100644
--- a/macos/README.txt
+++ b/macos/README.txt
@@ -1,137 +1 @@
-WHAT IS THIS
-------------
-This document describes how to build Tux Paint 0.9.23 or later on macOS.
-
-Tux Paint 0.9.22 and earlier required building Tux Paint from the Xcode IDE.
-Starting with 0.9.23, however, Tux Paint for macOS is built as though it were a
-Linux application.
-
-
-PREREQUISITES
--------------
-Although Tux Paint is built without the Xcode IDE, Xcode itself is still required
-to build Tux Paint. Download it from the App Store, and launch it once to
-accept its license agreements. You may also need to install the Xcode command
-line tools using the command:
-
- xcode-select --install
-
-Building Tux Paint also requires various libraries. We install them from
-MacPorts where possible, source code otherwise. Install MacPorts to the
-default /opt/local path according to the instructions found on their website:
-
- https://www.macports.org/
-
-As of this writing, the following packages need to be installed:
-
- ImageMagick
- cairo
- fribidi
- lbzip2
- libimagequant*
- libpaper
- libpng
- librsvg
- libsdl
- libsdl_image
- libsdl_mixer
- libsdl_pango
- libsdl_ttf
- pkgconfig
- zlib
-
- * - Not available from MacPorts as of this writing, see below
-
-... but you should install any package that is required by the latest version of
-Tux Paint.
-
- libimagequant
- -------------
- libimagequant is not available from MacPorts as of this writing. It can be
- installed from the source code as follows. It should be installed to
- /opt/local (same as MacPorts) for the library to be included in TuxPaint.dmg.
-
- $ git clone https://github.com/ImageOptim/libimagequant.git
- $ cd libimagequant
- $ ./configure --prefix=/opt/local
- $ make
- $ sudo make install
-
-
- *** WARNING ***
- ---------------
- Having any UNIX-like toolset installed on your Mac besides MacPorts and
- Xcode, such as Fink or Brew, will prevent your app bundle from being
- portable. Be sure Fink and Brew are not accessible from your build
- environment.
-
-
-HOW TO BUILD
-------------
-Simply, run:
-
- % make
- % make install
-
-... to create the TuxPaint.app application bundle that can be run in-place or
-copied to /Applications. It also creates TuxPaint.dmg for distribution.
-
-
-KNOWN ISSUES
-------------
-- A macOS binary built on a specific version of macOS only runs on that version
- of macOS or later. To ensure Tux Paint can run on the oldest version of
- macOS possible, build it on the oldest version of macOS available. As of
- this writing we know Tux Paint cannot be built to run on macOS 10.7 or
- earlier.
-
- See "OLD VERSIONS OF MACOS" below for best-effort instructions on how to
- obtain, install, and build Tux Paint on an old version of macOS.
-
-
-OLD VERSIONS OF MACOS
----------------------
-Some old versions of macOS can be downloaded from Apple's support page:
-
- https://support.apple.com/en-us/HT211683
-
-macOS does allow dual booting of multiple versions of the OS, but it's safer
-and easier to install the old macOS onto a flash drive. Wherever you're
-installing it, the target drive's partitioniong scheme and partition type must
-match what the old macOS expects, so use the Disk Utility to partition and
-format the flash drive accordingly.
-
-As of this writing, the oldest version of macOS available on Apple's support
-site is Yosemite 10.10, which expects `GPT (GUID Partition Table)` partitioning
-scheme instead of the older MBR scheme, and `Mac OS Extended (Journaled)` as
-the partition type instead of the newer APFS partition type.
-
-Upon launching the installer, if you get a popup about macOS being too old or
-new to be installed, a bootable installer can be created using the instructions
-found here:
-
- https://support.apple.com/en-mide/HT201372
-
-I found that macOS can be installed onto the bootable media itself, so you can
-make the flash drive into a bootable installer then install the old macOS onto
-the same flash drive.
-
-Once the old macOS is installed, you may find the Xcode on the App Store is too
-new to run on the version of the old macOS. Old versions of Xcode can be
-downloaded from Apple's Developer site in an area accessible with free
-registration:
-
- https://developer.apple.com/download/more/
-
-The list of macOS versions and the last version of Xcode compatible with them
-are laid out nicely on the Wikipedia page on Xcode:
-
- https://en.wikipedia.org/wiki/Xcode#Version_comparison_table
-
-And because Xcode is being installed manually, you can skip the step to install the Xcode
-command line tools (do not run `xcode-select --install`) but otherwise build Tux Paint
-using the same steps described in the earlier part of this document.
-
-
-January 9, 2021
-Mark K. Kim
+See INSTALL.txt or INSTALL.html, in "../docs"
From 336f0cd50e3996406e6f32b174190c1daec05868 Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Tue, 31 Aug 2021 22:41:14 -0700
Subject: [PATCH 23/48] Credit Win32 compile docs to Shin-Ichi
---
docs/en/INSTALL.txt | 3 +++
docs/en/html/INSTALL.html | 5 +++++
docs/es_ES.UTF-8/INSTALL.txt | 3 +++
docs/es_ES.UTF-8/html/INSTALL.html | 5 +++++
docs/fr_FR.UTF-8/INSTALL.txt | 3 +++
docs/fr_FR.UTF-8/html/INSTALL.html | 5 +++++
docs/gl_ES.UTF-8/INSTALL.txt | 3 +++
docs/gl_ES.UTF-8/html/INSTALL.html | 5 +++++
docs/ja_JP.UTF-8/INSTALL.txt | 3 +++
docs/ja_JP.UTF-8/html/INSTALL.html | 5 +++++
10 files changed, 40 insertions(+)
diff --git a/docs/en/INSTALL.txt b/docs/en/INSTALL.txt
index 43fc243a7..b972a4ef9 100644
--- a/docs/en/INSTALL.txt
+++ b/docs/en/INSTALL.txt
@@ -144,6 +144,9 @@ Compiling and Installation
Windows Users
+ October 25, 2020 Shin-ichi TOYAMA shin1@wmail.plala.or.jp
+
+
Compiling Set-Up
As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile"
diff --git a/docs/en/html/INSTALL.html b/docs/en/html/INSTALL.html
index 532e13dfb..2e2365dba 100644
--- a/docs/en/html/INSTALL.html
+++ b/docs/en/html/INSTALL.html
@@ -236,6 +236,11 @@
Windows Users
+
+
+ October 25, 2020 Shin-ichi TOYAMA shin1@wmail.plala.or.jp <shin1@wmail.plala.or.jp>
+
+
Compiling Set-Up
diff --git a/docs/es_ES.UTF-8/INSTALL.txt b/docs/es_ES.UTF-8/INSTALL.txt
index 32ee90dab..c2c54c0c6 100644
--- a/docs/es_ES.UTF-8/INSTALL.txt
+++ b/docs/es_ES.UTF-8/INSTALL.txt
@@ -144,6 +144,9 @@ Compiling and Installation
Windows Users
+ octubre 25, 2020 Shin-ichi TOYAMA shin1@wmail.plala.or.jp
+
+
Compiling Set-Up
As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile"
diff --git a/docs/es_ES.UTF-8/html/INSTALL.html b/docs/es_ES.UTF-8/html/INSTALL.html
index 1a108ab96..d02a595bc 100644
--- a/docs/es_ES.UTF-8/html/INSTALL.html
+++ b/docs/es_ES.UTF-8/html/INSTALL.html
@@ -236,6 +236,11 @@
Windows Users
+
+
+ octubre 25, 2020 Shin-ichi TOYAMA shin1@wmail.plala.or.jp <shin1@wmail.plala.or.jp>
+
+
Compiling Set-Up
diff --git a/docs/fr_FR.UTF-8/INSTALL.txt b/docs/fr_FR.UTF-8/INSTALL.txt
index 93e03b534..ef507b570 100644
--- a/docs/fr_FR.UTF-8/INSTALL.txt
+++ b/docs/fr_FR.UTF-8/INSTALL.txt
@@ -147,6 +147,9 @@ Compiling and Installation
Utilisateurs de Windows
+ octobre 25, 2020 Shin-ichi TOYAMA shin1@wmail.plala.or.jp
+
+
Compiling Set-Up
Depuis février 2005 (à partir de Tux Paint 0.9.15), le "Makefile"
diff --git a/docs/fr_FR.UTF-8/html/INSTALL.html b/docs/fr_FR.UTF-8/html/INSTALL.html
index 6ec2a1030..9a4a622cb 100644
--- a/docs/fr_FR.UTF-8/html/INSTALL.html
+++ b/docs/fr_FR.UTF-8/html/INSTALL.html
@@ -236,6 +236,11 @@
Utilisateurs de Windows
+
+
+ octobre 25, 2020 Shin-ichi TOYAMA shin1@wmail.plala.or.jp <shin1@wmail.plala.or.jp>
+
+
Compiling Set-Up
diff --git a/docs/gl_ES.UTF-8/INSTALL.txt b/docs/gl_ES.UTF-8/INSTALL.txt
index 143eb675e..8bdbc9868 100644
--- a/docs/gl_ES.UTF-8/INSTALL.txt
+++ b/docs/gl_ES.UTF-8/INSTALL.txt
@@ -148,6 +148,9 @@ Compiling and Installation
Usuarios de Windows
+ 25 de Outubro de 2020 Shin-ichi TOYAMA shin1@wmail.plala.or.jp
+
+
Compiling Set-Up
A partir de febreiro de 2005 (comezando con Tux Paint 0.9.15), o
diff --git a/docs/gl_ES.UTF-8/html/INSTALL.html b/docs/gl_ES.UTF-8/html/INSTALL.html
index 8cba8f3e2..8084b9b58 100644
--- a/docs/gl_ES.UTF-8/html/INSTALL.html
+++ b/docs/gl_ES.UTF-8/html/INSTALL.html
@@ -236,6 +236,11 @@
Usuarios de Windows
+
+
+ 25 de Outubro de 2020 Shin-ichi TOYAMA shin1@wmail.plala.or.jp <shin1@wmail.plala.or.jp>
+
+
Compiling Set-Up
diff --git a/docs/ja_JP.UTF-8/INSTALL.txt b/docs/ja_JP.UTF-8/INSTALL.txt
index 840414f93..10a426804 100644
--- a/docs/ja_JP.UTF-8/INSTALL.txt
+++ b/docs/ja_JP.UTF-8/INSTALL.txt
@@ -144,6 +144,9 @@ Compiling and Installation
Windows のユーザー
+ 2020年10月25日 Shin-ichi TOYAMA shin1@wmail.plala.or.jp
+
+
Compiling Set-Up
As of February 2005 (starting with Tux Paint 0.9.15), the "Makefile"
diff --git a/docs/ja_JP.UTF-8/html/INSTALL.html b/docs/ja_JP.UTF-8/html/INSTALL.html
index bbff45687..425925153 100644
--- a/docs/ja_JP.UTF-8/html/INSTALL.html
+++ b/docs/ja_JP.UTF-8/html/INSTALL.html
@@ -236,6 +236,11 @@
Windows のユーザー
+
+
+ 2020年10月25日 Shin-ichi TOYAMA shin1@wmail.plala.or.jp <shin1@wmail.plala.or.jp>
+
+
Compiling Set-Up
From 75adcc36af0b85d9dad48f69197401d3a38ffc58 Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Thu, 2 Sep 2021 00:09:52 -0700
Subject: [PATCH 24/48] Ensure Greek has have hints to find the best fonts
(See https://sourceforge.net/p/tuxpaint/bugs/232/)
---
docs/CHANGES.txt | 7 ++++++-
src/po/el.po | 4 ++--
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index 620adac25..3116b7b31 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -8,7 +8,7 @@ http://www.tuxpaint.org/
$Id$
-2021.August.31 (0.9.27)
+2021.September.2 (0.9.27)
* Documentation updates
---------------------
* Ensured Tux Paint's built-in help ("tuxpaint --help"),
@@ -35,6 +35,11 @@ $Id$
* Moved Windows and macOS compilation instructions into main
"Installation Documentation" (docs/.../INSTALL...).
+ * Translation Updates:
+ --------------------
+ * Ensure some locales have hints to find the best fonts
+ for the Text and Label tools:
+ * Greek
2021.June.28 (0.9.26)
* New Features
diff --git a/src/po/el.po b/src/po/el.po
index c3db39265..c25ce5bbb 100644
--- a/src/po/el.po
+++ b/src/po/el.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-06-13 21:06-0700\n"
-"PO-Revision-Date: 2017-12-06 07:45+0000\n"
+"PO-Revision-Date: 2021-09-02 07:45+0000\n"
"Last-Translator: kiolalis \n"
"Language-Team: \n"
"Language: el\n"
@@ -141,7 +141,7 @@ msgstr "QX"
#. distinct uppercase and lowercase (e.g., 'o' vs. 'O')
#: ../dirwalk.c:202
msgid "oO"
-msgstr "οΟ"
+msgstr "ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣ/ΤΥΦΧΨΩαβγδεζηθικλμνξοπρσςτυφχψω"
#. common punctuation (e.g., '?', '!', '.', ',', etc.)
#: ../dirwalk.c:205
From fed3b8035995582f5cee996fd307b5977877b04f Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Thu, 2 Sep 2021 00:18:49 -0700
Subject: [PATCH 25/48] Ensure Scottish Gaelic has hints to find fonts
---
docs/CHANGES.txt | 1 +
src/po/gd.po | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index 3116b7b31..575e4b5fe 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -40,6 +40,7 @@ $Id$
* Ensure some locales have hints to find the best fonts
for the Text and Label tools:
* Greek
+ * Scottish Gaelic
2021.June.28 (0.9.26)
* New Features
diff --git a/src/po/gd.po b/src/po/gd.po
index 6a976b35e..aaf6e0ade 100644
--- a/src/po/gd.po
+++ b/src/po/gd.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-06-13 21:06-0700\n"
-"PO-Revision-Date: 2021-08-18 10:08+0100\n"
+"PO-Revision-Date: 2021-09-02 12:18-0700\n"
"Last-Translator: GunChleoc \n"
"Language-Team: Fòram na Gàidhlig\n"
"Language: gd\n"
@@ -137,7 +137,7 @@ msgstr "QX"
#. distinct uppercase and lowercase (e.g., 'o' vs. 'O')
#: ../dirwalk.c:202
msgid "oO"
-msgstr "oO"
+msgstr "AaBbCcDdEeFfGgHhIiLlMmNnOoPpRrSsTtUuÀàÈèÌìÒòÙù"
#. common punctuation (e.g., '?', '!', '.', ',', etc.)
#: ../dirwalk.c:205
From 8d67915b3ecddcd9e990450016dd9cf1470e0624 Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Sat, 4 Sep 2021 14:28:01 -0700
Subject: [PATCH 26/48] "Panels" magic tool; convert image to 2x2 repeat
Useful for making 4-panel comics; or repeat multiple times to
create a compound-eye effect.
Closes https://sourceforge.net/p/tuxpaint/feature-requests/204/
---
docs/CHANGES.txt | 9 +++-
magic/docs/en/README.txt | 2 +-
magic/docs/en/html/README.html | 2 +-
magic/icons/panels.png | Bin 0 -> 7787 bytes
magic/magic-docs/en/html/index.html | 1 +
magic/magic-docs/en/html/panels.html | 9 ++++
magic/magic-docs/en/index.txt | 1 +
magic/magic-docs/en/panels.txt | 6 +++
magic/magic-docs/src/magic-docs.php | 4 ++
magic/src/perspective.c | 71 +++++++++++++++++++++++----
10 files changed, 93 insertions(+), 12 deletions(-)
create mode 100644 magic/icons/panels.png
create mode 100644 magic/magic-docs/en/html/panels.html
create mode 100644 magic/magic-docs/en/panels.txt
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index 575e4b5fe..a595b146f 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -8,7 +8,14 @@ http://www.tuxpaint.org/
$Id$
-2021.September.2 (0.9.27)
+2021.September.4 (0.9.27)
+ * New Magic Tools:
+ ----------------
+ * "Panels" - Convert your picture to 4-panel-comic-style
+ 2x2 image, repeating the original. (Repeat for "compound eye"
+ style effects!)
+ (Closes https://sourceforge.net/p/tuxpaint/feature-requests/204/)
+
* Documentation updates
---------------------
* Ensured Tux Paint's built-in help ("tuxpaint --help"),
diff --git a/magic/docs/en/README.txt b/magic/docs/en/README.txt
index f5173ae38..672494c2d 100644
--- a/magic/docs/en/README.txt
+++ b/magic/docs/en/README.txt
@@ -1,6 +1,6 @@
Creating Tux Paint Magic Tool Plugins
- Copyright 2007-2018 by various contributors; see AUTHORS.txt
+ Copyright 2007-2021 by various contributors; see AUTHORS.txt
http://www.tuxpaint.org/
July 5, 2007 - February 20, 2021
diff --git a/magic/docs/en/html/README.html b/magic/docs/en/html/README.html
index e6fcd52ef..23b246a99 100644
--- a/magic/docs/en/html/README.html
+++ b/magic/docs/en/html/README.html
@@ -9,7 +9,7 @@ alink="#FF00FF">
Creating Tux Paint Magic Tool Plugins
-Copyright 2007-2018 by various contributors; see AUTHORS.txt
+
Copyright 2007-2021 by various contributors; see AUTHORS.txt
http://www.tuxpaint.org/
July 5, 2007 - February 20, 2021
diff --git a/magic/icons/panels.png b/magic/icons/panels.png
new file mode 100644
index 0000000000000000000000000000000000000000..7da5adb71af5414d72d10ddb149c3ba9a2a4d3a0
GIT binary patch
literal 7787
zcmeHMc{r5q_g5slL?L95EoRJMEMwn|Eg?e6tc-0mGYqn1EwW@w6w2P4B}+nISR4f=Di_0W41R3B?z+-VP7y!xJ9Rt94;jmOxULys`IL}Ei
zOUV8t2a)EwXiUR;O=UfAfU0T9sELxHX!tcry?bIuk8#|L=-mH7ZVT87Z`N56n7)iu
z-dbtmwB5cN^DXx)nYi_%Heg{<>6`D>&g$A{4+*^Qw;iGf*I#`5T>Hv9&zFIfaoXRn
zC#_CwuQqrlwD7p%``GD*iqq!@HQ%INyYC$6lj6}B_b!uuvE)P5K8d<617DCne*49p
ziQPr^ah|{#1?OCuuOHsS0^DBB7O`1vn{K?E(VX1fOThe$UMh#GtRYK!%ai95q@f#0vcN1s(@va)GFhAHKL8O2wR+c^S{
zjd6Kk)%==j^F@x0nog~yKBa2Rx8)68{4hGd81rdP9qc0Sz?842l;l`{r8xWglw5Z-
zBXx_+pwXGZqZPLuj?1BV>F&ydxZ*^uA4Jy2aQmKT#Kbkr0l)%7^`HVW=%`8gj>}g#
z_L_6B%7q4NDmML08rdw)%ig!6w&1GlTF{CQT6B=CyIS)uv?0%Ci(u7uw
z%DQCD8f?LxI*sdkR;(VkM+#ibSgj#arc1da|Bk7x+x98TE4b-PmNl8!sgU)e!NH3%
z@_h@s22w`kz6xme=tSt
zy;usqpJeB;ZkgJ!6lALD>=qVRuMpsW*EEnXfMZQ}D0tGt@r<3R7xbwpbEL}1(0Qk-
z;*#Bo+}ff!Yb9oQNT|vy!k1Yj&ylS3u&YtuZmix?#9P~l+6Hl-^q*5G8=?X|6a^fK
zuOJ4ZHx!W5v{g|Ffa4CXJ6kD9nwKIT_zkB?kBtfhzLCd+|qEY%_+RYgS3jyX^-x$NrAANLgy3&2A88&;^zuSzR&KQw60
zve*wmEDPK8f?)TKsI+z}YcSJ!(~@OhL=3`=f#0mPgnB?Y1-()1n#A{FI=-TOx{~~*
z(ML{n92QRJuZO}1`q=oYuUp)Y*#lJC>@Xd-X0S;-7Jhc#JEaE=c&mliOB27qogx%}
zo7*%Che)7im&|7$yU%qJFTOr_(N#EDgY#RcZIVcD*jNea0ke--#cLg3^Prs76x6Nb
zh3U~ckK(I1m80jyT7HC-Fh223Xj~j%qDup}Og7dIW*4ZUFv>5*h2xuco@6rt!@G21
zxmq|SKg8TEr}t6PRlX09=ehkxPvRa6$I|5$mqtvG^2n>M3zq8QPAy##uE9R5iEOK?
zEc>*<`BFB^Y)l;9AKZKI`H#fU2MwS-&ehQj6NI#0FQ=
zDvu5bjOoB~{S(eW?Uv~hJ!sDMjojBOJ2D`FSkv#BI0pmB>Mwdvt~%C>(jhb*XK6Bz{$n
zd!%veO0YC&in*cSVP|38rH-t7_6B^Iw{M==EIY7$)s~xt1-JKBg_!U77V7mmKUAO<
z>abu~QY}^zUWE-sgtM6Nna}LWMHpU3*E9{3YGxVPt=#XM?HV!@h*<0`k<*)SH!oOW
z=byB`n{~N6W25v$WHl{Na9mN7B%zl*FehvOqYuGQ^s-;_QcA7Sym@Z@_0xlAHAVZA
z3nMScglv>_)?Ra)95%!ipE~-ncxc>UQK4hCrcb1O;!;WE@t_K>?Xp!i69Kbrniqk_
z*O(v+af=tPI6qd8wQn-@{k|5~*g^zMqz^yt@#=Buo;&@x`a_hF)U%iQ>fgE`qqzH3bN6%VdFCs{Xpf*(;l=kIJuT3MWTmUQ
z(HqpgZcOu7+Ae{_NigdP$k|?hTZmty@+sm$&>l4KzOFQkpH|qHkh1d+il5jV~T7~<;znpd*rlK
z=kbV@Ij?$7y`TFfikEgr&DO-{ZP3z%RYC<{RHY
z1KIQ+a?C14DxI_9#NNDcnJq1O4wTW<$w(^(+ECGVA#Z2mp?vveMu``=OU5PI&bugn
z_V$cT#$g7T46@9Bd+Zo=>eQtD32BG6oIOa;B9&5*nY9Pxi*`Xr4fQ&I78$(c6`Omr
z@>WOk=t6s6zg8eO%nr9y7-r2a?Yz>kp5rQ{#qiGf)aNPt8#6h&Jc``D>_n@ZiHW4V
zam?nj$r9H88+}m3NVt@UgRWB2$D*`&aEbY@Q}R%Kg&*`QYYXXQGv9o2`pqzd&kE*K
z4UPg8fnVcsIyX+%KZwf8bDzm*%4u2&euQtV*J$PvtZKBr9n5q_z|*MSD#5n<%!xxN7h>LLm#v7M`?|3+3mRe
z$y^cKPi&)2YlwEaw-lb!#8*SBo=i`hiJXMWN;tk$l27EV4*YfI9vW~PnP7!;q-hLlu
zF*1IqWHAcORqxr2#@a-sY;{6dE%{n7gTa?(3|@Gw1u(@{mDei|_Ertle#zuvJ+m0m
zW?#&7i$>0srW2ink0M3JW?4DC)-ih3i1rLYe>py2mC^H{=XP_3;4#)>g_p;HBV~PU
zNIq!gr7wK=%ZUvvBi}wS=cVy6GTrrDJhLs%8zX>kxX4rY;vJejrxcRI>dj->G
zaF|tYm`DQ8si)Q9(~oS_OE`F!pS~G589hEbVI$qcxl_KQ~{qrqRTcn%Wpnf<115859PSkI`#PI)$)cE=>q99
zC>ahmt!MoSy^^IBGIovyj?#Yp9M4haPt|z53S!p8X&G2Ky2>}(^ANr)sUv5?J)Q!U
zW$JlPVwE>Fb+#0E_gP-Ia3%1CkUOpxZg53kTko-R2~;R2X$2>gctUlu8BewBiml(2
zUC9(blP2Drd7R!z-K62gQ>U}y*+V12=F=JYX~7H28G2puz%GW=kCBnN)oT_Od>RkY*0AJ3J2s)f^;x#q_
z+>vQp!Knrd5>Lcb{1ZpN^B?WzGIve=tDnZKYHhC+szzAz8|J3B#*o)9`irTJ_v>vx
z-u1HLpB7!6oa`39#xAMKxinSavuU?tQY)t6e}24eP^T}ZNol+4_D*rwdA0s1H*hOu
zDG8iMQ+Y~%`xrez;_fQr$tl%#9{SZ$!609apk1mapoZHqGk=YsF@~(&AezdURig0s
zwM^yqm~+#0jCYgv#MDj$q<&l+X9vJTUedsM)gtba>EoR8`f4edLK;p&8^&zCZvhjW
z0_puHz3&N3?59uI-S!1)`D_bw6IwShty)%0^_ao{+vJoxn{e2vjb`2@G#A3aoO^iDpTOo2hme?!zM!3Uv2^xWsLvcH_9hvoE~<
zR{B*kpm{kaV>*g=8%c=$DNf&gpgG;j+W+9ej?i`dL^@$Ad+(LOzNB7zw%*?5=mf)<
z-8kNDgNm1Jv4q)JwR=L-y+UL02yS*(whgZz7tpBWO}{6PhI?lk`rF=1kgu9*DVaL1nNiK$7$e-a
zdF)M$-x_O4R&|eX9ni3y$8HsVuTflQk2M`45y1a0Rh)|I$T^&rmML6I>-UC}(q=wP
zz1wBbpw1Cm*ZhgUYSlpibhHXsQ7j>UNq~a`Szu2}G_jEsft(X>l3zAnLsXrhnRvx%
z>b{u#<#p(=g1aJr(v7#t-0ovT=X8jyab=w~S4AtB3dcg_?>UwPHkdd@Z>`$Z&!W7CLzGT>k0>wf`xp5=y!0Td%lh
zFBk>D6+=P*yj)$}h%he|!9!da<@sP)N)T|ULUL9SyliX=(83ci09lYM2n^Km!g)#y
zsxknS31}?LOk4LC1ZAco=tv^D!=$9hWHN{>1Huy=q#%llic(-{DQRgSMFU9mb|WFY
zfNn&g1Bjm(+882=fO99|@NR$uOav0|K~fPEq{sok$LH#9Z2Skj8}Szl6h5T95bjbC
z5Ln99RqC%6M3Rmt1>{#i|IvbILHV6S$_zuqdk|0<9Z!rKN$9T-Xw)C}?j8h}!*tLn
zDU1uom7+?dc!m7Ur5@ba^bd;z3LJ2*?uS+svj3(@!eRd;>u<3gNDkBaYakT!KXCu1
z{d?|*$`mbQW0*D`<#7-mTw6u(z&{L)N8!-0!$&y;6pBWnAwWf0${?!w6U{uncEJjfVs3?P_AS*%@ArM&%
z0woVVghHcWx_E*sg0h`BSA+vb%H7T3P;fvvOv4neA}9^|sd~6#>VhC)DF!NnMmRSQ
zuRm2SaIP4065@bOh@1>qUO`a~q6m?emzVyT_Mx>UhCrlL;sGWE4EiNG*cKQi849t8
zgF2-E{GKIDi-19p@B|Ay-bF?500MAed05^6<)53Pk0Vkvybmh=SIwJauK%35@Y6Y*FQ89~5kI8ZXBWJ4*S!)yRzhg6FHJr=Sf=71-#
zGz17%1cGHPAhIy991Kc%mWP4Cf>OT{mO6N=f6rK1>i=+}e5ml3V}N4!bB%JmP);kU
zKaQ(koE^~kU;O;qi~phr3iQ8D{t>_b()BN0|A>Kqr2KDn{Y%$BV&ESs|65)EZ*(#I
z+3;Z8DBps}ly;`?X~@C9nMaX^dfHU`w_-Z$C^LF@eQP2W6(ifhbtC|NEtax)oCG)4
zIX+EKbBb1JJ$@&e(u+dj+8P%6EsK2`PUaUmXg@4fkBwBDYH=W+_ri}y9P5d#hycBI
ztzhB&DDtqJ+D=_GBisJb$!BumjyrCmk4?X1lh038*N3*WR92G}0?^vM-1n#RO=F3D
zl^h?RJT?y4jec{Ee9UGxF6pfIm(VAEda6yhk9!75S4M~*p#D44uRGTU!V*E=Zi6xf
z3xUNZb;~!-+o49o@p0K;!a{!cvtFnwY+1KlcExVKgfbH*MpY&g`FT_BURY?dQqiKG(be5+gXE5E=ieIWPOj7S-0ha>u5!P2Ew{96+A#Hw
mhi}28GvBrOtsS+=d4}iRPP@@$2^I>cRB#;=?Ltlap#K49Kq!6y
literal 0
HcmV?d00001
diff --git a/magic/magic-docs/en/html/index.html b/magic/magic-docs/en/html/index.html
index ed77bc230..b50bcda63 100644
--- a/magic/magic-docs/en/html/index.html
+++ b/magic/magic-docs/en/html/index.html
@@ -39,6 +39,7 @@
Square Mosaic
Negative
Noise
+Panels
Pattern
Perspective
Picasso
diff --git a/magic/magic-docs/en/html/panels.html b/magic/magic-docs/en/html/panels.html
new file mode 100644
index 000000000..b7db99cf6
--- /dev/null
+++ b/magic/magic-docs/en/html/panels.html
@@ -0,0 +1,9 @@
+
+Tux Paint "Magic" Tool: Panels
+
+
+
+Tux Paint "Magic" Tool: Panels
+By Bill Kendrick <bill@newbreedsoftware.com>
+Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect.
+
\ No newline at end of file
diff --git a/magic/magic-docs/en/index.txt b/magic/magic-docs/en/index.txt
index 667124e6b..7d4cdcf23 100644
--- a/magic/magic-docs/en/index.txt
+++ b/magic/magic-docs/en/index.txt
@@ -35,6 +35,7 @@
* Square Mosaic
* Negative
* Noise
+ * Panels
* Pattern
* Perspective
* Picasso
diff --git a/magic/magic-docs/en/panels.txt b/magic/magic-docs/en/panels.txt
new file mode 100644
index 000000000..a5201368a
--- /dev/null
+++ b/magic/magic-docs/en/panels.txt
@@ -0,0 +1,6 @@
+ Tux Paint "Magic" Tool: Panels
+
+ By Bill Kendrick
+
+ Shrink the image and repeat it four times in a 2-by-2 grid. Useful for
+ creating 4-panel comics. Can also be used to create a compound-eye effect.
diff --git a/magic/magic-docs/src/magic-docs.php b/magic/magic-docs/src/magic-docs.php
index 2904c7b98..1b852e004 100644
--- a/magic/magic-docs/src/magic-docs.php
+++ b/magic/magic-docs/src/magic-docs.php
@@ -221,6 +221,10 @@ $tools = array(
'desc'=>'Add random noise and static to your picture.',
'author'=>$AUTHOR_ANDREWC),
+ array('name'=>'Panels',
+ 'desc'=>'Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect.',
+ 'author'=>$AUTHOR_KENDRICK),
+
array('name'=>'Pattern',
'desc'=>'Draws a tiled pattern around the picture.',
'author'=>$AUTHOR_PERE,
diff --git a/magic/src/perspective.c b/magic/src/perspective.c
index b8d087d4a..692805769 100644
--- a/magic/src/perspective.c
+++ b/magic/src/perspective.c
@@ -8,7 +8,7 @@
Credits: Andrew Corcoran
- Copyright (c) 2002-2019 by Bill Kendrick and others; see AUTHORS.txt
+ Copyright (c) 2002-2021 by Bill Kendrick and others; see AUTHORS.txt
bill@newbreedsoftware.com
http://www.tuxpaint.org/
@@ -27,7 +27,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
- Last updated: August 29, 2019
+ Last updated: September 4, 2021
$Id$
*/
@@ -114,6 +114,7 @@ float top_advc_y, right_advc_y, bottom_advc_y, left_advc_y;
enum
{
TOOL_PERSPECTIVE,
+ TOOL_PANELS,
TOOL_ZOOM,
perspective_NUM_TOOLS
};
@@ -134,28 +135,29 @@ static Mix_Chunk *perspective_snd_effect[perspective_NUM_TOOLS + 1];
const char *perspective_snd_filenames[perspective_NUM_TOOLS + 1] = {
"perspective.ogg",
+ "zoom_down.ogg", /* TODO: Could use a different sound */
"zoom_up.ogg",
"zoom_down.ogg",
};
const char *perspective_icon_filenames[perspective_NUM_TOOLS] = {
"perspective.png",
+ "panels.png",
"zoom.png",
};
const char *perspective_names[perspective_NUM_TOOLS] = {
gettext_noop("Perspective"),
+ gettext_noop("Panels"),
gettext_noop("Zoom"),
-
};
const char *perspective_descs[perspective_NUM_TOOLS] = {
gettext_noop("Click on the corners and drag where you want to stretch the picture."),
+ gettext_noop("Click to turn your picture into 2-by-2 panels."),
gettext_noop("Click and drag up to zoom in or drag down to zoom out the picture."),
-
-
};
Uint32 perspective_api_version(void)
@@ -358,8 +360,56 @@ void perspective_click(magic_api * api, int which, int mode ATTRIBUTE_UNUSED,
old_h = new_h;
}
break;
+ case TOOL_PANELS:
+ {
+ SDL_Surface *scaled_surf;
+
+ scaled_surf = api->scale(canvas, canvas->w / 2, canvas->h / 2, 0);
+
+ /* Top left */
+ update_rect->x = 0;
+ update_rect->y = 0;
+ update_rect->w = scaled_surf->w;
+ update_rect->h = scaled_surf->h;
+ SDL_BlitSurface(scaled_surf, NULL, canvas, update_rect);
+
+ /* Top right */
+ update_rect->x = scaled_surf->w;
+ update_rect->y = 0;
+ update_rect->w = scaled_surf->w;
+ update_rect->h = scaled_surf->h;
+ SDL_BlitSurface(scaled_surf, NULL, canvas, update_rect);
+
+ /* Bottom left */
+ update_rect->x = 0;
+ update_rect->y = scaled_surf->h;
+ update_rect->w = scaled_surf->w;
+ update_rect->h = scaled_surf->h;
+ SDL_BlitSurface(scaled_surf, NULL, canvas, update_rect);
+
+ /* Bottom right */
+ update_rect->x = scaled_surf->w;
+ update_rect->y = scaled_surf->h;
+ update_rect->w = scaled_surf->w;
+ update_rect->h = scaled_surf->h;
+ SDL_BlitSurface(scaled_surf, NULL, canvas, update_rect);
+
+ update_rect->x = 0;
+ update_rect->y = 0;
+ update_rect->w = canvas->w;
+ update_rect->h = canvas->h;
+
+ SDL_FreeSurface(scaled_surf);
+
+ api->playsound(perspective_snd_effect[which], 127, 255);
+ }
+ break;
+ }
+
+ if (which != TOOL_PANELS)
+ {
+ perspective_drag(api, which, canvas, last, x, y, x, y, update_rect);
}
- perspective_drag(api, which, canvas, last, x, y, x, y, update_rect);
}
@@ -482,7 +532,6 @@ void perspective_preview(magic_api * api, int which ATTRIBUTE_UNUSED,
}
}
-// No setup happened:
void perspective_shutdown(magic_api * api ATTRIBUTE_UNUSED)
{
//Clean up sounds
@@ -546,9 +595,13 @@ void perspective_switchout(magic_api * api ATTRIBUTE_UNUSED, int which ATTRIBUTE
SDL_FreeSurface(canvas_back);
}
-int perspective_modes(magic_api * api ATTRIBUTE_UNUSED, int which ATTRIBUTE_UNUSED)
+int perspective_modes(magic_api * api ATTRIBUTE_UNUSED, int which)
{
- return (MODE_PAINT_WITH_PREVIEW);
+ if (which == TOOL_PANELS) {
+ return (MODE_FULLSCREEN);
+ } else {
+ return (MODE_PAINT_WITH_PREVIEW);
+ }
}
void perspective_line(void *ptr_to_api, int which ATTRIBUTE_UNUSED, SDL_Surface * canvas,
From 82f1abb27fb42295838e4c42c84d14a8e7612610 Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Sat, 4 Sep 2021 14:33:59 -0700
Subject: [PATCH 27/48] "Negative" magic tool: play sound in fullscreen
Was only playing in paint mode.
---
docs/CHANGES.txt | 5 +++++
magic/src/negative.c | 6 ++++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index a595b146f..ba1233447 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -49,6 +49,11 @@ $Id$
* Greek
* Scottish Gaelic
+ * Bug Fixes:
+ ----------
+ * "Negative" magic tool did not play its sound when using
+ fullscreen (vs painting) mode. Fixed.
+
2021.June.28 (0.9.26)
* New Features
------------
diff --git a/magic/src/negative.c b/magic/src/negative.c
index 53479761f..45ff46558 100644
--- a/magic/src/negative.c
+++ b/magic/src/negative.c
@@ -4,7 +4,7 @@
Negative Magic Tool Plugin
Tux Paint - A simple drawing program for children.
- Copyright (c) 2002-2008 by Bill Kendrick and others; see AUTHORS.txt
+ Copyright (c) 2002-2021 by Bill Kendrick and others; see AUTHORS.txt
bill@newbreedsoftware.com
http://www.tuxpaint.org/
@@ -23,7 +23,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
- Last updated: July 8, 2008
+ Last updated: September 4, 2021
$Id$
*/
@@ -195,6 +195,8 @@ void negative_click(magic_api * api, int which, int mode,
update_rect->y = 0;
update_rect->w = canvas->w;
update_rect->h = canvas->h;
+
+ api->playsound(negative_snd, (x * 255) / canvas->w, 255);
}
}
From 4b7715940dea3096df43f9f83368960af0a88bf5 Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Sat, 4 Sep 2021 14:36:27 -0700
Subject: [PATCH 28/48] Fix weird artifacting in "Zoom" magic tool icon
---
docs/CHANGES.txt | 2 ++
magic/icons/zoom.png | Bin 11939 -> 11454 bytes
2 files changed, 2 insertions(+)
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index ba1233447..1e3220157 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -54,6 +54,8 @@ $Id$
* "Negative" magic tool did not play its sound when using
fullscreen (vs painting) mode. Fixed.
+ * "Zoom" magic tool icon had weird artifacting. Mended.
+
2021.June.28 (0.9.26)
* New Features
------------
diff --git a/magic/icons/zoom.png b/magic/icons/zoom.png
index 80c4dd907da61b3fae80a0eb42a0355fefcbc7b5..7dc5b5f31f297b44ad1e9d28a28cc964f02518cd 100644
GIT binary patch
literal 11454
zcmeHtXH=6**ES#>Y0{C7BA^fg0YVAAE4^1qLg=A}-i!3!L5c`crS~o#!5&c3`9({gg_OeDXu`
z<~oShWELRKebyX58&Ml^(X8fU+}Cn>=dxL%Wx-Q}>tdhsM|13#wnV2J8lU}j1J<^c
zpX)cw@HU#JST{S5ea3bX#?Kh7*ZS-CRrf9!-1E)@wwLAGah^Ya+{x5YJ^2Npy;Z0y
zmVI?Ra2>7b-F(E;dc2gjyMB^dvGCny{U!Vp!0qe$`H+vF51WXu-S(CJk^a!~{^#-+
z!HSbMnnzsO7OhoqCqJ>2?*l(0MMt+wPqpt}(=>XEt?zmh8kW81TEG@T)-05N0Uwx#
zcXFkApzK!J+jP8LrwMP;)*rPWxY8UcKX=%A*Oslj)N63iWDjY$U+=JPf{7dZ5y%SSWb8g#8$d$=!
z`O65d?s)N-udTpScjw`)i)J*oPs{P$da*ct_ZhkR6SD?qV7-BUv{alAqW2r$_3W^f
zqB<{wog*gOE}qqIw{bUL@}|9DeXT0CPCG&H9B(cxhYlY&^*WZhCk+-3C#}(Ck)-Tl-d_(Eo<~>r4
z-7b$a_-D)fzW=y1sj;tUTIXm3`ngBPYS5UZRt6@r=d1y#o-mA_qM;vd)D+H^Pkr?wE*6SJln`Qw*wo81&VJLtWlJ?*Lm;~{&Wp|j1Jt1A5K`{UR|6^mAo
zIRVRJ8$074#m-cIb{ZNvvDt@@pa);z_obJE98A953=4>rTcDk-_J;vuP49qMN3SEF
zW{lcgzkJGlH*)+qGTmjvsGpt}IU-=4m7IZ5q@Sk3Wbdi#pPzVo~txx_OI!egb
zsMtnp&Jm4_tm^Lf`ZE7;Q*7{5D5fgBlD3~)k9dJSZT@;*W2?8GL8NoL?;h%XT75L@
zS4jia2*;|y#Km12WHGNzR^VAx0`p6mLGr*AhTfjuD%F+His9HL;kABGJ-{2_nt8+V
z;XzwM^Pn2FQ8^KhQ(LA>a+o1Qb%b`Q!}OOs0+L%bt8q`yrGIizNd!Gv6p69x`OFQ2
z>ncTg)f%-K@(NJ&{;+y)693InQvN{z{ryJ_s(?yZCR%+PQrg;7%0Du2MbZ6<++Hbf
zt(f
zQdb9{OF4;L3U*Bayw8MSln`KSysD+X)1r>`Ri7|Y-BID~M}SCzgkON3jFPdrVEs}r
zyHE7zs|;t)6-FajcH+%0#jEa;I>g5V_)TaaI{SPFRNU5&t8dXxGj6L1Pok#lE0L`&
z_Y}4eb3!V+dFgv@*}AOo7sR$t_!!}gUUxRhWRRR7F^BiKJg}!~@#IR0gFX7VEtyb>
z*RkBD$Vvbw@34Z8W^CU9AqL6iDn~w|r?qd)GCXCkZ7_{Fh3lRc-c-i=x?%5Vsq~8!
z)vbeO;lVSZ5IoPjeWJdQqG!bW=ts
zKPrjb2qunMvrpz7SkSQ4p#S_x3Xi3im5GnzP^2y+hbXTm>G1H=D_0U483kwl_!x9y
z9toHG{_!76Fx6Ss&28dYjQsQQai{M((pe^Kuz##N<`BzdOd!65%`3@b;4^_2roB;r7BE{nk0pe_C7R~hTF2aVxPV}LxnafUrOoHzi_$)o(@fWK|!!Dws4AqYmC$3$W
zE>adIMZhw*AxgH+F;=g-`#EnJpkQ0bkdj0}r!mJcnN*6zH5gfVDx}+3J@*uiIq{v}
z?CI<`TdL)IMa(>}OHkS)<+?s%@r3Y?guLfDMibs9Uj`qF=qB30vs4*W?cnZD?m|ms
zmM~ko)3OCL8wkzsFYyEsp9}Y+>+<#k-hNp75IWFBBBhDYThv!Rq|)nTd$Pc*o}}om
zV~(4pt)Pbs;t2@F9ztX2L%fJZ6bV%~!eTF!!3A0N5hs@GLPjtV5ZzP2$rcu4WH%A$y4Fq<5+lA0Ia?Zfq#G|ioD${icp<{Q#8
zfdipQa2-bEVg&ZPOx!?clBfKbOST-oZ+nw$eI8ro@I-gj1eutgl&LXUV|gLgr0`Zz66Dq?NZ(>o1jKRu%NBWR}cZL|VY
z=3%fnX<)<(p+)tU9rJ8~9)NVCOTj_llSVaz9-MeIIz3|`+;2dpnVC$Tv+@|fQkjd(
zR3nKD4X59Ib)MAq$eD2zw-t3HyF~7yaiO)hRn$4d
zORMYcmlSx4s5hFAjZ(hnvPq$tvoJTC!ddb}cJI*vVYwLYQ~TM$x^j`CLUXbgz9BLS
zr-SNBY}!67X+PQU)m1F$cS0qj^3wQrRqbN<<*|1!Z0gI^55i+{?%rD)NL7FR`D>HG
z;<7!d=s8RE0|eH+u`z}3c*>G!?`tBrHQr(+jud|Be+rN`p2DV{6~vzC#gmbbP~;C0Vjb~A|#xMx{^2Z2hL{ap2|Hns+G$1=|Q8J2eD
zq5BhVu0{+{Qf%%6eeb>mtVh{`py5?^>KH7?Rhn
zj(+EAeOFB?^vCzpX+C|M9y*?r{`sT1yH^$q-rtFIY=l$cEW*;OWogI&886;duCf{_
zL&+hv?hyd_({8IoFx|7w8>>y=gYz2q`2d&N7Env|jnSPt6>N)ElvpKXCi69zU6v#8
z4MXQ?Oh)ybQoz7AnFqI&Z8Cp98n(qY(}q??d;a&c-k|s$iOStFNQub|9csztO+uJ+YCduIODkTqq1k0e{CCI0D%>%#D73Q*%hddWAB
z1FG$~w%EFl3a$Pj-G>!f(2ZzA&%T(lD5?o$*b#@M7OPO7>J-5;C?XFU-v9?QD~P3(2xTr_jj4hx&;>_H}yzqHX#Mz$EV~J
zn5@v&WI3e}vcA!hb5<(yfkwuHD-~=3&|tM7jS5c+e7B&
zn~gQC=hFHms4LB(2V0qg8&4i~dyvMDO;5Pv=Qt%;G&Dl?|98n?AX%yj`nF?Hy2KDcOef9$@v$lO^Y{#1F)GlMLNE^zR9
zaH#5eL6T^t=%SW8*&H5fRxv5gz}0g`Zm#vd$`)(%H67t4K9%cIFC*h-1FA&o)
z3EmvG@732d=CnDu$$he`)Dq~hOUDa0Qgh6S(mCv!=
zAbUk;ceGzrsr!_SzLGr-M&VBIxOMl~P-+_WFv)T@l8BL|BxQR7RGAqvg_ofFjr#54
z(nFo)1X>X_TnGAIeA#|xQ_(uZ%1{!{;+va5=ZBa*Aw#gMP|;nUkMk4bT5uO2!ykSV!eQ*h>CUTTV?8JmQGN&XftqHLx)&yz}8)u^%Od5)U1ma#xgd*gF
zWmPO?L1eoHwo1uQ9xNjzvaE_gGpymW{6igW{LXCgM`DJPwzw$HJrcQUfK=DyZVl;;
z-XQa}Qlf}awAs`;j|Mw|@>7^Z<&!+WziC`myY`wNgAto`+KWTPQN1Oy>|SR
ziW5I$#r%$tf`T6MRxI%ii3}&jsScLbJa%^3Qv6YoF%^m}&=yu2;HjU>ay6q-@}cDt
zPw`Q)>?yQk9hA!x(gS=&{h)8gFedPa+Y@nllzw#r4l~KtiKJ^WmSc@yH(1q~`iDHd
zg|nW;Jsp|8%`2}J3DuT^~itnpiU(q&}yL^w#UEYH5EBI
z#!+R1ikdGk!h6EQjv34M5s!|b97T8&sDFW!ucj`M#t*XKA25`${_uvUhQI7Sc(x?A
z6NCRGQO$Udr*`3D*5KXSJVO6h_p=P>8B;=DC_XBAW?d&mYEiZmR+#=q3QMXcIA6{i
zmywSG%xKt%?peUO_rW=FR%Q6_-EQ4<4P$TJ
z?$OtC{`0-X7_6}z_JyU)Ec77uQ<0ICI3aZ*mzr&_KEQyG16fc>B|FppV>1vkDF=OrJin#tjvY+0>}ZutP~J?-anD#+9cv5!kje`Z8#}
zC#+025wb9#!YgDGXxz&(V4iS?bYBNYE~HK`EYKn}BQTGDCpmK0MMmvUj!b?y5Nh;JHrs(vhPa{H0~mXEBz8DnYd61uE1zv`dLwBdvY+Vk|3BTGwCq
z+(q;}3WY@p!zxpg-5p7c_vT$gn(lh92;&Ui|krPtAvQc{x
zlzp9YbD=fm9G>sWcQX;q++s)mJ)v)6M_Eb2gJijay;Q@C>HdyLFPS@z}M<(
z^x;_P6uLz&gdazV&G{eUzGv!u-&}}Cp(3MaaP#4^^XCtoi(`GBgS!vW9e5FzdkjFy
z5J58fdXcY^yK;@qwkWAy$*z=Ro#YJU{+Wz>^b1;#0L7f;eB-4)o$*)}}F6R{L#AXSA~(^LJx)S9GXR$SVfqRWSy=m~<_s;tO3VmGN64XoLF
zQ=NzJQ=RWjfs8kc8?vBzx&ehcAtKN6#nKi?bf4HX%J=t`xI4DXg>iVrpuJ3^Y`!`vK>bIA6>pWi<0R`J9jzH{6@?B@khpJy$&0
z*28g;o^y|jh6Q3ox#%ZdXsCyrmgo{dA^mrlN}AraB#FklSi^k^Vx}k-bcelj+}t^G
zz1(|SRgUPG&&0lvXdOQlg}ilgw=Sj4^JB!S(ojc{s5m2@82-i^FFl(Q=CtWmmZC6u&g&`vWMRh$H^69uXaYgJg0NM#q1JsG
z3B3^#AjdEY``ITV1(wSzxIMd!1Q?MtS&P43u$7b8gtksQTCxM
zrU{2%M7tq-7A|!5wIYx>Tqg$wU2*L=gGqh9lm`4y^**!58j|&5CZTftA7wC+IRHJ4
zuxKp=E`a}m_QfIHAnxwIK0DZe{y}4~nu&gb#u6jF@K`+cnBHMOweysEw^G4wrT#X)
z700rYv@fNC9)4xD<)DLW=V~6dFuAX6!Fc1g0{SlT#?aK=E7Vd05$PKZmG!t+-J#ZW
zCE8-sxVtMdK^LJoK)=iHr3A&hQp}3*Dp2+?#8z}Bu)~nanDsG
zhAQNklrjL)aXEi)=KqK(9-?kqc_1}l
z-CP_H()Vo1z>vebKgvNaGAyk4@rB3~orJEfN+C9=h}XZy+#kb&aHVILEKj%-yP|&W
zutBjj>Yc2Y+E8b>z+JDzxcr~`b&8a{LN20%=OX>hUzD==2z0?V<{pny9$0y09Y3}t
zUa`|=3sskI^S&=!{R1E^PqTJ8Mhd=uB(t9*o&gYr_^9N@Zg(i>))b5#(SXKJow1Q7
zUw-g)=cf3MIR5Bg@p_rt^JM(El}IG}+ov26#qRpo{O!9*)pErNk(C03e3g-5`%2Y=
z;rM80QICtN0_n4SIfNvrjAq7@dXow=dR2k&pS)$3Ig=6XPGGp;x!q|yzdNO}OY!ls
z_qp<2sFQ;QMHbm}(iKbF@VJL?=h+@>UwXT$J&5@BoZNM_WLDH7wtaPYjieYZinP@t
z=)(b>FmM>VMt3ffxp>^saJ^zfjL)Yr-2>sqGLrl1XmLhV9P+5)>g=l4_EX8%vm($e
z`sQ?~%VY;pm%DGt|rhA`@Lbh@mPBl!tcv_v~{zMsl;$45MZ$Bj4|E*?9~q>2G=<#
zvEF?*_w@;#z_%2{pFv)ChqU4*qRye%OdxW1QaV=VhnnLvs
zpm`q7Um=ayj(Sui@=^P^f-ifMZnSngYP+`)of$*WUnWY^ei?JPh*0z7-OF6$HBS6>wC;9-){b5L>
z{}6IJ&cM-LNK@5bP6<2TK;_UhMQ55WN;~p%ZsRT+L;iQHAaA7+oRp|E3IBIJs);zG
zU8l!x^+}#yF;;a+B?SYN%T)rInQ?VQ9KjugB44kl+jFgdrfZimOkUz%LE2o1$H}yF
zhehIF9>olmCQC;Y5!9eNT(v*d94s(9cG&f&w$(Y)2~>@yrWWPD7p`VA1<;y9`Ch%Z
zZbxLFuR!y*j#||%aB!o4Qby;->T(#^Pwx;?^d%PR3hXr)Fkcp;Z^Y83Wh>_?SA3ZE
zcr?N8tFSmemrj%*?+p5U!8P{N&IFbdnY*2-mx$Q{LAz^zE|T()P5Jx|3C1P(s~p`;
zUj625Il=(IR^zhT^HV&K-`bB9H~R<;4gG{3^3HHnYf
zlBedPN(Q=Gi{8ysi6n9gzJ;CFZ!<XNO7z8h1(!dOfZCn
zl^ulTsHKC2$;u4EqRX$$qwFA!u(VR}bV6u)s%XJIZQw#?EaGDLqVB@C07wK1%H)o;
zwR0ABhp_y{6~2A{H4I>3`mKVpfw1T)t1(I2J0X}r+#qfqE?IXgS6&t|d?ryRGjm}L
z8M!|pZhH_GOBBjM7yxi{bK`d7*E5Z)N`gaI3_+R!8E>5<;!!d&c5Vi>9
zt*Y~_SKxoRlvh+%`^(}N1r}CFhu>DWWdDaI%F6uTWc|n7eo20Z^Y@9|n*W9SAKL$l
z{kQV1ma?+2j6K}t*Yp%+AS}Q93!B-)t;~dfzk+$dy!>E6GcGe89sw>89K^>3Meu^T
zfG`08UYMYO8O)6LZ%~SM&M2rI9Ptb47M$Da76)b~XwEAr0Oo>%UQP5v(0tNVZ1ciWnAR#b_k5}lAuz%y}Ae@|UGw~NDkcXQW
z^xOQ`vIyS>b4x7rSDxMi{2srJMOfMi0Y%w6Y1!M`LRfx5F#WRpo!(5Me=LfEmGiBJ
z$FGe4Gv_rCj(_z2*aEgzzeP+;ztdJ23jf22Gt?FF2c5Tee~93gP&*66?f(8Vq5d^)
z^}j5Z03QMY7K93L!320fTp&KE85fwJAI!yL&L?2TD+n})!})%P@fW(Yy*bJa>V%NA
zxQ+BSn%e~W9SsxvZz?(dQ`^lF@rx%OULY5b5El3>ffh
zSN|(wQNaJhiRf>Iza0a&c7KfB9xu1272vPq>QByo(fEJ(`ExD)4?WyM|KsGp;`blA
z{-Nu?V&K10{wKTsq3ge5;J;G-C%gW?(S`r-3lGBX_E(VG?R92Gy?X!lDue-hDlda}
z6B;|zaofXlP|$ZqLn9#l^`QHiJ&(T~#6c-4%i?U}VN$RHuj<~r-5S9aWhAu}df!YM
zTc#qYaaQ-k>Af`4*z>fxd3Wxlhv=|V_^5qQq0^Uy#zC8bEVgnM>gv0a8d*uQsEKfF
zIeOHX#$8!K$M3+WOPoKB&6{SM5VtHhy0{t`+P$qN
z;N!4qJ**_A2bOp8W?feSuQcNTLwwKk+I;K#AlTm4R@vC3!clsRn$NRFEX%VfcTXB5
z;q~(FLwMV5CU2m1>Msk>-CAz{_|;
zy~?RnBJf_?Few9Xd2tWOQ?@}&ocg#ey1eY+GC6@%o=ZFb&Rg-!T5uPq<91ZQ^Rj-z
zNgG1iF*Ti+eMBMy!wi*UUKdzTKJ1+N^vC6tOvXq>zz`{(efXSxP|Fk79PS`(v9%>3
zmfZKpQTc|Yd``RJ#=$b~tZkyN|YTn}KMGvMMs=Ql^3b
E1LI&C>i_@%
literal 11939
zcmV;UE?m)xP)
zaB^>EX>4U6ba`-PAZ2)IW&i+q+O3>fmL$26Z2z$eE&-EbSPsT>-VS>CeFYX-tYVQ(
z@{!ESh-8Gj8B7OJ5rx9t`JexH-CzFlm*7M6E?aG-m*V+f?zzXoKbrsk*WcIR^ZWY#
z7vsew6s0zW-at&+7+2x4*vO*FD1gi|N58vTkGF{VEj0KUXlLB
zmgUDr{NwNbBG}(I{xk9KZk&EwQT*dCEXMMu$NBkt?{4>=@99P^ShV~^ly|?Z^B(K&
ziOJJ@Tj5XTukr8t{&fB{{IziT_RCNHtk6TmE7ye_b{OG?^S-aJSYnPRR=&r$VtPMo
zsm2}`jtMF2Pq?w-y`38VTk*J*_;LJgE#cj_zx%DwxbqIYGzKmfc*{Th0?AWjtRY~>hJywxk15BA2ZCALEHdVlN^~{0
zsC)CC8s2N8#S-;nun9+4DyiZd@(X9>Y{XB^jTjo1ESp)eYRy@jyuXai*E4%`)q3v(K>z
zpOu%bvg&H9ud(A!8<^N-*WGsC;{a_VWPpK*z`n{K{#%dNNFe#dWK`|;|Z
z{`?zW3qM|q&r^C`{mpCq)Ybay5v`x%DuR$R9<{~U;ZROa}6G{Hp4nK&H`QovBvAUtj*McW-@&oEE2BU-S%y@
z-kJGZ&Mt-fFD^V+=Lf5la7piT_MWvCE`qhWQOQ*Pij}T!=S){G_o+MU2f=iY6-Q}v
z#d>1yJI|cB;WoXohMu*Qwx}g>?mc#a%;;TQXt!f|_TAgwCr|(D`D#9`%rUkvH||0N
z*kPHox5DdE48`}9iTF+kFL(ScM^vM(8EP87U`VREmYdtWjgpecs$Q^Y?%_<3jlhWu
z%j{iFX^S5h*EVo7!f9)kai}t@20J_qsdKpX!82TJmW~sEP2{2885Hq7S$lC4wT*$L6p;Pg=2P2%UTQ3f1D0m^W`|3e2XE
zi-BOj>7{8HBzG$ZPnAT@InN2ZiLam=&o?f~PyGaV3Z0M99aYQQ8gO~&!k&9&AF
zQ)mG|Tu@PW-AkCgxLc^YbRu#F(MiDMasmVzm(897CI*J@nRXg^<0nSv8GX%U?7~FV
zJwHuivCQKeRiyMC0xQ2ncsx1o*}SZfl*MbGRaim;(Rq@6Vw-!GJe!*sG2w5pZ|qwr
z5e2?TI?g=^5=$~v%8DR^H1h7%0RVz&6G6aL_7PyouAPQJn&(g}cEKV6tFo*)x~
zSqfe>@;=WwtpO3x%vl`>06z+09z;l6#A;VjzdO!OUXh&?rU?pB>_)yS3BX!u!}4lr
z68@NWwd4FHmrZm{xnPa;{Vu;80CI6l9>kCDXF{Fv
za`ktEi330@;LW9q9MXvTl>Eq@f>>_^2SF~m699CPvPAaqrZ!J0nOZ}zEh=3d>9%$)
zkcNx=z(&5;I(;Wj12}w=s)lL_i*Zd=jtDT%Gk`0gFixtZWr5L8K&IfEy&wVOCt2WGNcs6*|g9G3pz%2kDz^
zfYPp9(y3KEe5VWpAgdnM-T_|VoT6PxP>Swz39R7|NYG+3g2X(V2Oyns|Ja??Q#&ij
zUG&hlENS0SksOC)STS*f0IUE~KV=IIBKt+2w}RJ;|R|DbDWM%GW_Q#K3MAfV5Xcc2xJ
zJytk*#qHL*c)$(j;F~-MHz_HQ>3bOo-gzk47E2PM;qeQ3^kiWg04j!u=8iK0JT4X1
z4=-?}ZxyzRWcWJc&R7u03xF&yByM`HfiIW;NQ%w+;SGfq!4+*R-FlA%W`hBJR^SLY
z#G}480)sT=r65J#K-G?ibZ@f}*C7aU&uLd(4@_s{wqlO(+{EOD*cc^i6NQ_^f^?`*
zz&Fn3-3O4}R1g}C>EZ3T7V*+Bby=je%(pEXGIW8K%77)0zJH(xMsmU28br)
z+b>jx!!ATFMb=ZIl&J^sKP8hJM-&O4!3D|Tt-Fw^CK7RbYZ8!NSc1Qrnk*EJDq4UY
zVuhjr;CLATfv1VapR2$CrZaVmU!c8-!!uTT>DeTmFgBGPT-4fq64!fhI;SZ91c|_B
zT_B-JC=i6=7PMF6u6-{hcyP*s4X~o*FAK!Jx?H
z0vnG*9k@tc=LKWka8GKpzvNANwLb!l1r`C%__#ksgGd1TN#`(?FD3>Wx3$OUAlFm|
zUO;lBedglPCV3=sktQieBBL=n_mPECfNCOmLIlSEGN}6KhqOV$HC4W`D*<4m0woT9
zO@ig%x5#`fc#o*WJLWN7z^)_{-$;D|BoCAa^5#T*N2bq=wrvIW;z&+(A*2rQQ+iSG
zcyXxYUr~z-%uA2@>}}W{CTTKxflP%l7Rku6U~BG77>2>;sKj~$XymyY#S|d`+z1&r
zC7#D7_-}@0z=R$J01S#AH5qlzaRvC?=tc1?LMbf;>yA8%yhPsdwX5J_65a+`f-`J%
zdM8l`!aj^j?gj!oPoBny*Odc>(J%#sRh=XVuIO_Hzq(2+>Eel^L|PH6uu1NSvwd)j
zpiM1_9is1XTsBZLgRbysC{Pn8d{01LLA-`SoHc+&L`0Nog@$``pZfU?@F2HXowy=^
z2Y^E1#s*4H>VV1=6bC9v?!h{&fouK)1vjV$R4ri|_uE3Fz9Ucv@L5PG=SDD*CsU+W
zmiM33>FEV8EDP8==D0VB7YVMRx|%}-JlB!Sikj7F;Ja%bs))A(iZ=kVQk4`=FFuX*
zAaNa{PX>Sr_zwKV9t%A4-mgWh(d~Xc!PjkK8C+D~gx|!AK=x$Ll9#
zw6vc@Y-?RDT%>0CZkmXht|D1iI9CJ{(G2h8zX|Gy)?f&OpYZ@xcoO>@4-5A7R_Hin
zpPy38^bbS?IgLgJYqQz}FrT!#9+4vI0IMZ&a3vIhP&LtQBiU0yW5Rd1_O0XxtD+*R
ztg=o*x>gbzCOgPrzp_IV@uanqbEx(TD1?Ph-WRGcGsx5<$~37*afNOT8pFM%+bt&w
zf?Pn*xFLdQQ0N95Mcc-xuG~5X*N=6Js8`X-k_fAf4n$H@Ks^{kxqhKE?1Rzd;tU%Yy9+0V`LQW!-C{9X&zm7;03s5a9kVZWp{A$FP
z$y=QqNJp)KQP&|Fec;uRz5_o%5^$sO=k^~ENj(j1^BVo?v4%Di{
z3c00#NIIRk_n8Pv0Olk`z%zhZU=&CP-b$S&%eUWx32ZRPU1T&^QADWw5^aFbgab{W
zy!Hmt78OYT0ag?te$ZVh;%e&wColnS2uZBrF+ZXYZGt$&5leJVDl~h91Z-r2W|z^_s|p{`yCY#Q@4MZ{cAVn=289Az3>W
zSuj2Xb5z>~(SxODkBEdE_P1
z@DdL18HrXZQrRyG2v-2+ihi&Tg`tDW-6>Ud)SQuS0O}#5F@gxr53DOR3X>)0>iFq!C1^?8k?r^H<`aMF{&D_{Ss&a;#YkOY=Xz~7J7z=6Rq
z^rjY<9(Hh5^&KKlO+DCZ9bg}dHm_Wr)DSvCnidRY;S}V$T3!XNh)KCB^>u-2&1&?l$PF^ptQM}hpFN9@*WZ-oV>Ulwf;ILJ#
zv8#>|4vpA=zdQw!gvZdu3&0x`>C~U8rY)Wv$V2WySb*XZ-d75;!TkH{XNj9C(jIg5
z3QHCN8%1|e$5CyDn@J+x{5CakA1mW_tX~=ESPg6qIo)BlkPQI&1%61-K*3n~vIMJw
zc@^}=C=~H&lCP+STkeLhxb+$}+E7H2v={IM9>zsV05ldJk6Tn(*27(R$lVnaYMzg;
zmwix0j$aGYz;$@}P-{8c(cS~(5VZ+81(DZJ$3#t-LZL-WompRR9lXMFM$%#y1!sFn
zibe0s$jpsji;Vbute-*vA5kzJKQ?H2wR=NKJ%&h%pd+d(6@iNQnaV-Qo+KZXg4@(#
zXfT2+akjJ(yS~`t^{9ZTz~HaL4&>HV2*W$DE-U2UM2uQ4FzroM96WPG?UOJoM%7#Z
zLb-TJ)D$iFNg+X1kjq;e4{!`*!u{(x6}ai{HGArM
z)(@oV(SGt&{}U#Q;ubPtX=Te|!65dtWlTZF8Ip@4GZj3F@Un8W(G2>?f2u@43$=h)
z*ve55sDBKyOky(<(dyBt!e;>(w|9y;m>H=BKQOgHl(|zH849WmIs_fwqmHS045B3|
zprbIXqHaO1yT{opZ$Wak5COoKmPc1%k
zB~we+OH=J#xGpXN&sZt`6Pq!$LV|cM3FTnSS^b%$Sj0yd7@F}gpgqRPQY&>3yUh&5
zLGIC2RwHC~ONw?9i~o^puX?~tI{dj~`MuXtI}%(I6=+Zao)6{MC1%OUBh*qTX3Dk1
zGIuYOY$R)ax|SvJb%JvwWPig|Am^mQ9zzCx`i>`0^BsHoaX;}zE>
zZP*$p)1o&SO5Ggr0!*N`$f&l}Y2>jG@+ZieLHj=mS-@%rnpU(NJW5D0HA7?^5)0Cy
z{k}0?zno%fQiEiuA0~~1Y)E1(YC{qza0?aJ3^P6@f6Q&Pyq>`?|uDi0-IhA$LZFv&C=>)`+CLsC*IxMcV?BVIg60$f>cV
z`8u~02NH!maZzOjd6%}n6K;c`f|v3I;zC})Kt)qT_Q|vDYaUD6`4k$I$tLxc#@b++
zsN6V3&f0;T(u5us&{ZjH=ON96p9r?ix>00g(f70SCnHmwNXQU31+O>lSxKU6e{K|_D
zthYU2n0=(64ODF2U@o!}pdiga^>7vI5!9i|MLVSrk04!;jiYg!18+jWcw9^=Mk3)3
zv8RaiBtwYGw5gwNVmScJ)F2HSi7-$A*${Gu5P0k)N#5%75h!F=4__*<0#>cqRi#Nd
zchG%kU8GQ&JUK!MDmNduC-1%b?-`4xpB7qEJIuzn5BydS`vP;9Ym*9jg{zCi;+5ok
zK*T7Rhx~m=o&;TfS(G?6O~O#
zte!3!fea^>q_q&hYFz~|QFsSzn0mF`fk&LhxP~LSV^^akH8n8N>>XOESp^AK4S_&0
z)Th@l(K?zMAe-TWB_@AnyQUo=7@GLbh;PFGXm5EBF3rW}ul9=P{X=BM^|sZNwy7QM!LMdO
zcpt$kn6MGS6Z3(ntD>~I0BcR!!$xkX<@>^-p5$PA`)wvg6LHZdExb$Zx+YbT<*vb7
zgeBO3I55$Oq25kXC@C;tunsWP-itQ4OM9G@;GxoPb&ytINj&tZgdMrm$3S@Sq)qMP
zt5F2>(@`8ay*v}q+SUbRcTvO#*oPW4gR}=2fiE$-tqG7oA{iiAsBXTO0N7DueRMt+
zjSdiJRM^MzJw^wi&7O)cgn1`epizzNCS=Vp%{
zV?G24@eFM+9rYsoXjF-f{{b=>Xbivi443!s~xG=Mlgq%4HBefb>I(H|6ba
zkH&(Is#%N}T0roFwU*B>EkdNCBnz<$Kthg37ANf0MEaoaVEdSW?Rh-|NDzdi6+_nu
zF{d^sxczmulzJKLLp^25qXZ?R+LLO1!iuPaWa0^p)XIT+()hnB_Xq3*f?5Dl!f+Zj
z(uhfbuADc#a4~A3!oh>I*@%WAB!*-WbP=;2uLI_lvf1J
zBmlpkas(T+wTz8W@W}J>CNrLb)5bQJZj-_djA(CmYBC91nr4ZpjM`ZvXLgUI3x*i5
zPZTROmo>Hozspb?8(>z$jvxqS+#3nu;Trk;>>u$k(mO
zH;o6g&JVEMO=5CDjKq{C8B{LcoQ&i<*C6wIf#@8{$&Ecy&YE_tAp%32oq!Q`Y)+G0
zlK@e3Uy>SnudbWaX80bD6z>UWRQrw!leKxa6jSiawLk_cbngyDTBj2GK)$D*f^+~A
zCBxE%-f@wQw$IvN(C)iwS{qv7)!&9g8#zF7IBNC8HX2pXus~JkC3mVpg`Nt6wYOJ^
zJ~BZ=_mp7d9j4nPI(WT9*ThA1R6nYb&~a^TH?^TfAyl;kgG|35T$Hq+HZ-`NsDLN(
zpSK%`r*}cz9nSGkpmyFC=vH@e;NE#GV%j87!DL;x
zN7OoNa?PLSsEa77-wz)B?RT_+2sFg3*c+|WNF7L{2{+KHA)rZeC%dX^rI8KF{eqDZ
zFmML^^roE>tN`tRRaVS(s2Opjb0LnH4u2fUz~f*hop-=v1LBJtj7+6yns*5l#?h!D
z5eEEg)W{&w5U(Qnpl(L4Flz&kdYEOY;EeS~GAmSIuB)k2F235;ju!@PHZ(ADXn$
zz?yUsM5F1yHM*KCVgeHMi#kzSCqXoDBjWZ(PsElrW3#Ew28|i(s}oI=iQ~oP+QI!X
zY(^^DeVA#O4o(!!gcu=%$l8b?z^qbLATyMAe%Q5r;njj4k00gNqQJOY^G8K3d(D}k
zilGalYZ)30DUorjT7vMUZKhE2Weq-5wwG+y_S=sJMOD?3)&yxax8KFs(TR0<7
zhr^WqWkD7;W7YFp
zJ=PKqX;e)Q9Mp0<(`mQ9qLWCEq5X!TF3O@_p!u`5?p1-U5;fFRj`sP96{pN2SMNw4
zjA}2IhtXw479?G&&fJ}<@Q*M!)9AT`%-5KqOi`C6)Q{Td2ht^%r^*n1wHJ>lJ>6^X
z?y5XM_bW*C09r=M-?;O;ITtn<+fk(jN0Amt)vTUsmi*fj8vC~WH3z3@$THvu11q6y
zBa}Vsqz5HJZ4~b=G)l+v5U129PmUq+H5h?kF#XWc4GbeS!~ylgCx-QdT{E7fZ(In$s0lR9YT767sT?G*iUhJHiLlv|(yT3mNq
zcuH;5l{M9Rlz5(}rwAh|CQbgo
zS=}p{3J*%^SS;&;+5NJNqnQT_6y@y~U&YXyR62hT(KvuonCs2l}LuR=DEF`*0*a)6`#DIU?89n9|tso(gdiA-^pO%!{5;aP&egGy)l++t8>%
zn@tIl2tS7WJzzdgQ`+REx^=@OTEyLhrbpF}!8jx#!fj|{`Pq+!#g!$3GVjS%8(>zJ
z(++$9dq^l4PSW`K+odC60AP?35hF?Je+{6+qsUyOd_y+1sj<0^dU9yfBLYS#q%vpG
zq@kvyq7fE@QkvSQ@DPMIupY#!SbP!g>f|K;RzuIBTwt33Nu>Uk@;2tKHkN-z1xNY(
zS$0br$%Rj@wbXMeSrh>NP{8)0twZ1CA`tq%%XCRByw_pSYN5h`$qLwB3ZP2MvFjBmMa3&r5C(@UOl*d-*iTVIw66-EU
zR$6swQ5b@rTcN^8giJcaeTR0-Z`-O&zJkZ6OYOARw>zPjaAwFT<+C#y7xcdm(md-)wXdI*((~jlAFR0(6*N_BI^=b|aA_|gnPY8O@
z@KbxU{6#A0aUx)b!h`_Ssjiv$Ie;|W6_x#gC^UmMJI9vzhb;|d29lyva@4>?4m2`f
zr_jMa&6+;`fMz;L`)eSeW;sREx+E(CacZvy+N1MVkh7%bcK=52f_*1l(EEre^$`n*
zH`J^BViJtzKO~A$BI>l1k#oweJP9#mGlfkZ@&Os&l!u^HS9jy2avPo36$k1AD#
zPZo9Wf{a6g2<@Y(WvKKDL6bO8(en;m9B|Fj)T#(b9fpM@XhJ%pSac{vyIqB{al&ih
z1#)-}@JNH%8bMd1@CZ;${cH`+6OyFJq->~#3!91ik+P=a4kM%Ka;U*Cil_B)&=6UN
z>MiQ8rpe%XQ(L%s!$zPOVx0S%vOqNe{Z|Jq)<6pd9k_s&0+~3h+N56Yf7`A%D6M
z>{T1Cuk)Y-G@!1|-`P}i0G*!|?or#N5Zfz4xzyIz__zl3VI$DX+#jkFS|C}sXb8gb
zW}yxa$|P6X;8_xjZg01RxFDpOCc!nY$5PO=1g17EO=r%kX2P^HP3em%-hEb3&kf`}
z>V0etAA#|ttHM~l%3L&xmACtAAR|yG|B;GRc8?C3kXcHd&{L-`xv~&w-=06Fpgpuw
z-^0!8uAl0cC!h=oXDUg2m(WrJLSyQhX|bmDtv%l0rcPIArfh3!v~FGELPk@L4G7mz
zmBzm?ZQ!;uQlrt2?G01Bv41ga9bALSXg|z4QA>&LaAg=<3hLgmWLRxK)bbHD&VvoX
zUy6rj2&C7C2xXXiTa-AD6k563
z#YXtJI&FVwGn=r0qM%|Z(*{cdCV3?48q44&=o0Q6%U$Ao-w?{Jny(O>M};^wQ^KuH
zgE(r*)B=ISA)iu3aBrPs(r~bL!;1Fv$T-d5%{Lc3yS*~u#((Kx_CL7LCOC>tuSt&u
zq%3f$W1?4c(CWHqgh%6B{b-AMy?qg4Q>)c<1TpT}o*)htC)^{s
zt|1eg^EQ1$llDZVQt>JHRa5Z>gA9TKP1NSxbb4Axt9WjZ9KXd$7%o>ebwyI8xV=6F
zq`XO+g04=Asr8!nfYr~Ycp7hpl@L0bWSj)%)z+jAo`kOB_nN0rr(&7OIu%*ewQDmq
zc*kGLkfuC&`VKg#+N7dAtCJoH3Qnw?Fw}^>Nd8jm`E4|y7S(kpS=QsmNvGviG)bk9
zA@rIvJI}h{$8c&Eys$?%RZkHK0=fGRqk$hfOH%c)I(U~!LV`VhC#S7zSyP;3t~WSf
z;~TGnTp#YIZVxuo$cE;JfJq%6eRF&21@t#q*fgi90RdbGHQB|fwXfqZc%_OlAOjW;
z9ih>cvWcfOG~P6hYdV36y6{&!FykHmP`v~0_jE5jVKXz1&wde;B!OEK(tamTP9oHb
zcBZN(LxD8_rs~MGI-#00n+{#6wlR>+OLZ*9r}4OCD8FkC{`2qdUwz@oYu5RS
zbVg-sG~rcgoe?|ss`Rgoa6;hcRH;6AqDY78gAz0@Qu53iJl5z8C>kK_y1>$~Zh1kx
z!t?4zC_?w4KsrdRsqA<7s=tjE?DQSJ;>+s%YBxs(Z2^@H7kXm=icanDLCcAriqauz
zxG$?0vv|8x`p^cQi&z4`j$}amIqeBi2RgPxv79;%r7VGE#i8wa$xZn`y|Gr|
zYam=m^r{c<03#gi%pQ@?T_>ILh5_v~wiM4DEQe{rgCJhxw?-K>cIHZIV
z;XprWjws6@ZEEZVu|Ij+R##sF7S67tBs-Ldz{we!7DNf(?$1`M!AUu;Z|kI0^<_)b
zal@2%a&Je1b{)8F
zI#s*hhh$71994R>4Tka&pVuB$P50Zl(dV8VO%27II9WhdzfrsQiS=vy8}%oN&zgG_`IEx;Z^r?Rk*V=+
zzmEjj_w6XPUJH7Gm$01Wb*gW!Z0~f}&|!pKcE(U+q@^~NHXR>yZ`{B2Ss>!t2p^fH
zBLTNQyM&U%jS28XxKE9(nY|BL=q619V?RHi)1{s#Fw#!k=^YwD;X^No&y*1|S>xhZ
zy4|RmPVGgGH{}e^YWhd}I{*F6lsN$cWt#}z$4Gr`e|DDFLepq%)u+pRQ^3C4FQNnG
zA8(uJNajK}bW|8D~r?=aMi&y^0Rcx+6e)#iG460RMf$h3JQ9C
zo>7U99czR4ZGJax?fRhE0&cb7*+)1)(2o(Lt)-2t@jiP^EmuEIlXkgPv2RD8F;g`z
z3&}U_jrjH*df-A^NBA`ZD8f!nR@F;BcWuJNu)(u`wxuOGmz}Pm>f`EX>4Tx04R~2kWEU%P!xr~RPhfTDMiFVK&J&KX5^$Qgn~kh
z6|9cZB*kJ9Ly}V5fjiN~bRY<>z!fMs_Ppr8ftmQ=ay~Bip7Y*=mYsxYIll*KRu!(_
z9b68s?8P^h*`y8Z1YwzXJ@16Z^ZANp^rd6Gn&@CX?{T)7)k?&MwYPU$u=(k5fEshD;cfP|=ZQ>Kx;+
zFLfyhxThqPCdBGZHB)gTD&^#IDC&!Jn})otI?q$eP#$A>nS?u1d73=T|9-E1oYk9F
zdzJ@9P`Bn(t(8)q-H^5P`)v&~PCfI_H+})y=TKf}bZ49Z0007FOGiWi
z|A&vvzW@LL32;bRa{vGf5dZ)S5dnW>Uy%R+00(qQO+^Rf2^baz0}e#T%K!iZQAtEW
zR7l6YlwD|!VHn4M&-S)38jE2En-|THk9|a`nFESaM4Tvu12PAj7TTHGNMe(ZB_HK$
zZ6`|<`G~^8@>$5xyN1cfkt1dGbFgO{ucf!1a@_|{_y4-C-(COvx*z!eamWTcTy2xT
zt7)kNn(gp7(`X=|jCOB22&C3|PH=(+F1OWW!~u`;ono$#AjT{p+BrxDhnX4-K$iKPFTAIWJU()VIBR*#nSqLWGi@~a$7!-_(|yUqzlY9*U=XEMu6Mm{UpP`
znebhb7V80exMe3B19;^%y4gxz0MHE#O`4a{!QW#T8xA~VWtf^8zzg%jT^pI?rZUWz
zB1dl;3Byh;u#SUEg@aI`c)uG`FRW
zsW&TZ>s#fv8kc`KHfZd3p@mMe*bUwb8<&eX&F4n?msN>4)~nGljb@0Mo{xrUF-weD
z8x8Z)A`ury!+f?(#Cay7f!2vQ(Y9!qI@83FHb=uWJ4y`P9S!r)Ng}R^hDn4bm-#6g
pXsL)Z?2Kx1hI6AK09t)5z%P?vX+BvCnk4`L002ovPDHLkV1nYid6)nI
From c5fd47b1af35b150d5082a297503a8e89d8b7f74 Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Sat, 4 Sep 2021 16:25:19 -0700
Subject: [PATCH 29/48] "Halftone" works much better
---
docs/CHANGES.txt | 9 +++
magic/src/halftone.c | 186 ++++++++++++++++++++++---------------------
2 files changed, 103 insertions(+), 92 deletions(-)
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index 1e3220157..6ea3b6fb1 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -16,6 +16,15 @@ $Id$
style effects!)
(Closes https://sourceforge.net/p/tuxpaint/feature-requests/204/)
+ * Magic Tool Improvememnts:
+ -------------------------
+ * "Halftone" works much better, drawing large overlapping circles
+ of Cyan, Magenta, Yellow, and Black, based on the average
+ color of the area of the picture being replaced, to give a
+ "newsprint" effect.
+ * WIP - Need to make it run against entire image
+ * WIP - It seems to have the "Zoom" tool's icon!?!
+
* Documentation updates
---------------------
* Ensured Tux Paint's built-in help ("tuxpaint --help"),
diff --git a/magic/src/halftone.c b/magic/src/halftone.c
index bdb27cbd0..baaf55a6c 100644
--- a/magic/src/halftone.c
+++ b/magic/src/halftone.c
@@ -1,6 +1,6 @@
/* halftone.c
- Last modified: 2021.02.20
+ Last modified: 2021.09.04
*/
@@ -16,6 +16,12 @@
#include "SDL_image.h"
#include "SDL_mixer.h"
+#define deg_cos(x) cos((x) * M_PI / 180.0)
+#define deg_sin(x) sin((x) * M_PI / 180.0)
+
+#define GRID_SIZE 16 /* Size of the grid, and hence max size of the circle (it may fill more, into a square shape) */
+#define OFFSET_RADIUS 2 /* Radius for when offsetting C, M, Y, and K colors by their angles (see `chan_angles[]`) */
+
enum
{
TOOL_HALFTONE,
@@ -84,14 +90,6 @@ int halftone_init(magic_api * api)
snprintf(fname, sizeof(fname), "%s/sounds/magic/%s", api->data_directory, snd_filenames[i]);
snd_effect[i] = Mix_LoadWAV(fname);
-/*
- if (snd_effect[i] == NULL)
- {
- SDL_FreeSurface(canvas_backup);
- SDL_FreeSurface(square);
- return (0);
- }
-*/
}
@@ -184,10 +182,15 @@ void halftone_drag(magic_api * api, int which, SDL_Surface * canvas,
y = tmp;
}
- update_rect->x = ox - 16;
- update_rect->y = oy - 16;
- update_rect->w = (x + 16) - update_rect->x;
- update_rect->h = (y + 16) - update_rect->h;
+ ox = (ox / GRID_SIZE) * GRID_SIZE + (GRID_SIZE / 2);
+ oy = (oy / GRID_SIZE) * GRID_SIZE + (GRID_SIZE / 2);
+ x = (x / GRID_SIZE) * GRID_SIZE + (GRID_SIZE / 2);
+ y = (y / GRID_SIZE) * GRID_SIZE + (GRID_SIZE / 2);
+
+ update_rect->x = ox - GRID_SIZE / 2;
+ update_rect->y = oy - GRID_SIZE / 2;
+ update_rect->w = (x + GRID_SIZE / 2) - update_rect->x;
+ update_rect->h = (y + GRID_SIZE / 2) - update_rect->y;
api->playsound(snd_effect[which], (x * 255) / canvas->w, // pan
255); // distance
@@ -203,17 +206,17 @@ enum
};
Uint8 chan_colors[NUM_CHANS][3] = {
- {0, 255, 255},
- {255, 0, 255},
- {255, 255, 0},
- {0, 0, 0}
+ {0, 255, 255}, /* Cyan */
+ {255, 0, 255}, /* Magenta */
+ {255, 255, 0}, /* Yellow */
+ {0, 0, 0} /* Black */
};
int chan_angles[NUM_CHANS] = {
- 100,
- 15,
- 0,
- 45
+ 75, /* Cyan */
+ 15, /* Magenta */
+ 90, /* Yellow */
+ 45 /* Black */
};
void halftone_release(magic_api * api ATTRIBUTE_UNUSED, int which ATTRIBUTE_UNUSED,
@@ -227,98 +230,95 @@ void halftone_set_color(magic_api * api ATTRIBUTE_UNUSED, Uint8 r ATTRIBUTE_UNUS
{
}
+
void halftone_line_callback(void *ptr, int which ATTRIBUTE_UNUSED,
SDL_Surface * canvas, SDL_Surface * snapshot ATTRIBUTE_UNUSED, int x, int y)
{
Uint8 r, g, b, or, og, ob;
Uint32 total_r, total_g, total_b;
+ int px_cnt;
Uint32 pixel;
- int xx, yy, xxx, yyy, channel, ox, oy, sqx, sqy;
+ int xxx, yyy, channel, ox, oy, sqx, sqy;
SDL_Rect dest;
magic_api *api = (magic_api *) ptr;
float cmyk[4];
+ /* Start the pixel with white */
pixel = SDL_MapRGB(square->format, 255, 255, 255);
SDL_FillRect(square, NULL, pixel);
- /* Lock to grid, centered around mouse */
- x = ((x / 8) - 1) * 8;
- y = ((y / 8) - 1) * 8;
+ /* Lock to a grid, centered around mouse */
+ x = (x / GRID_SIZE) * GRID_SIZE + (GRID_SIZE / 2);
+ y = (y / GRID_SIZE) * GRID_SIZE + (GRID_SIZE / 2);
if (api->touched(x, y))
{
return;
}
- for (xx = 0; xx < 16; xx = xx + 4)
+ /* Get the average color around the mouse */
+ total_r = total_g = total_b = 0;
+ px_cnt = 0;
+ for (xxx = -(GRID_SIZE / 2); xxx < (GRID_SIZE / 2); xxx++)
{
- for (yy = 0; yy < 16; yy = yy + 4)
+ for (yyy = -(GRID_SIZE / 2); yyy < (GRID_SIZE / 2); yyy++)
{
- /* Get avg color around the mouse */
- total_r = total_g = total_b = 0;
- for (xxx = 0; xxx < 4; xxx++)
+ SDL_GetRGB(api->getpixel(canvas_backup, x + xxx, y + yyy), canvas_backup->format, &r, &g, &b);
+ total_r += r;
+ total_g += g;
+ total_b += b;
+ px_cnt++;
+ }
+ }
+
+ total_r /= (GRID_SIZE * GRID_SIZE);
+ total_g /= (GRID_SIZE * GRID_SIZE);
+ total_b /= (GRID_SIZE * GRID_SIZE);
+
+
+ /* Convert the average color from RGB to CMYK values, for 'painting' later */
+ halftone_rgb2cmyk(total_r, total_g, total_b, cmyk);
+
+ /* Draw C, M, Y and K blobs into our 'square' surface */
+ for (channel = 0; channel < NUM_CHANS; channel++)
+ {
+ for (xxx = -(GRID_SIZE / 2) - 1; xxx < (GRID_SIZE / 2) + 1; xxx++)
+ {
+ for (yyy = -(GRID_SIZE / 2) - 1; yyy < (GRID_SIZE / 2) + 1; yyy++)
{
- for (yyy = 0; yyy < 4; yyy++)
+ /* A circle blob, radius based upon channel (C, M, Y or K) strength for this color */
+
+ ox = xxx + deg_cos(chan_angles[channel]) * OFFSET_RADIUS;
+ oy = yyy + deg_sin(chan_angles[channel]) * OFFSET_RADIUS;
+
+ sqx = (GRID_SIZE / 2) + ox;
+ sqy = (GRID_SIZE / 2) + oy;
+
+ /* Use intensity of the CMKY channel in question to decide
+ how big of a circle to paint */
+ if (api->in_circle(xxx, yyy, cmyk[channel] * GRID_SIZE))
{
- SDL_GetRGB(api->getpixel(canvas_backup, x + xx + xxx, y + yy + yyy), canvas_backup->format, &r, &g,
- &b);
- total_r += r;
- total_g += g;
- total_b += b;
- }
- }
- total_r /= 16;
- total_g /= 16;
- total_b /= 16;
+ /* Use the pure C, Y, M, or K color to paint with */
+ r = chan_colors[channel][0];
+ g = chan_colors[channel][1];
+ b = chan_colors[channel][2];
- /* Convert to CMYK values */
- halftone_rgb2cmyk(total_r, total_g, total_b, cmyk);
-
- /* Draw C, M, Y and K blobs into our 'square' surface */
- for (channel = 0; channel < NUM_CHANS; channel++)
- {
- r = chan_colors[channel][0];
- g = chan_colors[channel][1];
- b = chan_colors[channel][2];
-
- for (xxx = 0; xxx < 8; xxx++)
- {
- for (yyy = 0; yyy < 8; yyy++)
- {
- /* A circle blob, radius based upon channel (C, M, Y or K) strength for this color */
-
- /* FIXME: Base it upon this channel's angle! -bjk 2011.07.17 */
- ox = xxx;
- oy = yyy;
-
- sqx = (xx + ox) % 16;
- sqy = (yy + oy) % 16;
-
- if (api->in_circle(xxx - 4, yyy - 4, cmyk[channel] * 6.0))
- {
- SDL_GetRGB(api->getpixel(square, sqx, sqy), square->format, &or, &og, &ob);
-
- if (or == 255 && og == 255 && ob == 255)
- {
- /* If it's just white, put full color down */
- pixel = SDL_MapRGB(square->format, r, g, b);
- }
- else
- {
- /* Otherwise, blend a little */
- pixel = SDL_MapRGB(square->format, (r + or) / 2, (g + og) / 2, (b + ob) / 2);
- }
-
- api->putpixel(square, sqx, sqy, pixel);
- }
- }
+ /* Additively blend with whatever we have in the
+ 'square' buffer (which starts as white)
+ (since the target is RGB, we use `min()`) */
+ SDL_GetRGB(api->getpixel(square, sqx, sqy), square->format, &or, &og, &ob);
+ pixel = SDL_MapRGB(square->format, min(r * 1.2, or), min(g * 1.2, og), min(b * 1.2, ob));
+ api->putpixel(square, sqx, sqy, pixel);
}
}
}
}
- dest.x = x;
- dest.y = y;
+ /* Copy the results to the canvas */
+ dest.x = x - GRID_SIZE / 2;
+ dest.y = y - GRID_SIZE / 2;
+ dest.w = GRID_SIZE;
+ dest.h = GRID_SIZE;
SDL_BlitSurface(square, NULL, canvas, &dest);
}
@@ -326,16 +326,18 @@ void halftone_line_callback(void *ptr, int which ATTRIBUTE_UNUSED,
void halftone_switchin(magic_api * api, int which ATTRIBUTE_UNUSED, int mode ATTRIBUTE_UNUSED, SDL_Surface * canvas)
{
if (canvas_backup == NULL)
- canvas_backup =
- SDL_CreateRGBSurface(SDL_ANYFORMAT, api->canvas_w, api->canvas_h, canvas->format->BitsPerPixel,
- canvas->format->Rmask, canvas->format->Gmask, canvas->format->Bmask, canvas->format->Amask);
+ {
+ canvas_backup =
+ SDL_CreateRGBSurface(SDL_ANYFORMAT, api->canvas_w, api->canvas_h, canvas->format->BitsPerPixel,
+ canvas->format->Rmask, canvas->format->Gmask, canvas->format->Bmask, canvas->format->Amask);
+ }
if (square == NULL)
- square =
- SDL_CreateRGBSurface(SDL_ANYFORMAT, 16, 16, canvas->format->BitsPerPixel, canvas->format->Rmask,
- canvas->format->Gmask, canvas->format->Bmask, canvas->format->Amask);
-
- /* FIXME: What to do if they come back NULL!? :( */
+ {
+ square =
+ SDL_CreateRGBSurface(SDL_ANYFORMAT, GRID_SIZE, GRID_SIZE, canvas->format->BitsPerPixel, canvas->format->Rmask,
+ canvas->format->Gmask, canvas->format->Bmask, canvas->format->Amask);
+ }
SDL_BlitSurface(canvas, NULL, canvas_backup, NULL);
}
From f6c74f897e55452611f62b08bb1473f9395f62f6 Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Sat, 4 Sep 2021 23:28:33 -0700
Subject: [PATCH 30/48] "Halftone" can now affect the entire image at once
---
docs/CHANGES.txt | 7 +++++--
magic/src/halftone.c | 30 +++++++++++++++++++++++++-----
2 files changed, 30 insertions(+), 7 deletions(-)
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index 6ea3b6fb1..84338fce1 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -22,8 +22,8 @@ $Id$
of Cyan, Magenta, Yellow, and Black, based on the average
color of the area of the picture being replaced, to give a
"newsprint" effect.
- * WIP - Need to make it run against entire image
- * WIP - It seems to have the "Zoom" tool's icon!?!
+
+ * "Halftone" can now affect the entire image at once.
* Documentation updates
---------------------
@@ -65,6 +65,9 @@ $Id$
* "Zoom" magic tool icon had weird artifacting. Mended.
+ * WIP - "Halftone" magic tool had the "Zoom" tool's icon.
+
+
2021.June.28 (0.9.26)
* New Features
------------
diff --git a/magic/src/halftone.c b/magic/src/halftone.c
index baaf55a6c..bee550b6f 100644
--- a/magic/src/halftone.c
+++ b/magic/src/halftone.c
@@ -139,7 +139,7 @@ int halftone_requires_colors(magic_api * api ATTRIBUTE_UNUSED, int which ATTRIBU
int halftone_modes(magic_api * api ATTRIBUTE_UNUSED, int which ATTRIBUTE_UNUSED)
{
- return MODE_PAINT;
+ return (MODE_PAINT | MODE_FULLSCREEN);
}
void halftone_shutdown(magic_api * api ATTRIBUTE_UNUSED)
@@ -156,10 +156,30 @@ void halftone_shutdown(magic_api * api ATTRIBUTE_UNUSED)
SDL_FreeSurface(square);
}
-void halftone_click(magic_api * api, int which, int mode ATTRIBUTE_UNUSED,
+void halftone_click(magic_api * api, int which, int mode,
SDL_Surface * canvas, SDL_Surface * snapshot, int x, int y, SDL_Rect * update_rect)
{
- halftone_drag(api, which, canvas, snapshot, x, y, x, y, update_rect);
+ int full_x, full_y;
+
+ if (mode == MODE_PAINT)
+ {
+ halftone_drag(api, which, canvas, snapshot, x, y, x, y, update_rect);
+ }
+ else
+ {
+ for (full_y = 0; full_y < canvas->h; full_y += GRID_SIZE)
+ {
+ for (full_x = 0; full_x < canvas->w; full_x += GRID_SIZE)
+ {
+ halftone_line_callback(api, which, canvas, snapshot, full_x, full_y);
+ }
+ }
+ api->playsound(snd_effect[which], 128, 255);
+ update_rect->x = 0;
+ update_rect->y = 0;
+ update_rect->w = canvas->w;
+ update_rect->h = canvas->h;
+ }
}
void halftone_drag(magic_api * api, int which, SDL_Surface * canvas,
@@ -291,8 +311,8 @@ void halftone_line_callback(void *ptr, int which ATTRIBUTE_UNUSED,
ox = xxx + deg_cos(chan_angles[channel]) * OFFSET_RADIUS;
oy = yyy + deg_sin(chan_angles[channel]) * OFFSET_RADIUS;
- sqx = (GRID_SIZE / 2) + ox;
- sqy = (GRID_SIZE / 2) + oy;
+ sqx = ((GRID_SIZE / 2) + ox) % GRID_SIZE;
+ sqy = ((GRID_SIZE / 2) + oy) % GRID_SIZE;
/* Use intensity of the CMKY channel in question to decide
how big of a circle to paint */
From 11eb1b48e626e03f27927392b7c2576f0d0ad4ee Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Sat, 4 Sep 2021 23:32:23 -0700
Subject: [PATCH 31/48] Icon for "Halftone" magic tool
It somehow had the same icon as "Zoom" (!?!)
---
docs/CHANGES.txt | 2 +-
magic/icons/halftone.png | Bin 11939 -> 1798 bytes
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index 84338fce1..90610da4f 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -65,7 +65,7 @@ $Id$
* "Zoom" magic tool icon had weird artifacting. Mended.
- * WIP - "Halftone" magic tool had the "Zoom" tool's icon.
+ * "Halftone" magic tool had the "Zoom" tool's icon.
2021.June.28 (0.9.26)
diff --git a/magic/icons/halftone.png b/magic/icons/halftone.png
index 80c4dd907da61b3fae80a0eb42a0355fefcbc7b5..1fd8c591e2a68af4db5bf86e9f07ebf68bacea72 100644
GIT binary patch
literal 1798
zcmV+h2l@DkP)EX>4Tx04R}tkv&MmKpe$iQ)^W!4t5Yx$WWauh>AFB6^c+H)C#RSm|Xe=O&XFE
z7e~Rh;NZt%)xpJCR|i)?5c~jfb8}L3krMxx6k5c3aNLh~_a1le0HIc5n$k~y#OK6gCS8#Dk?V@bZ=CZk3p_Jyrjql-VPY}g!b%IXf~gTt5l2)_r+gvp
zvC4UivsS9G#y$B9Ls@-gnd>x%5XT~xAVGwJ3W_MfMwC{a6bnh(kG1g+x_*gV3b~44
z=bb{RHqo16O*}U#gFeSad^gZEa<4bO1wgWnpw>
zWFU8GbZ8()Nlj2!fese{00iDiL_t(o!>yNVXq9yw$3Jt&>6w=^b8~ZZI=8ubnU`&(
zLTb^vNiurT#bsq81z|Z1%Wj6z?M1z)=t4zOFDekCi5n3bA3qM~w9S0r&-wD4=koi1zu({Gf#Drx{*D9M#EXC}Kn|D-+ym4AX99Vk+xt3!
z@`C3KdW;xmaOuHgfmU$?upX!cYJuC`K)wIhd0#h>If?iF@1q>Zh8I_gD}g>>qyf%0
zz-l)%=TyA>G+?s05m+cb1L!xfE?}dqod@g$<^$`L_;ObscnEk#4q%4YPICdQ0WK|gcWdzGDLX0*2xZHO#{jc@d9AqGq*-a8
z^JK8k;MTgSlKv?sYZf@_0~>&!0-FQC1R46yKs$hMz5ZO_Ghn(2^Qn?=1CGf4GVh-Y
z+y?v#?9jI-+(1c*+d>KH0?rrD3G%c8*J}PoV1rD~03MOCIlv{rQl&>*^o!@oYCPIQ
z!VSCj4FzX_N#d-vuR`{dq@6Of4!B5spJk~J=qV=g$Uy6InfSt+YJs1nKL`8{i~=Sq
zS(11FXj0<+f#t9C;!D8ys?(#DYJdf@oCEIl{ELMwHMmoNH(V&`E#g_g#o{J268-g-
zn_S^WXKMaDunD+RJe0M4Fi9u4l1GP9^)n&6rzrVYU@>f+)(G5Y?
zKSE1A5UNP7U>IpmcDO9i+fV{evC8N5;)Wpc!=7Ji<4-m2*qA;6qonL*`!blh(s}OU^M9
z=f;q&TgB_c=jAr7leg^^^XXpTe(?*%=D3eT)Q7_8bX-5wTT+fFWrcpL(E`a5WuefP
ohm1@g^S=QHOL*>c@v->FKa=}vpbpD#>i_@%07*qoM6N<$g3oPRd;kCd
literal 11939
zcmV;UE?m)xP)
zaB^>EX>4U6ba`-PAZ2)IW&i+q+O3>fmL$26Z2z$eE&-EbSPsT>-VS>CeFYX-tYVQ(
z@{!ESh-8Gj8B7OJ5rx9t`JexH-CzFlm*7M6E?aG-m*V+f?zzXoKbrsk*WcIR^ZWY#
z7vsew6s0zW-at&+7+2x4*vO*FD1gi|N58vTkGF{VEj0KUXlLB
zmgUDr{NwNbBG}(I{xk9KZk&EwQT*dCEXMMu$NBkt?{4>=@99P^ShV~^ly|?Z^B(K&
ziOJJ@Tj5XTukr8t{&fB{{IziT_RCNHtk6TmE7ye_b{OG?^S-aJSYnPRR=&r$VtPMo
zsm2}`jtMF2Pq?w-y`38VTk*J*_;LJgE#cj_zx%DwxbqIYGzKmfc*{Th0?AWjtRY~>hJywxk15BA2ZCALEHdVlN^~{0
zsC)CC8s2N8#S-;nun9+4DyiZd@(X9>Y{XB^jTjo1ESp)eYRy@jyuXai*E4%`)q3v(K>z
zpOu%bvg&H9ud(A!8<^N-*WGsC;{a_VWPpK*z`n{K{#%dNNFe#dWK`|;|Z
z{`?zW3qM|q&r^C`{mpCq)Ybay5v`x%DuR$R9<{~U;ZROa}6G{Hp4nK&H`QovBvAUtj*McW-@&oEE2BU-S%y@
z-kJGZ&Mt-fFD^V+=Lf5la7piT_MWvCE`qhWQOQ*Pij}T!=S){G_o+MU2f=iY6-Q}v
z#d>1yJI|cB;WoXohMu*Qwx}g>?mc#a%;;TQXt!f|_TAgwCr|(D`D#9`%rUkvH||0N
z*kPHox5DdE48`}9iTF+kFL(ScM^vM(8EP87U`VREmYdtWjgpecs$Q^Y?%_<3jlhWu
z%j{iFX^S5h*EVo7!f9)kai}t@20J_qsdKpX!82TJmW~sEP2{2885Hq7S$lC4wT*$L6p;Pg=2P2%UTQ3f1D0m^W`|3e2XE
zi-BOj>7{8HBzG$ZPnAT@InN2ZiLam=&o?f~PyGaV3Z0M99aYQQ8gO~&!k&9&AF
zQ)mG|Tu@PW-AkCgxLc^YbRu#F(MiDMasmVzm(897CI*J@nRXg^<0nSv8GX%U?7~FV
zJwHuivCQKeRiyMC0xQ2ncsx1o*}SZfl*MbGRaim;(Rq@6Vw-!GJe!*sG2w5pZ|qwr
z5e2?TI?g=^5=$~v%8DR^H1h7%0RVz&6G6aL_7PyouAPQJn&(g}cEKV6tFo*)x~
zSqfe>@;=WwtpO3x%vl`>06z+09z;l6#A;VjzdO!OUXh&?rU?pB>_)yS3BX!u!}4lr
z68@NWwd4FHmrZm{xnPa;{Vu;80CI6l9>kCDXF{Fv
za`ktEi330@;LW9q9MXvTl>Eq@f>>_^2SF~m699CPvPAaqrZ!J0nOZ}zEh=3d>9%$)
zkcNx=z(&5;I(;Wj12}w=s)lL_i*Zd=jtDT%Gk`0gFixtZWr5L8K&IfEy&wVOCt2WGNcs6*|g9G3pz%2kDz^
zfYPp9(y3KEe5VWpAgdnM-T_|VoT6PxP>Swz39R7|NYG+3g2X(V2Oyns|Ja??Q#&ij
zUG&hlENS0SksOC)STS*f0IUE~KV=IIBKt+2w}RJ;|R|DbDWM%GW_Q#K3MAfV5Xcc2xJ
zJytk*#qHL*c)$(j;F~-MHz_HQ>3bOo-gzk47E2PM;qeQ3^kiWg04j!u=8iK0JT4X1
z4=-?}ZxyzRWcWJc&R7u03xF&yByM`HfiIW;NQ%w+;SGfq!4+*R-FlA%W`hBJR^SLY
z#G}480)sT=r65J#K-G?ibZ@f}*C7aU&uLd(4@_s{wqlO(+{EOD*cc^i6NQ_^f^?`*
zz&Fn3-3O4}R1g}C>EZ3T7V*+Bby=je%(pEXGIW8K%77)0zJH(xMsmU28br)
z+b>jx!!ATFMb=ZIl&J^sKP8hJM-&O4!3D|Tt-Fw^CK7RbYZ8!NSc1Qrnk*EJDq4UY
zVuhjr;CLATfv1VapR2$CrZaVmU!c8-!!uTT>DeTmFgBGPT-4fq64!fhI;SZ91c|_B
zT_B-JC=i6=7PMF6u6-{hcyP*s4X~o*FAK!Jx?H
z0vnG*9k@tc=LKWka8GKpzvNANwLb!l1r`C%__#ksgGd1TN#`(?FD3>Wx3$OUAlFm|
zUO;lBedglPCV3=sktQieBBL=n_mPECfNCOmLIlSEGN}6KhqOV$HC4W`D*<4m0woT9
zO@ig%x5#`fc#o*WJLWN7z^)_{-$;D|BoCAa^5#T*N2bq=wrvIW;z&+(A*2rQQ+iSG
zcyXxYUr~z-%uA2@>}}W{CTTKxflP%l7Rku6U~BG77>2>;sKj~$XymyY#S|d`+z1&r
zC7#D7_-}@0z=R$J01S#AH5qlzaRvC?=tc1?LMbf;>yA8%yhPsdwX5J_65a+`f-`J%
zdM8l`!aj^j?gj!oPoBny*Odc>(J%#sRh=XVuIO_Hzq(2+>Eel^L|PH6uu1NSvwd)j
zpiM1_9is1XTsBZLgRbysC{Pn8d{01LLA-`SoHc+&L`0Nog@$``pZfU?@F2HXowy=^
z2Y^E1#s*4H>VV1=6bC9v?!h{&fouK)1vjV$R4ri|_uE3Fz9Ucv@L5PG=SDD*CsU+W
zmiM33>FEV8EDP8==D0VB7YVMRx|%}-JlB!Sikj7F;Ja%bs))A(iZ=kVQk4`=FFuX*
zAaNa{PX>Sr_zwKV9t%A4-mgWh(d~Xc!PjkK8C+D~gx|!AK=x$Ll9#
zw6vc@Y-?RDT%>0CZkmXht|D1iI9CJ{(G2h8zX|Gy)?f&OpYZ@xcoO>@4-5A7R_Hin
zpPy38^bbS?IgLgJYqQz}FrT!#9+4vI0IMZ&a3vIhP&LtQBiU0yW5Rd1_O0XxtD+*R
ztg=o*x>gbzCOgPrzp_IV@uanqbEx(TD1?Ph-WRGcGsx5<$~37*afNOT8pFM%+bt&w
zf?Pn*xFLdQQ0N95Mcc-xuG~5X*N=6Js8`X-k_fAf4n$H@Ks^{kxqhKE?1Rzd;tU%Yy9+0V`LQW!-C{9X&zm7;03s5a9kVZWp{A$FP
z$y=QqNJp)KQP&|Fec;uRz5_o%5^$sO=k^~ENj(j1^BVo?v4%Di{
z3c00#NIIRk_n8Pv0Olk`z%zhZU=&CP-b$S&%eUWx32ZRPU1T&^QADWw5^aFbgab{W
zy!Hmt78OYT0ag?te$ZVh;%e&wColnS2uZBrF+ZXYZGt$&5leJVDl~h91Z-r2W|z^_s|p{`yCY#Q@4MZ{cAVn=289Az3>W
zSuj2Xb5z>~(SxODkBEdE_P1
z@DdL18HrXZQrRyG2v-2+ihi&Tg`tDW-6>Ud)SQuS0O}#5F@gxr53DOR3X>)0>iFq!C1^?8k?r^H<`aMF{&D_{Ss&a;#YkOY=Xz~7J7z=6Rq
z^rjY<9(Hh5^&KKlO+DCZ9bg}dHm_Wr)DSvCnidRY;S}V$T3!XNh)KCB^>u-2&1&?l$PF^ptQM}hpFN9@*WZ-oV>Ulwf;ILJ#
zv8#>|4vpA=zdQw!gvZdu3&0x`>C~U8rY)Wv$V2WySb*XZ-d75;!TkH{XNj9C(jIg5
z3QHCN8%1|e$5CyDn@J+x{5CakA1mW_tX~=ESPg6qIo)BlkPQI&1%61-K*3n~vIMJw
zc@^}=C=~H&lCP+STkeLhxb+$}+E7H2v={IM9>zsV05ldJk6Tn(*27(R$lVnaYMzg;
zmwix0j$aGYz;$@}P-{8c(cS~(5VZ+81(DZJ$3#t-LZL-WompRR9lXMFM$%#y1!sFn
zibe0s$jpsji;Vbute-*vA5kzJKQ?H2wR=NKJ%&h%pd+d(6@iNQnaV-Qo+KZXg4@(#
zXfT2+akjJ(yS~`t^{9ZTz~HaL4&>HV2*W$DE-U2UM2uQ4FzroM96WPG?UOJoM%7#Z
zLb-TJ)D$iFNg+X1kjq;e4{!`*!u{(x6}ai{HGArM
z)(@oV(SGt&{}U#Q;ubPtX=Te|!65dtWlTZF8Ip@4GZj3F@Un8W(G2>?f2u@43$=h)
z*ve55sDBKyOky(<(dyBt!e;>(w|9y;m>H=BKQOgHl(|zH849WmIs_fwqmHS045B3|
zprbIXqHaO1yT{opZ$Wak5COoKmPc1%k
zB~we+OH=J#xGpXN&sZt`6Pq!$LV|cM3FTnSS^b%$Sj0yd7@F}gpgqRPQY&>3yUh&5
zLGIC2RwHC~ONw?9i~o^puX?~tI{dj~`MuXtI}%(I6=+Zao)6{MC1%OUBh*qTX3Dk1
zGIuYOY$R)ax|SvJb%JvwWPig|Am^mQ9zzCx`i>`0^BsHoaX;}zE>
zZP*$p)1o&SO5Ggr0!*N`$f&l}Y2>jG@+ZieLHj=mS-@%rnpU(NJW5D0HA7?^5)0Cy
z{k}0?zno%fQiEiuA0~~1Y)E1(YC{qza0?aJ3^P6@f6Q&Pyq>`?|uDi0-IhA$LZFv&C=>)`+CLsC*IxMcV?BVIg60$f>cV
z`8u~02NH!maZzOjd6%}n6K;c`f|v3I;zC})Kt)qT_Q|vDYaUD6`4k$I$tLxc#@b++
zsN6V3&f0;T(u5us&{ZjH=ON96p9r?ix>00g(f70SCnHmwNXQU31+O>lSxKU6e{K|_D
zthYU2n0=(64ODF2U@o!}pdiga^>7vI5!9i|MLVSrk04!;jiYg!18+jWcw9^=Mk3)3
zv8RaiBtwYGw5gwNVmScJ)F2HSi7-$A*${Gu5P0k)N#5%75h!F=4__*<0#>cqRi#Nd
zchG%kU8GQ&JUK!MDmNduC-1%b?-`4xpB7qEJIuzn5BydS`vP;9Ym*9jg{zCi;+5ok
zK*T7Rhx~m=o&;TfS(G?6O~O#
zte!3!fea^>q_q&hYFz~|QFsSzn0mF`fk&LhxP~LSV^^akH8n8N>>XOESp^AK4S_&0
z)Th@l(K?zMAe-TWB_@AnyQUo=7@GLbh;PFGXm5EBF3rW}ul9=P{X=BM^|sZNwy7QM!LMdO
zcpt$kn6MGS6Z3(ntD>~I0BcR!!$xkX<@>^-p5$PA`)wvg6LHZdExb$Zx+YbT<*vb7
zgeBO3I55$Oq25kXC@C;tunsWP-itQ4OM9G@;GxoPb&ytINj&tZgdMrm$3S@Sq)qMP
zt5F2>(@`8ay*v}q+SUbRcTvO#*oPW4gR}=2fiE$-tqG7oA{iiAsBXTO0N7DueRMt+
zjSdiJRM^MzJw^wi&7O)cgn1`epizzNCS=Vp%{
zV?G24@eFM+9rYsoXjF-f{{b=>Xbivi443!s~xG=Mlgq%4HBefb>I(H|6ba
zkH&(Is#%N}T0roFwU*B>EkdNCBnz<$Kthg37ANf0MEaoaVEdSW?Rh-|NDzdi6+_nu
zF{d^sxczmulzJKLLp^25qXZ?R+LLO1!iuPaWa0^p)XIT+()hnB_Xq3*f?5Dl!f+Zj
z(uhfbuADc#a4~A3!oh>I*@%WAB!*-WbP=;2uLI_lvf1J
zBmlpkas(T+wTz8W@W}J>CNrLb)5bQJZj-_djA(CmYBC91nr4ZpjM`ZvXLgUI3x*i5
zPZTROmo>Hozspb?8(>z$jvxqS+#3nu;Trk;>>u$k(mO
zH;o6g&JVEMO=5CDjKq{C8B{LcoQ&i<*C6wIf#@8{$&Ecy&YE_tAp%32oq!Q`Y)+G0
zlK@e3Uy>SnudbWaX80bD6z>UWRQrw!leKxa6jSiawLk_cbngyDTBj2GK)$D*f^+~A
zCBxE%-f@wQw$IvN(C)iwS{qv7)!&9g8#zF7IBNC8HX2pXus~JkC3mVpg`Nt6wYOJ^
zJ~BZ=_mp7d9j4nPI(WT9*ThA1R6nYb&~a^TH?^TfAyl;kgG|35T$Hq+HZ-`NsDLN(
zpSK%`r*}cz9nSGkpmyFC=vH@e;NE#GV%j87!DL;x
zN7OoNa?PLSsEa77-wz)B?RT_+2sFg3*c+|WNF7L{2{+KHA)rZeC%dX^rI8KF{eqDZ
zFmML^^roE>tN`tRRaVS(s2Opjb0LnH4u2fUz~f*hop-=v1LBJtj7+6yns*5l#?h!D
z5eEEg)W{&w5U(Qnpl(L4Flz&kdYEOY;EeS~GAmSIuB)k2F235;ju!@PHZ(ADXn$
zz?yUsM5F1yHM*KCVgeHMi#kzSCqXoDBjWZ(PsElrW3#Ew28|i(s}oI=iQ~oP+QI!X
zY(^^DeVA#O4o(!!gcu=%$l8b?z^qbLATyMAe%Q5r;njj4k00gNqQJOY^G8K3d(D}k
zilGalYZ)30DUorjT7vMUZKhE2Weq-5wwG+y_S=sJMOD?3)&yxax8KFs(TR0<7
zhr^WqWkD7;W7YFp
zJ=PKqX;e)Q9Mp0<(`mQ9qLWCEq5X!TF3O@_p!u`5?p1-U5;fFRj`sP96{pN2SMNw4
zjA}2IhtXw479?G&&fJ}<@Q*M!)9AT`%-5KqOi`C6)Q{Td2ht^%r^*n1wHJ>lJ>6^X
z?y5XM_bW*C09r=M-?;O;ITtn<+fk(jN0Amt)vTUsmi*fj8vC~WH3z3@$THvu11q6y
zBa}Vsqz5HJZ4~b=G)l+v5U129PmUq+H5h?kF#XWc4GbeS!~ylgCx-QdT{E7fZ(In$s0lR9YT767sT?G*iUhJHiLlv|(yT3mNq
zcuH;5l{M9Rlz5(}rwAh|CQbgo
zS=}p{3J*%^SS;&;+5NJNqnQT_6y@y~U&YXyR62hT(KvuonCs2l}LuR=DEF`*0*a)6`#DIU?89n9|tso(gdiA-^pO%!{5;aP&egGy)l++t8>%
zn@tIl2tS7WJzzdgQ`+REx^=@OTEyLhrbpF}!8jx#!fj|{`Pq+!#g!$3GVjS%8(>zJ
z(++$9dq^l4PSW`K+odC60AP?35hF?Je+{6+qsUyOd_y+1sj<0^dU9yfBLYS#q%vpG
zq@kvyq7fE@QkvSQ@DPMIupY#!SbP!g>f|K;RzuIBTwt33Nu>Uk@;2tKHkN-z1xNY(
zS$0br$%Rj@wbXMeSrh>NP{8)0twZ1CA`tq%%XCRByw_pSYN5h`$qLwB3ZP2MvFjBmMa3&r5C(@UOl*d-*iTVIw66-EU
zR$6swQ5b@rTcN^8giJcaeTR0-Z`-O&zJkZ6OYOARw>zPjaAwFT<+C#y7xcdm(md-)wXdI*((~jlAFR0(6*N_BI^=b|aA_|gnPY8O@
z@KbxU{6#A0aUx)b!h`_Ssjiv$Ie;|W6_x#gC^UmMJI9vzhb;|d29lyva@4>?4m2`f
zr_jMa&6+;`fMz;L`)eSeW;sREx+E(CacZvy+N1MVkh7%bcK=52f_*1l(EEre^$`n*
zH`J^BViJtzKO~A$BI>l1k#oweJP9#mGlfkZ@&Os&l!u^HS9jy2avPo36$k1AD#
zPZo9Wf{a6g2<@Y(WvKKDL6bO8(en;m9B|Fj)T#(b9fpM@XhJ%pSac{vyIqB{al&ih
z1#)-}@JNH%8bMd1@CZ;${cH`+6OyFJq->~#3!91ik+P=a4kM%Ka;U*Cil_B)&=6UN
z>MiQ8rpe%XQ(L%s!$zPOVx0S%vOqNe{Z|Jq)<6pd9k_s&0+~3h+N56Yf7`A%D6M
z>{T1Cuk)Y-G@!1|-`P}i0G*!|?or#N5Zfz4xzyIz__zl3VI$DX+#jkFS|C}sXb8gb
zW}yxa$|P6X;8_xjZg01RxFDpOCc!nY$5PO=1g17EO=r%kX2P^HP3em%-hEb3&kf`}
z>V0etAA#|ttHM~l%3L&xmACtAAR|yG|B;GRc8?C3kXcHd&{L-`xv~&w-=06Fpgpuw
z-^0!8uAl0cC!h=oXDUg2m(WrJLSyQhX|bmDtv%l0rcPIArfh3!v~FGELPk@L4G7mz
zmBzm?ZQ!;uQlrt2?G01Bv41ga9bALSXg|z4QA>&LaAg=<3hLgmWLRxK)bbHD&VvoX
zUy6rj2&C7C2xXXiTa-