source: xfce/core/xfce4-appfinder.xml@ 3f2db3a6

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.2 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-appfinder-download-http
8 "https://archive.xfce.org/src/xfce/xfce4-appfinder/&xfce4-version;/xfce4-appfinder-&xfce4-appfinder-version;.tar.bz2">
9 <!ENTITY xfce4-appfinder-download-ftp " ">
10 <!ENTITY xfce4-appfinder-md5sum "1007ec4307822c0b881d63b9ec56e60b">
11 <!ENTITY xfce4-appfinder-size "567 KB">
12 <!ENTITY xfce4-appfinder-buildsize "6.9 MB">
13 <!ENTITY xfce4-appfinder-time "less than 0.1 SBU">
14]>
15
16<sect1 id="xfce4-appfinder" xreflabel="xfce4-appfinder-&xfce4-appfinder-version;">
17 <?dbhtml filename="xfce4-appfinder.html"?>
18
19
20 <title>xfce4-appfinder-&xfce4-appfinder-version;</title>
21
22 <indexterm zone="xfce4-appfinder">
23 <primary sortas="a-xfce4-appfinder">xfce4-appfinder</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Xfce4 Appfinder</title>
28
29 <para>
30 <application>Xfce4 Appfinder</application> is a tool to find and launch
31 installed applications by searching the .desktop files installed on your
32 system.
33 </para>
34
35 &lfs112_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&xfce4-appfinder-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&xfce4-appfinder-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &xfce4-appfinder-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &xfce4-appfinder-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &xfce4-appfinder-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &xfce4-appfinder-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Xfce4 Appfinder Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="garcon"/>
76 </para>
77
78 <para condition="html" role="usernotes">
79 User Notes: <ulink url="&blfs-wiki;/xfce4-appfinder"/>
80 </para>
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of Xfce4 Appfinder</title>
85
86 <para>
87 Install <application>Xfce4 Appfinder</application> by running the
88 following commands:
89 </para>
90
91<screen><userinput>./configure --prefix=/usr &amp;&amp;
92make</userinput></screen>
93
94 <para>
95 This package does not come with a test suite.
96 </para>
97
98 <para>
99 Now, as the <systemitem class="username">root</systemitem> user:
100 </para>
101
102<screen role="root"><userinput>make install</userinput></screen>
103
104 </sect2>
105
106 <sect2 role="content">
107 <title>Contents</title>
108
109 <segmentedlist>
110 <segtitle>Installed Programs</segtitle>
111 <segtitle>Installed Libraries</segtitle>
112 <segtitle>Installed Directories</segtitle>
113
114 <seglistitem>
115 <seg>
116 xfce4-appfinder and xfrun4 (symlink)
117 </seg>
118 <seg>
119 None
120 </seg>
121 <seg>
122 None
123 </seg>
124 </seglistitem>
125 </segmentedlist>
126
127 <variablelist>
128 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
129 <?dbfo list-presentation="list"?>
130 <?dbhtml list-presentation="table"?>
131
132 <varlistentry id="xfce4-appfinder-prog">
133 <term><command>xfce4-appfinder</command></term>
134 <listitem>
135 <para>
136 Is a <application>GTK+ 3</application> application that enables you
137 to quickly search through the .desktop files installed on your
138 system looking for an application
139 </para>
140 <indexterm zone="xfce4-appfinder xfce4-appfinder-prog">
141 <primary sortas="b-xfce4-appfinder">xfce4-appfinder</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 </variablelist>
147
148 </sect2>
149
150</sect1>
Note: See TracBrowser for help on using the repository browser.