source: gnome/core/gnome-shell.xml@ 55a1dbf

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 55a1dbf was 55a1dbf, checked in by Krejzi <krejzi@…>, 12 years ago

gnome-shell 3.4.1, gnome-screensaver 3.4.1, mousetweaks 3.4.1, fully remove packagekit and gnome-packagekit, remove some deps from gnome chapter, they have been added into packages that require them

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

  • Property mode set to 100644
File size: 6.6 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-shell-download-http
8 "&gnome-download-http;/gnome-shell/3.4/gnome-shell-&gnome-shell-version;.tar.xz">
9 <!ENTITY gnome-shell-download-ftp
10 "&gnome-download-ftp;/gnome-shell/3.4/gnome-shell-&gnome-shell-version;.tar.xz">
11 <!ENTITY gnome-shell-md5sum "82a7dae5d0aa3de2afe317d882c79ee9">
12 <!ENTITY gnome-shell-size "1.2 MB">
13 <!ENTITY gnome-shell-buildsize "42 MB">
14 <!ENTITY gnome-shell-time "0.8 SBU">
15]>
16
17<sect1 id="gnome-shell" xreflabel="gnome-shell-&gnome-shell-version;">
18 <?dbhtml filename="gnome-shell.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-shell-&gnome-shell-version;</title>
26
27 <indexterm zone="gnome-shell">
28 <primary sortas="a-gnome-shell">gnome-shell</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to gnome-shell</title>
33
34 <para>The <application>gnome-shell</application> is the core user interface of
35 the <application>GNOME</application> desktop environment.</para>
36
37 &lfs70_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&gnome-shell-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&gnome-shell-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &gnome-shell-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &gnome-shell-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &gnome-shell-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &gnome-shell-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">gnome-shell Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required">
65 <xref linkend="evolution-data-server"/>,
66 <xref linkend="folks"/>,
67 <xref linkend="gcr"/>,
68 <xref linkend="gjs"/>,
69 <xref linkend="gnome-menus"/>,
70 <xref linkend="gnome-settings-daemon"/>,
71 <xref linkend="json-glib"/>,
72 <xref linkend="libcroco"/>,
73 <xref linkend="libgnome-keyring"/>,
74 <xref linkend="mutter"/>,
75 <xref linkend="NetworkManager"/> and
76 <xref linkend="telepathy-logger"/>
77 </para>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="gnome-bluetooth"/>,
82 <xref linkend="gst-plugins-base"/> and
83 <xref linkend="network-manager-applet"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="gtk-doc"/>
89 </para>
90
91 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
92 <para role="required">
93 <xref linkend="accountsservice"/>,
94 <xref linkend="caribou"/>,
95 <xref linkend="dconf"/>,
96 <xref linkend="gnome-icon-theme"/>,
97 <xref linkend="gnome-icon-theme-symbolic"/> and
98 <xref linkend="telepathy-mission-control"/>
99 </para>
100
101 <para condition="html" role="usernotes">User Notes:
102 <ulink url="&blfs-wiki;/gnome-shell"/></para>
103
104 </sect2>
105
106 <sect2 role="installation">
107 <title>Installation of gnome-shell</title>
108
109 <para>Install <application>gnome-shell</application> by running the following
110 commands:</para>
111
112<screen><userinput>./configure --prefix=/usr \
113 --sysconfdir=/etc \
114 --libexecdir=/usr/lib/gnome-shell \
115 --with-ca-certificates=/etc/ssl/ca-bundle.crt &amp;&amp;
116make</userinput></screen>
117
118 <para>This package's testsuite is only intended to be used by the
119 maintainer to check i18n files.</para>
120
121 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <para><parameter>--libexecdir=/usr/lib/gnome-shell</parameter>:
131 This parameter causes the libexec files to be installed in the preferred
132 location of <filename
133 class="directory">/usr/lib/gnome-shell</filename> instead
134 of <filename
135 class="directory">/usr/libexec</filename>.</para>
136
137 <para><parameter>--with-ca-certificates=/etc/ssl/ca-bundle.crt</parameter>: This
138 parameter specifies where ca certificates bundle is installed.</para>
139
140 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
141 href="../../xincludes/gtk-doc-rebuild.xml"/>
142
143 </sect2>
144
145 <sect2 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Programs</segtitle>
150 <segtitle>Installed Directories</segtitle>
151
152 <seglistitem>
153 <seg>
154 gnome-shell, gnome-shell-extension-prefs and gnome-shell-extension-tool
155 </seg>
156 <seg>
157 /usr/lib/gnome-shell, /usr/share/gnome-shell and
158 /usr/share/gtk-doc/html/shell
159 </seg>
160 </seglistitem>
161 </segmentedlist>
162
163 <variablelist>
164 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
165 <?dbfo list-presentation="list"?>
166 <?dbhtml list-presentation="table"?>
167
168 <varlistentry id="gnome-shell-prog">
169 <term><command>gnome-shell</command></term>
170 <listitem>
171 <para>provides the core user interface functions for the GNOME 3
172 desktop.</para>
173 <indexterm zone="gnome-shell gnome-shell-prog">
174 <primary sortas="b-gnome-shell">gnome-shell</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179<!-- <varlistentry id="gnome-shell-extension-prefs">
180 <term><command>gnome-shell-extension-prefs</command></term>
181 <listitem>
182 <para>does this .....</para>
183 <indexterm zone="gnome-shell gnome-shell-extension-prefs">
184 <primary sortas="b-gnome-shell-extension-prefs">gnome-shell-extension-prefs</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="gnome-shell-extension-tool">
190 <term><command>gnome-shell-extension-tool</command></term>
191 <listitem>
192 <para>does this .....</para>
193 <indexterm zone="gnome-shell gnome-shell-extension-tool">
194 <primary sortas="b-gnome-shell-extension-tool">gnome-shell-extension-tool</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry> -->
198
199 </variablelist>
200
201 </sect2>
202
203</sect1>
Note: See TracBrowser for help on using the repository browser.