Improving description of where Tux Paint data lives, and how to get to it.
(Note: It may be a lie right now, but Tux Paint should adhere to these specs.)
This commit is contained in:
parent
aca3eb915f
commit
9cbe246bdb
2 changed files with 69 additions and 8 deletions
|
|
@ -23,7 +23,7 @@ New Breed Software</p>
|
|||
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
|
||||
<a href="http://www.newbreedsoftware.com/tuxpaint/">http://www.newbreedsoftware.com/tuxpaint/</a></p>
|
||||
|
||||
<p>June 14, 2002 - February 12, 2006</p>
|
||||
<p>June 14, 2002 - February 20, 2006</p>
|
||||
</center>
|
||||
|
||||
<hr size=2 noshade>
|
||||
|
|
@ -1041,11 +1041,44 @@ New Breed Software</p>
|
|||
|
||||
<h4>Mac OS X</h4>
|
||||
<blockquote>
|
||||
<p>Tux Paint stores files in your account's
|
||||
"Libraries" folder, under "Preferences", e.g.:</p>
|
||||
<p>Tux Paint stores its data files inside the "Tux Paint"
|
||||
icon (which is actually a special kind of folder on
|
||||
Mac OS X). The following steps explain how to get to
|
||||
the folders within:</p>
|
||||
|
||||
<ol>
|
||||
<li>Bring up a 'context' menu by holding the [Control] key and clicking
|
||||
the Tux Paint icon the in Finder. (If you have a mouse with more
|
||||
than one button, you can simply right-click the icon.)</li>
|
||||
<li>Select "Show Contents" from the menu that appears.
|
||||
A new Finder window will appear with a folder inside called
|
||||
"Contents."</li>
|
||||
<li>Open the "Contents" folder and open the "Resources" folder found
|
||||
inside.</li>
|
||||
<li>There, you will find the "starters", "stamps" and "brushes"
|
||||
folders. Adding new content to these folders will make the content
|
||||
available to any user that launches this copy (icon) of
|
||||
Tux Paint.</li>
|
||||
</ol>
|
||||
|
||||
<p><em>Note:</em> If you install a newer version of Tux Paint
|
||||
(by replacing its icon), you will lose changes made by following
|
||||
the instructions above, so keep backups of your new content
|
||||
(stamps, brushes, etc.).</p>
|
||||
|
||||
<p>Tux Paint also looks for files in a "TuxPaint" folder
|
||||
that you can place in your system's "Application Support" folder
|
||||
(found under "Library" at the root of your hard disk):</p>
|
||||
|
||||
<blockquote><code>
|
||||
/Users/<i>(user name)</i>/Library/Preferences/
|
||||
/Library/Application Support/TuxPaint/
|
||||
</code></blockquote>
|
||||
|
||||
<p>It also looks for files in the user's "Preferences" folder,
|
||||
e.g.:</p>
|
||||
|
||||
<blockquote><code>
|
||||
/Users/<i>(user name)</i>/Library/Preferences/TuxPaint/brushes/
|
||||
</code></blockquote>
|
||||
|
||||
</blockquote>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue