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

10.1 11.0 11.1 11.2 11.3 12.0 12.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 bc228ec was c339779, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Update to gnome-bluetooth-3.34.3
Update to gnome-settings-daemon-3.38.1, and add instructions for removing outdated systemd units
Update to gnome-control-center-3.38.1
Update to mutter-3.38.1
Update to gnome-shell-3.38.1
Update to gnome-shell-extensions-3.38.1
Update to gnome-session-3.38.0 and modify it to build on SysV systems
Update to gdm-3.38.0 and modify it to build on SysV systems
Update to gnome-user-docs-3.38.1
Update to yelp-3.38.1
Archive JS68

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

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