source: archive/gtk+2.xml

trunk
Last change on this file was 2100b0ec, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Typos and file cleanup

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