source: gnome/platform/gnome-session.xml@ b363619

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 b363619 was fef2695, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to File-BaseDir-0.08 (Perl Module).

Update to GNOME 3.28 platform packages:
gnome-control-center gnome-shell gnome-shell-extensions
gnome-user-docs mutter gdm gnome-session.

Update to epiphany-3.28.0.1.

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

  • Property mode set to 100644
File size: 6.4 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-session-download-http
8 "&gnome-download-http;/gnome-session/&gnome-minor-28;/gnome-session-&gnome-session-version;.tar.xz">
9 <!ENTITY gnome-session-download-ftp
10 "&gnome-download-ftp;/gnome-session/&gnome-minor-28;/gnome-session-&gnome-session-version;.tar.xz">
11 <!ENTITY gnome-session-md5sum "6bdd34c566a0e1d1c7ca7e7dbd6ba055">
12 <!ENTITY gnome-session-size "472 KB">
13 <!ENTITY gnome-session-buildsize "14 MB">
14 <!ENTITY gnome-session-time "less than 0.1 SBU">
15]>
16
17<sect1 id="gnome-session" xreflabel="gnome-session-&gnome-session-version;" revision="systemd">
18 <?dbhtml filename="gnome-session.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-session-&gnome-session-version;</title>
26
27 <indexterm zone="gnome-session">
28 <primary sortas="a-gnome-session">gnome-session</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GNOME Session</title>
33
34 <para>
35 The <application>GNOME Session</application> package contains
36 the <application>GNOME</application> session manager.
37 </para>
38
39 &lfs82_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&gnome-session-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&gnome-session-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &gnome-session-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &gnome-session-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &gnome-session-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &gnome-session-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">GNOME Session Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="dbus-glib"/>,
80 <xref linkend="gnome-desktop"/>,
81 <xref linkend="json-glib"/>,
82 <xref linkend="mesa"/>, and
83 <xref linkend="upower"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="GConf"/>,
89 <xref linkend="xmlto"/>, and
90 <xref linkend="libxslt"/> with
91 <xref linkend="DocBook"/> and
92 <xref linkend="docbook-xsl"/> (to build the documentation)
93 </para>
94
95 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
96 <para role="required">
97 <xref role="runtime" linkend="systemd"/>
98 </para>
99
100 <para condition="html" role="usernotes">User Notes:
101 <ulink url="&blfs-wiki;/gnome-session"/>
102 </para>
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of GNOME Session</title>
107
108 <para>
109 When running Gnome under <xref linkend="wayland"/>, environment settings
110 are not imported for the user using the system profile. The Wayland
111 developers are currently undecided on a standard method to provide system
112 environment settings for user sessions. To work around this limitation,
113 execute the following command to start make
114 <command>gnome-session</command> use a login shell:
115 </para>
116
117<screen><userinput>sed 's@/bin/sh@/bin/sh -l@' -i gnome-session/gnome-session.in</userinput></screen>
118
119 <para>
120 Install <application>GNOME Session</application> by
121 running the following commands:
122 </para>
123
124<screen><userinput>mkdir build &amp;&amp;
125cd build &amp;&amp;
126
127meson --prefix=/usr &amp;&amp;
128ninja</userinput></screen>
129
130 <para>
131 This package does not come with a test suite.
132 </para>
133
134 <para>
135 Now, as the <systemitem class="username">root</systemitem> user:
136 </para>
137
138<screen role="root"><userinput>ninja install</userinput></screen>
139
140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Programs</segtitle>
147 <segtitle>Installed Libraries</segtitle>
148 <segtitle>Installed Directories</segtitle>
149
150 <seglistitem>
151 <seg>
152 gnome-session, gnome-session-inhibit, and gnome-session-quit
153 </seg>
154 <seg>
155 None
156 </seg>
157 <seg>
158 /usr/share/doc/gnome-session-&gnome-session-version; and
159 /usr/share/gnome-session
160 </seg>
161 </seglistitem>
162 </segmentedlist>
163
164 <variablelist>
165 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
166 <?dbfo list-presentation="list"?>
167 <?dbhtml list-presentation="table"?>
168
169 <varlistentry id="gnome-session-prog">
170 <term><command>gnome-session</command></term>
171 <listitem>
172 <para>
173 is used to start up the <application>GNOME</application>
174 Desktop environment.
175 </para>
176 <indexterm zone="gnome-session gnome-session-prog">
177 <primary sortas="b-gnome-session">gnome-session</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 <varlistentry id="gnome-session-inhibit">
183 <term><command>gnome-session-inhibit</command></term>
184 <listitem>
185 <para>
186 is used to inhibit certain <application>GNOME</application>
187 Session functionality while executing the given command.
188 </para>
189 <indexterm zone="gnome-session gnome-session-inhibit">
190 <primary sortas="b-gnome-session-inhibit">gnome-session-inhibit</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="gnome-session-quit">
196 <term><command>gnome-session-quit</command></term>
197 <listitem>
198 <para>
199 is used to end the <application>GNOME</application> Session.
200 </para>
201 <indexterm zone="gnome-session gnome-session-quit">
202 <primary sortas="b-gnome-session-quit">gnome-session-quit</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 </variablelist>
208
209 </sect2>
210
211</sect1>
Note: See TracBrowser for help on using the repository browser.