source: xfce/core/xfce4-session.xml@ 46db8b5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind 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/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 46db8b5 was 46db8b5, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Archive libzeitgeist
Tags

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

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