source: gnome/platform/gnome-shell.xml@ f7b647a3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f7b647a3 was e0ea073, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Major round of updates for GNOME:
Update to libdazzle-3.32.1
Update to seahorse-3.32.1
Update to gnome-tweaks-3.32.0
Update to gnome-terminal-3.32.1
Update to yelp-3.32.1
Update to gnome-user-docs-3.32.1
Update to gdm-3.32.0
Update to gnome-session-3.32.0
Update to gnome-shell-extensions-3.32.1
Update to gnome-shell-3.32.1

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

  • Property mode set to 100644
File size: 5.7 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/&gnome-minor-32;/gnome-shell-&gnome-shell-version;.tar.xz">
9 <!ENTITY gnome-shell-download-ftp
10 "&gnome-download-ftp;/gnome-shell/&gnome-minor-32;/gnome-shell-&gnome-shell-version;.tar.xz">
11 <!ENTITY gnome-shell-md5sum "059529c91a3d84e6542f662be47a657f">
12 <!ENTITY gnome-shell-size "1.4 MB">
13 <!ENTITY gnome-shell-buildsize "63 MB">
14 <!ENTITY gnome-shell-time "0.3 SBU">
15]>
16
17<sect1 id="gnome-shell" xreflabel="gnome-shell-&gnome-shell-version;" revision="systemd">
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>
35 The <application>GNOME Shell</application> is the core user interface of
36 the <application>GNOME</application> Desktop environment.
37 </para>
38
39 &lfs84_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&gnome-shell-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&gnome-shell-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &gnome-shell-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &gnome-shell-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &gnome-shell-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &gnome-shell-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">GNOME Shell Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="evolution-data-server"/>,
80 <xref linkend="gjs"/>,
81 <xref linkend="gnome-control-center"/>,
82 <xref linkend="libcroco"/>,
83 <xref linkend="mutter"/>,
84 <xref linkend="sassc"/>,
85 <xref linkend="startup-notification"/>, and
86 <xref linkend="systemd"/>
87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
91 <xref linkend="gnome-bluetooth"/>,
92 <xref linkend="gst10-plugins-base"/>, and
93 <xref linkend="network-manager-applet"/>
94 </para>
95
96 <bridgehead renderas="sect4">Optional</bridgehead>
97 <para role="optional">
98 <xref linkend="gtk-doc"/>
99 </para>
100
101 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
102 <para role="required">
103 <xref role="runtime" linkend="adwaita-icon-theme"/>,
104 <xref role="runtime" linkend="dconf"/>,
105 <xref role="runtime" linkend="gdm"/>,
106 <xref role="runtime" linkend="gnome-backgrounds"/>,
107 <xref role="runtime" linkend="gnome-menus"/>,
108 <xref role="runtime" linkend="gnome-themes-extra"/>, and
109 <xref role="runtime" linkend="telepathy-mission-control"/>
110 </para>
111
112 <para condition="html" role="usernotes">User Notes:
113 <ulink url="&blfs-wiki;/gnome-shell"/>
114 </para>
115 </sect2>
116
117 <sect2 role="installation">
118 <title>Installation of GNOME Shell</title>
119
120 <para>
121 Install <application>GNOME Shell</application> by running the
122 following commands:
123 </para>
124
125<screen><userinput>mkdir build &amp;&amp;
126cd build &amp;&amp;
127
128meson --prefix=/usr .. &amp;&amp;
129ninja</userinput></screen>
130
131 <para>
132 To test the results, issue: <command>ninja test</command>. You must be
133 running an X session to run the tests. Some will fail if
134 <xref linkend="gdm"/> is not installed.
135 </para>
136
137 <para>
138 Now, as the <systemitem class="username">root</systemitem> user:
139 </para>
140
141<screen role="root"><userinput>ninja install</userinput></screen>
142
143 </sect2>
144
145 <sect2 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Programs</segtitle>
150 <segtitle>Installed Libraries</segtitle>
151 <segtitle>Installed Directories</segtitle>
152
153 <seglistitem>
154 <seg>
155 gnome-shell, gnome-shell-extension-prefs, gnome-shell-extension-tool,
156 and gnome-shell-perf-tool
157 </seg>
158 <seg>
159 <!-- libgnome-shell-browser-plugin.so (Browser Plugin) -->
160 None
161 </seg>
162 <seg>
163 /usr/lib/gnome-shell,
164 /usr/share/gnome-shell,
165 /usr/share/gtk-doc/html/{shell,st}, and
166 /usr/share/xdg-desktop-portal/
167 </seg>
168 </seglistitem>
169 </segmentedlist>
170
171 <variablelist>
172 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
173 <?dbfo list-presentation="list"?>
174 <?dbhtml list-presentation="table"?>
175
176 <varlistentry id="gnome-shell-prog">
177 <term><command>gnome-shell</command></term>
178 <listitem>
179 <para>
180 provides the core user interface functions for the
181 <application>GNOME</application> 3 Desktop.
182 </para>
183 <indexterm zone="gnome-shell gnome-shell-prog">
184 <primary sortas="b-gnome-shell">gnome-shell</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 </variablelist>
190
191 </sect2>
192
193</sect1>
Note: See TracBrowser for help on using the repository browser.