source: gnome/core/gnome-session.xml@ 7752d7d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7752d7d was 7ded7e3, checked in by Krejzi <krejzi@…>, 12 years ago

Gnome 3.4.2 (See changelog for which components were upgraded/added). Converted all of Gnome XML files to the 'new xml format'. Sorted 'Postlfs' and 'General' section packages in some kind of order. Moved Colord into 'System Utilities' and SpiderMonkey into 'General Utilities'. Fixed Avahi dependencies as reported last night. Fixed several typos and dependencies in other packages. Sorted general.ent according to other packages.

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

  • Property mode set to 100644
File size: 8.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/3.4/gnome-session-&gnome-session-version;.tar.xz">
9 <!ENTITY gnome-session-download-ftp
10 "&gnome-download-ftp;/gnome-session/3.4/gnome-session-&gnome-session-version;.tar.xz">
11 <!ENTITY gnome-session-md5sum "691251cb745463082692a20599c938e8">
12 <!ENTITY gnome-session-size "696 KB">
13 <!ENTITY gnome-session-buildsize "18 MB">
14 <!ENTITY gnome-session-time "0.3 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 &lfs70_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="GConf"/>,
80 <xref linkend="gtk3"/>,
81 <xref linkend="json-glib"/>,
82 <xref linkend="startup-notification"/> and
83 <xref linkend="upower"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="xmlto"/>
89 </para>
90
91 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
92 <para role="required">
93 <xref linkend="consolekit"/> (if you intend to use startx to initiate
94 your <application>GNOME</application> desktop) and
95 <xref linkend="polkit-gnome"/>
96 </para>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/gnome-session"/>
100 </para>
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of GNOME Session</title>
105
106 <para>
107 Install <application>GNOME Session</application> by
108 running the following commands:
109 </para>
110
111<screen><userinput>./configure --prefix=/usr \
112 --libexecdir=/usr/lib/gnome-session &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 <parameter>--libexecdir=/usr/lib/gnome-session</parameter>: This
132 parameter is used so that the <application>gnome-session</application>
133 internal support programs are installed in the preferred location of
134 <filename class="directory">/usr/lib/gnome-session</filename> instead of
135 <filename class="directory">/usr/libexec</filename>.
136 </para>
137
138 <para>
139 <option>--enable-docbook-docs</option>: This parameter is used to
140 build the documentation.
141 </para>
142
143 </sect2>
144
145 <sect2 role="configuration" id="gnome-session-config">
146 <title>Configuring GNOME Session</title>
147
148 <sect3>
149 <title>Configuration Information</title>
150
151 <para>
152 If you are not using <application>gdm</application> to start your
153 <application>GNOME</application> desktop, you will need to invoke
154 <command>gnome-session</command> <emphasis>instead of</emphasis> invoking
155 a window-manager directly. All of the packages in the 'Desktop' section of
156 this chapter need to be installed first, and some of the 'Applications' -
157 particularly <application>GNOME Terminal</application>
158 (<application>xterm</application> does not install a '.desktop' file and
159 so not appear in the menus).
160 </para>
161
162 <para>
163 When <command>gnome-session</command> is run, it invokes the necessary
164 daemons and either <application>Metacity</application> or
165 <application>gnome-shell</application>. A desktop manager such as
166 <application>gdm</application> will invoke <application>ConsoleKit</application>
167 before the window manager, but if you use <command>startx</command> the first
168 invocation after booting may fail because the daemon is not already running,
169 so we will invoke it first.
170 </para>
171
172 <para>
173 To automatically start the <application>gnome-session</application>
174 window manager when you issue the <command>startx</command> command,
175 backup your current <filename>~/.xinitrc</filename> before proceeding.
176 Note that you will be able to invoke <application>GNOME Terminal</application>
177 from the menu, so there is no reason to invoke xterm here. Create a new
178 <filename>.xinitrc</filename> using this command:
179 </para>
180
181 <indexterm zone="metacity gnome-session-config">
182 <primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
183 </indexterm>
184
185<screen><userinput>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"
186<literal>exec ck-launch-session dbus-launch --exit-with-session gnome-session</literal>
187EOF</userinput></screen>
188
189 </sect3>
190
191 </sect2>
192
193 <sect2 role="content">
194 <title>Contents</title>
195
196 <segmentedlist>
197 <segtitle>Installed Programs</segtitle>
198 <segtitle>Installed Directory</segtitle>
199
200 <seglistitem>
201 <seg>
202 gnome-session, gnome-session-properties and gnome-session-quit
203 </seg>
204 <seg>
205 /usr/lib/gnome-session,
206 /usr/share/doc/gnome-session and
207 /usr/share/gnome-session
208 </seg>
209 </seglistitem>
210 </segmentedlist>
211
212 <variablelist>
213 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
214 <?dbfo list-presentation="list"?>
215 <?dbhtml list-presentation="table"?>
216
217 <varlistentry id="gnome-session-prog">
218 <term><command>gnome-session</command></term>
219 <listitem>
220 <para>
221 is used to start up the <application>GNOME</application>
222 Desktop environment.
223 </para>
224 <indexterm zone="gnome-session gnome-session-prog">
225 <primary sortas="b-gnome-session">gnome-session</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 <varlistentry id="gnome-session-properties">
231 <term><command>gnome-session-properties</command></term>
232 <listitem>
233 <para>
234 allows the users to configure which applications should be
235 started at login.
236 </para>
237 <indexterm zone="gnome-session gnome-session-properties">
238 <primary sortas="b-gnome-session-properties">gnome-session-properties</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 <varlistentry id="gnome-session-quit">
244 <term><command>gnome-session-quit</command></term>
245 <listitem>
246 <para>
247 is used to end the <application>GNOME</application> Session.
248 </para>
249 <indexterm zone="gnome-session gnome-session-quit">
250 <primary sortas="b-gnome-session-quit">gnome-session-quit</primary>
251 </indexterm>
252 </listitem>
253 </varlistentry>
254
255 </variablelist>
256
257 </sect2>
258
259</sect1>
Note: See TracBrowser for help on using the repository browser.