source: xfce/core/xfdesktop.xml

trunk
Last change on this file was 1241ea19, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Tag xfce and dependencies

  • Property mode set to 100644
File size: 4.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "https://archive.xfce.org/src/xfce/xfdesktop/&xfce4-version;/xfdesktop-&xfdesktop-version;.tar.bz2">
9 <!ENTITY xfdesktop-download-ftp " ">
10 <!ENTITY xfdesktop-md5sum "e675c2989436dc724fef402d1db0125d">
11 <!ENTITY xfdesktop-size "2.1 MB">
12 <!ENTITY xfdesktop-buildsize "21 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
20 <title>Xfdesktop-&xfdesktop-version;</title>
21
22 <indexterm zone="xfdesktop">
23 <primary sortas="a-Xfdesktop">Xfdesktop</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Xfdesktop</title>
28
29 <para>
30 <application>Xfdesktop</application> is a desktop manager for the
31 <application>Xfce</application> Desktop Environment.
32 <application>Xfdesktop</application> sets the background image / color,
33 creates the right click menu and window list and displays the file icons
34 on the desktop using <application>Thunar</application> libraries.
35 </para>
36
37 &lfs121_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&xfdesktop-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&xfdesktop-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &xfdesktop-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &xfdesktop-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &xfdesktop-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &xfdesktop-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Xfdesktop Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="exo"/> and
78 <xref linkend="libwnck"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="libnotify"/>,
84 <xref linkend="startup-notification"/> and
85 <xref linkend="thunar"/>
86 </para>
87
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of Xfdesktop</title>
92
93 <para>
94 Install <application>Xfdesktop</application> by running the following
95 commands:
96 </para>
97
98<screen><userinput>./configure --prefix=/usr &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="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Programs</segtitle>
117 <segtitle>Installed Libraries</segtitle>
118 <segtitle>Installed Directories</segtitle>
119
120 <seglistitem>
121 <seg>
122 xfdesktop and
123 xfdesktop-settings
124 </seg>
125 <seg>
126 None
127 </seg>
128 <seg>
129 /usr/share/backgrounds/xfce and
130 /usr/share/pixmaps/xfdesktop
131 </seg>
132 </seglistitem>
133 </segmentedlist>
134
135 <variablelist>
136 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
137 <?dbfo list-presentation="list"?>
138 <?dbhtml list-presentation="table"?>
139
140 <varlistentry id="xfdesktop-prog">
141 <term><command>xfdesktop</command></term>
142 <listitem>
143 <para>
144 is the <application>Xfce</application> Desktop Environment's desktop
145 manager
146 </para>
147 <indexterm zone="xfdesktop xfdesktop-prog">
148 <primary sortas="b-xfdesktop">xfdesktop</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 <varlistentry id="xfdesktop-settings">
154 <term><command>xfdesktop-settings</command></term>
155 <listitem>
156 <para>
157 is a <application>GTK+ 3</application> application that allows you to
158 change your desktop background, some preferences for the right click
159 menu and what icons are displayed on the desktop
160 </para>
161 <indexterm zone="xfdesktop xfdesktop-settings">
162 <primary sortas="b-xfdesktop-settings">xfdesktop-settings</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 </variablelist>
168
169 </sect2>
170
171</sect1>
Note: See TracBrowser for help on using the repository browser.