source: gnome/core/gnome-session.xml@ 87679b2

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

gnome-control-center 3.4.1, gnome-session 3.4.1, correct previous changelog screw up, 10 000 commit, gnome fallback now fully useable.

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

  • Property mode set to 100644
File size: 8.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/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 "993ade4c005ec47d7992ab971177bad9">
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>The <application>GNOME Session</application> package contains
35 the <application>GNOME</application> session manager.</para>
36
37 &lfs70_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&gnome-session-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&gnome-session-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &gnome-session-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &gnome-session-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &gnome-session-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &gnome-session-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">GNOME Session Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required">
65 <xref linkend="GConf"/>,
66 <xref linkend="gtk3"/>,
67 <xref linkend="json-glib"/>,
68 <xref linkend="startup-notification"/> and
69 <xref linkend="upower"/>
70 </para>
71
72 <bridgehead renderas="sect4">Recommended</bridgehead>
73 <para role="recommended">
74 <xref linkend="polkit-gnome"/>
75 </para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <xref linkend="xmlto"/>
80 </para>
81
82 <bridgehead renderas="sect4">Additional Runtime Dependency</bridgehead>
83 <para role="recommended">
84 <xref linkend="consolekit"/> (if you intend to use startx to initiate
85 your <application>GNOME</application> desktop)
86 </para>
87
88 <para condition="html" role="usernotes">User Notes:
89 <ulink url="&blfs-wiki;/gnome-session"/></para>
90
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of GNOME Session</title>
95
96 <para>Install <application>GNOME Session</application> by
97 running the following commands:</para>
98
99<screen><userinput>./configure --prefix=/usr \
100 --libexecdir=/usr/lib/gnome-session &amp;&amp;
101make</userinput></screen>
102
103 <para>This package does not come with a test suite.</para>
104
105 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="commands">
112 <title>Command Explanations</title>
113
114<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
115 href="../../xincludes/gnome-prefix.xml"/> -->
116
117 <para><parameter>--libexecdir=/usr/lib/gnome-session</parameter>: This
118 parameter is used so that the <application>gnome-session</application>
119 internal support programs are installed in the preferred location of
120 <filename class='directory'>/usr/lib/gnome-session</filename> instead of
121 <filename class='directory'>/usr/libexec</filename>.</para>
122
123 <para><option>--enable-docbook-docs</option>: This parameter is used to
124 build the documentation.</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>If you are not using <application>gdm</application> to start your
135 <application>GNOME</application> desktop, you will need to invoke
136 <command>gnome-session</command> <emphasis>instead of</emphasis> invoking
137 a window-manager directly. All of the packages in the 'Core' section of
138 this chapter need to be installed first, and some of the 'Utilities' -
139 particularly <application>GNOME Terminal</application>
140 (<application>xterm</application> does not install a '.desktop' file and
141 so not appear in the menus).</para>
142
143 <para>When <command>gnome-session</command> is run, it invokes the necessary
144 daemons and either <application>Metacity</application> or
145 <application>gnome-shell</application>. A desktop manager such as
146 <application>gdm</application> will invoke <application>ConsoleKit</application>
147 before the window manager, but if you use <command>startx</command> the first
148 invocation after booting may fail because the daemon is not already running,
149 so we will invoke it first.</para>
150
151 <para>To automatically start the <application>gnome-session</application>
152 window manager when you issue the <command>startx</command> command,
153 backup your current <filename>~/.xinitrc</filename> before proceeding.
154 Note that you will be able to invoke <application>GNOME Terminal</application>
155 from the menu, so there is no reason to invoke xterm here. Create a new
156 <filename>.xinitrc</filename> using this command:</para>
157
158 <indexterm zone="metacity gnome-session-config">
159 <primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
160 </indexterm>
161
162<screen><userinput>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"
163<literal>exec ck-launch-session dbus-launch --exit-with-session gnome-session</literal>
164EOF</userinput></screen>
165
166 </sect3>
167
168 </sect2>
169
170 <sect2 role="content">
171 <title>Contents</title>
172
173 <segmentedlist>
174 <segtitle>Installed Programs</segtitle>
175 <segtitle>Installed Directory</segtitle>
176
177 <seglistitem>
178 <seg>
179 gnome-session, gnome-session-properties and gnome-session-quit
180 </seg>
181 <seg>
182 /usr/lib/gnome-session, /usr/share/doc/gnome-session and
183 /usr/share/gnome-session
184 </seg>
185 </seglistitem>
186 </segmentedlist>
187
188 <variablelist>
189 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
190 <?dbfo list-presentation="list"?>
191 <?dbhtml list-presentation="table"?>
192
193 <varlistentry id="gnome-session-prog">
194 <term><command>gnome-session</command></term>
195 <listitem>
196 <para>starts up the GNOME desktop environment.</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-properties">
204 <term><command>gnome-session-properties</command></term>
205 <listitem>
206 <para>allows the users to configure which applications should be
207 started at login.</para>
208 <indexterm zone="gnome-session gnome-session-properties">
209 <primary sortas="b-gnome-session-properties">gnome-session-properties</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 <varlistentry id="gnome-session-quit">
215 <term><command>gnome-session-quit</command></term>
216 <listitem>
217 <para>is used to end the GNOME session.</para>
218 <indexterm zone="gnome-session gnome-session-quit">
219 <primary sortas="b-gnome-session-quit">gnome-session-quit</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223
224 </variablelist>
225
226 </sect2>
227
228</sect1>
Note: See TracBrowser for help on using the repository browser.