source: gnome/core/gnome-session.xml@ c67fbf64

systemd-11177
Last change on this file since c67fbf64 was c67fbf64, checked in by Krejzi <krejzi@…>, 11 years ago

Remove packages that are now in lfs systemd from blfs.

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

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