source: xfce/core/core.xml

trunk
Last change on this file was f13e4cae, checked in by Bruce Dubbs <bdubbs@…>, 11 days ago

Move libwnck from gnome section to xfce section.

  • Property mode set to 100644
File size: 2.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE chapter 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
8<chapter id="xfce-core">
9 <?dbhtml filename="xfce-core.html" ?>
10
11 <title>Xfce Desktop</title>
12
13 <para>
14 Xfce is a desktop environment that aims to be fast and low on system
15 resources, while still being visually appealing and user friendly.
16 </para>
17
18 <para>
19 Xfce embodies the traditional UNIX philosophy of modularity and
20 re-usability. It consists of a number of components that provide the full
21 functionality one can expect of a modern desktop environment. They are
22 packaged separately and you can pick among the available packages to create
23 the optimal personal working environment.
24 </para>
25
26 <para>
27 Build Xfce core packages in the order presented in the book for the
28 easiest resolution of dependencies.
29 </para>
30
31
32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libxfce4util.xml"/>
33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfconf.xml"/>
34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libxfce4ui.xml"/>
35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="exo.xml"/>
36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="garcon.xml"/>
37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libwnck.xml"/>
38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce4-panel.xml"/>
39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="thunar.xml"/>
40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="thunar-volman.xml"/>
41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tumbler.xml"/>
42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce4-appfinder.xml"/>
43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce4-power-manager.xml"/>
44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce4-settings.xml"/>
45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfdesktop.xml"/>
46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfwm4.xml"/>
47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce4-session.xml"/>
48
49</chapter>
Note: See TracBrowser for help on using the repository browser.