From aed818f1b1c9aac8d4ab4e9a92c032cad64d42b0 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sun, 2 Jun 2024 11:48:51 -0700 Subject: [PATCH] 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/ --- docs/CHANGES.txt | 7 +++++++ docs/en/FAQ.txt | 15 ++++++++------- docs/en/html/FAQ.html | 8 ++++---- docs/es_ES.UTF-8/FAQ.txt | 17 +++++++++-------- docs/es_ES.UTF-8/html/FAQ.html | 10 +++++----- docs/fr_FR.UTF-8/FAQ.txt | 22 +++++++++++----------- docs/fr_FR.UTF-8/html/FAQ.html | 10 +++++----- docs/gl_ES.UTF-8/FAQ.txt | 21 +++++++++++---------- docs/gl_ES.UTF-8/html/FAQ.html | 10 +++++----- docs/is_IS.UTF-8/FAQ.txt | 17 +++++++++-------- docs/is_IS.UTF-8/html/FAQ.html | 10 +++++----- docs/ja_JP.UTF-8/FAQ.txt | 15 ++++++++------- docs/ja_JP.UTF-8/html/FAQ.html | 8 ++++---- docs/sq_AL.UTF-8/FAQ.txt | 22 +++++++++++----------- docs/sq_AL.UTF-8/html/FAQ.html | 10 +++++----- src/tuxpaint-completion.bash | 7 ++++--- src/tuxpaint.c | 5 +++-- 17 files changed, 114 insertions(+), 100 deletions(-) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 573202aa6..67c57b508 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -133,6 +133,13 @@ https://tuxpaint.org/ Advanced Stamps Howto, as well. Bill Kendrick + * 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 + * Localization Updates: --------------------- * Bulgarian translation diff --git a/docs/en/FAQ.txt b/docs/en/FAQ.txt index 12f03cded..ac3c13423 100644 --- a/docs/en/FAQ.txt +++ b/docs/en/FAQ.txt @@ -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. diff --git a/docs/en/html/FAQ.html b/docs/en/html/FAQ.html index ffe8a9fa2..649ce104e 100644 --- a/docs/en/html/FAQ.html +++ b/docs/en/html/FAQ.html @@ -621,16 +621,16 @@ 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.

+ If you're running Tux Paint from a command-line, make sure you're not 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.

+ 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.

- 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.

+ 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.

Or use Tux Paint Config. and make sure "Fullscreen" (under "Video & Sound") is not checked.

diff --git a/docs/es_ES.UTF-8/FAQ.txt b/docs/es_ES.UTF-8/FAQ.txt index 8c7e3ad08..fd1e425ab 100644 --- a/docs/es_ES.UTF-8/FAQ.txt +++ b/docs/es_ES.UTF-8/FAQ.txt @@ -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. diff --git a/docs/es_ES.UTF-8/html/FAQ.html b/docs/es_ES.UTF-8/html/FAQ.html index 050e88125..26104cc47 100644 --- a/docs/es_ES.UTF-8/html/FAQ.html +++ b/docs/es_ES.UTF-8/html/FAQ.html @@ -359,7 +359,7 @@
- Windows Vista, Windows 8, Windows 10, Windows 11 + Windows Vista, Windows 7, Windows 8, Windows 10, Windows 11
@@ -621,16 +621,16 @@ 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.

+ If you're running Tux Paint from a command-line, make sure you're not 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.

+ 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.

- 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.

+ 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.

Or use Tux Paint Config. and make sure "Fullscreen" (under "Video & Sound") is not checked.

diff --git a/docs/fr_FR.UTF-8/FAQ.txt b/docs/fr_FR.UTF-8/FAQ.txt index ec61fce47..331250571 100644 --- a/docs/fr_FR.UTF-8/FAQ.txt +++ b/docs/fr_FR.UTF-8/FAQ.txt @@ -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é. diff --git a/docs/fr_FR.UTF-8/html/FAQ.html b/docs/fr_FR.UTF-8/html/FAQ.html index a8a5f7d47..1f88fca83 100644 --- a/docs/fr_FR.UTF-8/html/FAQ.html +++ b/docs/fr_FR.UTF-8/html/FAQ.html @@ -359,7 +359,7 @@
- Windows Vista, Windows 8, Windows 10, Windows 11 + Windows Vista, Windows 7, Windows 8, Windows 10, Windows 11
@@ -622,16 +622,16 @@ cible "nosound". (c'est-à-dire, ne lancez pas "make nosound") Assu 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".

+ Si vous exécutez Tux Paint à partir d'une ligne de commande, assurez-vous 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é.

diff --git a/docs/gl_ES.UTF-8/FAQ.txt b/docs/gl_ES.UTF-8/FAQ.txt index 07122c886..a07930c4f 100644 --- a/docs/gl_ES.UTF-8/FAQ.txt +++ b/docs/gl_ES.UTF-8/FAQ.txt @@ -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. diff --git a/docs/gl_ES.UTF-8/html/FAQ.html b/docs/gl_ES.UTF-8/html/FAQ.html index 3f048df03..0fce14975 100644 --- a/docs/gl_ES.UTF-8/html/FAQ.html +++ b/docs/gl_ES.UTF-8/html/FAQ.html @@ -359,7 +359,7 @@
- Windows Vista, Windows 8, Windows 10, Windows 11 + Windows Vista, Windows 7, Windows 8, Windows 10, Windows 11
@@ -621,16 +621,16 @@ 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».

+ Se está a executar Tux Paint dende unha liña de ordes, asegúrese de que non 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.

diff --git a/docs/is_IS.UTF-8/FAQ.txt b/docs/is_IS.UTF-8/FAQ.txt index b61f40993..a560774b5 100644 --- a/docs/is_IS.UTF-8/FAQ.txt +++ b/docs/is_IS.UTF-8/FAQ.txt @@ -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. diff --git a/docs/is_IS.UTF-8/html/FAQ.html b/docs/is_IS.UTF-8/html/FAQ.html index ee506245b..c5092f698 100644 --- a/docs/is_IS.UTF-8/html/FAQ.html +++ b/docs/is_IS.UTF-8/html/FAQ.html @@ -359,7 +359,7 @@
- Windows Vista, Windows 8, Windows 10, Windows 11 + Windows Vista, Windows 7, Windows 8, Windows 10, Windows 11
@@ -621,16 +621,16 @@ 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.

+ If you're running Tux Paint from a command-line, make sure you're not 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.

+ 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.

- 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.

+ 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.

Or use Tux Paint Config. and make sure "Fullscreen" (under "Video & Sound") is not checked.

diff --git a/docs/ja_JP.UTF-8/FAQ.txt b/docs/ja_JP.UTF-8/FAQ.txt index ade8de648..d53ea8904 100644 --- a/docs/ja_JP.UTF-8/FAQ.txt +++ b/docs/ja_JP.UTF-8/FAQ.txt @@ -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. diff --git a/docs/ja_JP.UTF-8/html/FAQ.html b/docs/ja_JP.UTF-8/html/FAQ.html index c99b754f0..7aa6eca09 100644 --- a/docs/ja_JP.UTF-8/html/FAQ.html +++ b/docs/ja_JP.UTF-8/html/FAQ.html @@ -621,16 +621,16 @@ 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.

+ If you're running Tux Paint from a command-line, make sure you're not 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.

+ 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.

- 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.

+ 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.

Or use Tux Paint Config. and make sure "Fullscreen" (under "Video & Sound") is not checked.

diff --git a/docs/sq_AL.UTF-8/FAQ.txt b/docs/sq_AL.UTF-8/FAQ.txt index 5fa878cc5..f6807bde3 100644 --- a/docs/sq_AL.UTF-8/FAQ.txt +++ b/docs/sq_AL.UTF-8/FAQ.txt @@ -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ë. diff --git a/docs/sq_AL.UTF-8/html/FAQ.html b/docs/sq_AL.UTF-8/html/FAQ.html index b30a243a3..f4e3b6a4c 100644 --- a/docs/sq_AL.UTF-8/html/FAQ.html +++ b/docs/sq_AL.UTF-8/html/FAQ.html @@ -359,7 +359,7 @@
- Windows Vista, Windows 8, Windows 10, Windows 11 + Windows Vista, Windows 7, Windows 8, Windows 10, Windows 11
@@ -621,16 +621,16 @@ Ë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”.

+ Nëse Tux Paint-in po e xhironi që nga rresht urdhrash, sigurohuni se nuk po 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ë.

diff --git a/src/tuxpaint-completion.bash b/src/tuxpaint-completion.bash index 15765a558..677e547f8 100644 --- a/src/tuxpaint-completion.bash +++ b/src/tuxpaint-completion.bash @@ -3,7 +3,7 @@ # Bill Kendrick ; 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 \ diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 0b2099226..1da10f595 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -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"