source: x/lib/gtk+3.xml@ 8bcd51bd

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 8bcd51bd was 0d7900a, checked in by Randy McMurchy <randy@…>, 11 years ago

Removed extraneous spaces from blank lines and at the end of lines in the .xml

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

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