source: xfce/core/xfce4-session.xml@ 2432970

systemd-13485
Last change on this file since 2432970 was 419681d6, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Sync to trunk r17130
Fix FAAC compilation under GCC-6

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

  • Property mode set to 100644
File size: 8.3 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 xfce4-session-download-http
8 "http://archive.xfce.org/src/xfce/xfce4-session/&xfce4-version;/xfce4-session-&xfce4-session-version;.tar.bz2">
9 <!ENTITY xfce4-session-download-ftp " ">
10 <!ENTITY xfce4-session-md5sum "f4921fb2e606e74643daf1212263076c">
11 <!ENTITY xfce4-session-size "1.2 MB">
12 <!ENTITY xfce4-session-buildsize "14 MB">
13 <!ENTITY xfce4-session-time "0.2 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
41 &lfs78_checked;
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">
81 <xref linkend="libwnck2"/>,
82 <xref linkend="libxfce4ui"/>,
83 <xref linkend="which"/>, and
84 <xref linkend="xorg7-app"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="desktop-file-utils"/>,
90 <xref linkend="shared-mime-info"/> and
91 <xref linkend="polkit-gnome"/>
92 </para>
93
94 <bridgehead renderas="sect4">Required Runtime</bridgehead>
95 <para role="required runtime">
96 <xref linkend="xfdesktop"/>
97 </para>
98
99 <para condition="html" role="usernotes">
100 User Notes: <ulink url="&blfs-wiki;/xfce4-session"/>
101 </para>
102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of Xfce4 Session</title>
106
107 <para>
108 Install <application>Xfce4 Session</application> by running the following
109 commands:
110 </para>
111
112<screen><userinput>./configure --prefix=/usr \
113 --sysconfdir=/etc \
114 --disable-legacy-sm &amp;&amp;
115make</userinput></screen>
116
117 <para>
118 This package does not come with a test suite.
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>make install</userinput></screen>
126
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <para>
133 <option>--disable-legacy-sm</option>: This switch disables
134 legacy session management which isn't necessary on modern
135 system.
136 </para>
137
138 </sect2>
139
140 <sect2 role="configuration">
141 <title>Configuring Xfce4 Session</title>
142
143 <para>
144 There are several optional run time dependencies for
145 <application>Xfce4</application>:
146 <xref linkend="dbus"/>,
147 <xref linkend="gnupg2"/>,
148 <xref linkend="hicolor-icon-theme"/>,
149 <xref linkend="openssh"/> and
150 <xref linkend="systemd"/>
151 </para>
152
153 <para>
154 To launch <application>Xfce4</application> use the command
155 <command>startxfce4</command>.
156 </para>
157
158 <para>
159 When building an <application>Xfce4</application> packages, some
160 configuration files are installed in <filename class="directory">
161 /usr/share/applications</filename>, <filename class="directory">
162 /usr/share/icons</filename>, and <filename class="directory">
163 /usr/share/mime</filename>. In order to use those files in your
164 <application>Xfce4</application> session, you need to update
165 various databases. Run the following commands as the
166 <systemitem class="username">root</systemitem> user to update
167 them (you need to have the recommended dependencies installed):
168 </para>
169
170<screen role="root"><userinput>update-desktop-database &amp;&amp;
171update-mime-database /usr/share/mime</userinput></screen>
172 </sect2>
173
174 <sect2 role="content">
175 <title>Contents</title>
176
177 <segmentedlist>
178 <segtitle>Installed Programs</segtitle>
179 <segtitle>Installed Library</segtitle>
180 <segtitle>Installed Directories</segtitle>
181
182 <seglistitem>
183 <seg>
184 xfce4-session,
185 xfce4-session-logout,
186 xfce4-session-settings and
187 xfce4-tips
188 </seg>
189 <seg>
190 libxfsm-4.6.so
191 </seg>
192 <seg>
193 /usr/include/xfce4/xfce4-session-4.6,
194 /usr/share/xfce4/tips and
195 /usr/share/doc/xfce4-session-&xfce4-session-version;
196 </seg>
197 </seglistitem>
198 </segmentedlist>
199
200 <variablelist>
201 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
202 <?dbfo list-presentation="list"?>
203 <?dbhtml list-presentation="table"?>
204
205 <varlistentry id="xfce4-session-prog">
206 <term><command>xfce4-session</command></term>
207 <listitem>
208 <para>
209 starts up the <application>Xfce</application> Desktop Environment.
210 </para>
211 <indexterm zone="xfce4-session xfce4-session-prog">
212 <primary sortas="b-xfce4-session">xfce4-session</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 <varlistentry id="xfce4-session-logout">
218 <term><command>xfce4-session-logout</command></term>
219 <listitem>
220 <para>
221 logs out from <application>Xfce</application>.
222 </para>
223 <indexterm zone="xfce4-session xfce4-session-logout">
224 <primary sortas="b-xfce4-session-logout">xfce4-session-logout</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228
229 <varlistentry id="xfce4-session-settings">
230 <term><command>xfce4-session-settings</command></term>
231 <listitem>
232 <para>
233 is a <application>GTK+ 2</application> GUI which allows you to alter
234 your preferences for your <application>Xfce Session</application>.
235 </para>
236 <indexterm zone="xfce4-session xfce4-session-settings">
237 <primary sortas="b-xfce4-session-settings">xfce4-session-settings</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
241
242 <varlistentry id="xfce4-tips">
243 <term><command>xfce4-tips</command></term>
244 <listitem>
245 <para>
246 is a <application>GTK+ 2</application> GUI which displays tips when
247 you log in to an <application>Xfce Session</application>.
248 </para>
249 <indexterm zone="xfce4-session xfce4-tips">
250 <primary sortas="b-xfce4-tips">xfce4-tips</primary>
251 </indexterm>
252 </listitem>
253 </varlistentry>
254
255 <varlistentry id="libxfsm-4">
256 <term><filename class="libraryfile">libxfsm-4.6.so</filename></term>
257 <listitem>
258 <para>
259 contains the <application>Xfce Session</application> API functions.
260 </para>
261 <indexterm zone="xfce4-session libxfsm-4">
262 <primary sortas="c-libxfsm-4">libxfsm-4.6.so</primary>
263 </indexterm>
264 </listitem>
265 </varlistentry>
266
267 </variablelist>
268
269 </sect2>
270
271</sect1>
Note: See TracBrowser for help on using the repository browser.