Update TROUBLESHOOTING.txt re: macOS
h/t Mark Kim
This commit is contained in:
parent
0aa370ba44
commit
28110dcba0
2 changed files with 16 additions and 7 deletions
|
|
@ -6,7 +6,7 @@ Copyright (c) 2002-2024
|
||||||
Various contributors (see below, and AUTHORS.txt)
|
Various contributors (see below, and AUTHORS.txt)
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
2024.April.18 (0.9.33)
|
2024.April.27 (0.9.33)
|
||||||
* New Magic Tools:
|
* New Magic Tools:
|
||||||
----------------
|
----------------
|
||||||
* WIP Specular Reflection: Draws a slightly blurred, wavy, and
|
* WIP Specular Reflection: Draws a slightly blurred, wavy, and
|
||||||
|
|
@ -71,6 +71,11 @@ https://tuxpaint.org/
|
||||||
(https://sourceforge.net/p/tuxpaint/tuxpaint/merge-requests/19/)
|
(https://sourceforge.net/p/tuxpaint/tuxpaint/merge-requests/19/)
|
||||||
Will Thompson <https://sourceforge.net/u/wjjjjt/profile/>
|
Will Thompson <https://sourceforge.net/u/wjjjjt/profile/>
|
||||||
|
|
||||||
|
* Documentation updates:
|
||||||
|
----------------------
|
||||||
|
* Troubleshooting Guide (TROUBLESHOOTING.txt) updated regarding
|
||||||
|
+ macOS (h/t Mark Kim)
|
||||||
|
|
||||||
* Localization Updates:
|
* Localization Updates:
|
||||||
---------------------
|
---------------------
|
||||||
* Bulgarian translation
|
* Bulgarian translation
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Troubleshooting Guide for Tux Paint
|
Troubleshooting Guide for Tux Paint
|
||||||
|
|
||||||
Last updated: 2023.03.09
|
Last updated: 2023.04.27
|
||||||
|
|
||||||
Questions
|
Questions
|
||||||
=========
|
=========
|
||||||
|
|
@ -30,11 +30,15 @@ macOS
|
||||||
* The version of macOS (e.g., "macOS 13.1 Ventura")
|
* The version of macOS (e.g., "macOS 13.1 Ventura")
|
||||||
* The CPU type (e.g., "Intel x86_64", or "Apple Silicon M1")
|
* The CPU type (e.g., "Intel x86_64", or "Apple Silicon M1")
|
||||||
* The version of Tux Paint (e.g., 0.9.28-3)
|
* The version of Tux Paint (e.g., 0.9.28-3)
|
||||||
* Send a copy of the config file, e.g. "tuxpaint.cfg" in
|
* Send a copy of the config file(s), e.g. "tuxpaint.cfg" in
|
||||||
$HOME/Library/Application Support/TuxPaint/
|
- /Users/<username>/Library/Application Support/TuxPaint/
|
||||||
* FIXME -- Current way to grab stderr/stdout output
|
- /Library/Application Support/TuxPaint/
|
||||||
(may need to describe how to get the Terminal app?)
|
* A debug version of Tux Paint may be available that will
|
||||||
* FIXME -- Anything else?
|
record stderr & stdout into /tmp/tuxpaint.log; check with
|
||||||
|
the developers to see if one is available.
|
||||||
|
- /tmp is hidden in macOS, so the user will need to go to
|
||||||
|
[Finder] -> [Go] menu -> [Go to Folder...] menu item,
|
||||||
|
then type in "/tmp" into the dialog box to open up /tmp.
|
||||||
|
|
||||||
Android
|
Android
|
||||||
-------
|
-------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue