1TUXPAINT(1) Tux Paint TUXPAINT(1)
2
3
4
6 tuxpaint -- "Tux Paint", a drawing program for young children.
7
8
10 tuxpaint [--help --version --verbose-version --usage --copying]
11
12
13 tuxpaint [--fullscreen {yes|native|no}]
14 [--allowscreensaver]
15 [--WIDTHxHEIGHT]
16 [--native]
17 [--orient=portrait]
18 [--startblank]
19 [--nosound]
20 [--nostereo]
21 [--noquit]
22 [--noprint]
23 [--printdelay=SECONDS]
24 [--printcfg]
25 [--altprintalways | --altprintnever]
26 [--papersize PAPERSIZE | --papersize help]
27 [--simpleshapes]
28 [--uppercase]
29 [--grab]
30 [--noshortcuts]
31 [--nowheelmouse]
32 [--nobuttondistinction]
33 [--nofancycursors]
34 [--hidecursor]
35 [--nooutlines]
36 [--nostamps]
37 [--nostampcontrols]
38 [--nomagiccontrols]
39 [--noshapecontrols]
40 [--nolabel]
41 [--newcolorslast]
42 [--mirrorstamps]
43 [--mouse-accessibility]
44 [--onscreen-keyboard]
45 [--joystick-dev=DEVICE]
46 [--joystick-dev=list]
47 [--joystick-slowness=SPEED]
48 [--joystick-threshold=THRESHOLD]
49 [--joystick-maxsteps=STEPS]
50 [--joystick-hat-timeout=MILLISECONDS]
51 [--joystick-hat-slowness=SPEED]
52 [--joystick-btn-escape=BUTTON]
53 [--joystick-btn-brush=BUTTON]
54 [--joystick-btn-stamp=BUTTON]
55 [--joystick-btn-lines=BUTTON]
56 [--joystick-btn-shapes=BUTTON]
57 [--joystick-btn-text=BUTTON]
58 [--joystick-btn-label=BUTTON]
59 [--joystick-btn-magic=BUTTON]
60 [--joystick-btn-undo=BUTTON]
61 [--joystick-btn-redo=BUTTON]
62 [--joystick-btn-eraser=BUTTON]
63 [--joystick-btn-new=BUTTON]
64 [--joystick-btn-open=BUTTON]
65 [--joystick-btn-save=BUTTON]
66 [--joystick-btn-pgsetup=BUTTON]
67 [--joystick-btn-print=BUTTON]
68 [--joystick-buttons-ignore=BUTTON1,BUTTON2,...]
69 [--stampsize=SIZE]
70 [--keyboard]
71 [--nosysfonts]
72 [--alllocalefonts]
73 [--savedir DIR]
74 [--datadir DIR]
75 [--saveover]
76 [--saveovernew]
77 [--nosave]
78 [--autosave]
79 [--colorfile FILE]
80
81
82 tuxpaint (defaults)
83 [--windowed]
84 [--disablescreensaver]
85 [--800x600]
86 [--orient=landscape]
87 [--startlast]
88 [--sound]
89 [--stereo]
90 [--quit]
91 [--print]
92 [--printdelay=0]
93 [--noprintcfg]
94 [--altprintmod]
95 [--complexshapes]
96 [--mixedcase]
97 [--dontgrab]
98 [--shortcuts]
99 [--wheelmouse]
100 [--buttondistinction]
101 [--fancycursors]
102 [--showcursor]
103 [--outlines]
104 [--stamps]
105 [--stampcontrols]
106 [--magiccontrols]
107 [--shapecontrols]
108 [--label]
109 [--newcolorsfirst]
110 [--dontmirrorstamps]
111 [--stampsize=default]
112 [--mouse]
113 [--sysfonts]
114 [--currentlocalefont]
115 [--saveoverask]
116 [--save]
117 [--noautosave]
118
119
120 tuxpaint [--locale LOCALE]
121
122
123 tuxpaint [--lang LANGUAGE | --lang help]
124
125
126 tuxpaint [--nosysconfig]
127 [--nolockfile]
128
129
131 Tux Paint is a drawing program for young children. It is meant to be
132 easy and fun to use. It provides a simple interface and fixed canvas
133 size, and provides access to previous images using a thumbnail browser
134 (i.e., no access to the underlying filesystem).
135
136 Unlike popular drawing programs like "The GIMP," it has a very limited
137 toolset. However, it provides a much simpler interface, and has enter‐
138 taining, child-oriented additions such as sound effects.
139
140
142 --help Display short, helpful information about Tux Paint.
143
144 --version
145 Output the version info.
146
147 --verbose-version
148 Output the version info and compile-time build options.
149
150 --usage Display a list of all commandline options.
151
152 --copying
153 Show the license (GNU GPL) under which Tux Paint is released.
154
155
157 tuxpaint accepts the following options to alter the interface. They
158 can be used along with, instead of, or to override options set in con‐
159 figuration files. (See below.)
160
161 --fullscreen=yes --fullscreen=native --fullscreen=no --windowed
162 Run Tux Paint in full-screen mode at its default -- or a speci‐
163 fied -- screen resolution ("--fullscreen=yes"); or in full-
164 screen mode at the system's native resolution
165 ("--fullscreen=native"); or run in a window ("--fullscreen=no"
166 or "--windowed") (default).
167
168
169 --allowscreensaver --disablescreensaver
170 Normally, tuxpaint disables your screensaver. Use
171 --allowscreensaver to prevent this from happening.
172
173
174 --native
175 When in fullscreen mode, use the system's default screen reso‐
176 lution.
177
178
179 --WIDTHxHEIGHT
180 Run Tux Paint in a particularly-sized window, or at a particu‐
181 lar fullscreen resolution (if --native is not used). Default
182 is 800x600. Minimum width is 640. Minimum height is 480.
183 Portrait and landscape orientations are both supported. (Also
184 see --orient, below.)
185
186
187 --orient=landscape --orient=portrait
188 If --orient=portrait is set, asks Tux Paint to swap the WIDTH
189 and HEIGHT values it uses for windowed or fullscreen mode,
190 without having to actually change the WIDTH and HEIGHT values
191 in the configuration file or on the command-line. (This is use‐
192 ful on devices where the screen can be rotated, e.g. tablet
193 PCs.)
194
195
196 --nosound --sound
197 Disable or enable (default) sound.
198
199
200 --nostereo --stereo
201 Disable or enable (default) stereo panning support.
202
203
204 --noquit --quit
205 Disable or enable (default) the on-screen Quit button and
206 Escape key sequence for quitting Tux Paint. Instead, use the
207 window close button in the titlebar, the Alt+F4 key sequence,
208 or the Shift+Control+Escape key sequence.
209
210
211 --noprint --print
212 Disable or enable (default) the Print command within Tux Paint.
213
214
215 --printdelay=SECONDS --printdelay=0
216 Only allow printing (via the Print command) once every SECONDS
217 seconds. Default is 0 (no limitation).
218
219
220 --printcfg --noprintcfg
221 (Windows and Mac OS X only.) Enable or disable loading and
222 saving of printer settings. By default, Tux Paint will print
223 to the default printer with default settings. Pressing [ALT]
224 while pushing the Print button will cause a printer dialog to
225 appear (as long as you're not in fullscreen mode; see also
226 --altprintalways and --altprintnever, below.) Unless
227 --noprintcfg is used, your previous settings will be loaded
228 when Tux Paint starts up, and setting changes will be saved for
229 next time.
230
231
232 --altprintmod --altprintnever --altprintalways
233 These options control whether an system printer dialog appears
234 when the user clicks the Print button. By default (--altprint‐
235 mod), pressing [ALT] while clicking Print will bring up a dia‐
236 log (unless you're in fullscreen mode). With --altprintalways,
237 the dialog will always appear, even if [ALT] is not being held.
238 With --altprintnever, the dialog will never appear, even if
239 [ALT] is being held.
240
241
242 --papersize PAPERSIZE
243 (Only when PostScript printing is used - not Windows, Mac OS X
244 or BeOS.) Ask Tux Paint to generate PostScript of a particular
245 paper size. Valid sizes are those supported by libpaper. See
246 papersize(5).
247
248
249 --simpleshapes --complexshapes
250 Disable or enable (default) the rotation step when using the
251 Shape tool within Tux Paint. When disabled, shapes cannot be
252 rotated; however, the interface is easier (click, drag,
253 release), which can be useful for younger or disabled children.
254
255
256 --uppercase --mixedcase
257 In uppercase mode, all text prompts and the Text drawing tool
258 will display only uppercase letters. This is useful for chil‐
259 dren who are not yet comfortable with the lowercase character‐
260 set. Default mode is mixed case.
261
262
263 --grab --nograb
264 Grab the mouse and keyboard input (if possible), so that the
265 mouse is confined to the Tux Paint window. Default is to not
266 grab.
267
268
269 --noshortcuts --shortcuts
270 If noshortcuts mode, keyboard shortcuts (e.g., Ctrl+S for Save)
271 will be disabled. Default mode is shortcuts enabled.
272
273
274 --nowheelmouse --wheelmouse
275 By default, the wheel (jog dial) on a mouse will be used to
276 scroll the selector on the right of the screen. This can be
277 disabled, and the wheel completely ignored, with the --nowheel‐
278 mouse option. This is useful for children who aren't yet com‐
279 fortable with the mouse. Default is to support the wheel.
280
281
282 --nobuttondistinction --buttondistinction
283 By default, only mouse button #1 (typically the leftmost mouse
284 button on mice with more than one button) can be used for
285 interacting with Tux Paint. With the --nobuttondistinction
286 option, mouse buttons #2 (middle) and #3 (right) can be used,
287 as well. This is useful for children who aren't yet comfort‐
288 able with the mouse. Default is to only recognize button #1.
289
290
291 --nofancycursors --fancycursors
292 Disable or enable (default) the 'fancy' mouse pointer shapes in
293 Tux Paint. While the shapes are larger, and context sensitive,
294 some environments have trouble displaying the mouse pointer,
295 and/or leave 'trails' on the screen.
296
297
298 --hidecursor --showcursor
299 Completely hide, or enable (default) the mouse pointer in Tux
300 Paint. This can be useful on touchscreen devices, such as
301 tablet PCs.
302
303
304 --nooutlines --outlines
305 In nooutlines mode, much simpler outlines and 'rubber-band'
306 lines are displayed when using the Lines, Shapes, Stamps and
307 Eraser tools. (This can help when Tux Paint is run on slower
308 computers, or displayed on a remote X display.)
309
310
311 --nostamps --stamps
312 With nostamps set, Rubber Stamp images are not loaded, so the
313 Stamps tool will not be available. This option can be used to
314 reduce the time Tux Paint takes to load, and reduce the amount
315 of RAM it requires.
316
317
318 --nostampcontrols --stampcontrols
319 Disable or enable (default) buttons to control stamps. Con‐
320 trols include mirror, flip, shrink and grow. (Note: Not all
321 stamps will be controllable in all ways.)
322
323
324 --nomagiccontrols --magiccontrols
325 Disable or enable (default) buttons to control Magic tools.
326 Controls include controlling whether a Magic tool is used like
327 a paint brush, or if it affects the entire image at once.
328 (Note: Not all Magic tools will be controllable.)
329
330
331 --noshapecontrols --shapecontrols
332 Disable or enable (default) buttons to change the Shape tool's
333 behavior -- shapes expanding from the center, or from a corner,
334 where the mouse is initially clicked.
335
336
337 --nolabel --label
338 Disable or enable (default) the Label tool, which lets you cre‐
339 ate text which can be altered or moved later.
340
341
342 --newcolorslast --newcolorsfirst
343 List solid (blank) colors at the end, or beginning (default) of
344 the options displayed when using the New tool to start a new
345 picture.
346
347
348 --mirrorstamps --dontmirrorstamps
349 With mirrorstamps set, stamps which can be mirrored will appear
350 mirrored by default. This can be useful when used by people
351 who prefer things right-to-left over left-to-right.
352
353
354 --mouse-accessibility
355 In this mode, instead of clicking, dragging and releasing
356 (e.g., to draw), you click, move, and click again to end the
357 motion.
358
359
360 --onscreen-keyboard
361 Presents a clickable on-screen keyboard when using the Text and
362 Label tools.
363
364
365 --stampsize=size --stampsize=default
366 Sets the default size of all stamps, relative to their possible
367 sizes (determined by Tux Paint, based on the dimensions of both
368 the stamps themselves, and the drawing canvas). Valid values
369 are from 0 (smallest) to 10 (largest). Use default to let Tux
370 Paint choose (this is the default setting).
371
372
373 --keyboard --mouse
374 The keyboard option lets the mouse pointer in Tux Paint be con‐
375 trolled with the keyboard. The arrow keys move the pointer.
376 Spacebar acts as the mouse button.
377
378
379 --nosysfonts --sysfonts
380 Tux Paint normally attempts to search for additional TrueType
381 Fonts installed in common places on your system. If this
382 causes trouble, or you'd prefer to only make fonts installed in
383 Tux Paint's directory available, use the nosysfonts option to
384 disable this feature.
385
386
387 --alllocalefonts --currentlocalefont
388 Tux Paint avoids loading any fonts in its 'locale' font subdi‐
389 rectory, except any that match the current locale Tux Paint is
390 running under. Use the alllocalefonts option to load all such
391 fonts, for use in the "Text" tool. (This is the old behavior,
392 prior to version 0.9.21.)
393
394
395 --savedir DIR
396 Specify where Tux Paint should save files.
397
398
399 --datadir DIR
400 Specify where Tux Paint should look for personal data files
401 (brushes, stamps, etc.).
402
403
404 --saveover --saveovernew --saveoverask
405 If, when saving a picture, an older version of the file will be
406 overwritten, Tux Paint will, by default, ask for confirmation:
407 either save over the old file, or create a new file. This
408 prompt can be disabled with --saveover (which always saves over
409 older versions of pictures) or --saveovernew (which always
410 saves a new file). The default is to prompt (--saveoverask).
411
412
413 --nosave --save
414 The nosave option disables Tux Paint's ability to save files.
415 This can be used in situations where the program is only being
416 used for fun, or in a test environment.
417
418
419 --autosave --noautosave
420 The autosave option prevents Tux Paint from asking whether you
421 want to save the current picture when quitting, and assumes you
422 do.
423
424
425 --startblank --startlast
426 When you start Tux Paint, it loads the last image that was
427 being worked on. The --startblank option disables this, so it
428 always starts with a blank canvas. The default behavior is
429 --startlast.
430
431
432 --colorfile FILE
433 This option allows you to override the default color palette in
434 Tux Paint and replace it with your own. The file should be a
435 plain ASCII text file containing one color description per
436 line. Colors may be in decimal or 6- or 3-digit hexadecimal,
437 and followed by a description. (For example, "#000 Black" and
438 "255 192 64 Orange".)
439
440
442 Various parts of Tux Paint have been translated into numerous lan‐
443 guages. Tux Paint will try its best to honor your locale setting
444 (i.e., the LANG environment variable), if possible. You can also
445 specifically set the language using options on the command-line or in a
446 configuration file.
447
448
449 --locale LOCALE
450 Specify the language to use, based on locale name (which is
451 typically of the form language[_territory][.codeset][@modi‐
452 fier], where language is an ISO 639 language code, territory is
453 an ISO 3166 country code, and codeset is a character set or
454 encoding identifier like ISO-8859-1 or UTF-8.)
455
456 For example, de_DE@euro for German, or pt_BR for Brazilian Por‐
457 tuguese.
458
459
460 --lang LANGUAGE
461 Specify the language to use, based on the language's name (as
462 recognized by Tux Paint). Choose one of the language names
463 listed below:
464
465 - english | american-english
466 - acholi | acoli
467 - afrikaans
468 - akan | twi-fante
469 - albanian
470 - amharic
471 - arabic
472 - aragones
473 - armenian | hayeren
474 - assamese
475 - asturian
476 - azerbaijani
477 - australian-english
478 - bambara
479 - basque | euskara
480 - belarusian | bielaruskaja
481 - bengali
482 - bodo
483 - bokmal
484 - bosnian
485 - brazilian-portuguese | portugues-brazilian | brazilian
486 - breton | brezhoneg
487 - british | british-english
488 - bulgarian
489 - canadian-english
490 - catalan | catala
491 - chinese | simplified-chinese
492 - croatian | hrvatski
493 - czech | cesky
494 - danish | dansk
495 - dogri
496 - dutch | nederlands
497 - esperanto
498 - estonian
499 - faroese
500 - finnish | suomi
501 - french | francais
502 - fula | fulah | pulaar-fulfulde
503 - gaelic | irish-gaelic | gaidhlig
504 - galician | galego
505 - georgian
506 - german | deutsch
507 - greek
508 - gronings | zudelk-veenkelonioals
509 - gujarati
510 - hebrew
511 - hindi
512 - hungarian | magyar
513 - icelandic | islenska
514 - indonesian | bahasa-indonesia
515 - inuktitut
516 - italian | italiano
517 - japanese
518 - kabyle | kabylian
519 - kannada
520 - kashmiri-devanagari
521 - kashmiri-perso-arabic
522 - kiga | chiga
523 - kinyarwanda
524 - khmer
525 - klingon | tlhIngan
526 - konkani-devanagari
527 - konkani-roman
528 - korean
529 - kurdish
530 - latvian
531 - lithuanian | lietuviu
532 - luganda
533 - luxembourgish | letzebuergesch
534 - macedonian
535 - maithili
536 - malay
537 - malayalam
538 - manipuri-bengali
539 - manipuri-meitei-mayek
540 - marathi
541 - mexican-spanish | espanol-mejicano | mexican
542 - mongolian
543 - ndebele
544 - nepali
545 - northern-sotho | sesotho-sa-leboa
546 - norwegian | nynorsk | norsk
547 - occitan
548 - odia | oriya
549 - ojibway | ojibwe
550 - persian
551 - polish | polski
552 - portuguese | portugues
553 - punjabi | panjabi
554 - romanian
555 - russian | russkiy
556 - sanskrit
557 - santali-devanagari
558 - santali-ol-chiki
559 - sardinian
560 - scottish | scottish-gaelic | ghaidhlig
561 - serbian
562 - serbian-latin
563 - shuswap | secwepemctin
564 - shuswap-devanagari
565 - sindhi-perso-arabic
566 - slovak
567 - slovenian | slovensko
568 - songhay
569 - southafrican-english
570 - spanish | espanol
571 - sundanese
572 - swahili
573 - swedish | svenska
574 - tagalog
575 - tamil
576 - telugu
577 - thai
578 - tibetan
579 - traditional-chinese
580 - turkish
581 - twi
582 - ukrainian
583 - urdu
584 - valencian
585 - venda
586 - venetian | veneto
587 - vietnamese
588 - walloon | walon
589 - welsh | cymraeg
590 - wolof
591 - xhosa
592 - zapotec | miahuatlan-zapotec
593 - zulu
594
595
596 --lang help
597 Display a lists of all supported languages.
598
599
601 --nosysconfig
602 With this option, Tux Paint will not attempt to read the sys‐
603 tem-wide configuration file (typically /etc/tuxpaint/tux‐
604 paint.conf).
605
606
607 --nolockfile
608 By default, Tux Paint uses a lockfile (stored in the user's
609 local Tux Paint directory) which prevents it from being
610 launched more than once in 30 seconds. (Sometimes children get
611 too eager, or user interfaces only require one click, but users
612 think they need to double-click.) This option makes Tux Paint
613 ignore the current lockfile.
614
615
617 While Tux Paint may refer to a number of environment variables indi‐
618 rectly (e.g., via SDL(3)), it only directly accesses the following:
619
620 HOME to determine where picture files go when using the Save and
621 Open commands within Tux Paint, to keep track of the current
622 image, when quitting and restarting Tux Paint, and to get the
623 user's configuration file.
624
625
626 LANG to determine language to use, if setlocale(3) refers to
627 'LC_MESSAGES'.
628
629
631 /etc/tuxpaint/tuxpaint.conf
632 System-wide configuration file. It is read first (unless the
633 --nosysconfig option was given on the command-line).
634
635 (Created during installation.)
636
637 $HOME/.tuxpaintrc
638 User's configuration file. It can be used to set default
639 options (rather than setting them on the command-line every
640 time), and/or to override any settings in the system-wide con‐
641 figuration file.
642
643 (Not created or edited automatically; must be created manually.
644 You can do this by hand, or use 'Tux Paint Config..')
645
646 $HOME/.tuxpaint/saved/
647 A directory of previously-saved images (and thumbnails). Only
648 files in this directory will be made available using the Open
649 command within Tux Paint. (See tuxpaint-import(1).)
650
651 (Created when Save command is used.)
652
653 $HOME/.tuxpaint/current_id.txt
654 A reference to the image which was being edited when Tux Paint
655 was last quit. (This image is automatically loaded the next
656 time Tux Paint is re-run.)
657
658 (Created when Tux Paint is Quit.)
659
660 $HOME/.tuxpaint/lockfile.dat
661 A lockfile that prevents Tux Paint from being launched more
662 than once every 30 seconds. Disable checking the lockfile by
663 using the ´--nolockfile´ command-line argument.
664
665 (There's no reason to delete the lockfile, as it contains a
666 timestamp inside which causes it to expire after 30 seconds.)
667
668
670 This program is free software; you can redistribute it and/or modify it
671 under the terms of the GNU General Public License as published by the
672 Free Software Foundation; either version 2 of the License, or (at your
673 option) any later version.
674
675
677 The canonical place to find Tux Paint information is at http://www.tux‐
678 paint.org/.
679
680
682 Bill Kendrick. <bill@newbreedsoftware.com>
683
684 With patches, fixes, extensions, translation, documentation and more
685 from lots of people, including, but not limited to:
686
687 Aki, Ashish Arora, Khalid Al Holan, Daniel Andersson, Hodorog Andrei,
688 Joana Portia Antwi-Danso, Adorilson Bezerra de Araujo, Xandru Armesto,
689 Ben Armstrong, Ravishankar Ayyakkannu, Dwayne Bailey, Martin Benjamin,
690 Denis Bodor, Yacine Bouklif, René Brandenburger, Herman Bruyninckx,
691 Lucie Burianova, Laurentiu Buzdugan, Albert Cahalan, Pere Pujal Cara‐
692 bantes, Ouychai Chaita, Zden¿k Chalupský, Wei-Lun Chao, Jacques Chion,
693 Ankit Choudary, Abdoul Cisse, Urska Colner, Adam 'akanewbie' Corcoran,
694 Helder Correia, Ricardo Cruz, Laurent Dhima, Chandrakant Dhutadmal,
695 Yavor Doganov, Joe Dalton, Dawa Dolma, Kevin Donnelly, Ander Elortondo,
696 Alberto Escudero-Pascual, Jamil Farzana, Doruk Fisek, Dovix, Korvigel‐
697 lou An Drouizig (Philippe), Fabian Franz, Derrick Frimpong, Martin
698 Fuhrer, Fula Localization Project, Gabriel Gazzan, Alexander
699 Geroimenko, Torsten Giebl, Solomon Gizaw, Robert Glowczynski, Chris
700 Goerner, Mikel González, Volker Grabsch, The Greek Linux i18n Team,
701 Edmund GRIMLEY EVANS, Frederico Goncalves Guimaraes, Joe Hanson, Sam
702 "Criswell" Hart, Guy Hed, Farinaz Hedayat, Tedi Heriyanto, Pjetur G.
703 Hjaltason, Knut Erik Hollund, Khaled Hosny, Henry House, Mohomodou
704 Houssouba, Song Huang, Karl Ove Hufthammer, Roland Illig, Indigenas Sin
705 Fronteras, Juan Irigoien, Students of Vocational Higher Secondary
706 School Irimpanam, Ivana Rakic, Dmitriy Ivanov, Mogens Jaeger, Lis Gøthe
707 í Jákupsstovu, Nedjeljko Jedvaj, Aleksandar Jelenak, Rasmus Erik Voel
708 Jensen, Wang Jian, Amed Ç. Jiyan, Petri Jooste, Richard June, Andrej
709 Kacian, Thomas Kalka, Jorma Karvonen, Kazuhiko, Gabor Kelemen, Mark
710 Kim, Thomas Klausner, Koby, Marcin 'Shard' Konicki, Ines Kovacevic,
711 Mantas Kriauciunas, Freek de Kruijf, Andrzej M. Krzysztofowicz, Piotr
712 Kwilinski, Serafeim Kyriaki, Matthew Lange, Fabio Lazarin, Niko Lewman,
713 Arkadiusz Lipiec, Ricky Lontoc, Dag H. Loras, Burkhard Luck, Vincent
714 Mahlangu, Ankit Malik, Neskie Manuel, Fred Ulisses Maranhao, Yannig
715 MARCHEGAY (Kokoyaya), Jorge Mariano, Martin, Sergio Marques, Pheledi
716 Mathibela, Scott McCreary, Marco Milanesi, Kartik Mistry, Mugunth,
717 Steve Murphy, Samuel Murray (Groenkloof), Shumani Mercy Nehulaudzi,
718 Mikkel Kirkgaard Nielsen, Alesis Novik, Daniel Nylander, Olli, James
719 Olweny, Teresa Orive, Gareth Owen, Sorin Paliga, Yannis Papatzikos,
720 Nikolay Parukhin, Alessandro Pasotti, Flavio Pastor, Patrick, George
721 Patrick, Primoz Peterlin, Le Quang Phan, Henrik Pihl, Auk Piseth, Pablo
722 Pita, Milan Plzik, Sergei Popov, John Popplewell, Adam 'foo-script'
723 Rakowski, Rodrigo Perez Ramirez and Indigenas Sin Fronteras, Robert
724 Readman, Leandro Regueiro, Simona Riva, Robin Rosenberg, Ilir Rugova,
725 Jaroslav Rynik, Bert Saal, Ibraahiima SAAR, Saikumar, Samuel Sarpong,
726 Kevin Patrick Scannell, Stephanie Schilling, Kiriaki SERAFEIM,
727 Pavithran Shakamuri, Gia Shervashidze, Clytie Siddall, Kliment Simon‐
728 cev, Sokratis Sofianopoulos, Khoem Sokhem, Geert Stams, Peter Sterba,
729 Raivis Strogonovs, Tomasz 'karave' Tarach, Michal Terbert, Ignacia
730 Tike, Tilo, Tarmo Toikkanen, TOYAMA Shin-ichi, Niall Tracey, tropikha‐
731 jma, Florence Tushabe, Matej Urban, Rita Verbauskaite, Daniel Jose
732 Viana, Charles Vidal, Darrell Walisser, Frank Weng, Damian Yerrick,
733 Muhammad Najmi Ahmad Zabidi, Eugene Zelenko, Martin Zhekov, Flavia
734 Floris, and Huang Zuzhen.
735
736
738 tuxpaint-import(1), tuxpaint-config(1), tp-magic-config(1), xpaint(1),
739 gpaint(1), gimp(1), kolourpaint(1), krita(1), gcompris(1)
740
741 And documentation within /usr/[local/]share/doc/tuxpaint/.
742
743
744
7450.9.25 27 December 2020 TUXPAINT(1)