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
|
|
@ -133,6 +133,13 @@ https://tuxpaint.org/
|
|||
Advanced Stamps Howto, as well.
|
||||
Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
* Correct places where we still said `--fullscreen`
|
||||
(stand-alone, with no "yes", "no", or "native" argument)
|
||||
was allowed.
|
||||
Closes https://sourceforge.net/p/tuxpaint/bugs/289/
|
||||
(h/t Karl Ove Hufthammer for reporting)
|
||||
Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
* Localization Updates:
|
||||
---------------------
|
||||
* Bulgarian translation
|
||||
|
|
|
|||
|
|
@ -446,18 +446,19 @@ Tux Paint keeps running in Full Screen mode - I want it windowed!
|
|||
The "fullscreen" option is set.
|
||||
|
||||
If you're running Tux Paint from a command-line, make sure you're not
|
||||
giving it a "--fullscreen" option.
|
||||
giving it a "--fullscreen=..." option.
|
||||
|
||||
If you're running Tux Paint by double-clicking an icon, check the
|
||||
properties of the icon to see if "--fullscreen" is listed as a command-line
|
||||
argument.
|
||||
properties of the icon to see if "--fullscreen=yes" or "--fullscreen=
|
||||
native" is listed as a command-line argument.
|
||||
|
||||
If a "--fullscreen" option isn't being sent on the command line, check Tux
|
||||
Paint's configuration file for a line reading: "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".
|
||||
|
||||
Either remove that line, or simply run Tux Paint with the command-line
|
||||
argument: "--windowed", which will override the configuration file's
|
||||
setting.
|
||||
argument: "--windowed" or "--fullscreen=no", which will override the
|
||||
configuration file's setting.
|
||||
|
||||
Or use Tux Paint Config. and make sure "Fullscreen" (under "Video & Sound")
|
||||
is not checked.
|
||||
|
|
|
|||
|
|
@ -621,16 +621,16 @@
|
|||
The "fullscreen" option is set. </p>
|
||||
|
||||
<p>
|
||||
If you're running Tux Paint from a command-line, make sure you're not giving it a "<code>--fullscreen</code>" option. </p>
|
||||
If you're running Tux Paint from a command-line, make sure you're not giving it a "<code>--fullscreen=...</code>" option. </p>
|
||||
|
||||
<p>
|
||||
If you're running Tux Paint by double-clicking an icon, check the properties of the icon to see if "<code>--fullscreen</code>" is listed as a command-line argument. </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>
|
||||
If a "<code>--fullscreen</code>" option isn't being sent on the command line, check Tux Paint's configuration file for a line reading: "<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>
|
||||
Either remove that line, or simply run Tux Paint with the command-line argument: "<code>--windowed</code>", which will override the configuration file's setting. </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>
|
||||
Or use Tux Paint Config. and make sure "Fullscreen" (under "Video & Sound") is not checked. </p>
|
||||
|
|
|
|||
|
|
@ -224,7 +224,7 @@ Where does Tux Paint save my drawings?
|
|||
"savedir" option), Tux Paint saves into a standard location on your local
|
||||
drive:
|
||||
|
||||
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\username\AppData\Roaming\TuxPaint\saved\"
|
||||
|
||||
|
|
@ -446,18 +446,19 @@ Tux Paint keeps running in Full Screen mode - I want it windowed!
|
|||
The "fullscreen" option is set.
|
||||
|
||||
If you're running Tux Paint from a command-line, make sure you're not
|
||||
giving it a "--fullscreen" option.
|
||||
giving it a "--fullscreen=..." option.
|
||||
|
||||
If you're running Tux Paint by double-clicking an icon, check the
|
||||
properties of the icon to see if "--fullscreen" is listed as a command-line
|
||||
argument.
|
||||
properties of the icon to see if "--fullscreen=yes" or "--fullscreen=
|
||||
native" is listed as a command-line argument.
|
||||
|
||||
If a "--fullscreen" option isn't being sent on the command line, check Tux
|
||||
Paint's configuration file for a line reading: "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".
|
||||
|
||||
Either remove that line, or simply run Tux Paint with the command-line
|
||||
argument: "--windowed", which will override the configuration file's
|
||||
setting.
|
||||
argument: "--windowed" or "--fullscreen=no", which will override the
|
||||
configuration file's setting.
|
||||
|
||||
Or use Tux Paint Config. and make sure "Fullscreen" (under "Video & Sound")
|
||||
is not checked.
|
||||
|
|
|
|||
|
|
@ -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 @@
|
|||
The "fullscreen" option is set. </p>
|
||||
|
||||
<p>
|
||||
If you're running Tux Paint from a command-line, make sure you're not giving it a "<code>--fullscreen</code>" option. </p>
|
||||
If you're running Tux Paint from a command-line, make sure you're not giving it a "<code>--fullscreen=...</code>" option. </p>
|
||||
|
||||
<p>
|
||||
If you're running Tux Paint by double-clicking an icon, check the properties of the icon to see if "<code>--fullscreen</code>" is listed as a command-line argument. </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>
|
||||
If a "<code>--fullscreen</code>" option isn't being sent on the command line, check Tux Paint's configuration file for a line reading: "<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>
|
||||
Either remove that line, or simply run Tux Paint with the command-line argument: "<code>--windowed</code>", which will override the configuration file's setting. </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>
|
||||
Or use Tux Paint Config. and make sure "Fullscreen" (under "Video & Sound") is not checked. </p>
|
||||
|
|
|
|||
|
|
@ -246,7 +246,7 @@ Où Tux Paint enregistre-t-il mes dessins ?
|
|||
spécifique (en utilisant l'option 'savedir'), Tux Paint enregistre dans un
|
||||
emplacement standard sur votre disque 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\nom d'utilisateur\AppData\Roaming\TuxPaint\saved\"
|
||||
|
||||
|
|
@ -486,19 +486,19 @@ Tux Paint continue de fonctionner en mode plein écran - je veux qu'il soit
|
|||
L'option "plein écran" est définie.
|
||||
|
||||
Si vous exécutez Tux Paint à partir d'une ligne de commande, assurez-vous
|
||||
de ne pas lui donner l'option "--fullscreen".
|
||||
de ne pas lui donner l'option "--fullscreen=...".
|
||||
|
||||
Si vous exécutez Tux Paint en double-cliquant sur une icône, vérifiez les
|
||||
propriétés de l'icône pour voir si "--fullscreen" est répertorié comme
|
||||
argument de ligne de commande.
|
||||
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.
|
||||
|
||||
Si une option "--fullscreen" n'est pas mise sur la ligne de commande,
|
||||
vérifiez si le fichier de configuration de Tux Paint possède une ligne
|
||||
comportant : "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".
|
||||
|
||||
Supprimez cette ligne ou exécutez simplement Tux Paint avec l'argument de
|
||||
ligne de commande : "--windowed", qui remplacera le paramètre du fichier de
|
||||
configuration.
|
||||
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 utilisez Tux Paint Config. et assurez-vous que "Plein écran" (sous
|
||||
"Vidéo et son") n'est pas coché.
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
@ -622,16 +622,16 @@ cible "nosound". (c'est-à-dire, ne lancez pas "<code>make nosound</code>") Assu
|
|||
L'option "plein écran" est définie. </p>
|
||||
|
||||
<p>
|
||||
Si vous exécutez Tux Paint à partir d'une ligne de commande, assurez-vous de ne pas lui donner l'option "<code>--fullscreen</code>". </p>
|
||||
Si vous exécutez Tux Paint à partir d'une ligne de commande, assurez-vous de ne pas lui donner l'option "<code>--fullscreen=...</code>". </p>
|
||||
|
||||
<p>
|
||||
Si vous exécutez Tux Paint en double-cliquant sur une icône, vérifiez les propriétés de l'icône pour voir si "<code>--fullscreen</code>" est répertorié comme argument de ligne de commande. </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>
|
||||
Si une option "<code>--fullscreen</code>" n'est pas mise sur la ligne de commande, vérifiez si le fichier de configuration de Tux Paint possède une ligne comportant : "<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>
|
||||
Supprimez cette ligne ou exécutez simplement Tux Paint avec l'argument de ligne de commande : "<code>--windowed</code>", qui remplacera le paramètre du fichier de configuration. </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 utilisez Tux Paint Config. et assurez-vous que "Plein écran" (sous "Vidéo et son") n'est pas coché. </p>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -224,7 +224,7 @@ Where does Tux Paint save my drawings?
|
|||
"savedir" option), Tux Paint saves into a standard location on your local
|
||||
drive:
|
||||
|
||||
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\username\AppData\Roaming\TuxPaint\saved\"
|
||||
|
||||
|
|
@ -446,18 +446,19 @@ Tux Paint keeps running in Full Screen mode - I want it windowed!
|
|||
The "fullscreen" option is set.
|
||||
|
||||
If you're running Tux Paint from a command-line, make sure you're not
|
||||
giving it a "--fullscreen" option.
|
||||
giving it a "--fullscreen=..." option.
|
||||
|
||||
If you're running Tux Paint by double-clicking an icon, check the
|
||||
properties of the icon to see if "--fullscreen" is listed as a command-line
|
||||
argument.
|
||||
properties of the icon to see if "--fullscreen=yes" or "--fullscreen=
|
||||
native" is listed as a command-line argument.
|
||||
|
||||
If a "--fullscreen" option isn't being sent on the command line, check Tux
|
||||
Paint's configuration file for a line reading: "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".
|
||||
|
||||
Either remove that line, or simply run Tux Paint with the command-line
|
||||
argument: "--windowed", which will override the configuration file's
|
||||
setting.
|
||||
argument: "--windowed" or "--fullscreen=no", which will override the
|
||||
configuration file's setting.
|
||||
|
||||
Or use Tux Paint Config. and make sure "Fullscreen" (under "Video & Sound")
|
||||
is not checked.
|
||||
|
|
|
|||
|
|
@ -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 @@
|
|||
The "fullscreen" option is set. </p>
|
||||
|
||||
<p>
|
||||
If you're running Tux Paint from a command-line, make sure you're not giving it a "<code>--fullscreen</code>" option. </p>
|
||||
If you're running Tux Paint from a command-line, make sure you're not giving it a "<code>--fullscreen=...</code>" option. </p>
|
||||
|
||||
<p>
|
||||
If you're running Tux Paint by double-clicking an icon, check the properties of the icon to see if "<code>--fullscreen</code>" is listed as a command-line argument. </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>
|
||||
If a "<code>--fullscreen</code>" option isn't being sent on the command line, check Tux Paint's configuration file for a line reading: "<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>
|
||||
Either remove that line, or simply run Tux Paint with the command-line argument: "<code>--windowed</code>", which will override the configuration file's setting. </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>
|
||||
Or use Tux Paint Config. and make sure "Fullscreen" (under "Video & Sound") is not checked. </p>
|
||||
|
|
|
|||
|
|
@ -446,18 +446,19 @@ Tux Paint keeps running in Full Screen mode - I want it windowed!
|
|||
The "fullscreen" option is set.
|
||||
|
||||
If you're running Tux Paint from a command-line, make sure you're not
|
||||
giving it a "--fullscreen" option.
|
||||
giving it a "--fullscreen=..." option.
|
||||
|
||||
If you're running Tux Paint by double-clicking an icon, check the
|
||||
properties of the icon to see if "--fullscreen" is listed as a command-line
|
||||
argument.
|
||||
properties of the icon to see if "--fullscreen=yes" or "--fullscreen=
|
||||
native" is listed as a command-line argument.
|
||||
|
||||
If a "--fullscreen" option isn't being sent on the command line, check Tux
|
||||
Paint's configuration file for a line reading: "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".
|
||||
|
||||
Either remove that line, or simply run Tux Paint with the command-line
|
||||
argument: "--windowed", which will override the configuration file's
|
||||
setting.
|
||||
argument: "--windowed" or "--fullscreen=no", which will override the
|
||||
configuration file's setting.
|
||||
|
||||
Or use Tux Paint Config. and make sure "Fullscreen" (under "Video & Sound")
|
||||
is not checked.
|
||||
|
|
|
|||
|
|
@ -621,16 +621,16 @@
|
|||
The "fullscreen" option is set. </p>
|
||||
|
||||
<p>
|
||||
If you're running Tux Paint from a command-line, make sure you're not giving it a "<code>--fullscreen</code>" option. </p>
|
||||
If you're running Tux Paint from a command-line, make sure you're not giving it a "<code>--fullscreen=...</code>" option. </p>
|
||||
|
||||
<p>
|
||||
If you're running Tux Paint by double-clicking an icon, check the properties of the icon to see if "<code>--fullscreen</code>" is listed as a command-line argument. </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>
|
||||
If a "<code>--fullscreen</code>" option isn't being sent on the command line, check Tux Paint's configuration file for a line reading: "<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>
|
||||
Either remove that line, or simply run Tux Paint with the command-line argument: "<code>--windowed</code>", which will override the configuration file's setting. </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>
|
||||
Or use Tux Paint Config. and make sure "Fullscreen" (under "Video & Sound") is not checked. </p>
|
||||
|
|
|
|||
|
|
@ -238,7 +238,7 @@ Ku i ruan Tux Paint-i vizatimet e mia?
|
|||
caktuar (duke përdorur mundësinë “savedir”), Tux Paint-i i ruan te një
|
||||
vendndodhje standarde në diskun tuaj vendor:
|
||||
|
||||
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\emër përdoruesi\AppData\Roaming\TuxPaint\saved\"
|
||||
|
||||
|
|
@ -466,19 +466,19 @@ Tux Paint keeps running in Full Screen mode - I want it windowed!
|
|||
Është aktivizuar mundësia “Sa krejt ekrani”.
|
||||
|
||||
Nëse Tux Paint-in po e xhironi që nga rresht urdhrash, sigurohuni se nuk po
|
||||
i jepni një mundësi “--fullscreen”.
|
||||
i jepni një mundësi “--fullscreen=...”.
|
||||
|
||||
Nëse Tux Paint-in po e xhironi duke dyklikuar mbi një ikonë, shihni vetitë
|
||||
e ikonës, për të parë se mos “--fullscreen” gjendet si një argument rreshti
|
||||
urdhrash.
|
||||
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.
|
||||
|
||||
Nëse te rresht urdhrash s’po jepet mundësi “--fullscreen”, shihni te
|
||||
kartela e formësimit të Tux Paint-it për një rresht ku lexohet: “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".
|
||||
|
||||
Ose hiqeni atë rresht, ose thjesht xhirojeni Tux Paint-in me argumentin
|
||||
vijues për rresht urdhrash: “--windowed”, çka do të anashkalojë rregullimin
|
||||
përkatës te kartela e formësimit.
|
||||
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.
|
||||
|
||||
Ose përdorni Tux Paint Config. dhe sigurohuni se “Sa krejt ekrani” (nën
|
||||
“Video & Tingull”) s’ka shenjë.
|
||||
|
|
|
|||
|
|
@ -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 @@
|
|||
Është aktivizuar mundësia “Sa krejt ekrani”. </p>
|
||||
|
||||
<p>
|
||||
Nëse Tux Paint-in po e xhironi që nga rresht urdhrash, sigurohuni se nuk po i jepni një mundësi “<code>--fullscreen</code>”. </p>
|
||||
Nëse Tux Paint-in po e xhironi që nga rresht urdhrash, sigurohuni se nuk po i jepni një mundësi “<code>--fullscreen=...</code>”. </p>
|
||||
|
||||
<p>
|
||||
Nëse Tux Paint-in po e xhironi duke dyklikuar mbi një ikonë, shihni vetitë e ikonës, për të parë se mos “<code>--fullscreen</code>” gjendet si një argument rreshti urdhrash. </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>
|
||||
Nëse te rresht urdhrash s’po jepet mundësi “<code>--fullscreen</code>”, shihni te kartela e formësimit të Tux Paint-it për një rresht ku lexohet: “<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>
|
||||
Ose hiqeni atë rresht, ose thjesht xhirojeni Tux Paint-in me argumentin vijues për rresht urdhrash: “<code>--windowed</code>”, çka do të anashkalojë rregullimin përkatës te kartela e formësimit. </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>
|
||||
Ose përdorni Tux Paint Config. dhe sigurohuni se “Sa krejt ekrani” (nën “Video & Tingull”) s’ka shenjë. </p>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# Bill Kendrick <bill@newbreedsoftware.com>; https://tuxpaint.org/
|
||||
# Based on inkscape's completion file, by allali@univ-mlv.fr
|
||||
#
|
||||
# Last modified 2024-04-10
|
||||
# Last modified 2024-06-02
|
||||
#
|
||||
# $Id$
|
||||
|
||||
|
|
@ -31,8 +31,9 @@ _tuxpaint()
|
|||
-c --copying \
|
||||
-u --usage \
|
||||
--listfonts \
|
||||
-w --windowed -f --fullscreen \
|
||||
--native \
|
||||
-f=yes --fullscreen=yes \
|
||||
--fullscreen=native --native \
|
||||
-w --windowed -f=no --fullscreen=no \
|
||||
--disablescreensaver --allowscreensaver \
|
||||
--orient=landscape --orient=portrait \
|
||||
--buttonsize --buttonsize=48 --buttonsize=auto \
|
||||
|
|
|
|||
|
|
@ -8109,13 +8109,14 @@ void show_usage(int exitcode)
|
|||
" [--nosysconfig]\n"
|
||||
"\n"
|
||||
" Video/Sound:\n"
|
||||
" [--windowed | --fullscreen]\n"
|
||||
" [--fullscreen=yes | --fullscreen=native | --fullscreen=no]\n"
|
||||
" [--windowed]\n"
|
||||
" [--WIDTHxHEIGHT | --native]\n"
|
||||
" [--orient=landscape | --orient=portrait]\n"
|
||||
" [--disablescreensaver | --allowscreensaver ]\n"
|
||||
" [--sound | --nosound]\n"
|
||||
" [--stereo | --nostereo]\n"
|
||||
" [--buttonsize=N] (24-192; default=48) | [--buttonsize=auto]\n"
|
||||
" [--buttonsize=N (24-192; default=48) | --buttonsize=auto]\n"
|
||||
" [--colorsrows=N] (1-3; default=1)\n"
|
||||
" [--colorfile FILE]\n"
|
||||
"\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue