source: gnome/platform/gnome-session.xml@ 2e704d1b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym 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 2e704d1b was 2e704d1b, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Fixed a build issue in Brasero under GCC6
Tags
(systemd/gnome merge) Moved mutter, gnome-shell, gnome-shell-extensions, gnome-session, gdm, and gnome-user-docs over
(systemd/gnome merge staging) Updated to baobab-3.20.1
(systemd/gnome merge staging) Update to brasero-3.12.1
(systemd/gnome merge staging) Update to GDM-3.20.1
(systemd/gnome merge staging) Update to gnome-shell-3.20.3
(systemd/gnome merge staging) Update to gnome-shell-extensions-3.20.1
(systemd/gnome merge staging) Update to gnome-session-3.20.1
(systemd/gnome merge staging) Update to gnome-user-docs-3.20.2
(systemd/gnome merge staging) Update to mutter-3.20.3
(systemd/gnome merge staging) Update to yelp-3.20.1

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

  • Property mode set to 100644
File size: 6.1 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-20;/gnome-session-&gnome-session-version;.tar.xz">
9 <!ENTITY gnome-session-download-ftp
10 "&gnome-download-ftp;/gnome-session/&gnome-minor-20;/gnome-session-&gnome-session-version;.tar.xz">
11 <!ENTITY gnome-session-md5sum "9aba2f42ce9f4eadcc89d175ee8969d2">
12 <!ENTITY gnome-session-size "768 KB">
13 <!ENTITY gnome-session-buildsize "19 MB">
14 <!ENTITY gnome-session-time "0.2 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 &lfs79_checked;&gcc6_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"/> and
89 <xref linkend="libxslt"/> with
90 <xref linkend="DocBook"/> and
91 <xref linkend="docbook-xsl"/> (to build the documentation)
92 </para>
93
94 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
95 <para role="required">
96 <xref linkend="systemd"/>
97 </para>
98
99 <para condition="html" role="usernotes">User Notes:
100 <ulink url="&blfs-wiki;/gnome-session"/>
101 </para>
102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of GNOME Session</title>
106
107 <para>
108 Install <application>GNOME Session</application> by
109 running the following commands:
110 </para>
111
112<screen><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/gnome-session-&gnome-session-version; &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 This package does not come with a test suite.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </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>
131 <option>--enable-docbook-docs</option>: This switch is used to
132 enable building the documentation.
133 </para>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Libraries</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>
147 gnome-session, gnome-session-inhibit, and gnome-session-quit
148 </seg>
149 <seg>
150 None
151 </seg>
152 <seg>
153 /usr/share/doc/gnome-session-&gnome-session-version;,
154 /usr/share/gnome-session, and
155 /usr/share/wayland-sessions
156 </seg>
157 </seglistitem>
158 </segmentedlist>
159
160 <variablelist>
161 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
162 <?dbfo list-presentation="list"?>
163 <?dbhtml list-presentation="table"?>
164
165 <varlistentry id="gnome-session-prog">
166 <term><command>gnome-session</command></term>
167 <listitem>
168 <para>
169 is used to start up the <application>GNOME</application>
170 Desktop environment.
171 </para>
172 <indexterm zone="gnome-session gnome-session-prog">
173 <primary sortas="b-gnome-session">gnome-session</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="gnome-session-inhibit">
179 <term><command>gnome-session-inhibit</command></term>
180 <listitem>
181 <para>
182 is used to inhibit certain <application>GNOME</application>
183 Session functionality while executing the given command.
184 </para>
185 <indexterm zone="gnome-session gnome-session-inhibit">
186 <primary sortas="b-gnome-session-inhibit">gnome-session-inhibit</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="gnome-session-quit">
192 <term><command>gnome-session-quit</command></term>
193 <listitem>
194 <para>
195 is used to end the <application>GNOME</application> Session.
196 </para>
197 <indexterm zone="gnome-session gnome-session-quit">
198 <primary sortas="b-gnome-session-quit">gnome-session-quit</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 </variablelist>
204
205 </sect2>
206
207</sect1>
Note: See TracBrowser for help on using the repository browser.