source: gnome/platform/gnome-session.xml@ 425f19af

elogind
Last change on this file since 425f19af was 425f19af, checked in by DJ Lucas <dj@…>, 5 years ago

Merge to HEAD 21241.

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

  • Property mode set to 100644
File size: 7.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-30;/gnome-session-&gnome-session-version;.tar.xz">
9 <!ENTITY gnome-session-download-ftp
10 "&gnome-download-ftp;/gnome-session/&gnome-minor-30;/gnome-session-&gnome-session-version;.tar.xz">
11 <!ENTITY gnome-session-md5sum "45c33dfaad7d40c008f8131aff2e0391">
12 <!ENTITY gnome-session-size "476 KB">
13 <!ENTITY gnome-session-buildsize "15 MB">
14 <!ENTITY gnome-session-time "0.2 SBU">
15]>
16
17<sect1 id="gnome-session" xreflabel="gnome-session-&gnome-session-version;">
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 &lfs84_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" revision="sysv">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact" revision="sysv">
77 <listitem>
78 <para>
79 Recommended patch:
80 <ulink url="&patch-root;/gnome-session-&gnome-session-version;-elogind-1.patch"/>
81 </para>
82 </listitem>
83 </itemizedlist>
84
85 <bridgehead renderas="sect3">GNOME Session Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Required</bridgehead>
88 <para role="required">
89 <xref linkend="dbus-glib"/>,
90 <phrase revision="sysv"><xref role="runtime" linkend="elogind"/>,</phrase>
91 <xref linkend="gnome-desktop"/>,
92 <xref linkend="json-glib"/>,
93 <xref linkend="mesa"/>,
94 <phrase revision="systemd"><xref role="runtime" linkend="systemd"/>,</phrase>
95 and <xref linkend="upower"/>
96 </para>
97
98 <bridgehead renderas="sect4">Optional</bridgehead>
99 <para role="optional">
100 <xref linkend="GConf"/>,
101 <xref linkend="xmlto"/>, and
102 <xref linkend="libxslt"/> with
103 <xref linkend="DocBook"/> and
104 <xref linkend="docbook-xsl"/> (to build the documentation)
105 </para>
106
107 <para condition="html" role="usernotes">User Notes:
108 <ulink url="&blfs-wiki;/gnome-session"/>
109 </para>
110 </sect2>
111
112 <sect2 role="installation">
113 <title>Installation of GNOME Session</title>
114
115 <para>
116 When running Gnome under <xref linkend="wayland"/>, environment settings
117 are not imported for the user using the system profile. The Wayland
118 developers are currently undecided on a standard method to provide system
119 environment settings for user sessions. To work around this limitation,
120 execute the following command to make
121 <command>gnome-session</command> use a login shell:
122 </para>
123
124<screen><userinput>sed 's@/bin/sh@/bin/sh -l@' -i gnome-session/gnome-session.in</userinput></screen>
125
126 <para revision="sysv">
127 Apply a patch to use <xref linkend="elogind"/> session tracking:
128 </para>
129
130<screen revision="sysv"><userinput>patch -Np1 -i ../gnome-session-&gnome-session-version;-elogind-1.patch</userinput></screen>
131
132 <para>
133 Install <application>GNOME Session</application> by
134 running the following commands:
135 </para>
136
137<screen revision="sysv"><userinput>mkdir build &amp;&amp;
138cd build &amp;&amp;
139
140meson --prefix=/usr \
141 -Delogind=true \
142 -Dsystemd=false \
143 -Dsystemd_journal=false \
144 .. &amp;&amp;
145ninja</userinput></screen>
146
147<screen revision="systemd"><userinput>mkdir build &amp;&amp;
148cd build &amp;&amp;
149
150meson --prefix=/usr .. &amp;&amp;
151ninja</userinput></screen>
152
153 <para>
154 This package does not come with a test suite.
155 </para>
156
157 <para>
158 Now, as the <systemitem class="username">root</systemitem> user:
159 </para>
160
161<screen role="root"><userinput>ninja install</userinput></screen>
162<!-- For some reason, there are I/O errors with the DTD @ freedesktop
163 that causes error messages to flood stdin. -->
164
165 </sect2>
166
167 <sect2 role="content">
168 <title>Contents</title>
169
170 <segmentedlist>
171 <segtitle>Installed Programs</segtitle>
172 <segtitle>Installed Libraries</segtitle>
173 <segtitle>Installed Directories</segtitle>
174
175 <seglistitem>
176 <seg>
177 gnome-session, gnome-session-custom-session, gnome-session-inhibit,
178 and gnome-session-quit
179 </seg>
180 <seg>
181 None
182 </seg>
183 <seg>
184 /usr/share/doc/gnome-session-&gnome-session-version; and
185 /usr/share/gnome-session
186 </seg>
187 </seglistitem>
188 </segmentedlist>
189
190 <variablelist>
191 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
192 <?dbfo list-presentation="list"?>
193 <?dbhtml list-presentation="table"?>
194
195 <varlistentry id="gnome-session-prog">
196 <term><command>gnome-session</command></term>
197 <listitem>
198 <para>
199 is used to start up the <application>GNOME</application>
200 Desktop environment.
201 </para>
202 <indexterm zone="gnome-session gnome-session-prog">
203 <primary sortas="b-gnome-session">gnome-session</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="gnome-session-inhibit">
209 <term><command>gnome-session-inhibit</command></term>
210 <listitem>
211 <para>
212 is used to inhibit certain <application>GNOME</application>
213 Session functionality while executing the given command.
214 </para>
215 <indexterm zone="gnome-session gnome-session-inhibit">
216 <primary sortas="b-gnome-session-inhibit">gnome-session-inhibit</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 <varlistentry id="gnome-session-quit">
222 <term><command>gnome-session-quit</command></term>
223 <listitem>
224 <para>
225 is used to end the <application>GNOME</application> Session.
226 </para>
227 <indexterm zone="gnome-session gnome-session-quit">
228 <primary sortas="b-gnome-session-quit">gnome-session-quit</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 </variablelist>
234
235 </sect2>
236
237</sect1>
Note: See TracBrowser for help on using the repository browser.