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
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue