Syncing docs again, after wrapping up path nonsense

This commit is contained in:
Bill Kendrick 2024-04-27 13:45:41 -07:00
parent e268b598ff
commit a655146677
69 changed files with 830 additions and 992 deletions

View file

@ -723,10 +723,7 @@
Make sure the 'Shortcut' tab is selected in the window that appears, and examine the 'Target:' field. You should see something like this: </p>
<blockquote>
<code>
"C:\Program Files\TuxPaint\TuxPaint.exe"
</code>
</blockquote>
<nobr><code style='background: #EEE;'>"C:\Program Files\TuxPaint\TuxPaint.exe"</code></nobr> </blockquote>
<p>
You can now add command-line options which will be enabled when you double-click the icon. </p>
@ -735,10 +732,7 @@
For example, to make the game run in fullscreen mode, with simple shapes (no rotation option) and in French, add the options (after 'TuxPaint.exe'), like so: </p>
<blockquote>
<code>
"C:\Program Files\TuxPaint\TuxPaint.exe" -f -s --lang french
</code>
</blockquote>
<nobr><code style='background: #EEE;'>"C:\Program Files\TuxPaint\TuxPaint.exe" -f -s --lang french</code></nobr> </blockquote>
<p>
(Për një listë të plotë të mundësive të gatshme për rresht urdhrash, shihni dokumentimin kryesor) </p>
@ -757,7 +751,7 @@
</header>
<p>
If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "<code>stderr.txt</code>" in your personal saving folder for TuxPaint which is normaly <nobr>"<code>C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\</code>"</nobr>. </p>
If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "<code>stderr.txt</code>" in your personal saving folder for TuxPaint which is normaly <nobr>"<code style='background: #EEE;'>C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\</code>"</nobr>. </p>
<p>
It will contain a description of what was wrong. Usually it will just be due to incorrect character-case (capital 'Z' instead of lowercase 'z') or a missing (or extra) '-' (dash). </p>
@ -1375,7 +1369,7 @@
</header>
<p>
Delete "<code>TuxPaint.app</code>" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in "<code style="white-space: nowrap;">/Library/Application Support/TuxPaint</code>" (all users) and "<code style="white-space: nowrap;">/Users/<i>EMËRPËRDORUESI</i>/Library/Application Support/TuxPaint</code>" (individual users). </p>
Delete "<code>TuxPaint.app</code>" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in <nobr>"<code style='background: #EEE;'>/Library/Application Support/TuxPaint/</code>"</nobr> (all users) and <nobr>"<code style='background: #EEE;'>/Users/emër përdoruesi/Library/Application Support/TuxPaint/</code>"</nobr> (individual users). </p>
</section><!-- H2: macOS -->
<section class="indent"><!-- H2: Linux -->