1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>18.16. Data Folders</title>
<link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
<link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.66.1" />
<link rel="start" href="index.html" title=" " />
<link rel="up" href="ch04s18.html" title="18. Preferences" />
<link rel="prev" href="ch04s18s15.html" title="18.15. Folders" />
<link rel="next" href="ch05.html" title="Chapter 5. Menus" />
</head>
<body>
<div xmlns="" class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center" id="chaptername">18.16. Data Folders</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="ch04s18s15.html">Prev</a> </td>
<th width="60%" align="center" id="sectionname">18.16. Data Folders</th>
<td width="20%" align="right"> <a accesskey="n" href="ch05.html">Next</a></td>
</tr>
</table>
<hr />
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="gimp-prefs-folders-data"></a>18.16. Data Folders</h3>
</div>
</div>
</div>
<a id="gimp-prefs-folders-brushes"></a>
<a id="gimp-prefs-folders-patterns"></a>
<a id="gimp-prefs-folders-palettes"></a>
<a id="gimp-prefs-folders-gradients"></a>
<a id="gimp-prefs-folders-fonts"></a>
<a id="gimp-prefs-folders-plug-ins"></a>
<a id="gimp-prefs-folders-scripts"></a>
<a id="gimp-prefs-folders-modules"></a>
<a id="gimp-prefs-folders-environment"></a>
<a id="gimp-prefs-folders-themes"></a>
<a id="id3345493" class="indexterm"></a>
<div class="informalfigure">
<div class="mediaobject">
<img src="../images/preferences/prefs-folders-brush.png" />
<div class="caption">
<p>
Preferences: Brush Folders
</p>
</div>
</div>
</div>
<p>
GIMP uses several types of resources – such as brushes, patterns,
gradients, etc. – for which a basic set are supplied by GIMP when
it is installed, and others can be created or downloaded by the
user. For each such resource type, there is a Preference page
that allows you to specify the <span class="emphasis"><em>search path</em></span>:
the set of directories from which items of the type in question
are automatically loaded when GIMP starts. These pages all look
very much the same: the page for brushes is shown to the right as
an example.
</p>
<p>
By default, the search path includes two folders: a
<span class="emphasis"><em>system</em></span> folder, where items installed along
with GIMP are placed, and a <span class="emphasis"><em>personal</em></span> folder,
inside your personal GIMP directory, where items added by you
should be placed. The system folder should not be marked as
writable, and you should not try to alter its contents. The
personal folder must be marked as writable or it is useless,
because there is nothing inside it except what you put there.
</p>
<p>
You can customize the search path with the buttons at the top of
the dialog.
</p>
<div class="variablelist">
<p class="title">
<b>Options</b>
</p>
<dl>
<dt>
<span class="term">Select a Folder</span>
</dt>
<dd>
<p>
If you click on one of the folders in the list, it is
selected for whatever action comes next.
</p>
</dd>
<dt>
<span class="term">Add/Replace Folder</span>
</dt>
<dd>
<p>
If you type the name of a folder in the entry space, or
navigate to it using the file chooser button on the right,
and then click the left button, this will replace the
selected folder with the one you have specified. If nothing
in the list is selected, the folder you specify will be
added to the list. If the light-symbol to the left of the
text entry area is red instead of green, it means that the
folder you have specified does not exist. GIMP will not
create it for you, so you should do this immediately.
</p>
</dd>
<dt>
<span class="term">Move Up/Down</span>
</dt>
<dd>
<p>
If you click on the up-arrow or down-arrow buttons, the
selected folder will be changed to the following or
preceding one in the list.
</p>
</dd>
<dt>
<span class="term">Delete Folder</span>
</dt>
<dd>
<p>
If you click the trash-can button, the selected folder will
be deleted from the list. (The folder itself is not
affected; it is merely removed from the search path.)
Deleting the system folder is probably a bad idea, but
nothing prevents you from doing it.
</p>
</dd>
</dl>
</div>
</div>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="ch04s18s15.html">Prev</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="ch04s18.html">Up</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="ch05.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">18.15. Folders </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
<td width="40%" align="right" valign="top"> Chapter 5. Menus</td>
</tr>
</table>
</div>
</body>
</html>
|