source: xfce/core/xfce4-session.xml@ 17bcb81

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

Xfce-4.10

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10023 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 --prefix=/usr --sysconfdir=/etc --disable-static \
98 --docdir=/usr/share/doc/xfce4-session-&xfce4-session-version; &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 &gt;&gt; /etc/sudoers</userinput></screen>
141 </sect2>
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Programs</segtitle>
148 <segtitle>Installed Library</segtitle>
149 <segtitle>Installed Director(y,ies)</segtitle>
150
151 <seglistitem>
152 <seg>
153 xfce4-session,
154 xfce4-session-logout,
155 xfce4-session-settings and
156 xfce4-tips.
157 </seg>
158 <seg>libxfsm-4.6.so.</seg>
159 <seg>
160 /usr/include/xfce4/xfce4-session-4.6,
161 /usr/share/xfce4/tips and
162 /usr/share/doc/xfce4-session-&xfce4-session-version;.
163 </seg>
164 </seglistitem>
165 </segmentedlist>
166
167 <variablelist>
168 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
169 <?dbfo list-presentation="list"?>
170 <?dbhtml list-presentation="table"?>
171
172 <varlistentry id="xfce4-session-prog">
173 <term><command>xfce4-session</command></term>
174 <listitem>
175 <para>
176 starts up the <application>Xfce</application> Desktop Environment.
177 </para>
178 <indexterm zone="xfce4-session xfce4-session-prog">
179 <primary sortas="b-xfce4-session">xfce4-session</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry id="xfce4-session-logout">
185 <term><command>xfce4-session-logout</command></term>
186 <listitem>
187 <para>
188 logs out from <application>Xfce</application>.
189 </para>
190 <indexterm zone="xfce4-session xfce4-session-logout">
191 <primary sortas="b-xfce4-session-logout">xfce4-session-logout</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry id="xfce4-session-settings">
197 <term><command>xfce4-session-settings</command></term>
198 <listitem>
199 <para>
200 is a <application>Gtk 2</application> GUI which allows you to alter
201 your preferences for your <application>Xfce Session</application>.
202 </para>
203 <indexterm zone="xfce4-session xfce4-session-settings">
204 <primary sortas="b-xfce4-session-settings">xfce4-session-settings</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 <varlistentry id="xfce4-tips">
210 <term><command>xfce4-tips</command></term>
211 <listitem>
212 <para>
213 is a <application>Gtk 2</application> GUI which displays tips when
214 you log in to an <application>Xfce Session</application>.
215 </para>
216 <indexterm zone="xfce4-session xfce4-tips">
217 <primary sortas="b-xfce4-tips">xfce4-tips</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
222 <varlistentry id="libxfsm-4.6">
223 <term><filename class="libraryfile">libxfsm-4.6.so</filename></term>
224 <listitem>
225 <para>
226 contains the <application>Xfce Session</application> API functions.
227 </para>
228 <indexterm zone="xfce4-session libxfsm-4.6">
229 <primary sortas="c-libxfsm-4.6">libxfsm-4.6.so</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233 </variablelist>
234 </sect2>
235</sect1>
Note: See TracBrowser for help on using the repository browser.