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:
Bill Kendrick 2024-06-02 11:48:51 -07:00
parent 93a8fd8815
commit aed818f1b1
17 changed files with 114 additions and 100 deletions

View file

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

View file

@ -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 &amp; Sound") is not checked. </p>