source: xfce/core/xfdesktop.xml@ 5c548950

10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 5c548950 was 3441548, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Update to xfce4-4.16. Includes garcon-0.8.0 and exo-4.16.0

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

  • Property mode set to 100644
File size: 5.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 xfdesktop-download-http
8 "http://archive.xfce.org/src/xfce/xfdesktop/&xfce4-version;/xfdesktop-&xfdesktop-version;.tar.bz2">
9 <!ENTITY xfdesktop-download-ftp " ">
10 <!ENTITY xfdesktop-md5sum "20de956693011c429e3ec2928f535b7a">
11 <!ENTITY xfdesktop-size "1.9 MB">
12 <!ENTITY xfdesktop-buildsize "19 MB">
13 <!ENTITY xfdesktop-time "0.1 SBU">
14]>
15
16<sect1 id="xfdesktop" xreflabel="Xfdesktop-&xfdesktop-version;">
17 <?dbhtml filename="xfdesktop.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Xfdesktop-&xfdesktop-version;</title>
25
26 <indexterm zone="xfdesktop">
27 <primary sortas="a-Xfdesktop">Xfdesktop</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Xfdesktop</title>
32
33 <para>
34 <application>Xfdesktop</application> is a desktop manager for the
35 <application>Xfce</application> Desktop Environment.
36 <application>Xfdesktop</application> sets the background image / color,
37 creates the right click menu and window list and displays the file icons
38 on the desktop using <application>Thunar</application> libraries.
39 </para>
40
41 &lfs10_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&xfdesktop-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&xfdesktop-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &xfdesktop-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &xfdesktop-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &xfdesktop-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &xfdesktop-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Xfdesktop Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="exo"/> and
82 <xref linkend="libwnck"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="libnotify"/>,
88 <xref linkend="startup-notification"/> and
89 <xref linkend="thunar"/>
90 </para>
91
92 <para condition="html" role="usernotes">
93 User Notes: <ulink url="&blfs-wiki;/xfdesktop"/>
94 </para>
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of Xfdesktop</title>
99
100 <para>
101 Install <application>Xfdesktop</application> by running the following
102 commands:
103 </para>
104
105<screen><userinput>./configure --prefix=/usr &amp;&amp;
106make</userinput></screen>
107
108 <para>
109 This package does not come with a test suite.
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Programs</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>
129 xfdesktop and
130 xfdesktop-settings
131 </seg>
132 <seg>
133 None
134 </seg>
135 <seg>
136 /usr/share/backgrounds/xfce and
137 /usr/share/pixmaps/xfdesktop
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="xfdesktop-prog">
148 <term><command>xfdesktop</command></term>
149 <listitem>
150 <para>
151 is the <application>Xfce</application> Desktop Environment's desktop
152 manager.
153 </para>
154 <indexterm zone="xfdesktop xfdesktop-prog">
155 <primary sortas="b-xfdesktop">xfdesktop</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="xfdesktop-settings">
161 <term><command>xfdesktop-settings</command></term>
162 <listitem>
163 <para>
164 is a <application>GTK+ 2</application> application that allows you to
165 change your desktop background, some preferences for the right click
166 menu and what icons are displayed on the desktop.
167 </para>
168 <indexterm zone="xfdesktop xfdesktop-settings">
169 <primary sortas="b-xfdesktop-settings">xfdesktop-settings</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 </variablelist>
175
176 </sect2>
177
178</sect1>
Note: See TracBrowser for help on using the repository browser.