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

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