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

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since fd52540 was fd52540, checked in by Tim Tassonis <stuff@…>, 13 months ago

Update to libxfce4ui-4.18.3.
Update to garcon-4.18.1.
Update to xfce4-panel-4.18.3.
Update to xfce4-session-4.18.2.

  • Property mode set to 100644
File size: 9.4 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 "0362631bae9673f6fc6c579a4eb8e4d9">
11 <!ENTITY xfce4-session-size "855 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 &lfs113_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 <ulink url="https://docs.xfce.org/apps/screensaver/start">xfce4-screensaver</ulink> or <xref linkend="xscreensaver"/>,
85 <xref linkend="shared-mime-info"/> and
86 <xref linkend="polkit-gnome"/>
87 </para>
88
89 <bridgehead renderas="sect4">Required Runtime</bridgehead>
90 <para role="required">
91 <xref role="runtime" linkend="xfdesktop"/>
92 </para>
93
94 <para condition="html" role="usernotes">
95 User Notes: <ulink url="&blfs-wiki;/xfce4-session"/>
96 </para>
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of Xfce4 Session</title>
101
102 <para>
103 Install <application>Xfce4 Session</application> by running the following
104 commands:
105 </para>
106
107<screen><userinput>./configure --prefix=/usr \
108 --sysconfdir=/etc \
109 --disable-legacy-sm &amp;&amp;
110make</userinput></screen>
111
112 <para>
113 This package does not come with a test suite.
114 </para>
115
116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>make install</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
127 <para>
128 <parameter>--disable-legacy-sm</parameter>: This switch disables
129 legacy session management which isn't necessary on modern
130 system.
131 </para>
132
133 </sect2>
134
135 <sect2 role="configuration">
136 <title>Configuring Xfce4 Session</title>
137
138 <para>
139 There are several optional run time dependencies for
140 <application>Xfce4</application>:
141 <xref linkend="dbus"/>,
142 <xref linkend="gnupg2"/>,
143 <xref linkend="hicolor-icon-theme"/> and
144 <xref linkend="openssh"/>
145 </para>
146
147 <para>
148 When building an <application>Xfce4</application> package, some
149 configuration files are installed in <filename class="directory">
150 /usr/share/applications</filename>, <filename class="directory">
151 /usr/share/icons</filename>, and <filename class="directory">
152 /usr/share/mime</filename>. In order to use those files in your
153 <application>Xfce4</application> session, you need to update various
154 databases. Do that by running, as the <systemitem class="username">
155 root</systemitem> user (you need to have the recommended dependencies
156 installed):
157 </para>
158
159<screen role="root"><userinput>update-desktop-database &amp;&amp;
160update-mime-database /usr/share/mime</userinput></screen>
161 </sect2>
162
163 <sect2 role="starting">
164 <title>Starting Xfce4</title>
165
166 <para revision="sysv">
167 You can start <application>Xfce4</application> from runlevel 3, using
168 <xref linkend="xinit"/>, or from runlevel 5, using a Display Manager,
169 such as <xref linkend="lightdm"/>.
170 </para>
171
172 <para revision="systemd">
173 You can start <application>Xfce4</application> from a TTY using
174 <xref linkend="xinit"/>, or from a graphical display manager, such as
175 <xref linkend="lightdm"/>.
176 </para>
177
178 <para>
179 To start <application>Xfce4</application> using <xref linkend="xinit"/>,
180 run the following commands:
181 </para>
182
183<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
184<literal>dbus-launch --exit-with-x11 startxfce4</literal>
185EOF
186
187startx</userinput></screen>
188
189 <para>
190 The X session starts on the first unused virtual terminal, normally vt7.
191 You can switch to another vt<emphasis>n</emphasis> simultaneously
192 pressing the keys Ctrl-Alt-F<emphasis>n</emphasis>
193 (<emphasis>n</emphasis>=1, 2, ...). To switch back to the X session,
194 normally started at vt7, use Ctrl-Alt-F7. The vt where the command
195 <command>startx</command> was executed will display many messages,
196 including X starting messages, applications automatically started with
197 the session, and eventually, some warning and error messages. You may
198 prefer to redirect those messages to a log file, which not only will keep
199 the initial vt uncluttered, but can also be used for debugging purposes. This
200 can be done starting X with:
201 </para>
202
203 <screen><userinput>startx &amp;&gt; ~/.x-session-errors</userinput></screen>
204
205 <note revision="sysv">
206 <para>
207 You may wish to drop dbus-launch, e.g., just using
208 startxfce4 in ~/.xinitrc. However some capabilities such as mounting or
209 umounting file systems from a file manager will not be possible, or the
210 reboot option will be absent or inoperative, among other problems.
211 </para>
212 </note>
213
214 <para>
215 When shutting down or rebooting, the shutdown messages appear on the vt
216 where X was running. If you wish to see those messages, simultaneously
217 press keys Alt-F7 (assuming that X was running on vt7).
218 </para>
219
220 </sect2>
221
222 <sect2 role="content">
223 <title>Contents</title>
224
225 <segmentedlist>
226 <segtitle>Installed Programs</segtitle>
227 <segtitle>Installed Library</segtitle>
228 <segtitle>Installed Directories</segtitle>
229
230 <seglistitem>
231 <seg>
232 startxfce4,
233 xfce4-session,
234 xfce4-session-logout,
235 xfce4-session-settings, and
236 xflock4
237 </seg>
238 <seg>
239 None
240 </seg>
241 <seg>
242 /usr/lib/xfce4/session
243 </seg>
244 </seglistitem>
245 </segmentedlist>
246
247 <variablelist>
248 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
249 <?dbfo list-presentation="list"?>
250 <?dbhtml list-presentation="table"?>
251
252 <varlistentry id="xfce4-session-prog">
253 <term><command>xfce4-session</command></term>
254 <listitem>
255 <para>
256 starts up the <application>Xfce</application> Desktop Environment
257 </para>
258 <indexterm zone="xfce4-session xfce4-session-prog">
259 <primary sortas="b-xfce4-session">xfce4-session</primary>
260 </indexterm>
261 </listitem>
262 </varlistentry>
263
264 <varlistentry id="xfce4-session-logout">
265 <term><command>xfce4-session-logout</command></term>
266 <listitem>
267 <para>
268 logs out from <application>Xfce</application>
269 </para>
270 <indexterm zone="xfce4-session xfce4-session-logout">
271 <primary sortas="b-xfce4-session-logout">xfce4-session-logout</primary>
272 </indexterm>
273 </listitem>
274 </varlistentry>
275
276 <varlistentry id="xfce4-session-settings">
277 <term><command>xfce4-session-settings</command></term>
278 <listitem>
279 <para>
280 is a <application>GTK+ 3</application> GUI which allows you to alter
281 your preferences for your <application>Xfce Session</application>
282 </para>
283 <indexterm zone="xfce4-session xfce4-session-settings">
284 <primary sortas="b-xfce4-session-settings">xfce4-session-settings</primary>
285 </indexterm>
286 </listitem>
287 </varlistentry>
288
289 </variablelist>
290
291 </sect2>
292
293</sect1>
Note: See TracBrowser for help on using the repository browser.