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

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 f7b6f93a was f7b6f93a, checked in by Andrew Benton <andy@…>, 12 years ago

typos

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

  • Property mode set to 100644
File size: 7.6 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 "http://archive.xfce.org/src/xfce/xfce4-session/&xfce4-version;/xfce4-session-&xfce4-session-version;.tar.bz2">
8 <!ENTITY xfce4-session-download-ftp " ">
9 <!ENTITY xfce4-session-md5sum "4768e1a41a0287af6aad18b329a0f230">
10 <!ENTITY xfce4-session-size "1.2 MB">
11 <!ENTITY xfce4-session-buildsize "20 MB">
12 <!ENTITY xfce4-session-time "0.3 SBU">
13]>
14
15<sect1 id="xfce4-session" xreflabel="xfce4-session-&xfce4-session-version;">
16 <?dbhtml filename="xfce4-session.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>xfce4-session-&xfce4-session-version;</title>
24
25 <indexterm zone="xfce4-session">
26 <primary sortas="a-xfce4-session">xfce4-session</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Xfce4 Session</title>
31
32 <para>
33 <application>Xfce4 Session</application> is a session manager for
34 <application>Xfce</application>. Its task is to save the state of your
35 desktop (opened applications and their location) and restore it during a
36 next startup. You can create several different sessions and choose one of
37 them on startup.
38 </para>
39
40 &lfs71_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&xfce4-session-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&xfce4-session-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &xfce4-session-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &xfce4-session-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &xfce4-session-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &xfce4-session-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Xfce4 Session Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="libwnck2"/> and
81 <xref linkend="libxfce4ui"/>.
82 </para>
83
84 <para condition="html" role="usernotes">
85 User Notes: <ulink url="&blfs-wiki;/xfce4-session"/>
86 </para>
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of Xfce4 Session</title>
91
92 <para>
93 Install <application>Xfce4 Session</application> by running the following
94 commands:
95 </para>
96
97<screen><userinput>./configure --docdir=/usr/share/doc/xfce4-session-&xfce4-session-version; \
98 --prefix=/usr --sysconfdir=/etc --disable-static &amp;&amp;
99make</userinput></screen>
100
101 <para>
102 This package does not come with a test suite.
103 </para>
104
105 <para>
106 Now, as the <systemitem class="username">root</systemitem> user:
107 </para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110 </sect2>
111
112 <sect2 role="commands">
113 <title>Command Explanations</title>
114
115 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
116 href="../../xincludes/static-libraries.xml"/>
117 </sect2>
118
119 <sect2 role="configuration">
120 <title>Configuring Xfce4 Session</title>
121
122 <para>
123 To launch <application>Xfce4</application> when you start
124 <application>Xorg</application>, put <command>xfce4-session</command> in
125 your <filename>~/.xinitrc</filename>:
126 </para>
127
128<screen><userinput>echo exec xfce4-session &gt; ~/.xinitrc</userinput></screen>
129
130 <para>
131 To determine who can shut down or reboot your computer,
132 <application>Xfce4 Session</application> has a run time dependency on
133 <xref linkend="sudo"/>. To configure <application>Sudo</application> so
134 that a user can shut down or reboot, add a line to
135 <filename>/etc/sudoers</filename>. In this <command>echo</command>, change
136 USERNAME for the user's login name. As the
137 <systemitem class="username">root</systemitem> user:
138 </para>
139
140<screen role="root"><userinput>echo <replaceable>USERNAME</replaceable> ${HOSTNAME} = NOPASSWD: /usr/lib/xfce4/session/xfsm-shutdown-helper \
141 &gt;&gt; /etc/sudoers</userinput></screen>
142 </sect2>
143
144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
148 <segtitle>Installed Programs</segtitle>
149 <segtitle>Installed Library</segtitle>
150 <segtitle>Installed Directories</segtitle>
151
152 <seglistitem>
153 <seg>
154 xfce4-session,
155 xfce4-session-logout,
156 xfce4-session-settings and
157 xfce4-tips.
158 </seg>
159 <seg>libxfsm-4.6.so.</seg>
160 <seg>
161 /usr/include/xfce4/xfce4-session-4.6,
162 /usr/share/xfce4/tips and
163 /usr/share/doc/xfce4-session-&xfce4-session-version;.
164 </seg>
165 </seglistitem>
166 </segmentedlist>
167
168 <variablelist>
169 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
170 <?dbfo list-presentation="list"?>
171 <?dbhtml list-presentation="table"?>
172
173 <varlistentry id="xfce4-session-prog">
174 <term><command>xfce4-session</command></term>
175 <listitem>
176 <para>
177 starts up the <application>Xfce</application> Desktop Environment.
178 </para>
179 <indexterm zone="xfce4-session xfce4-session-prog">
180 <primary sortas="b-xfce4-session">xfce4-session</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 <varlistentry id="xfce4-session-logout">
186 <term><command>xfce4-session-logout</command></term>
187 <listitem>
188 <para>
189 logs out from <application>Xfce</application>.
190 </para>
191 <indexterm zone="xfce4-session xfce4-session-logout">
192 <primary sortas="b-xfce4-session-logout">xfce4-session-logout</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 <varlistentry id="xfce4-session-settings">
198 <term><command>xfce4-session-settings</command></term>
199 <listitem>
200 <para>
201 is a <application>Gtk 2</application> GUI which allows you to alter
202 your preferences for your <application>Xfce Session</application>.
203 </para>
204 <indexterm zone="xfce4-session xfce4-session-settings">
205 <primary sortas="b-xfce4-session-settings">xfce4-session-settings</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 <varlistentry id="xfce4-tips">
211 <term><command>xfce4-tips</command></term>
212 <listitem>
213 <para>
214 is a <application>Gtk 2</application> GUI which displays tips when
215 you log in to an <application>Xfce Session</application>.
216 </para>
217 <indexterm zone="xfce4-session xfce4-tips">
218 <primary sortas="b-xfce4-tips">xfce4-tips</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 <varlistentry id="libxfsm-4.6">
224 <term><filename class="libraryfile">libxfsm-4.6.so</filename></term>
225 <listitem>
226 <para>
227 contains the <application>Xfce Session</application> API functions.
228 </para>
229 <indexterm zone="xfce4-session libxfsm-4.6">
230 <primary sortas="c-libxfsm-4.6">libxfsm-4.6.so</primary>
231 </indexterm>
232 </listitem>
233 </varlistentry>
234 </variablelist>
235 </sect2>
236</sect1>
Note: See TracBrowser for help on using the repository browser.