source: xfce/core/xfce4-session.xml@ 00f3d9a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 7.10 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gimp3 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 00f3d9a was 34e7ac3, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Update to xfdesktop-4.10.3.
xfce4-session-4.10.1: add xfdesktop-4.10.3 as 'Required Runtime'.

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

  • Property mode set to 100644
File size: 7.6 KB
RevLine 
[17bcb81]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
[dcd16c6]7 <!ENTITY xfce4-session-download-http
8 "http://archive.xfce.org/src/xfce/xfce4-session/&xfce4-version;/xfce4-session-&xfce4-session-version;.tar.bz2">
[17bcb81]9 <!ENTITY xfce4-session-download-ftp " ">
[f78b8b5]10 <!ENTITY xfce4-session-md5sum "1757657c1d590aa6274b7b7cbba33352">
11 <!ENTITY xfce4-session-size "1.3 MB">
12 <!ENTITY xfce4-session-buildsize "21 MB">
[17bcb81]13 <!ENTITY xfce4-session-time "0.3 SBU">
14]>
15
16<sect1 id="xfce4-session" xreflabel="xfce4-session-&xfce4-session-version;">
17 <?dbhtml filename="xfce4-session.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>xfce4-session-&xfce4-session-version;</title>
25
26 <indexterm zone="xfce4-session">
27 <primary sortas="a-xfce4-session">xfce4-session</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Xfce4 Session</title>
32
33 <para>
34 <application>Xfce4 Session</application> is a session manager for
35 <application>Xfce</application>. Its task is to save the state of your
36 desktop (opened applications and their location) and restore it during a
37 next startup. You can create several different sessions and choose one of
38 them on startup.
39 </para>
40
[7821003]41 &lfs76_checked;
[17bcb81]42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&xfce4-session-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&xfce4-session-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &xfce4-session-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &xfce4-session-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &xfce4-session-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &xfce4-session-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Xfce4 Session Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
[a20b14d6]81 <xref linkend="libwnck2"/>,
[de1a0d9]82 <xref linkend="libxfce4ui"/>, and
[a20b14d6]83 <xref linkend="which"/>
[17bcb81]84 </para>
85
[34e7ac3]86 <bridgehead renderas="sect4">Required Runtime</bridgehead>
87 <para role="required runtime">
88 <xref linkend="xfdesktop"/>
89 </para>
90
[17bcb81]91 <para condition="html" role="usernotes">
92 User Notes: <ulink url="&blfs-wiki;/xfce4-session"/>
93 </para>
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of Xfce4 Session</title>
98
99 <para>
100 Install <application>Xfce4 Session</application> by running the following
101 commands:
102 </para>
103
[dcd16c6]104<screen><userinput>./configure --prefix=/usr \
105 --sysconfdir=/etc \
[f78b8b5]106 --disable-legacy-sm &amp;&amp;
[17bcb81]107make</userinput></screen>
108
109 <para>
110 This package does not come with a test suite.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>make install</userinput></screen>
[dcd16c6]118
[17bcb81]119 </sect2>
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
[f78b8b5]124 <para>
125 <option>--disable-legacy-sm</option>: This switch disables
[c4b0455]126 legacy session management which isn't necessary on modern
[f78b8b5]127 system.
128 </para>
[dcd16c6]129
[17bcb81]130 </sect2>
131
132 <sect2 role="configuration">
133 <title>Configuring Xfce4 Session</title>
134
[dcd16c6]135 <para>
136 There are several optional run time dependencies for
137 <application>Xfce4</application>:
138 <xref linkend="consolekit"/>,
[4e349b9]139 <xref linkend="dbus"/>,
[f78b8b5]140 <xref linkend="gnupg2"/>,
141 <xref linkend="hicolor-icon-theme"/> and
142 <xref linkend="openssh"/>
[dcd16c6]143 </para>
[17bcb81]144
[6c3a7cc]145 <para>
[cc14443a]146 To launch <application>Xfce4</application> use the command
[f78b8b5]147 <command>startxfce4</command>. If you have <xref linkend="consolekit"/>
[cc14443a]148 installed, use <command>startxfce4 --with-ck-launch</command>.
[f78b8b5]149 <application>ConsoleKit</application> is required to perform any
150 task that requires administrative access, including shut down
151 and reboot.
[6c3a7cc]152 </para>
153
[17bcb81]154 </sect2>
155
156 <sect2 role="content">
157 <title>Contents</title>
158
159 <segmentedlist>
160 <segtitle>Installed Programs</segtitle>
161 <segtitle>Installed Library</segtitle>
[f7b6f93a]162 <segtitle>Installed Directories</segtitle>
[17bcb81]163
164 <seglistitem>
165 <seg>
166 xfce4-session,
167 xfce4-session-logout,
168 xfce4-session-settings and
[dcd16c6]169 xfce4-tips
170 </seg>
171 <seg>
172 libxfsm-4.6.so
[17bcb81]173 </seg>
174 <seg>
175 /usr/include/xfce4/xfce4-session-4.6,
176 /usr/share/xfce4/tips and
[dcd16c6]177 /usr/share/doc/xfce4-session-&xfce4-session-version;
[17bcb81]178 </seg>
179 </seglistitem>
180 </segmentedlist>
181
182 <variablelist>
183 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
184 <?dbfo list-presentation="list"?>
185 <?dbhtml list-presentation="table"?>
186
187 <varlistentry id="xfce4-session-prog">
188 <term><command>xfce4-session</command></term>
189 <listitem>
190 <para>
191 starts up the <application>Xfce</application> Desktop Environment.
192 </para>
193 <indexterm zone="xfce4-session xfce4-session-prog">
194 <primary sortas="b-xfce4-session">xfce4-session</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 <varlistentry id="xfce4-session-logout">
200 <term><command>xfce4-session-logout</command></term>
201 <listitem>
202 <para>
203 logs out from <application>Xfce</application>.
204 </para>
205 <indexterm zone="xfce4-session xfce4-session-logout">
206 <primary sortas="b-xfce4-session-logout">xfce4-session-logout</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 <varlistentry id="xfce4-session-settings">
212 <term><command>xfce4-session-settings</command></term>
213 <listitem>
214 <para>
[dcd16c6]215 is a <application>GTK+ 2</application> GUI which allows you to alter
[17bcb81]216 your preferences for your <application>Xfce Session</application>.
217 </para>
218 <indexterm zone="xfce4-session xfce4-session-settings">
219 <primary sortas="b-xfce4-session-settings">xfce4-session-settings</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223
224 <varlistentry id="xfce4-tips">
225 <term><command>xfce4-tips</command></term>
226 <listitem>
227 <para>
[dcd16c6]228 is a <application>GTK+ 2</application> GUI which displays tips when
[17bcb81]229 you log in to an <application>Xfce Session</application>.
230 </para>
231 <indexterm zone="xfce4-session xfce4-tips">
232 <primary sortas="b-xfce4-tips">xfce4-tips</primary>
233 </indexterm>
234 </listitem>
235 </varlistentry>
236
[dcd16c6]237 <varlistentry id="libxfsm-4">
[17bcb81]238 <term><filename class="libraryfile">libxfsm-4.6.so</filename></term>
239 <listitem>
240 <para>
241 contains the <application>Xfce Session</application> API functions.
242 </para>
[dcd16c6]243 <indexterm zone="xfce4-session libxfsm-4">
244 <primary sortas="c-libxfsm-4">libxfsm-4.6.so</primary>
[17bcb81]245 </indexterm>
246 </listitem>
247 </varlistentry>
[dcd16c6]248
[17bcb81]249 </variablelist>
[dcd16c6]250
[17bcb81]251 </sect2>
[dcd16c6]252
[17bcb81]253</sect1>
Note: See TracBrowser for help on using the repository browser.