source: x/lib/gtk+3.xml@ 48fcfcf6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 48fcfcf6 was 48fcfcf6, checked in by Krejzi <krejzi@…>, 11 years ago

More Package Upgrades.

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

  • Property mode set to 100644
File size: 11.1 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 gtk3-download-http "&gnome-download-http;/gtk+/3.6/gtk+-&gtk3-version;.tar.xz">
8 <!ENTITY gtk3-download-ftp "&gnome-download-ftp;/gtk+/3.6/gtk+-&gtk3-version;.tar.xz">
9 <!ENTITY gtk3-md5sum "5df646c274db5ff5a7023a84a487b2fe">
10 <!ENTITY gtk3-size "13 MB">
11 <!ENTITY gtk3-buildsize "390 MB">
12 <!ENTITY gtk3-time "2.8 SBU">
13]>
14
15<sect1 id="gtk3" xreflabel="GTK+-&gtk3-version;">
16 <?dbhtml filename="gtk3.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GTK+-&gtk3-version;</title>
24
25 <indexterm zone="gtk3">
26 <primary sortas="a-GTK+3">GTK+3</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GTK+ 3</title>
31
32 <para>
33 The <application>GTK+ 3</application> package contains the
34 libraries used for creating graphical user interfaces for
35 applications.
36 </para>
37
38 &lfs72_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&gtk3-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&gtk3-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &gtk3-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &gtk3-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &gtk3-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &gtk3-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">GTK+ 3 Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="at-spi2-atk"/>,
79 <xref linkend="gdk-pixbuf"/> and
80 <xref linkend="pango"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
84 <para role="optional">
85 <xref linkend="gobject-introspection"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="colord"/>,
91 <xref linkend="cups"/>,
92 <xref linkend="docbook-utils"/> and
93 <xref linkend="gtk-doc"/>
94 </para>
95
96 <para condition="html" role="usernotes">
97 User Notes: <ulink url="&blfs-wiki;/gtk3"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of GTK+ 3</title>
103
104 <note>
105 <para>
106 <application>GTK+ 3</application> will overwrite
107 <command>gtk-update-icon-cache</command> from
108 <xref linkend="gtk2"/> if it is installed.
109 There is nothing wrong about that assuming
110 that both programs provide same functionality.
111 If you wish to keep one from
112 <application>GTK+ 2</application> you can add
113 <option>--enable-gtk2-dependency</option> to the
114 <command>configure</command> command.
115 </para>
116 </note>
117
118 <para>
119 Install <application>GTK+ 3</application> by running the following
120 commands:
121 </para>
122
123<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
124make</userinput></screen>
125
126 <para>
127 To test the results:
128 </para>
129
130<screen><userinput>rm tests/a11y/pickers.ui &amp;&amp;
131make check</userinput></screen>
132
133 <para>
134 Now, as the <systemitem class="username">root</systemitem> user:
135 </para>
136
137<screen role="root"><userinput>make install</userinput></screen>
138
139 <note>
140 <para>
141 If you installed the package on to your system using a
142 <quote>DESTDIR</quote> method, an important file was not installed and
143 must be copied and/or generated. Generate it using the following
144 command as the <systemitem class="username">root</systemitem> user:
145 </para>
146
147<screen role="root"><userinput>gtk-query-immodules-3.0 --update-cache</userinput></screen>
148 </note>
149 </sect2>
150
151 <sect2 role="commands">
152 <title>Command Explanations</title>
153
154 <para>
155 <option>--disable-packagekit</option>: switch disables use
156 of PackageKit which isn't needed for BLFS.
157 </para>
158
159 <para>
160 <command>rm tests/a11y/pickers.ui</command>: This prevents test
161 being run as it is known to fail.
162 </para>
163
164 </sect2>
165
166 <sect2 role="configuration">
167 <title>Configuring GTK+ 3</title>
168
169 <sect3 id="gtk3-config">
170 <title>Config Files</title>
171 <para>
172 <filename>~/.config/gtk-3.0/settings.ini</filename> and
173 <filename>/etc/gtk-3.0/settings.ini</filename>
174 </para>
175
176 <indexterm zone="gtk3 gtk3-config">
177 <primary sortas="e-AA.home-settings.ini">~/.config/gtk-3.0/settings.ini</primary>
178 </indexterm>
179
180 <indexterm zone="gtk3 gtk3-config">
181 <primary sortas="e-etc-path-settings.ini">/etc/gtk-3.0/settings.ini</primary>
182 </indexterm>
183 </sect3>
184
185 <sect3><title>Configuration Information</title>
186
187 <para>
188 <application>GTK+ 3</application> themes change the way a
189 <application>GTK+ 3</application> application looks. An icon theme can be
190 used to change the icons that appear on the application's toolbar. If
191 you have installed a <application>GTK+ 3</application> theme (eg
192 <xref linkend="gnome-themes-standard"/> or an icon theme (such as
193 <xref linkend="gnome-icon-theme"/>) you can set your prefences in
194 <filename>~/.config/gtk-3.0/settings.ini</filename>. Eg:
195 </para>
196
197<screen><userinput>mkdir -p ~/.config/gtk-3.0 &amp;&amp;
198cat &gt; ~/.config/gtk-3.0/settings.ini &lt;&lt; "EOF"
199[Settings]
200gtk-theme-name = <replaceable>Adwaita</replaceable>
201gtk-fallback-icon-theme = <replaceable>gnome</replaceable>
202EOF</userinput></screen>
203
204 <para>
205 There are many more themes available at
206 <ulink url="http://gnome-look.org/"/> and other places.
207 </para>
208
209 <para>
210 Once you've settled on themes you like, you can (as the
211 <systemitem class="username">root</systemitem> user) make them the
212 default system wide:
213 </para>
214
215<screen role="root"><userinput>cat &gt; /etc/gtk-3.0/settings.ini &lt;&lt; "EOF"
216[Settings]
217gtk-theme-name = <replaceable>Clearwaita</replaceable>
218gtk-fallback-icon-theme = <replaceable>elementary</replaceable>
219EOF</userinput></screen>
220 </sect3>
221 </sect2>
222
223 <sect2 role="content">
224 <title>Contents</title>
225
226 <segmentedlist>
227 <segtitle>Installed Programs</segtitle>
228 <segtitle>Installed Libraries</segtitle>
229 <segtitle>Installed Directories</segtitle>
230
231 <seglistitem>
232 <seg>
233 gtk3-demo, gtk3-demo-application, gtk-launch,
234 gtk-query-immodules-3.0 and gtk-update-icon-cache
235 </seg>
236 <seg>
237 libgailutil.so, libgdk-3.so and libgtk-3.so
238 </seg>
239 <seg>
240 /etc/gtk-3.0,
241 /usr/include/gail-3.0,
242 /usr/include/gtk-3.0,
243 /usr/lib/gtk-3.0,
244 /usr/share/gtk-3.0,
245 /usr/share/gtk-doc/html/gail-libgail-util3,
246 /usr/share/gtk-doc/html/gdk3 and
247 /usr/share/gtk-doc/html/gtk3
248 </seg>
249 </seglistitem>
250 </segmentedlist>
251
252 <variablelist>
253 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
254 <?dbfo list-presentation="list"?>
255 <?dbhtml list-presentation="table"?>
256
257 <varlistentry id="gtk3-demo">
258 <term><command>gtk3-demo</command></term>
259 <listitem>
260 <para>
261 is a simple program that demonstrates some of the things that can be
262 done with <application>GTK+ 3</application>
263 </para>
264 <indexterm zone="gtk3 gtk3-demo">
265 <primary sortas="b-gtk3-demo">gtk3-demo</primary>
266 </indexterm>
267 </listitem>
268 </varlistentry>
269
270 <varlistentry id="gtk-launch">
271 <term><command>gtk-launch</command></term>
272 <listitem>
273 <para>
274 launches an application using the given name. The name should match
275 application desktop file name, as residing in
276 <filename class="directory">/usr/share/application</filename>, with
277 or without the '.desktop' suffix.
278 </para>
279 <indexterm zone="gtk3 gtk-launch">
280 <primary sortas="b-gtk-launch">gtk-launch</primary>
281 </indexterm>
282 </listitem>
283 </varlistentry>
284
285 <varlistentry id="gtk-query-immodules-3.0">
286 <term><command>gtk-query-immodules-3.0</command></term>
287 <listitem>
288 <para>
289 collects information about loadable input method modules for
290 <application>GTK+ 3</application> and writes it to the default cache
291 file location, or to standard output.
292 </para>
293 <indexterm zone="gtk3 gtk-query-immodules-3.0">
294 <primary sortas="b-gtk-query-immodules-3.0">gtk-query-immodules-3.0</primary>
295 </indexterm>
296 </listitem>
297 </varlistentry>
298
299 <varlistentry id="gtk-update-icon-cache3">
300 <term><command>gtk-update-icon-cache</command></term>
301 <listitem>
302 <para>
303 is an icon theme caching utility that creates mmap()able cache files
304 for icon themes.
305 </para>
306 <indexterm zone="gtk3 gtk-update-icon-cache3">
307 <primary sortas="b-gtk-update-icon-cache3">gtk-update-icon-cache</primary>
308 </indexterm>
309 </listitem>
310 </varlistentry>
311
312 <varlistentry id="libgailutil-3">
313 <term><filename class="libraryfile">libgailutil-3.so</filename></term>
314 <listitem>
315 <para>
316 contains functions that implements the accessibility interfaces
317 defined by the <application>GNOME</application> Accessibility
318 Toolkit.
319 </para>
320 <indexterm zone="gtk3 libgailutil-3">
321 <primary sortas="c-libgailutil-3">libgailutil-3.so</primary>
322 </indexterm>
323 </listitem>
324 </varlistentry>
325
326 <varlistentry id="libgdk-3">
327 <term><filename class="libraryfile">libgdk-3.so</filename></term>
328 <listitem>
329 <para>
330 contains functions that act as a wrapper around the low-level
331 drawing and windowing functions provided by the underlying graphics
332 system.
333 </para>
334 <indexterm zone="gtk3 libgdk-3">
335 <primary sortas="c-libgdk-3">libgdk-3.so</primary>
336 </indexterm>
337 </listitem>
338 </varlistentry>
339
340 <varlistentry id="libgtk-3">
341 <term><filename class="libraryfile">libgtk-3.so</filename></term>
342 <listitem>
343 <para>
344 contains functions that provide an API to implement graphical user
345 interfaces.
346 </para>
347 <indexterm zone="gtk3 libgtk-3">
348 <primary sortas="c-libgtk-3">libgtk-3.so</primary>
349 </indexterm>
350 </listitem>
351 </varlistentry>
352
353 </variablelist>
354
355 </sect2>
356
357</sect1>
Note: See TracBrowser for help on using the repository browser.