Re: [Tuxpaint-users] multiple language installations - how to?
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
|
From: Pere P. i C. <per...@gm...> - 2012-11-27 11:14:46
|
Hi Harvey,
El dl 26 de 11 de 2012 a les 16:18 -0500, en/na Harvey Ginter va
escriure:
> Hi all,
>
> In our schools some students use Tuxpaint in English, some in French and some in Inuttitut.
> I haven't had much success installing in 2 different folders. (windows XP) There seem to be
> some common config files, because when I change any of the 2 config programs, the other
> config changes also.
>
> Is anyone in a similar situation, where they need multiple installs (or configurations) of Tuxpaint?
> Anyone have an installation suggestion or workaround for us?
Explaining more and correcting my mistakes:
The exact .bat file I use is
set LC_ALL=ca_ES.UTF-8
tuxpaint.exe --onscreen-keyboard --fullscreen native --lang catalan
I gues for inuktitut should be
set LC_ALL=iu_CA.UTF-8
tuxpaint.exe --lang inuktitut
About multiple installations, you can install tuxpaint into multiple
directories if you use the "portable" version, I see you managed to
compile tuxpaint for windows, congrats :), to compile the portable
version you should replace the call "make" by the call "make
bdist-win32", this will compile and install tuxpaint in the win32/bdist
directory, then with your filemanager you can copy it to anywhere.
This way you can have different tuxpaint installations with different
sets of stamps, brushes, starters..., but the config files will continue
to be system/user dependent.
Now you can override nearly any configuration via the command line used
to launch tuxpaint, the different parameters for current cvs are:
tuxpaint --help
Tux Paint
Version 0.9.22 (2012-11-12)
Usage: tuxpaint {--usage | --help | --version | --verbose-version |
--copying}
tuxpaint [--windowed | --fullscreen]
[--WIDTHxHEIGHT | --native]
[--disablescreensaver | --allowscreensaver ]
[--orient=landscape | --orient=portrait]
[--startblank | --startlast]
[--sound | --nosound]
[--quit | --noquit]
[--print | --noprint]
[--complexshapes | --simpleshapes]
[--mixedcase | --uppercase]
[--fancycursors | --nofancycursors]
[--hidecursor | --showcursor]
[--mouse | --keyboard]
[--dontgrab | --grab]
[--noshortcuts | --shortcuts]
[--wheelmouse | --nowheelmouse]
[--nobuttondistinction | --buttondistinction]
[--outlines | --nooutlines]
[--stamps | --nostamps]
[--sysfonts | --nosysfonts]
[--nostampcontrols | --stampcontrols]
[--nomagiccontrols | --magiccontrols]
[--nolabel | --label]
[--mirrorstamps | --dontmirrorstamps]
[--stampsize=[0-10] | --stampsize=default]
[--saveoverask | --saveover | --saveovernew]
[--nosave | --save]
[--autosave | --noautosave]
[--savedir DIRECTORY]
[--datadir DIRECTORY]
[--printdelay=SECONDS]
[--altprintmod | --altprintalways | --altprintnever]
[--papersize PAPERSIZE | --papersize help]
[--lang LANGUAGE | --locale LOCALE | --lang help]
[--nosysconfig]
[--nolockfile]
[--colorfile FILE]
[--mouse-accessibility]
[--onscreen-keyboard]
[--joystick-slowness] (0-500). Default value is 15
[--joystick-threshold] (0-32766). Default value is 3200
[--joystick-maxsteps] (1-7). Default value is 7
The joystick, mouse-accessibility and onscreen-keyboard parameters are
new, they are meant to help disabled people to draw with devices other
than mouse, or to use the mouse in a different maner.
onscreen-keyboard may be used too in tablets without a real keyboard.
Also from current CVS, note that some languages aren't fully translated,
though in your case all of english, french and inuktitut are:
tuxpaint --lang help
lang 0x7fff43a076d4, locale (nil)
lang "help", locale "(null)"
Usage: tuxpaint [--lang LANGUAGE]
LANGUAGE may be one of:
english american-english
acholi acoli
afrikaans
akan twi-fante
albanian
amharic
arabic
aragones
asturian
australian-english
azerbaijani
basque euskara
belarusian bielaruskaja
bokmal
brazilian brazilian-portuguese portugues-brazilian
breton brezhoneg
british british-english
bulgarian
canadian-english
catalan catala
chinese simplified-chinese
traditional-chinese
croatian hrvatski
czech cesky
danish dansk
dutch nederlands
esperanto
estonian
faroese
finnish suomi
french francais
fula fulah pulaar
gaelic irish-gaelic gaidhlig
galician galego
georgian
german deutsch
greek
gronings zudelk-veenkelonioals
gujarati
hebrew
hindi
hungarian magyar
icelandic islenska
indonesian bahasa-indonesia
inuktitut
italian italiano
japanese
kiga chiga
kinyarwanda
klingon tlhIngan
korean
kurdish
latvian
lithuanian lietuviu
luganda
luxembourgish letzebuergesch
macedonian
malay
malayalam
mexican mexican-spanish espanol-mejicano
ndebele
northern-sotho sesotho-sa-leboa
norwegian nynorsk norsk
occitan
ojibwe ojibway
persian
polish polski
portuguese portugues
romanian
russian russkiy
scottish scottish-gaelic ghaidhlig
serbian
serbian-latin
shuswap secwepemctin
slovak
slovenian slovensko
southafrican-english
songhay
spanish espanol
swahili
swedish svenska
tagalog
tamil
telugu
thai
twi
tibetan
turkish
ukrainian
venda
venetian veneto
vietnamese
walloon walon
wolof
welsh cymraeg
xhosa
zapotec miahuatlan-zapotec
Hope this helps
Pere
|