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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since dcd16c6 was dcd16c6, checked in by Krejzi <krejzi@…>, 11 years ago

Cosmetic changes to Xfce4 Core, Deps updates, Package updates.

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

  • Property mode set to 100644
File size: 8.0 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 "4768e1a41a0287af6aad18b329a0f230">
11 <!ENTITY xfce4-session-size "1.2 MB">
12 <!ENTITY xfce4-session-buildsize "20 MB">
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
41 &lfs73_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"/> and
83 <xref linkend="which"/>
84 </para>
85
86 <para condition="html" role="usernotes">
87 User Notes: <ulink url="&blfs-wiki;/xfce4-session"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of Xfce4 Session</title>
93
94 <para>
95 Install <application>Xfce4 Session</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>./configure --prefix=/usr \
100 --sysconfdir=/etc \
101 --docdir=/usr/share/doc/xfce4-session-&xfce4-session-version; \
102 --disable-static &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 This package does not come with a test suite.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
121 href="../../xincludes/static-libraries.xml"/>
122
123 </sect2>
124
125 <sect2 role="configuration">
126 <title>Configuring Xfce4 Session</title>
127
128 <para>
129 There are several optional run time dependencies for
130 <application>Xfce4</application>:
131 <xref linkend="hicolor-icon-theme"/>,
132 <xref linkend="consolekit"/>,
133 <xref linkend="openssh"/>,
134 <xref linkend="gnupg2"/> and
135 <xref linkend="sudo"/>.
136 </para>
137
138 <para>
139 To launch <application>Xfce4</application> use the command
140 <command>startxfce4</command>. If you have <xref linkend="consolekit"/>
141 installed, use <command>startxfce4 --with-ck-launch</command>.
142 </para>
143
144 <para>
145 To determine who can shut down or reboot your computer,
146 <application>Xfce4 Session</application> has a run time dependency on
147 <xref linkend="sudo"/>. To configure <application>Sudo</application> so
148 that a user can shut down or reboot, add a line to
149 <filename>/etc/sudoers</filename>. In this <command>echo</command>, change
150 USERNAME for the user's login name. As the
151 <systemitem class="username">root</systemitem> user:
152 </para>
153
154<screen role="root"><userinput>echo <replaceable>USERNAME</replaceable> ${HOSTNAME} = NOPASSWD: /usr/lib/xfce4/session/xfsm-shutdown-helper \
155 &gt;&gt; /etc/sudoers</userinput></screen>
156
157 </sect2>
158
159 <sect2 role="content">
160 <title>Contents</title>
161
162 <segmentedlist>
163 <segtitle>Installed Programs</segtitle>
164 <segtitle>Installed Library</segtitle>
165 <segtitle>Installed Directories</segtitle>
166
167 <seglistitem>
168 <seg>
169 xfce4-session,
170 xfce4-session-logout,
171 xfce4-session-settings and
172 xfce4-tips
173 </seg>
174 <seg>
175 libxfsm-4.6.so
176 </seg>
177 <seg>
178 /usr/include/xfce4/xfce4-session-4.6,
179 /usr/share/xfce4/tips and
180 /usr/share/doc/xfce4-session-&xfce4-session-version;
181 </seg>
182 </seglistitem>
183 </segmentedlist>
184
185 <variablelist>
186 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
187 <?dbfo list-presentation="list"?>
188 <?dbhtml list-presentation="table"?>
189
190 <varlistentry id="xfce4-session-prog">
191 <term><command>xfce4-session</command></term>
192 <listitem>
193 <para>
194 starts up the <application>Xfce</application> Desktop Environment.
195 </para>
196 <indexterm zone="xfce4-session xfce4-session-prog">
197 <primary sortas="b-xfce4-session">xfce4-session</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 <varlistentry id="xfce4-session-logout">
203 <term><command>xfce4-session-logout</command></term>
204 <listitem>
205 <para>
206 logs out from <application>Xfce</application>.
207 </para>
208 <indexterm zone="xfce4-session xfce4-session-logout">
209 <primary sortas="b-xfce4-session-logout">xfce4-session-logout</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 <varlistentry id="xfce4-session-settings">
215 <term><command>xfce4-session-settings</command></term>
216 <listitem>
217 <para>
218 is a <application>GTK+ 2</application> GUI which allows you to alter
219 your preferences for your <application>Xfce Session</application>.
220 </para>
221 <indexterm zone="xfce4-session xfce4-session-settings">
222 <primary sortas="b-xfce4-session-settings">xfce4-session-settings</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 <varlistentry id="xfce4-tips">
228 <term><command>xfce4-tips</command></term>
229 <listitem>
230 <para>
231 is a <application>GTK+ 2</application> GUI which displays tips when
232 you log in to an <application>Xfce Session</application>.
233 </para>
234 <indexterm zone="xfce4-session xfce4-tips">
235 <primary sortas="b-xfce4-tips">xfce4-tips</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239
240 <varlistentry id="libxfsm-4">
241 <term><filename class="libraryfile">libxfsm-4.6.so</filename></term>
242 <listitem>
243 <para>
244 contains the <application>Xfce Session</application> API functions.
245 </para>
246 <indexterm zone="xfce4-session libxfsm-4">
247 <primary sortas="c-libxfsm-4">libxfsm-4.6.so</primary>
248 </indexterm>
249 </listitem>
250 </varlistentry>
251
252 </variablelist>
253
254 </sect2>
255
256</sect1>
Note: See TracBrowser for help on using the repository browser.