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
-- -
+- 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
- ++ ++ 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".
++ ++ 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
+ +SIZEvalue 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".
++ ++ 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".
++ ++ 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
+printcommandin 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
+ +$PAPERenvironment 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.
+
++ 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
-printcommandin 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
- -$PAPERenvironment 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
- ---nolockfileoption 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
++ -+
+- +
+ +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.
-++ -+ 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
+ +--nolockfileoption 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
+SIZEvalue 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
+Shiftis 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".
++ ++ 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
+ +Shiftis 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=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".
+-+ 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:
- -xdg-user-dir PICTURES" to find out.)Pictures" subdirectory in your home directory (i.e., "$HOME/Pictures" aka "~/Pictures").XDG_PICTURES_DIR".
- 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:
- -.tuxpaint" in your home directory (aka "~" or "$HOME")/home/username/.tuxpaint/brushes/ TuxPaint" in your "Application Data" folder.C:\Documents and Settings\Username\Application Data\TuxPaint\brushes\ TuxPaint" in your "Application Support" folder./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
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
-- -
+- 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
- ++ ++ 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".
++ ++ 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
+ +SIZEvalue 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".
++ ++ 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".
++ ++ 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
+printcommandin 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
+ +$PAPERenvironment 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.
+
++ 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
-printcommandin 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
- -$PAPERenvironment 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
- ---nolockfileoption 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.
-
+ 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
++ -+
+- +
+ +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.
-++ -+ 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
+ +--nolockfileoption 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
+SIZEvalue 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
+Shiftis 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".
++ ++ 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
+ +Shiftis 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=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".
+-+ 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:
- -xdg-user-dir PICTURES" to find out.)Pictures" subdirectory in your home directory (i.e., "$HOME/Pictures" aka "~/Pictures").XDG_PICTURES_DIR".
- 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:
- -.tuxpaint" in your home directory (aka "~" or "$HOME")/home/username/.tuxpaint/brushes/ TuxPaint" in your "Application Data" folder.C:\Documents and Settings\Username\Application Data\TuxPaint\brushes\ TuxPaint" in your "Application Support" folder./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
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
-- -
+- 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 "
+colorfileci-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
- ++ ++ 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".
++ ++ 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
+ +SIZEdoit ê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".
++ ++ 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".
++ ++ 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
+printcommanddans 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.
+
++ 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
-printcommanddans 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.
-
+ 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
++ -+
+- +
+ +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.
-++ -+ 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
+SIZEdoit ê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
+Shiftest 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".
++ ++ 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
+ +Shiftest 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=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".
+-+ 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 :
- -xdg-user-dir PICTURES" pour le savoir.)Images" dans votre répertoire personnel (c'est-à-dire "$HOME/Images" aka "~/Images").XDG_PICTURES_DIR".
- 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 :
- -.tuxpaint" dans votre répertoire personnel (aka "~" ou "$HOME")/home/username/.tuxpaint/brushes/ TuxPaint" dans votre dossier "Application Data".C:\Documents and Settings\Username\Application Data\TuxPaint\brushes\ TuxPaint" dans votre dossier "Application Support"./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
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
-- -
+- 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
- ++ ++ 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".
++ ++ 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ÑOdeberí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".
++ ++ 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".
++ ++ 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
+printcommandno 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/papersizee 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.
+
++ 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
-printcommandno 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/papersizee 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
- ---nolockfilena 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.
-
+ 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
++ -+
+- +
+ +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.
-++ -+ 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
+ +--nolockfilena 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ÑOdeberí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».
++ ++ 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=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".
+-+ 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 é:
- -xdg-user-dir PICTURES» para descubrilo.)Imaxes» no seu directorio persoal (é dicir, «$HOME/Imaxes» tamén coñecido como «~/Imaxes»).XDG_PICTURES_DIR».
- 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 é:
- -.tuxpaint» no seu directorio persoal (tamén coñecido como «~» ou «$HOME»)/home/username/.tuxpaint/brushes/ TuxPaint» no seu cartafol «Application Data».C:\Documents and Settings\Username\Application Data\TuxPaint\brushes\ TuxPaint» no seu cartafol «Application Support»./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
設定ファイルでは、以下のオプションを設定することができます。(コマンドラインオプションによる設定が優先されます。以下のコマンドラインオプション"の項をごらん下さい)
-fullscreen=yes
- +-+ 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
- ++ ++ 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".
++ ++ 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".
++ ++ 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".
++ ++ 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.
+
++ 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 で設定したボタンに "「ほぞん」" へのショートカットを割り当てます。
-
+ 注:標準の設定を用いる場合は、画像用のディレクトリにサブディレクトリ "TuxPaint" が作成されます。(例:"~/Pictures/TuxPaint")一方、"--exportdir" オプションを用いると、指定されたパスがそのまま使用されます(サブディレクトリ "TuxPaint" は作成されません)。
+ ディレクトリ(例: "~/Pictures/TuxPaint")が存在しない場合は新たに作成されます。
+ 一つ上の親ディレクトリ(例:"~/Pictures/TuxPaint")が存在しない場合もディレクトリの作成を試みますが、それ以上の階層のディレクトリを作成することはありません。
+ 例:exportdir=/home/penguin/TuxPaintExports
++ -+
+- +
+ +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 で設定したボタンに "印刷設定ダイアログ" へのショートカットを割り当てます。
-++ -+ 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" を意味します。
++ ++ 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=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".
+-+ 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によるスライドショーデータなど、データの出力先のディレクトリを変更します。
- -- 特に設定していなければ、標準のディレクトリは次の場所にあります:
- -xdg-user-dir PICTURES" コマンドで確認できます)$HOME/Pictures" あるいは "~/Pictures")以下の "Pictures" ディレクトリになります。(日本語環境では "画像")XDG_PICTURES_DIR "に何も設定されていない場合は、上記の英語環境で一般的なディレクトリ(~/Pictures)を使用します。
- 注:標準の設定を用いる場合は、画像用のディレクトリにサブディレクトリ "TuxPaint" が作成されます。(例:"~/Pictures/TuxPaint")一方、"--exportdir" オプションを用いると、指定されたパスがそのまま使用されます(サブディレクトリ "TuxPaint" は作成されません)。
- ディレクトリ(例: "~/Pictures/TuxPaint")が存在しない場合は新たに作成されます。
- 一つ上の親ディレクトリ(例:"~/Pictures/TuxPaint")が存在しない場合もディレクトリの作成を試みますが、それ以上の階層のディレクトリを作成することはありません。
- 例:exportdir=/home/penguin/TuxPaintExports
datadir=DIRECTORY
- - 個人用データファイル(ペイントブラシ、スタンプ、スターター、テンプレート、個人用のフォント)を検索する場所を変更します。
- -
- Tux Paint は、ここで指定されたディレクトリ以下の "brushes", "stamps", "starters", "templates", and "fonts" という名前のサブディレクトリをそれぞれ検索します。
- 特に設定していなければ、標準のディレクトリは次の場所にあります:
- -~" または "$HOME")にある隠しディレクトリ ".tuxpaint" 以下/home/username/.tuxpaint/brushes/ Application Data" フォルダーにある "TuxPaint" フォルダー以下C:\Documents and Settings\Username\Application Data\TuxPaint\brushes\ 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