Update places that mentioned "--fullscreen" with no args
Since `parse.gperf` was added long ago, the ability to run Tux Paint with "--fullscreen" command-line, or simply "fullscreen" in the config. file, no longer exists. It must be `--fullscreen=yes` (or `--fullscreen=native` as an alternative to `--fullscreen=yes --native`). It can also accept `--fullscreen=no` as an alternative to `--windowed`. Updating the following places * BASH tab completion * `tuxpaint --help` output * FAQ h/t Karl for reporting Closes https://sourceforge.net/p/tuxpaint/bugs/289/
This commit is contained in:
parent
93a8fd8815
commit
aed818f1b1
17 changed files with 114 additions and 100 deletions
|
|
@ -236,7 +236,7 @@ Onde garda Tux Paint os meus debuxos?
|
|||
(usando a opción «savedir»), Tux Paint garda nun lugar estándar na súa
|
||||
unidade local:
|
||||
|
||||
Windows Vista, Windows 8, Windows 10, Windows 11
|
||||
Windows Vista, Windows 7, Windows 8, Windows 10, Windows 11
|
||||
In the user's "AppData" folder:
|
||||
e.g., "C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved\"
|
||||
|
||||
|
|
@ -466,18 +466,19 @@ Tux Paint segue a funcionar en modo de pantalla completa e quéroo na xanela.
|
|||
A opción «pantalla completa» está estabelecida.
|
||||
|
||||
Se está a executar Tux Paint dende unha liña de ordes, asegúrese de que non
|
||||
está a pasarlle a opción «--fullscreen».
|
||||
está a pasarlle a opción «--fullscreen=...».
|
||||
|
||||
Se está a executar Tux Paint facendo dobre clic nunha icona, comprobe as
|
||||
propiedades da icona para ver se «--fullscreen» aparece como un argumento
|
||||
da liña de ordes.
|
||||
If you're running Tux Paint by double-clicking an icon, check the
|
||||
properties of the icon to see if "--fullscreen=yes" or "--fullscreen=
|
||||
native" is listed as a command-line argument.
|
||||
|
||||
Se non se está a enviar a opción «--fullscreen» na liña de ordes, comprobe
|
||||
o ficheiro de configuración de Tux Paint para ver se hai unha liña que
|
||||
diga: «fullscreen=yes».
|
||||
If "--fullscreen=yes" or "--fullscreen=native" options aren't being sent on
|
||||
the command line, check Tux Paint's configuration file for a line reading:
|
||||
"fullscreen=yes" or "fullscreen=native".
|
||||
|
||||
Retire esa liña ou simplemente execute Tux Paint co argumento da liña de
|
||||
ordes «--windowed», que anulará o axuste do ficheiro de configuración.
|
||||
Either remove that line, or simply run Tux Paint with the command-line
|
||||
argument: "--windowed" or "--fullscreen=no", which will override the
|
||||
configuration file's setting.
|
||||
|
||||
Ou use Tux Paint Config. e asegúrese de «Pantalla completa» (baixo «Vídeo e
|
||||
son») non está marcado.
|
||||
|
|
|
|||
|
|
@ -359,7 +359,7 @@
|
|||
|
||||
<dl>
|
||||
<dt>
|
||||
<cite>Windows Vista, Windows 8, Windows 10, Windows 11</cite>
|
||||
<cite>Windows Vista, Windows 7, Windows 8, Windows 10, Windows 11</cite>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
|
|
@ -621,16 +621,16 @@
|
|||
A opción «pantalla completa» está estabelecida. </p>
|
||||
|
||||
<p>
|
||||
Se está a executar Tux Paint dende unha liña de ordes, asegúrese de que non está a pasarlle a opción «<code>--fullscreen</code>». </p>
|
||||
Se está a executar Tux Paint dende unha liña de ordes, asegúrese de que non está a pasarlle a opción «<code>--fullscreen=...</code>». </p>
|
||||
|
||||
<p>
|
||||
Se está a executar Tux Paint facendo dobre clic nunha icona, comprobe as propiedades da icona para ver se «<code>--fullscreen</code>» aparece como un argumento da liña de ordes. </p>
|
||||
If you're running Tux Paint by double-clicking an icon, check the properties of the icon to see if "<code>--fullscreen=yes</code>" or "<code>--fullscreen=native</code>" is listed as a command-line argument. </p>
|
||||
|
||||
<p>
|
||||
Se non se está a enviar a opción «<code>--fullscreen</code>» na liña de ordes, comprobe o ficheiro de configuración de Tux Paint para ver se hai unha liña que diga: «<code>fullscreen=yes</code>». </p>
|
||||
If "<code>--fullscreen=yes</code>" or "<code>--fullscreen=native</code>" options aren't being sent on the command line, check Tux Paint's configuration file for a line reading: "<code>fullscreen=yes</code>" or "<code>fullscreen=native</code>". </p>
|
||||
|
||||
<p>
|
||||
Retire esa liña ou simplemente execute Tux Paint co argumento da liña de ordes «<code>--windowed</code>», que anulará o axuste do ficheiro de configuración. </p>
|
||||
Either remove that line, or simply run Tux Paint with the command-line argument: "<code>--windowed</code>" or "<code>--fullscreen=no</code>", which will override the configuration file's setting. </p>
|
||||
|
||||
<p>
|
||||
Ou use Tux Paint Config. e asegúrese de «Pantalla completa» (baixo «Vídeo e son») non está marcado. </p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue