source: xfce/core/xfce4-session.xml@ 3f2db3a6

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 9.2 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 "https://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 "2bb95124f91e9469ea5571c94d6034fe">
11 <!ENTITY xfce4-session-size "856 KB">
12 <!ENTITY xfce4-session-buildsize "15 MB">
13 <!ENTITY xfce4-session-time "0.1 SBU">
14]>
15
16<sect1 id="xfce4-session" xreflabel="xfce4-session-&xfce4-session-version;">
17 <?dbhtml filename="xfce4-session.html"?>
18
19
20 <title>xfce4-session-&xfce4-session-version;</title>
21
22 <indexterm zone="xfce4-session">
23 <primary sortas="a-xfce4-session">xfce4-session</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Xfce4 Session</title>
28
29 <para>
30 <application>Xfce4 Session</application> is a session manager for
31 <application>Xfce</application>. Its task is to save the state of your
32 desktop (opened applications and their location) and restore it during a
33 next startup. You can create several different sessions and choose one of
34 them on startup.
35 </para>
36
37 &lfs112_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&xfce4-session-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&xfce4-session-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &xfce4-session-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &xfce4-session-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &xfce4-session-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &xfce4-session-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Xfce4 Session Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="libwnck"/> and
78 <xref linkend="libxfce4ui"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="desktop-file-utils"/>,
84 <xref linkend="shared-mime-info"/> and
85 <xref linkend="polkit-gnome"/>
86 </para>
87
88 <bridgehead renderas="sect4">Required Runtime</bridgehead>
89 <para role="required">
90 <xref role="runtime" linkend="xfdesktop"/>
91 </para>
92
93 <para condition="html" role="usernotes">
94 User Notes: <ulink url="&blfs-wiki;/xfce4-session"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of Xfce4 Session</title>
100
101 <para>
102 Install <application>Xfce4 Session</application> by running the following
103 commands:
104 </para>
105
106<screen><userinput>./configure --prefix=/usr \
107 --sysconfdir=/etc \
108 --disable-legacy-sm &amp;&amp;
109make</userinput></screen>
110
111 <para>
112 This package does not come with a test suite.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <para>
127 <parameter>--disable-legacy-sm</parameter>: This switch disables
128 legacy session management which isn't necessary on modern
129 system.
130 </para>
131
132 </sect2>
133
134 <sect2 role="configuration">
135 <title>Configuring Xfce4 Session</title>
136
137 <para>
138 There are several optional run time dependencies for
139 <application>Xfce4</application>:
140 <xref linkend="dbus"/>,
141 <xref linkend="gnupg2"/>,
142 <xref linkend="hicolor-icon-theme"/> and
143 <xref linkend="openssh"/>
144 </para>
145
146 <para>
147 When building an <application>Xfce4</application> package, some
148 configuration files are installed in <filename class="directory">
149 /usr/share/applications</filename>, <filename class="directory">
150 /usr/share/icons</filename>, and <filename class="directory">
151 /usr/share/mime</filename>. In order to use those files in your
152 <application>Xfce4</application> session, you need to update various
153 databases. Do that by running, as the <systemitem class="username">
154 root</systemitem> user (you need to have the recommended dependencies
155 installed):
156 </para>
157
158<screen role="root"><userinput>update-desktop-database &amp;&amp;
159update-mime-database /usr/share/mime</userinput></screen>
160 </sect2>
161
162 <sect2 role="starting">
163 <title>Starting Xfce4</title>
164
165 <para revision="sysv">
166 You can start <application>Xfce4</application> from runlevel 3, using
167 <xref linkend="xinit"/>, or from runlevel 5, using a Display Manager,
168 such as <xref linkend="lightdm"/>.
169 </para>
170
171 <para revision="systemd">
172 You can start <application>Xfce4</application> from a TTY using
173 <xref linkend="xinit"/>, or from a graphical display manager, such as
174 <xref linkend="lightdm"/>.
175 </para>
176
177 <para>
178 To start <application>Xfce4</application> using <xref linkend="xinit"/>,
179 run the following commands:
180 </para>
181
182<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
183<literal>dbus-launch --exit-with-session startxfce4</literal>
184EOF
185
186startx</userinput></screen>
187
188 <para>
189 The X session starts on the first unused virtual terminal, normally vt7.
190 You can switch to another vt<emphasis>n</emphasis> simultaneously
191 pressing the keys Ctrl-Alt-F<emphasis>n</emphasis>
192 (<emphasis>n</emphasis>=1, 2, ...). To switch back to the X session,
193 normally started at vt7, use Ctrl-Alt-F7. The vt where the command
194 <command>startx</command> was executed will display many messages,
195 including X starting messages, applications automatically started with
196 the session, and eventually, some warning and error messages. You may
197 prefer to redirect those messages to a log file, which not only will keep
198 the initial vt uncluttered, but can also be used for debugging purposes. This
199 can be done starting X with:
200 </para>
201
202 <screen><userinput>startx &amp;&gt; ~/.x-session-errors</userinput></screen>
203
204 <note revision="sysv">
205 <para>
206 You may wish to drop dbus-launch, e.g., just using
207 startxfce4 in ~/.xinitrc. However some capabilities such as mounting or
208 umounting file systems from a file manager will not be possible, or the
209 reboot option will be absent or inoperative, among other problems.
210 </para>
211 </note>
212
213 <para>
214 When shutting down or rebooting, the shutdown messages appear on the vt
215 where X was running. If you wish to see those messages, simultaneously
216 press keys Alt-F7 (assuming that X was running on vt7).
217 </para>
218
219 </sect2>
220
221 <sect2 role="content">
222 <title>Contents</title>
223
224 <segmentedlist>
225 <segtitle>Installed Programs</segtitle>
226 <segtitle>Installed Library</segtitle>
227 <segtitle>Installed Directories</segtitle>
228
229 <seglistitem>
230 <seg>
231 startxfce4,
232 xfce4-session,
233 xfce4-session-logout,
234 xfce4-session-settings, and
235 xflock4
236 </seg>
237 <seg>
238 None
239 </seg>
240 <seg>
241 /usr/lib/xfce4/session
242 </seg>
243 </seglistitem>
244 </segmentedlist>
245
246 <variablelist>
247 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
248 <?dbfo list-presentation="list"?>
249 <?dbhtml list-presentation="table"?>
250
251 <varlistentry id="xfce4-session-prog">
252 <term><command>xfce4-session</command></term>
253 <listitem>
254 <para>
255 starts up the <application>Xfce</application> Desktop Environment
256 </para>
257 <indexterm zone="xfce4-session xfce4-session-prog">
258 <primary sortas="b-xfce4-session">xfce4-session</primary>
259 </indexterm>
260 </listitem>
261 </varlistentry>
262
263 <varlistentry id="xfce4-session-logout">
264 <term><command>xfce4-session-logout</command></term>
265 <listitem>
266 <para>
267 logs out from <application>Xfce</application>
268 </para>
269 <indexterm zone="xfce4-session xfce4-session-logout">
270 <primary sortas="b-xfce4-session-logout">xfce4-session-logout</primary>
271 </indexterm>
272 </listitem>
273 </varlistentry>
274
275 <varlistentry id="xfce4-session-settings">
276 <term><command>xfce4-session-settings</command></term>
277 <listitem>
278 <para>
279 is a <application>GTK+ 3</application> GUI which allows you to alter
280 your preferences for your <application>Xfce Session</application>
281 </para>
282 <indexterm zone="xfce4-session xfce4-session-settings">
283 <primary sortas="b-xfce4-session-settings">xfce4-session-settings</primary>
284 </indexterm>
285 </listitem>
286 </varlistentry>
287
288 </variablelist>
289
290 </sect2>
291
292</sect1>
Note: See TracBrowser for help on using the repository browser.