source: gnome/core/gnome-session.xml@ 35e84dce

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 35e84dce was 35e84dce, checked in by Krejzi <krejzi@…>, 12 years ago

GNOME 3.6 Part 7.

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

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