mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 13:02:35 +08:00
255 lines
9.1 KiB
XML
255 lines
9.1 KiB
XML
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||
|
%general-entities;
|
||
|
|
||
|
<!ENTITY gtk3-download-http "&gnome-download-http;/gtk+/3.2/gtk+->k3-version;.tar.xz">
|
||
|
<!ENTITY gtk3-download-ftp "&gnome-download-ftp;/gtk+/3.2/gtk+->k3-version;.tar.xz">
|
||
|
<!ENTITY gtk3-md5sum "447e4f452eff459b81c1591a0adfd791">
|
||
|
<!ENTITY gtk3-size "12 MB">
|
||
|
<!ENTITY gtk3-buildsize "308 MB">
|
||
|
<!ENTITY gtk3-time "2.6 SBU">
|
||
|
]>
|
||
|
|
||
|
<sect1 id="gtk3" xreflabel="gtk3->k3-version;">
|
||
|
<?dbhtml filename="gtk3.html"?>
|
||
|
|
||
|
<sect1info>
|
||
|
<othername>$LastChangedBy: randy $</othername>
|
||
|
<date>$Date: 2007-04-04 20:42:53 +0100 (Wed, 04 Apr 2007) $</date>
|
||
|
</sect1info>
|
||
|
|
||
|
<title>gtk3->k3-version;</title>
|
||
|
|
||
|
<indexterm zone="gtk3">
|
||
|
<primary sortas="a-gtk3">gtk3</primary>
|
||
|
</indexterm>
|
||
|
|
||
|
<sect2 role="package">
|
||
|
<title>Introduction to gtk+-3</title>
|
||
|
|
||
|
<para>The <application>gtk+-3</application> package contains
|
||
|
<application>gtk+-3</application> libraries. These are used for creating
|
||
|
graphical user interfaces for applications.</para>
|
||
|
|
||
|
&lfs70_checked;
|
||
|
|
||
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||
|
<itemizedlist spacing="compact">
|
||
|
<listitem>
|
||
|
<para>Download (HTTP): <ulink url=">k3-download-http;"/></para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>Download (FTP): <ulink url=">k3-download-ftp;"/></para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>Download MD5 sum: >k3-md5sum;</para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>Download size: >k3-size;</para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>Estimated disk space required: >k3-buildsize;</para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>Estimated build time: >k3-time;</para>
|
||
|
</listitem>
|
||
|
</itemizedlist>
|
||
|
|
||
|
<bridgehead renderas="sect3">gtk3 Dependencies</bridgehead>
|
||
|
|
||
|
<bridgehead renderas="sect4">Required</bridgehead>
|
||
|
<para role="required"><xref linkend="cairo"/> (compiled with support for
|
||
|
glib and libX11), <xref linkend="atk"/>, <xref linkend="pango"/>,
|
||
|
<xref linkend="gdk-pixbuf"/> and <xref linkend="x-window-system"/>
|
||
|
(specifically, libX11, libXext, libXi and libXrender are required,
|
||
|
libXinerama, libXcomposite, libXrandr and libXdamage are optional)</para>
|
||
|
|
||
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
||
|
<para role="optional"><xref linkend="cups"/>,
|
||
|
<xref linkend="docbook-utils"/>,
|
||
|
<ulink url="http://www.freedesktop.org/software/colord/">Colord</ulink>,
|
||
|
<xref linkend="gobject-introspection"/> and <xref linkend="gtk-doc"/> (only
|
||
|
needed if you want to rebuild the documentation).</para>
|
||
|
|
||
|
<para condition="html" role="usernotes">User Notes:
|
||
|
<ulink url="&blfs-wiki;/gtk3"/></para>
|
||
|
|
||
|
</sect2>
|
||
|
|
||
|
<sect2 role="installation">
|
||
|
<title>Installation of gtk3</title>
|
||
|
|
||
|
<para>Install <application>gtk3</application> by running the following
|
||
|
commands:</para>
|
||
|
|
||
|
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &&
|
||
|
make</userinput></screen>
|
||
|
|
||
|
<para>To test the results:</para>
|
||
|
|
||
|
<screen><userinput>rm tests/css/parser/selector.css &&
|
||
|
rm tests/a11y/pickers.ui &&
|
||
|
make check</userinput></screen>
|
||
|
|
||
|
|
||
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||
|
|
||
|
<screen role="root"><userinput>make install</userinput></screen>
|
||
|
|
||
|
</sect2>
|
||
|
|
||
|
<sect2 role="commands">
|
||
|
<title>Command Explanations</title>
|
||
|
|
||
|
<para><command>rm tests/css/parser/selector.css</command> and
|
||
|
<command>rm tests/a11y/pickers.ui</command>: This prevents two tests
|
||
|
being run as they are known to fail.</para>
|
||
|
|
||
|
</sect2>
|
||
|
|
||
|
<sect2 role="configuration">
|
||
|
<title>Configuring gtk+-3</title>
|
||
|
|
||
|
<sect3 id="gtk3-config">
|
||
|
<title>Config Files</title>
|
||
|
<para><filename>~/.config/gtk-3.0/settings.ini</filename> and
|
||
|
<filename>/etc/gtk-3.0/settings.ini</filename></para>
|
||
|
|
||
|
<indexterm zone="gtk3 gtk3-config">
|
||
|
<primary sortas="e-AA.home-settings.ini">~/.config/gtk-3.0/settings.ini</primary>
|
||
|
</indexterm>
|
||
|
|
||
|
<indexterm zone="gtk3 gtk3-config">
|
||
|
<primary sortas="e-etc-path-settings.ini">/etc/gtk-3.0/settings.ini</primary>
|
||
|
</indexterm>
|
||
|
</sect3>
|
||
|
|
||
|
<sect3><title>Configuration Information</title>
|
||
|
|
||
|
<para>Gtk+-3 themes change the way a gtk application looks. An icon
|
||
|
theme can be used to change the icons that appear on the application's
|
||
|
toolbar. If you have installed a Gtk+-3 theme (eg
|
||
|
<ulink url="http://ftp.gnome.org/pub/gnome/sources/gnome-themes-standard/3.2/">gnome-themes-standard</ulink>) or an icon theme (such as
|
||
|
<xref linkend="gnome-icon-theme"/>) you can set your prefences in
|
||
|
<filename>~/.config/gtk-3.0/settings.ini</filename>:</para>
|
||
|
|
||
|
<screen><userinput>cat > ~/.config/gtk-3.0/settings.ini << "EOF"
|
||
|
[Settings]
|
||
|
gtk-theme-name = <replaceable>Adwaita</replaceable>
|
||
|
gtk-fallback-icon-theme = <replaceable>gnome</replaceable>
|
||
|
EOF</userinput></screen>
|
||
|
|
||
|
<para>There are many more themes available at
|
||
|
<ulink url="http://gnome-look.org/">Gnome-Look.org</ulink> and other
|
||
|
places.</para>
|
||
|
|
||
|
<para>Once you've settled on themes you like, you can (as the
|
||
|
<systemitem class="username">root</systemitem> user) make them the
|
||
|
default system wide:</para>
|
||
|
|
||
|
<screen role="root"><userinput>cat > /etc/gtk-3.0/settings.ini << "EOF"[Settings]
|
||
|
gtk-theme-name = <replaceable>Clearwaita</replaceable>
|
||
|
gtk-fallback-icon-theme = <replaceable>elementary</replaceable>
|
||
|
EOF</userinput></screen>
|
||
|
|
||
|
</sect3>
|
||
|
|
||
|
</sect2>
|
||
|
|
||
|
<sect2 role="content">
|
||
|
<title>Contents</title>
|
||
|
|
||
|
<segmentedlist>
|
||
|
<segtitle>Installed Programs</segtitle>
|
||
|
<segtitle>Installed Libraries</segtitle>
|
||
|
<segtitle>Installed Directories</segtitle>
|
||
|
|
||
|
<seglistitem>
|
||
|
<seg>gtk3-demo, gtk-query-immodules-3.0, and gtk-update-icon-cache</seg>
|
||
|
<seg>libgailutil.so, libgdk-3.so, and libgtk-3.so</seg>
|
||
|
<seg>/etc/gtk-3.0, /usr/include/gtk-3.0, /usr/include/gail-3.0,
|
||
|
/usr/lib/gtk-3.0 and /usr/share/gtk-3.0</seg>
|
||
|
</seglistitem>
|
||
|
</segmentedlist>
|
||
|
|
||
|
<variablelist>
|
||
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||
|
<?dbfo list-presentation="list"?>
|
||
|
<?dbhtml list-presentation="table"?>
|
||
|
|
||
|
<varlistentry id="gtk3-demo">
|
||
|
<term><command>gtk3-demo</command></term>
|
||
|
<listitem>
|
||
|
<para>is a simple program that demonstrates some of the things that
|
||
|
can be done with gtk+-3</para>
|
||
|
<indexterm zone="gtk3 gtk3-demo">
|
||
|
<primary sortas="b-gtk3-demo">gtk3-demo</primary>
|
||
|
</indexterm>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry id="gtk-query-immodules-3.0">
|
||
|
<term><command>gtk-query-immodules-3.0</command></term>
|
||
|
<listitem>
|
||
|
<para>collects information about loadable input method modules for
|
||
|
<application>gtk+-3</application> and writes it to the default cache
|
||
|
file location, or to standard output.</para>
|
||
|
<indexterm zone="gtk3 gtk-query-immodules-3.0">
|
||
|
<primary sortas="b-gtk-query-immodules-3.0">gtk-query-immodules-3.0</primary>
|
||
|
</indexterm>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry id="gtk-update-icon-cache3">
|
||
|
<term><command>gtk-update-icon-cache</command></term>
|
||
|
<listitem>
|
||
|
<para>is an icon theme caching utility that creates mmap()able cache
|
||
|
files for icon themes.</para>
|
||
|
<indexterm zone="gtk3 gtk-update-icon-cache3">
|
||
|
<primary sortas="b-gtk-update-icon-cache3">gtk-update-icon-cache</primary>
|
||
|
</indexterm>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry id="libgailutil">
|
||
|
<term><filename class='libraryfile'>libgailutil.so</filename></term>
|
||
|
<listitem>
|
||
|
<para>contains functions that implements the accessibility interfaces
|
||
|
defined by the GNOME Accessibility Toolkit</para>
|
||
|
<indexterm zone="gtk3 libgailutil">
|
||
|
<primary sortas="c-libgailutil">libgailutil.so</primary>
|
||
|
</indexterm>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry id="libgdk-3">
|
||
|
<term><filename class='libraryfile'>libgdk-3.so</filename></term>
|
||
|
<listitem>
|
||
|
<para>contains functions that act as a wrapper around the low-level
|
||
|
drawing and windowing functions provided by the underlying graphics
|
||
|
system (libX11 for now, but maybe in the future wayland).</para>
|
||
|
<indexterm zone="gtk3 libgdk-3">
|
||
|
<primary sortas="c-libgdk-3">libgdk-3.so</primary>
|
||
|
</indexterm>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry id="libgtk-3">
|
||
|
<term><filename class='libraryfile'>libgtk-3.so</filename></term>
|
||
|
<listitem>
|
||
|
<para>contains functions that provide an API to implement graphical
|
||
|
user interfaces.</para>
|
||
|
<indexterm zone="gtk3 libgtk-3">
|
||
|
<primary sortas="c-libgtk-3">libgtk-3.so</primary>
|
||
|
</indexterm>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
</variablelist>
|
||
|
|
||
|
</sect2>
|
||
|
|
||
|
</sect1>
|