source: gnome/core/gnome-desktop.xml@ e05cd03f

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 e05cd03f was e05cd03f, checked in by Randy McMurchy <randy@…>, 14 years ago

Replaced deprecated w3.org XInclude throughout the book

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

  • Property mode set to 100644
File size: 5.8 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 gnome-desktop-download-http "&gnome-download-http;/gnome-desktop/&gnome-version;/gnome-desktop-&gnome-desktop-version;.tar.bz2">
8 <!ENTITY gnome-desktop-download-ftp "&gnome-download-ftp;/gnome-desktop/&gnome-version;/gnome-desktop-&gnome-desktop-version;.tar.bz2">
9 <!ENTITY gnome-desktop-md5sum "036423159a3240a258cc3892573f0e0f">
10 <!ENTITY gnome-desktop-size "1.5 MB">
11 <!ENTITY gnome-desktop-buildsize "21 MB">
12 <!ENTITY gnome-desktop-time "0.7 SBU">
13]>
14
15<sect1 id="gnome-desktop" xreflabel="GNOME Desktop-&gnome-desktop-version;">
16 <?dbhtml filename="gnome-desktop.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GNOME Desktop-&gnome-desktop-version;</title>
24
25 <indexterm zone="gnome-desktop">
26 <primary sortas="a-GNOME-Desktop">GNOME Desktop</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GNOME Desktop</title>
31
32 <para>The <application>GNOME Desktop</application> package contains
33 the <command>gnome-about</command> program, the
34 <filename class='libraryfile'>libgnome-desktop-2</filename> library and
35 <application>GNOME</application>'s core graphics files and icons.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&gnome-desktop-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&gnome-desktop-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &gnome-desktop-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &gnome-desktop-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &gnome-desktop-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &gnome-desktop-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">GNOME Desktop Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required"><xref linkend="GConf"/>,
63 <xref linkend="gnome-doc-utils"/> and
64 <xref linkend="gtk2"/></para>
65
66 <bridgehead renderas="sect4">Recommended</bridgehead>
67 <para role="recommended"><xref linkend="startup-notification"/></para>
68
69 <para condition="html" role="usernotes">User Notes:
70 <ulink url="&blfs-wiki;/gnome-desktop"/></para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of GNOME Desktop</title>
76
77 <para>Install <application>GNOME Desktop</application> by
78 running the following commands:</para>
79
80<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
81 --sysconfdir=&gnome-etc-dir; \
82 --localstatedir=/var/lib &amp;&amp;
83make</userinput></screen>
84
85 <para>This package does not come with a test suite.</para>
86
87 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
88
89<screen role="root"><userinput>make install</userinput></screen>
90
91 </sect2>
92
93 <sect2 role="commands">
94 <title>Command Explanations</title>
95
96 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
97 href="../../xincludes/gnome-prefix.xml"/>
98
99 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
100 href="../../xincludes/gnome-sysconfdir.xml"/>
101
102 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
103 href="../../xincludes/scrollkeeper-dir.xml"/>
104
105 <para><option>--with-gnome-distributor="Some Name"</option>: Use this
106 parameter to supply a custom name in the <quote>Distributor:</quote>
107 field of the <quote>GNOME About</quote> display window.</para>
108
109 <para><option>--with-kde-datadir=$KDE_PREFIX/share</option>: Use this
110 parameter if <application>KDE</application> is installed in any prefix
111 other than <filename class='directory'>/usr</filename>.</para>
112
113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
114 href="../../xincludes/gtk-doc-rebuild.xml"/>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Program</segtitle>
123 <segtitle>Installed Library</segtitle>
124 <segtitle>Installed Directory</segtitle>
125
126 <seglistitem>
127 <seg>gnome-about</seg>
128 <seg>libgnome-desktop-2.{so,a}</seg>
129 <seg><envar>$GNOME_PREFIX</envar>/{include/gnome-desktop-2.0/libgnomeui,
130 share/{applications,gnome-about/headers,gnome/help/{fdl,gpl,lgpl},
131 gtk-doc/html/gnome-desktop,omf/{fdl,gpl,lgpl}}</seg>
132 </seglistitem>
133 </segmentedlist>
134
135 <variablelist>
136 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
137 <?dbfo list-presentation="list"?>
138 <?dbhtml list-presentation="table"?>
139
140 <varlistentry id="gnome-about">
141 <term><command>gnome-about</command></term>
142 <listitem>
143 <para>produces the about screen.</para>
144 <indexterm zone="gnome-desktop gnome-about">
145 <primary sortas="b-gnome-about">gnome-about</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 <varlistentry id="libgnome-desktop-2">
151 <term><filename class='libraryfile'>libgnome-desktop-2.{so,a}</filename></term>
152 <listitem>
153 <para>contains APIs being tested for inclusion in
154 <application>libgnome</application> or
155 <application>libgnomeui</application>.</para>
156 <indexterm zone="gnome-desktop libgnome-desktop-2">
157 <primary sortas="c-libgnome-desktop-2">libgnome-desktop-2.{so,a}</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 </variablelist>
163
164 </sect2>
165
166</sect1>
Note: See TracBrowser for help on using the repository browser.