source: xfce/core/exo.xml@ 33f44cf

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 33f44cf was 33f44cf, checked in by Thomas Trepl <thomas@…>, 3 years ago

Tag mainly XFCE4

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

  • Property mode set to 100644
File size: 5.5 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 exo-download-http
8 "http://archive.xfce.org/src/xfce/exo/&xfce4-version;/exo-&exo-version;.tar.bz2">
9 <!ENTITY exo-download-ftp " ">
10 <!ENTITY exo-md5sum "0e2cb9c8bbe1993249358e2b0b9d9c54">
11 <!ENTITY exo-size "944 KB">
12 <!ENTITY exo-buildsize "14 MB (with tests)">
13 <!ENTITY exo-time "0.1 SBU (with tests)">
14]>
15
16<sect1 id="exo" xreflabel="Exo-&exo-version;">
17 <?dbhtml filename="exo.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Exo-&exo-version;</title>
25
26 <indexterm zone="exo">
27 <primary sortas="a-Exo">Exo</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Exo</title>
32
33 <para>
34 <application>Exo</application> is a support library used in the
35 <application>Xfce</application> desktop. It also has some helper
36 applications that are used throughout <application>Xfce</application>.
37 </para>
38
39 &lfs101_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&exo-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&exo-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &exo-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &exo-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &exo-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &exo-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Exo Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="gtk3"/>,
80 <xref linkend="libxfce4ui"/>, and
81 <xref linkend="libxfce4util"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="gtk-doc"/>
87 </para>
88
89 <para condition="html" role="usernotes">
90 User Notes: <ulink url="&blfs-wiki;/exo"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of Exo</title>
96
97 <para>
98 Install <application>Exo</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 To test the results, issue: <command>make check</command>.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
121 href="../../xincludes/gtk-doc-rebuild.xml"/>
122
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Programs</segtitle>
130 <segtitle>Installed Libraries</segtitle>
131 <segtitle>Installed Directories</segtitle>
132
133 <seglistitem>
134 <seg>
135 exo-desktop-item-edit and
136 exo-open
137 </seg>
138 <seg>
139 libexo-2.so
140 </seg>
141 <seg>
142 /usr/include/exo-2 and
143 /usr/share/gtk-doc/html/exo-2
144 </seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="exo-desktop-item-edit">
154 <term><command>exo-desktop-item-edit</command></term>
155 <listitem>
156 <para>
157 is a command line utility to create or edit icons on the desktop
158 </para>
159 <indexterm zone="exo exo-desktop-item-edit">
160 <primary sortas="b-exo-desktop-item-edit">exo-desktop-item-edit</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 <varlistentry id="exo-open">
166 <term><command>exo-open</command></term>
167 <listitem>
168 <para>
169 is a command line frontend to the <application>Xfce</application>
170 Preferred Applications framework. It can either be used to open a
171 list of urls with the default URL handler or launch the preferred
172 application for a certain category
173 </para>
174 <indexterm zone="exo exo-open">
175 <primary sortas="b-exo-open">exo-open</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="libexo-2">
181 <term><filename class="libraryfile">libexo-2.so</filename></term>
182 <listitem>
183 <para>
184 contains additional widgets, a framework for editable toolbars,
185 light-weight session management support and functions to
186 automatically synchronise object properties (based on GObject
187 Binding Properties)
188 </para>
189 <indexterm zone="exo libexo-2">
190 <primary sortas="c-libexo-2">libexo-2.so</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 </variablelist>
196
197 </sect2>
198
199</sect1>
Note: See TracBrowser for help on using the repository browser.