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

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 c3c56b2 was c3c56b2, checked in by Krejzi <krejzi@…>, 11 years ago

Reimplement none where nothing is installed - programs, libraries or directories.

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

  • Property mode set to 100644
File size: 8.0 KB
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[b367c26]7 <!ENTITY gnome-session-download-http
[35e84dce]8 "&gnome-download-http;/gnome-session/3.6/gnome-session-&gnome-session-version;.tar.xz">
[b367c26]9 <!ENTITY gnome-session-download-ftp
[35e84dce]10 "&gnome-download-ftp;/gnome-session/3.6/gnome-session-&gnome-session-version;.tar.xz">
[5416f541]11 <!ENTITY gnome-session-md5sum "355730543dbcc166f331d806cd0da22d">
[953836aa]12 <!ENTITY gnome-session-size "716 KB">
[35e84dce]13 <!ENTITY gnome-session-buildsize "20 MB">
[0c4e116]14 <!ENTITY gnome-session-time "0.3 SBU">
[fdca4266]15]>
16
[a027d7d3]17<sect1 id="gnome-session" xreflabel="gnome-session-&gnome-session-version;">
[ed9b56b8]18 <?dbhtml filename="gnome-session.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
[a027d7d3]25 <title>gnome-session-&gnome-session-version;</title>
[ed9b56b8]26
27 <indexterm zone="gnome-session">
[7ded7e3]28 <primary sortas="a-gnome-session">gnome-session</primary>
[ed9b56b8]29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GNOME Session</title>
33
[7ded7e3]34 <para>
35 The <application>GNOME Session</application> package contains
36 the <application>GNOME</application> session manager.
37 </para>
[ed9b56b8]38
[35e84dce]39 &lfs72_checked;
[7b5015b9]40
[ed9b56b8]41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[7ded7e3]44 <para>
45 Download (HTTP): <ulink url="&gnome-session-download-http;"/>
46 </para>
[ed9b56b8]47 </listitem>
48 <listitem>
[7ded7e3]49 <para>
50 Download (FTP): <ulink url="&gnome-session-download-ftp;"/>
51 </para>
[ed9b56b8]52 </listitem>
53 <listitem>
[7ded7e3]54 <para>
55 Download MD5 sum: &gnome-session-md5sum;
56 </para>
[ed9b56b8]57 </listitem>
58 <listitem>
[7ded7e3]59 <para>
60 Download size: &gnome-session-size;
61 </para>
[ed9b56b8]62 </listitem>
63 <listitem>
[7ded7e3]64 <para>
65 Estimated disk space required: &gnome-session-buildsize;
66 </para>
[ed9b56b8]67 </listitem>
68 <listitem>
[7ded7e3]69 <para>
70 Estimated build time: &gnome-session-time;
71 </para>
[ed9b56b8]72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">GNOME Session Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
[b367c26]78 <para role="required">
79 <xref linkend="GConf"/>,
80 <xref linkend="gtk3"/>,
[35e84dce]81 <xref linkend="json-glib"/> and
[b367c26]82 <xref linkend="upower"/>
83 </para>
[ed9b56b8]84
85 <bridgehead renderas="sect4">Optional</bridgehead>
[b367c26]86 <para role="optional">
87 <xref linkend="xmlto"/>
88 </para>
[ed9b56b8]89
[55a1dbf]90 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
91 <para role="required">
[b367c26]92 <xref linkend="consolekit"/> (if you intend to use startx to initiate
[35e84dce]93 your <application>GNOME</application> desktop)
[b367c26]94 </para>
[760bdaf]95
[0a7c3921]96 <para condition="html" role="usernotes">User Notes:
[7ded7e3]97 <ulink url="&blfs-wiki;/gnome-session"/>
98 </para>
[ed9b56b8]99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of GNOME Session</title>
103
[7ded7e3]104 <para>
105 Install <application>GNOME Session</application> by
106 running the following commands:
107 </para>
[ed9b56b8]108
[953836aa]109<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/gnome-session &amp;&amp;
[ed9b56b8]110make</userinput></screen>
111
[7ded7e3]112 <para>
113 This package does not come with a test suite.
114 </para>
[ed9b56b8]115
[7ded7e3]116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
[ed9b56b8]119
120<screen role="root"><userinput>make install</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
[7ded7e3]127 <para>
[35e84dce]128 <option>--enable-docbook-docs</option>: This switch is used to
129 enable building of the documentation.
[7ded7e3]130 </para>
[19ed3e6c]131
[ed9b56b8]132 </sect2>
133
[79f61a7]134 <sect2 role="configuration" id="gnome-session-config">
[7ded7e3]135 <title>Configuring GNOME Session</title>
[79f61a7]136
137 <sect3>
138 <title>Configuration Information</title>
139
[7ded7e3]140 <para>
[ec64d28]141 If you are not using <application>GDM</application> to start your
[7ded7e3]142 <application>GNOME</application> desktop, you will need to invoke
143 <command>gnome-session</command> <emphasis>instead of</emphasis> invoking
144 a window-manager directly. All of the packages in the 'Desktop' section of
145 this chapter need to be installed first, and some of the 'Applications' -
146 particularly <application>GNOME Terminal</application>
147 (<application>xterm</application> does not install a '.desktop' file and
148 so not appear in the menus).
149 </para>
150
151 <para>
152 When <command>gnome-session</command> is run, it invokes the necessary
153 daemons and either <application>Metacity</application> or
154 <application>gnome-shell</application>. A desktop manager such as
[ec64d28]155 <application>GDM</application> will invoke <application>ConsoleKit</application>
[7ded7e3]156 before the window manager, but if you use <command>startx</command> the first
157 invocation after booting may fail because the daemon is not already running,
[ec64d28]158 so it is invoked first.
[7ded7e3]159 </para>
160
161 <para>
162 To automatically start the <application>gnome-session</application>
163 window manager when you issue the <command>startx</command> command,
164 backup your current <filename>~/.xinitrc</filename> before proceeding.
165 Note that you will be able to invoke <application>GNOME Terminal</application>
[ec64d28]166 from the menu, so there is no reason to invoke <command>xterm</command> here.
167 Create a new <filename>.xinitrc</filename> using this command:
[7ded7e3]168 </para>
[79f61a7]169
170 <indexterm zone="metacity gnome-session-config">
171 <primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
172 </indexterm>
173
174<screen><userinput>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"
[ce889d2]175<literal>exec ck-launch-session dbus-launch --exit-with-session gnome-session</literal>
[79f61a7]176EOF</userinput></screen>
177
178 </sect3>
179
180 </sect2>
181
[ed9b56b8]182 <sect2 role="content">
183 <title>Contents</title>
184
185 <segmentedlist>
186 <segtitle>Installed Programs</segtitle>
[c3c56b2]187 <segtitle>Installed Libraries</segtitle>
188 <segtitle>Installed Directories</segtitle>
[ed9b56b8]189
190 <seglistitem>
[b367c26]191 <seg>
192 gnome-session, gnome-session-properties and gnome-session-quit
193 </seg>
[c3c56b2]194 <seg>
195 None
196 </seg>
[b367c26]197 <seg>
[7ded7e3]198 /usr/lib/gnome-session,
199 /usr/share/doc/gnome-session and
[b367c26]200 /usr/share/gnome-session
201 </seg>
[ed9b56b8]202 </seglistitem>
203 </segmentedlist>
204
205 <variablelist>
206 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
207 <?dbfo list-presentation="list"?>
208 <?dbhtml list-presentation="table"?>
209
210 <varlistentry id="gnome-session-prog">
211 <term><command>gnome-session</command></term>
212 <listitem>
[7ded7e3]213 <para>
214 is used to start up the <application>GNOME</application>
215 Desktop environment.
216 </para>
[ed9b56b8]217 <indexterm zone="gnome-session gnome-session-prog">
218 <primary sortas="b-gnome-session">gnome-session</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
[b367c26]223 <varlistentry id="gnome-session-properties">
224 <term><command>gnome-session-properties</command></term>
[ed9b56b8]225 <listitem>
[7ded7e3]226 <para>
227 allows the users to configure which applications should be
228 started at login.
229 </para>
[b367c26]230 <indexterm zone="gnome-session gnome-session-properties">
231 <primary sortas="b-gnome-session-properties">gnome-session-properties</primary>
[ed9b56b8]232 </indexterm>
233 </listitem>
234 </varlistentry>
235
[b367c26]236 <varlistentry id="gnome-session-quit">
237 <term><command>gnome-session-quit</command></term>
[ed9b56b8]238 <listitem>
[7ded7e3]239 <para>
240 is used to end the <application>GNOME</application> Session.
241 </para>
[b367c26]242 <indexterm zone="gnome-session gnome-session-quit">
243 <primary sortas="b-gnome-session-quit">gnome-session-quit</primary>
[ed9b56b8]244 </indexterm>
245 </listitem>
246 </varlistentry>
247
248 </variablelist>
249
250 </sect2>
[5673583]251
252</sect1>
Note: See TracBrowser for help on using the repository browser.