source: x/lib/gtk+3-systemd.xml@ 469bc5d4

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 469bc5d4 was 469bc5d4, checked in by Krejzi <krejzi@…>, 10 years ago

More checks and fixes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14016 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 13.9 KB
RevLine 
[76a07db]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
[7007944]7 <!ENTITY gtk3-download-http "&gnome-download-http;/gtk+/3.12/gtk+-&gtk3-version;.tar.xz">
8 <!ENTITY gtk3-download-ftp "&gnome-download-ftp;/gtk+/3.12/gtk+-&gtk3-version;.tar.xz">
[b4ec1126]9 <!ENTITY gtk3-md5sum "0d6d8f9f79132b3b47475d047b369b1c">
[7007944]10 <!ENTITY gtk3-size "15 MB">
[b4ec1126]11 <!ENTITY gtk3-buildsize "368 MB (additional 4 MB for the test suite and 19 MB to rebuild the docs)">
12 <!ENTITY gtk3-time "4.6 SBU (additional 0.4 SBU for the test suite and 3.5 SBU to rebuild the docs)">
[76a07db]13]>
14
[a2912ff]15<sect1 id="gtk3" xreflabel="GTK+-&gtk3-version;">
[76a07db]16 <?dbhtml filename="gtk3.html"?>
17
18 <sect1info>
[7e2c95d]19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[76a07db]21 </sect1info>
22
[a2912ff]23 <title>GTK+-&gtk3-version;</title>
[76a07db]24
25 <indexterm zone="gtk3">
[d356833]26 <primary sortas="a-GTK+3">GTK+3</primary>
[76a07db]27 </indexterm>
28
29 <sect2 role="package">
[a2912ff]30 <title>Introduction to GTK+ 3</title>
[76a07db]31
[ce9d22a]32 <para>
[a2912ff]33 The <application>GTK+ 3</application> package contains the
34 libraries used for creating graphical user interfaces for
35 applications.
[ce9d22a]36 </para>
[76a07db]37
[469bc5d4]38 &lfs76_checked;
[76a07db]39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
[ce9d22a]43 <para>
44 Download (HTTP): <ulink url="&gtk3-download-http;"/>
45 </para>
[76a07db]46 </listitem>
47 <listitem>
[ce9d22a]48 <para>
49 Download (FTP): <ulink url="&gtk3-download-ftp;"/>
50 </para>
[76a07db]51 </listitem>
52 <listitem>
[ce9d22a]53 <para>
54 Download MD5 sum: &gtk3-md5sum;
55 </para>
[76a07db]56 </listitem>
57 <listitem>
[ce9d22a]58 <para>
59 Download size: &gtk3-size;
60 </para>
[76a07db]61 </listitem>
62 <listitem>
[ce9d22a]63 <para>
64 Estimated disk space required: &gtk3-buildsize;
65 </para>
[76a07db]66 </listitem>
67 <listitem>
[ce9d22a]68 <para>
69 Estimated build time: &gtk3-time;
70 </para>
[76a07db]71 </listitem>
72 </itemizedlist>
73
[a2912ff]74 <bridgehead renderas="sect3">GTK+ 3 Dependencies</bridgehead>
[76a07db]75
76 <bridgehead renderas="sect4">Required</bridgehead>
[ce9d22a]77 <para role="required">
[d356833]78 <xref linkend="at-spi2-atk"/>,
[d432b7a]79 <xref linkend="gdk-pixbuf"/>, and
[742b99e]80 <xref linkend="pango"/>
81 </para>
82
[8692448]83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="libxkbcommon"/> and
86 <xref linkend="wayland"/>
87 </para>
88
[4c2be438]89 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
90 <para role="optional">
91 <xref linkend="gobject-introspection"/>
92 </para>
93
[76a07db]94 <bridgehead renderas="sect4">Optional</bridgehead>
[ce9d22a]95 <para role="optional">
[b7a80c66]96 <xref linkend="colord"/>,
[ce9d22a]97 <xref linkend="cups"/>,
[7ea83d7]98 <xref linkend="docbook-utils"/>,
99 <xref linkend="gtk-doc"/>,
[8692448]100 <xref linkend="json-glib"/>, and
[62ad5366]101 <xref linkend="librest"/>
[ce9d22a]102 </para>
103
104 <para condition="html" role="usernotes">
105 User Notes: <ulink url="&blfs-wiki;/gtk3"/>
106 </para>
[76a07db]107 </sect2>
108
109 <sect2 role="installation">
[a2912ff]110 <title>Installation of GTK+ 3</title>
[76a07db]111
[b84342d6]112 <note>
113 <para>
[a2912ff]114 <application>GTK+ 3</application> will overwrite
[d432b7a]115 <command>gtk-update-icon-cache</command> from <xref linkend="gtk2"/> if
116 it is installed. There is nothing wrong about that assuming that both
117 programs provide same functionality. If you wish to keep one from
[a2912ff]118 <application>GTK+ 2</application> you can add
[b84342d6]119 <option>--enable-gtk2-dependency</option> to the
120 <command>configure</command> command.
121 </para>
122 </note>
123
[ce9d22a]124 <para>
[a2912ff]125 Install <application>GTK+ 3</application> by running the following
[ce9d22a]126 commands:
127 </para>
[76a07db]128
[f82ac3f]129<screen><userinput>./configure --prefix=/usr \
[a8e57cb]130 --sysconfdir=/etc \
[f82ac3f]131 --enable-broadway-backend \
[8692448]132 --enable-wayland-backend \
133 --enable-x11-backend &amp;&amp;
[76a07db]134make</userinput></screen>
135
[b4ec1126]136 <para>
137 Some tests fail if
138 <filename>/usr/share/glib-2.0/schemas/gschemas.compiled</filename> is not
139 found. If you wish to run the test suite, create (or update) the file
140 using the following command as the
141 <systemitem class="username">root</systemitem> user:
142 </para>
143
144<screen role="root"><userinput>glib-compile-schemas /usr/share/glib-2.0/schemas</userinput></screen>
145
[ce9d22a]146 <para>
[dac0ab8]147 To test the results, issue <command>make check</command>.
[ce9d22a]148 </para>
[76a07db]149
[ce9d22a]150 <para>
151 Now, as the <systemitem class="username">root</systemitem> user:
152 </para>
[76a07db]153
154<screen role="root"><userinput>make install</userinput></screen>
[2ffe965]155
156 <note>
157 <para>
158 If you installed the package on to your system using a
[6c13e98]159 <quote>DESTDIR</quote> method, an important file was not installed and
[2ffe965]160 must be copied and/or generated. Generate it using the following
161 command as the <systemitem class="username">root</systemitem> user:
162 </para>
163
164<screen role="root"><userinput>gtk-query-immodules-3.0 --update-cache</userinput></screen>
165 </note>
[bc9797f]166
167 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
168 href="../../xincludes/gsettings-destdir.xml"/>
[76a07db]169 </sect2>
170
171 <sect2 role="commands">
172 <title>Command Explanations</title>
173
[ce9d22a]174 <para>
[8692448]175 <parameter>--enable-broadway-backend</parameter>: This switch enables the
176 Broadway HTML5 GDK backend.
[a8e57cb]177 </para>
178
179 <para>
[8692448]180 <parameter>--enable-wayland-backend</parameter>: This switch enables the
181 Wayland GDK backend which is required for <application>GNOME</application>
182 Wayland support. Remove it if you have not installed the recommended
183 dependencies.
[ce9d22a]184 </para>
[76a07db]185
[ce9d22a]186 <para>
[8692448]187 <parameter>--enable-x11-backend</parameter>: This switch enables the
188 X11 GDK backend.
[ce9d22a]189 </para>
[2ffe965]190
[94936bac]191 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
192 href="../../xincludes/gtk-doc-rebuild.xml"/>
193
[76a07db]194 </sect2>
195
196 <sect2 role="configuration">
[a2912ff]197 <title>Configuring GTK+ 3</title>
[76a07db]198
199 <sect3 id="gtk3-config">
200 <title>Config Files</title>
[ce9d22a]201 <para>
202 <filename>~/.config/gtk-3.0/settings.ini</filename> and
203 <filename>/etc/gtk-3.0/settings.ini</filename>
204 </para>
[76a07db]205
206 <indexterm zone="gtk3 gtk3-config">
207 <primary sortas="e-AA.home-settings.ini">~/.config/gtk-3.0/settings.ini</primary>
208 </indexterm>
209
210 <indexterm zone="gtk3 gtk3-config">
211 <primary sortas="e-etc-path-settings.ini">/etc/gtk-3.0/settings.ini</primary>
212 </indexterm>
213 </sect3>
214
215 <sect3><title>Configuration Information</title>
216
[ce9d22a]217 <para>
[a2912ff]218 <application>GTK+ 3</application> themes change the way a
219 <application>GTK+ 3</application> application looks. An icon theme can be
[ebee860]220 used to change the icons that appear on the application's toolbar. If
[a2912ff]221 you have installed a <application>GTK+ 3</application> theme (eg
[ce9d22a]222 <xref linkend="gnome-themes-standard"/> or an icon theme (such as
223 <xref linkend="gnome-icon-theme"/>) you can set your prefences in
[ebee860]224 <filename>~/.config/gtk-3.0/settings.ini</filename>. Eg:
[ce9d22a]225 </para>
[76a07db]226
[4520f55]227<screen><userinput>mkdir -p ~/.config/gtk-3.0 &amp;&amp;
228cat &gt; ~/.config/gtk-3.0/settings.ini &lt;&lt; "EOF"
[76a07db]229[Settings]
230gtk-theme-name = <replaceable>Adwaita</replaceable>
231gtk-fallback-icon-theme = <replaceable>gnome</replaceable>
232EOF</userinput></screen>
233
[ce9d22a]234 <para>
235 There are many more themes available at
236 <ulink url="http://gnome-look.org/"/> and other places.
237 </para>
[76a07db]238
[ce9d22a]239 <para>
240 Once you've settled on themes you like, you can (as the
241 <systemitem class="username">root</systemitem> user) make them the
242 default system wide:
243 </para>
[76a07db]244
[5bfcda01]245<screen role="root"><userinput>cat &gt; /etc/gtk-3.0/settings.ini &lt;&lt; "EOF"
246[Settings]
[76a07db]247gtk-theme-name = <replaceable>Clearwaita</replaceable>
248gtk-fallback-icon-theme = <replaceable>elementary</replaceable>
249EOF</userinput></screen>
250 </sect3>
251 </sect2>
252
253 <sect2 role="content">
254 <title>Contents</title>
255
256 <segmentedlist>
257 <segtitle>Installed Programs</segtitle>
258 <segtitle>Installed Libraries</segtitle>
259 <segtitle>Installed Directories</segtitle>
260
261 <seglistitem>
[ce9d22a]262 <seg>
[e68334e]263 broadwayd,
[35d0635]264 gtk-launch,
265 gtk-query-immodules-3.0,
266 gtk-update-icon-cache,
267 gtk3-demo,
268 gtk3-demo-application, and
269 gtk3-widget-factory
[742b99e]270 </seg>
271 <seg>
[94936bac]272 libgailutil-3.so, libgdk-3.so, and libgtk-3.so, and several under
[817bc71]273 /usr/lib/gtk-3.0/3.0.0/{immodules,printbackends}
[805809d]274
[742b99e]275 </seg>
276 <seg>
[0d7900a]277 /etc/gtk-3.0,
[d356833]278 /usr/include/gail-3.0,
279 /usr/include/gtk-3.0,
[0d7900a]280 /usr/lib/gtk-3.0,
[e68334e]281 /usr/share/gtk-3.0,
282 /usr/share/gtk-doc/html/{gail-libgail-util3,gdk3,gtk3}, and
283 /usr/share/themes/{Default,Emacs}/gtk-3.0
[ce9d22a]284 </seg>
[76a07db]285 </seglistitem>
286 </segmentedlist>
287
288 <variablelist>
289 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
290 <?dbfo list-presentation="list"?>
291 <?dbhtml list-presentation="table"?>
292
[e68334e]293 <varlistentry id="broadwayd">
294 <term><command>broadwayd</command></term>
295 <listitem>
296 <para>
[c197636]297 provides support for displaying
[e68334e]298 <application>GTK+ 3</application> applications in a web browser,
299 using HTML5 and web sockets.
300 </para>
301 <indexterm zone="gtk3 broadwayd">
302 <primary sortas="b-broadwayd">broadwayd</primary>
303 </indexterm>
304 </listitem>
305 </varlistentry>
306
[d356833]307 <varlistentry id="gtk-launch">
308 <term><command>gtk-launch</command></term>
309 <listitem>
310 <para>
311 launches an application using the given name. The name should match
312 application desktop file name, as residing in
313 <filename class="directory">/usr/share/application</filename>, with
314 or without the '.desktop' suffix.
315 </para>
316 <indexterm zone="gtk3 gtk-launch">
317 <primary sortas="b-gtk-launch">gtk-launch</primary>
318 </indexterm>
319 </listitem>
320 </varlistentry>
321
[76a07db]322 <varlistentry id="gtk-query-immodules-3.0">
323 <term><command>gtk-query-immodules-3.0</command></term>
324 <listitem>
[ce9d22a]325 <para>
326 collects information about loadable input method modules for
[a2912ff]327 <application>GTK+ 3</application> and writes it to the default cache
[ce9d22a]328 file location, or to standard output.
329 </para>
[76a07db]330 <indexterm zone="gtk3 gtk-query-immodules-3.0">
331 <primary sortas="b-gtk-query-immodules-3.0">gtk-query-immodules-3.0</primary>
332 </indexterm>
333 </listitem>
334 </varlistentry>
335
336 <varlistentry id="gtk-update-icon-cache3">
337 <term><command>gtk-update-icon-cache</command></term>
338 <listitem>
[ce9d22a]339 <para>
340 is an icon theme caching utility that creates mmap()able cache files
341 for icon themes.
342 </para>
[76a07db]343 <indexterm zone="gtk3 gtk-update-icon-cache3">
344 <primary sortas="b-gtk-update-icon-cache3">gtk-update-icon-cache</primary>
345 </indexterm>
346 </listitem>
347 </varlistentry>
348
[35d0635]349 <varlistentry id="gtk3-demo">
350 <term><command>gtk3-demo</command></term>
351 <listitem>
352 <para>
353 is a simple program that demonstrates some of the things that can be
354 done with <application>GTK+ 3</application>
355 </para>
356 <indexterm zone="gtk3 gtk3-demo">
357 <primary sortas="b-gtk3-demo">gtk3-demo</primary>
358 </indexterm>
359 </listitem>
360 </varlistentry>
361
362 <varlistentry id="gtk3-demo-application">
363 <term><command>gtk3-demo-application</command></term>
364 <listitem>
365 <para>
366 is a simple <application>GTK+ 3</application> application.
367 </para>
368 <indexterm zone="gtk3 gtk3-demo-application">
369 <primary sortas="b-gtk3-demo-application">gtk3-demo-application</primary>
370 </indexterm>
371 </listitem>
372 </varlistentry>
373
374 <varlistentry id="gtk3-widget-factory">
375 <term><command>gtk3-widget-factory</command></term>
376 <listitem>
377 <para>
378 is a program to view <application>GTK+ 3</application> themes and widgets.
379 </para>
380 <indexterm zone="gtk3 gtk3-widget-factory">
381 <primary sortas="b-gtk3-widget-factory">gtk3-widget-factory</primary>
382 </indexterm>
383 </listitem>
384 </varlistentry>
385
[d356833]386 <varlistentry id="libgailutil-3">
387 <term><filename class="libraryfile">libgailutil-3.so</filename></term>
[76a07db]388 <listitem>
[ce9d22a]389 <para>
390 contains functions that implements the accessibility interfaces
[d356833]391 defined by the <application>GNOME</application> Accessibility
392 Toolkit.
[ce9d22a]393 </para>
[d356833]394 <indexterm zone="gtk3 libgailutil-3">
395 <primary sortas="c-libgailutil-3">libgailutil-3.so</primary>
[76a07db]396 </indexterm>
397 </listitem>
398 </varlistentry>
399
400 <varlistentry id="libgdk-3">
[d356833]401 <term><filename class="libraryfile">libgdk-3.so</filename></term>
[76a07db]402 <listitem>
[ce9d22a]403 <para>
404 contains functions that act as a wrapper around the low-level
405 drawing and windowing functions provided by the underlying graphics
[742b99e]406 system.
[ce9d22a]407 </para>
[76a07db]408 <indexterm zone="gtk3 libgdk-3">
409 <primary sortas="c-libgdk-3">libgdk-3.so</primary>
410 </indexterm>
411 </listitem>
412 </varlistentry>
413
414 <varlistentry id="libgtk-3">
[d356833]415 <term><filename class="libraryfile">libgtk-3.so</filename></term>
[76a07db]416 <listitem>
[ce9d22a]417 <para>
418 contains functions that provide an API to implement graphical user
419 interfaces.
420 </para>
[76a07db]421 <indexterm zone="gtk3 libgtk-3">
422 <primary sortas="c-libgtk-3">libgtk-3.so</primary>
423 </indexterm>
424 </listitem>
425 </varlistentry>
[a2912ff]426
[76a07db]427 </variablelist>
[b84342d6]428
[76a07db]429 </sect2>
[b84342d6]430
[76a07db]431</sect1>
Note: See TracBrowser for help on using the repository browser.