Sync docs after various doc source updates
...mostly in terms of modularizing how various file and directory (folder) paths are shown (for consistency in both name and styling); add some missing paths (e.g., where does Tux Paint save drawings on Haiku?)
This commit is contained in:
parent
9c2a75455d
commit
e268b598ff
71 changed files with 1074 additions and 873 deletions
|
|
@ -237,17 +237,21 @@ Onde garda Tux Paint os meus debuxos?
|
|||
unidade local:
|
||||
|
||||
Windows Vista, Windows 8, Windows 10, Windows 11
|
||||
No cartafol «AppData» do usuario:
|
||||
p. ex.: C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved
|
||||
In the user's "AppData" folder:
|
||||
e.g., "C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved\"
|
||||
|
||||
macOS
|
||||
No cartafol «Asistencia de aplicacións» do usuario::
|
||||
e.g., /Users/nome de usuario/Library/Applicaton Support/TuxPaint/saved/
|
||||
In the user's "Application Support" folder:
|
||||
e.g.,
|
||||
"/Users/nome de usuario/Library/Application Support/TuxPaint/saved/"
|
||||
|
||||
Linux / Unix
|
||||
No directorio persoal do usuario («$HOME»), baixo un subcartafol
|
||||
«.tuxpaint»:
|
||||
e.g., /home/nome de usuario/.tuxpaint/saved/
|
||||
In the user's "home directory" folder:
|
||||
e.g., "/home/nome de usuario/.tuxpaint/saved/"
|
||||
|
||||
Haiku
|
||||
In the user's "settings" folder:
|
||||
e.g., "/boot/home/config/settings/TuxPaint/saved/"
|
||||
|
||||
|
||||
As imaxes almacénanse como mapas de bits PNG, que a maioría dos programas
|
||||
|
|
@ -494,17 +498,17 @@ Other Problems
|
|||
|
||||
Tux Paint non funciona
|
||||
|
||||
Se Tux Paint se interrómpe coa mensaxe: «You're already running a copy of
|
||||
Tux Paint!», significa que foi iniciado nos últimos 30 segundos. (En Unix/
|
||||
Linux, esta mensaxe aparecería nunha consola de terminal se executase Tux
|
||||
Paint desde unha liña de ordes. En Windows, esta mensaxe aparecería nun
|
||||
ficheiro chamado «stdout.txt» no mesmo cartafol onde resideTuxPaint. exe
|
||||
(p. ex.: en «C:\Program Files\TuxPaint»).
|
||||
If Tux Paint aborts with the message: "You're already running a copy of Tux
|
||||
Paint!", this means it has been launched in the last 30 seconds. (On Unix/
|
||||
Linux, this message would appear in a terminal console if you ran Tux Paint
|
||||
from a command-line. On Windows, this message would appear in a file named
|
||||
"stdout.txt" in the same folder where TuxPaint.exe resides (e.g., in
|
||||
"C:\Program Files\TuxPaint\").
|
||||
|
||||
Un ficheiro de bloqueo («~/.tuxpaint/lockfile.dat» en Linux e Unix,
|
||||
«userdata\lockfile.dat» en Windows) úsase para asegurarse de que Tux Paint
|
||||
non se executa demasiadas veces á vez (por exemplo, porque un cativo preme
|
||||
impaciente na súa icona máis dunha vez) .
|
||||
A lockfile (e.g., "/home/nome de usuario/.tuxpaint/lockfile.dat" on Linux
|
||||
and Unix, "userdata\lockfile.dat" on Windows) is used to make sure Tux
|
||||
Paint isn't run too many times at once (e.g., due to a child impatiently
|
||||
clicking its icon more than once).
|
||||
|
||||
Mesmo se o ficheiro de bloqueo existe, contén a «hora» na que se executou
|
||||
Tux Paint por última vez. Se pasaron máis de 30 segundos, Tux Paint debería
|
||||
|
|
@ -584,9 +588,14 @@ Tux Paint está a usar opcións que non especifiquei.
|
|||
|
||||
+ Windows
|
||||
|
||||
Under Windows, Tux Paint first examines the configuration file:
|
||||
Under Windows, it first examines the system-wide configuration file,
|
||||
located here:
|
||||
|
||||
C:\Users\Username\AppData\Roaming\TuxPaint\tuxpaint.cfg
|
||||
C:\Program Files\TuxPaint\tuxpaint.cfg
|
||||
|
||||
A continuación, examina o ficheiro de configuración persoal do usuario:
|
||||
|
||||
C:\Users\nome de usuario\AppData\Roaming\TuxPaint\tuxpaint.cfg
|
||||
|
||||
Finalmente, úsanse as opcións enviadas como argumentos da liña de
|
||||
ordes.
|
||||
|
|
@ -600,7 +609,7 @@ Tux Paint está a usar opcións que non especifiquei.
|
|||
|
||||
A continuación, examina o ficheiro de configuración persoal do usuario:
|
||||
|
||||
/Users/Username/Library/Application Support/TuxPaint/tuxpaint.cfg
|
||||
/Users/nome de usuario/Library/Application Support/TuxPaint/tuxpaint.cfg
|
||||
|
||||
Finalmente, úsanse as opcións enviadas como argumentos da liña de
|
||||
ordes.
|
||||
|
|
@ -632,13 +641,13 @@ Tux Paint está a usar opcións que non especifiquei.
|
|||
quere estabelecer, terá que cambiar o ficheiro de configuración (se pode)
|
||||
ou anular a opción na liña de ordes.
|
||||
|
||||
Por exemplo, en Linux e Unix, se «/etc/tuxpaint/tuxpaint.conf» inclúe esta
|
||||
opción para desactivar o son...
|
||||
For example, on Linux and Unix, if "/etc/tuxpaint/tuxpaint.conf" includes
|
||||
this option to disable sound...
|
||||
|
||||
nosound=yes
|
||||
|
||||
...entón pode volver activar o son engadindo esta opción ao seu propio
|
||||
ficheiro «/home/nome de usuario/.tuxpaintrc»:
|
||||
...then you can reenable sound by either adding this option to your own
|
||||
"/home/nome de usuario/.tuxpaintrc" file:
|
||||
|
||||
sound=yes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue