source: x/lib/gtk+2.xml@ 33c9d33

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 33c9d33 was 33c9d33, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16390 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 11.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gtk2-download-http "&gnome-download-http;/gtk+/2.24/gtk+-&gtk2-version;.tar.xz">
8 <!ENTITY gtk2-download-ftp "&gnome-download-ftp;/gtk+/2.24/gtk+-&gtk2-version;.tar.xz">
9 <!ENTITY gtk2-md5sum "bfacf87b2ea67e4e5c7866a9003e6526">
10 <!ENTITY gtk2-size "13 MB">
11 <!ENTITY gtk2-buildsize "376 MB">
12 <!ENTITY gtk2-time "2.8 SBU">
13]>
14
15<sect1 id="gtk2" xreflabel="GTK+-&gtk2-version;">
16 <?dbhtml filename="gtk2.html" ?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GTK+-&gtk2-version;</title>
24
25 <indexterm zone="gtk2">
26 <primary sortas="a-GTK+2">GTK+2</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GTK+ 2</title>
31
32 <para>
33 The <application>GTK+ 2</application> package contains
34 libraries used for creating graphical user interfaces
35 for applications.
36 </para>
37
38 &lfs78_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&gtk2-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&gtk2-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &gtk2-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &gtk2-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &gtk2-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &gtk2-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">GTK+ 2 Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="atk"/>,
79 <xref linkend="gdk-pixbuf"/> and
80 <xref linkend="pango"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="hicolor-icon-theme"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="cups"/>,
91 <xref linkend="docbook-utils"/>,
92 <xref linkend="gobject-introspection"/> and
93 <xref linkend="gtk-doc"/>
94 </para>
95
96 <para condition="html" role="usernotes">
97 User Notes: <ulink url="&blfs-wiki;/gtk+2"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of GTK+ 2</title>
103
104 <para>
105 Install <application>GTK+ 2</application> by running the following
106 commands:
107 </para>
108
109<screen><userinput>sed -e 's#l \(gtk-.*\).sgml#&amp; -o \1#' \
110 -i docs/{faq,tutorial}/Makefile.in &amp;&amp;
111
112sed -e 's#pltcheck.sh#$(NULL)#g' \
113 -i gtk/Makefile.in &amp;&amp;
114
115./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
116
117make</userinput></screen>
118
119 <para>
120 To test the results, issue: <command>make check</command>. Note that you
121 must run the tests from a session with X Window Display capability (i.e.,
122 not a text-based terminal/console) as the tests attempt to open an X
123 window, and the tests can take an excessively long time. Using an X
124 Window, the tests should take less than 0.3 SBU.
125 </para>
126
127 <para>
128 Now, as the <systemitem class="username">root</systemitem> user:
129 </para>
130
131<screen role="root"><userinput>make install</userinput></screen>
132
133 <note>
134 <para>
135 If you installed the package on to your system using a
136 <quote>DESTDIR</quote> method, an important file was not installed and
137 must be copied and/or generated. Generate it using the following
138 command as the <systemitem class="username">root</systemitem> user:
139 </para>
140
141<screen role="root"><userinput>gtk-query-immodules-2.0 --update-cache</userinput></screen>
142 </note>
143
144 </sect2>
145
146 <sect2 role="commands">
147 <title>Command Explanations</title>
148
149 <para>
150 <command>sed -i 's#l \(gtk-.*\).sgml#&amp; -o \1#'
151 docs/{faq,tutorial}/Makefile.in</command>: If you have
152 <xref linkend="docbook-utils"/> installed (specifically, if configure
153 finds <command>db2html</command>) then it will try to use it to rebuild
154 some of its HTML documentation and fail due to bugs in some of the
155 <filename>Makefile</filename>s. This <command>sed</command> fixes the
156 <filename>Makefile</filename>s.
157 </para>
158
159 <para>
160 <command>sed -i -e 's#pltcheck.sh#$(NULL)#g' gtk/Makefile.in</command>:
161 This <command>sed</command> disables one test known to fail.
162 Not necessary, if not running the tests.
163 </para>
164
165 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
166 href="../../xincludes/gtk-doc-rebuild.xml"/>
167
168 </sect2>
169
170 <sect2 role="configuration">
171 <title>Configuring GTK+ 2</title>
172
173 <sect3 id="gtk2-config">
174 <title>Config Files</title>
175 <para>
176 <filename>~/.gtkrc-2.0</filename>,
177 <filename>/etc/gtk-2.0/gtkrc</filename>, and
178 <filename>/usr/share/gtk-2.0/gtkrc</filename>
179 </para>
180
181 <indexterm zone="gtk2 gtk2-config">
182 <primary sortas="e-AA.gtkrc-2.0">~/.gtkrc-2.0</primary>
183 </indexterm>
184
185 <indexterm zone="gtk2 gtk2-config">
186 <primary sortas="e-etc-gtk-2.0-gtkrc">/etc/gtk-2.0/gtkrc</primary>
187 </indexterm>
188
189 <indexterm zone="gtk2 gtk2-config">
190 <primary sortas="e-usr-share-gtk-2.0-gtkrc">/usr/share/gtk-2.0/gtkrc</primary>
191 </indexterm>
192 </sect3>
193
194 <sect3><title>Configuration Information</title>
195
196 <para>
197 <application>GTK+ 2</application> themes change the way a
198 <application>GTK+ 2</application> application looks. A
199 <application>GTK+ 2</application> icon theme can be used to change the
200 icons that appear on the application's toolbar. If you have installed a
201 <application>GTK+ 2</application> theme (such as <ulink
202 url="http://ftp.gnome.org/pub/gnome/sources/gnome-themes/2.32/">gnome-themes</ulink>
203 (requires <xref linkend="gtk-engines"/>)) or a
204 <application>GTK+</application> icon theme (such as <xref
205 linkend="adwaita-icon-theme"/>) you can set your preferences in
206 <filename>~/.gtkrc-2.0</filename>:
207 </para>
208
209<screen><userinput>cat &gt; ~/.gtkrc-2.0 &lt;&lt; "EOF"
210include "/usr/share/themes/<replaceable>Glider</replaceable>/gtk-2.0/gtkrc"
211gtk-icon-theme-name = "<replaceable>hicolor</replaceable>"
212EOF</userinput></screen>
213
214 <para>
215 There are many more themes available at
216 <ulink url="http://gnome-look.org/">Gnome-Look.org</ulink> and other
217 places.
218 </para>
219
220 <para>
221 Once you've settled on themes you like, you can (as the
222 <systemitem class="username">root</systemitem> user) make them the
223 default system wide:
224 </para>
225
226<screen role="root"><userinput>cat &gt; /etc/gtk-2.0/gtkrc &lt;&lt; "EOF"
227include "/usr/share/themes/<replaceable>Clearlooks</replaceable>/gtk-2.0/gtkrc"
228gtk-icon-theme-name = "<replaceable>elementary</replaceable>"
229EOF</userinput></screen>
230
231 <para>
232 <xref linkend="lxappearance"/> is a <application>GTK+ 2</application>
233 application that can help you choose the themes you like.
234 </para>
235 </sect3>
236 </sect2>
237
238 <sect2 role="content">
239 <title>Contents</title>
240
241 <segmentedlist>
242 <segtitle>Installed Programs</segtitle>
243 <segtitle>Installed Libraries</segtitle>
244 <segtitle>Installed Directories</segtitle>
245
246 <seglistitem>
247 <seg>
248 gtk-builder-convert, gtk-demo, gtk-query-immodules-2.0, and
249 gtk-update-icon-cache
250 </seg>
251 <seg>
252 libgailutil.so, libgdk-x11-2.0.so, and libgtk-x11-2.0.so
253 </seg>
254 <seg>
255 /etc/gtk-2.0,
256 /usr/include/{gail-1.0,gtk-2.0,gtk-unix-print-2.0},
257 /usr/lib/gtk-2.0,
258 /usr/share/doc/gtk+-&gtk2-version;,
259 /usr/share/gtk-2.0,
260 /usr/share/gtk-doc/html/{gail-libgail-util,gdk2,gtk2}, and
261 /usr/share/themes/{Default,Emacs,Raleigh}
262 </seg>
263 </seglistitem>
264 </segmentedlist>
265
266 <variablelist>
267 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
268 <?dbfo list-presentation="list"?>
269 <?dbhtml list-presentation="table"?>
270
271 <varlistentry id="gtk-builder-convert">
272 <term><command>gtk-builder-convert</command></term>
273 <listitem>
274 <para>
275 converts glade files into XML files which can be loaded with
276 GtkBuilder.
277 </para>
278 <indexterm zone="gtk2 gtk-builder-convert">
279 <primary
280 sortas="b-gtk-builder-convert">gtk-builder-convert</primary>
281 </indexterm>
282 </listitem>
283 </varlistentry>
284
285 <varlistentry id="gtk-demo">
286 <term><command>gtk-demo</command></term>
287 <listitem>
288 <para>
289 demonstrates <application>GTK+ 2</application> functionality and
290 provides code for the examples.
291 </para>
292 <indexterm zone="gtk2 gtk-demo">
293 <primary
294 sortas="b-gtk-demo">gtk-demo</primary>
295 </indexterm>
296 </listitem>
297 </varlistentry>
298
299 <varlistentry id="gtk-query-immodules-2.0">
300 <term><command>gtk-query-immodules-2.0</command></term>
301 <listitem>
302 <para>
303 collects information about loadable input method modules for
304 <application>GTK+ 2</application> and writes it to standard output.
305 </para>
306 <indexterm zone="gtk2 gtk-query-immodules-2.0">
307 <primary
308 sortas="b-gtk-query-immodules-2.0">gtk-query-immodules-2.0</primary>
309 </indexterm>
310 </listitem>
311 </varlistentry>
312
313 <varlistentry id="gtk-update-icon-cache">
314 <term><command>gtk-update-icon-cache</command></term>
315 <listitem>
316 <para>
317 creates mmap()able cache files for icon themes. Starting with
318 <application>gtk+-2.24.24</application>, add the flag
319 <quote>--include-image-data</quote> to this command, if you wish
320 previous behavior, with image data in the cache.
321 </para>
322 <indexterm zone="gtk2 gtk-update-icon-cache">
323 <primary sortas="b-gtk-update-icon-cache">gtk-update-icon-cache</primary>
324 </indexterm>
325 </listitem>
326 </varlistentry>
327
328 <varlistentry id="libgdk-x11-2">
329 <term><filename class="libraryfile">libgdk-x11-2.0.so</filename></term>
330 <listitem>
331 <para>
332 contains functions that act as a wrapper around the low-level
333 drawing and windowing functions provided by the underlying graphics
334 system.
335 </para>
336 <indexterm zone="gtk2 libgdk-x11-2">
337 <primary sortas="c-libgdk-x11-2">libgdk-x11-2.0.so</primary>
338 </indexterm>
339 </listitem>
340 </varlistentry>
341
342 <varlistentry id="libgtk-x11-2">
343 <term><filename class="libraryfile">libgtk-x11-2.0.so</filename></term>
344 <listitem>
345 <para>
346 contains functions that provide an API to implement graphical user
347 interfaces.
348 </para>
349 <indexterm zone="gtk2 libgtk-x11-2">
350 <primary sortas="c-libgtk-x11-2">libgtk-x11-2.0.so</primary>
351 </indexterm>
352 </listitem>
353 </varlistentry>
354
355 </variablelist>
356
357 </sect2>
358
359</sect1>
Note: See TracBrowser for help on using the repository browser.