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 gnome-desktop-download-http
|
---|
8 | "&gnome-download-http;/gnome-desktop/3.8/gnome-desktop-&gnome-desktop-version;.tar.xz">
|
---|
9 | <!ENTITY gnome-desktop-download-ftp
|
---|
10 | "&gnome-download-ftp;/gnome-desktop/3.8/gnome-desktop-&gnome-desktop-version;.tar.xz">
|
---|
11 | <!ENTITY gnome-desktop-md5sum "4d5bed79011826f62fda582d07d6fef5">
|
---|
12 | <!ENTITY gnome-desktop-size "1.0 MB">
|
---|
13 | <!ENTITY gnome-desktop-buildsize "23 MB">
|
---|
14 | <!ENTITY gnome-desktop-time "0.3 SBU">
|
---|
15 | ]>
|
---|
16 |
|
---|
17 | <sect1 id="gnome-desktop" xreflabel="gnome-desktop-&gnome-desktop-version;">
|
---|
18 | <?dbhtml filename="gnome-desktop.html"?>
|
---|
19 |
|
---|
20 | <sect1info>
|
---|
21 | <othername>$LastChangedBy$</othername>
|
---|
22 | <date>$Date$</date>
|
---|
23 | </sect1info>
|
---|
24 |
|
---|
25 | <title>gnome-desktop-&gnome-desktop-version;</title>
|
---|
26 |
|
---|
27 | <indexterm zone="gnome-desktop">
|
---|
28 | <primary sortas="a-gnome-desktop">gnome-desktop</primary>
|
---|
29 | </indexterm>
|
---|
30 |
|
---|
31 | <sect2 role="package">
|
---|
32 | <title>Introduction to GNOME Desktop</title>
|
---|
33 |
|
---|
34 | <para>
|
---|
35 | The <application>GNOME Desktop</application> package contains a library
|
---|
36 | that provides an API shared by several applications on the
|
---|
37 | <application>GNOME</application> Desktop.
|
---|
38 | </para>
|
---|
39 |
|
---|
40 | &lfs72_checked;
|
---|
41 |
|
---|
42 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
43 | <itemizedlist spacing="compact">
|
---|
44 | <listitem>
|
---|
45 | <para>
|
---|
46 | Download (HTTP): <ulink url="&gnome-desktop-download-http;"/>
|
---|
47 | </para>
|
---|
48 | </listitem>
|
---|
49 | <listitem>
|
---|
50 | <para>
|
---|
51 | Download (FTP): <ulink url="&gnome-desktop-download-ftp;"/>
|
---|
52 | </para>
|
---|
53 | </listitem>
|
---|
54 | <listitem>
|
---|
55 | <para>
|
---|
56 | Download MD5 sum: &gnome-desktop-md5sum;
|
---|
57 | </para>
|
---|
58 | </listitem>
|
---|
59 | <listitem>
|
---|
60 | <para>
|
---|
61 | Download size: &gnome-desktop-size;
|
---|
62 | </para>
|
---|
63 | </listitem>
|
---|
64 | <listitem>
|
---|
65 | <para>
|
---|
66 | Estimated disk space required: &gnome-desktop-buildsize;
|
---|
67 | </para>
|
---|
68 | </listitem>
|
---|
69 | <listitem>
|
---|
70 | <para>
|
---|
71 | Estimated build time: &gnome-desktop-time;
|
---|
72 | </para>
|
---|
73 | </listitem>
|
---|
74 | </itemizedlist>
|
---|
75 |
|
---|
76 | <bridgehead renderas="sect3">GNOME Desktop Dependencies</bridgehead>
|
---|
77 |
|
---|
78 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
79 | <para role="required">
|
---|
80 | <xref linkend="gsettings-desktop-schemas"/>,
|
---|
81 | <xref linkend="gtk3"/>,
|
---|
82 | <xref linkend="iso-codes"/>,
|
---|
83 | <xref linkend="xkeyboard-config"/> and
|
---|
84 | <xref linkend="yelp-xsl"/>
|
---|
85 | </para>
|
---|
86 |
|
---|
87 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
88 | <para role="recommended">
|
---|
89 | <xref linkend="gobject-introspection"/>
|
---|
90 | </para>
|
---|
91 |
|
---|
92 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
93 | <para role="optional">
|
---|
94 | <xref linkend="gtk-doc"/>
|
---|
95 | </para>
|
---|
96 |
|
---|
97 | <para condition="html" role="usernotes">User Notes:
|
---|
98 | <ulink url="&blfs-wiki;/gnome-desktop"/>
|
---|
99 | </para>
|
---|
100 | </sect2>
|
---|
101 |
|
---|
102 | <sect2 role="installation">
|
---|
103 | <title>Installation of GNOME Desktop</title>
|
---|
104 |
|
---|
105 | <para>
|
---|
106 | Install <application>GNOME Desktop</application> by
|
---|
107 | running the following commands:
|
---|
108 | </para>
|
---|
109 |
|
---|
110 | <screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/gnome-desktop-3.0 &&
|
---|
111 | make</userinput></screen>
|
---|
112 |
|
---|
113 | <para>
|
---|
114 | This package does not come with a test suite.
|
---|
115 | </para>
|
---|
116 |
|
---|
117 | <para>
|
---|
118 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
119 | </para>
|
---|
120 |
|
---|
121 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
122 |
|
---|
123 | </sect2>
|
---|
124 |
|
---|
125 | <sect2 role="commands">
|
---|
126 | <title>Command Explanations</title>
|
---|
127 |
|
---|
128 | <para>
|
---|
129 | <option>--with-gnome-distributor="Some Name"</option>: Use this
|
---|
130 | parameter to supply a custom name in the <quote>Distributor:</quote>
|
---|
131 | field of the <quote>GNOME About</quote> display window.
|
---|
132 | </para>
|
---|
133 |
|
---|
134 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
135 | href="../../xincludes/gtk-doc-rebuild.xml"/>
|
---|
136 |
|
---|
137 | </sect2>
|
---|
138 |
|
---|
139 | <sect2 role="content">
|
---|
140 | <title>Contents</title>
|
---|
141 |
|
---|
142 | <segmentedlist>
|
---|
143 | <segtitle>Installed Programs</segtitle>
|
---|
144 | <segtitle>Installed Library</segtitle>
|
---|
145 | <segtitle>Installed Directories</segtitle>
|
---|
146 |
|
---|
147 | <seglistitem>
|
---|
148 | <seg>
|
---|
149 | None
|
---|
150 | </seg>
|
---|
151 | <seg>
|
---|
152 | libgnome-desktop-3.so
|
---|
153 | </seg>
|
---|
154 | <seg>
|
---|
155 | /usr/include/gnome-desktop-3.0,
|
---|
156 | /usr/lib/gnome-desktop-3.0,
|
---|
157 | /usr/share/gtk-doc/html/gnome-desktop3,
|
---|
158 | /usr/share/help/*/gpl,
|
---|
159 | /usr/share/help/*/lgpl,
|
---|
160 | /usr/share/help/*/fdl and
|
---|
161 | /usr/share/libgnome-desktop-3.0
|
---|
162 | </seg>
|
---|
163 | </seglistitem>
|
---|
164 | </segmentedlist>
|
---|
165 |
|
---|
166 | <variablelist>
|
---|
167 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
168 | <?dbfo list-presentation="list"?>
|
---|
169 | <?dbhtml list-presentation="table"?>
|
---|
170 |
|
---|
171 | <varlistentry id="libgnome-desktop-3">
|
---|
172 | <term><filename class="libraryfile">libgnome-desktop-3.so</filename></term>
|
---|
173 | <listitem>
|
---|
174 | <para>
|
---|
175 | contains functions shared by several <application>GNOME</application>
|
---|
176 | applications.
|
---|
177 | </para>
|
---|
178 | <indexterm zone="gnome-desktop libgnome-desktop-3">
|
---|
179 | <primary sortas="c-libgnome-desktop-3">libgnome-desktop-3.so</primary>
|
---|
180 | </indexterm>
|
---|
181 | </listitem>
|
---|
182 | </varlistentry>
|
---|
183 |
|
---|
184 | </variablelist>
|
---|
185 |
|
---|
186 | </sect2>
|
---|
187 |
|
---|
188 | </sect1>
|
---|