source: lxde/desktop/libfm.xml@ 0a22f18

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 0a22f18 was 8f65b220, checked in by Xi Ruoyao <xry111@…>, 12 months ago

lxde: Remove non-exist User Notes link

Part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh

  • Property mode set to 100644
File size: 5.7 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 libfm-download-http "&sourceforge-dl;/pcmanfm/libfm-&libfm-version;.tar.xz">
8 <!ENTITY libfm-download-ftp " ">
9 <!ENTITY libfm-md5sum "c87a0ff41ae77825079b2f785ec0741e">
10 <!ENTITY libfm-size "924 KB">
11 <!ENTITY libfm-buildsize "36 MB">
12 <!ENTITY libfm-time "0.3 SBU">
13]>
14
15<sect1 id="libfm" xreflabel="libfm-&libfm-version;">
16 <?dbhtml filename="libfm.html"?>
17
18
19 <title>libfm-&libfm-version;</title>
20
21 <indexterm zone="libfm">
22 <primary sortas="a-libfm">libfm</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libfm</title>
27
28 <para>
29 The <application>libfm</application> package contains a library used
30 to develop file managers providing some file management utilities.
31 </para>
32
33 &lfs113_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&libfm-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&libfm-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &libfm-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &libfm-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &libfm-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &libfm-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">libfm Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="gtk2"/> or <xref role="nodep" linkend="gtk3"/>
74 (GTK+-2 recommended since LXDE GTK+-3 support is still experimental), and
75 <xref linkend="menu-cache"/>
76 </para>
77
78 <bridgehead renderas="sect4">Recommended</bridgehead>
79 <para role="recommended">
80 <xref linkend="libexif"/>,
81 <xref linkend="vala"/>, and
82 <xref linkend="lxmenu-data"/>
83 </para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
87 <xref linkend="gtk-doc"/>,
88 <xref linkend="dbus-glib"/> and
89 <xref linkend="gvfs"/> or
90 <ulink url="https://hal.freedesktop.org/releases/">udisks</ulink>
91 (for volume management - experimental)
92 </para>
93
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of libfm</title>
98
99 <para>
100 Install <application>libfm</application> by running the following
101 commands:
102 </para>
103
104<screen><userinput>./configure --prefix=/usr \
105 --sysconfdir=/etc \
106 --disable-static &amp;&amp;
107make</userinput></screen>
108
109 <para>
110 To test the results, issue: <command>make check</command>.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
124 <para>
125 <option>--with-gtk=3</option>: This option selects the
126 version of gtk+ to use. The default is gtk+-2.
127 </para>
128
129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="../../xincludes/static-libraries.xml"/>
131
132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
133 href="../../xincludes/gtk-doc-rebuild.xml"/>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Program</segtitle>
142 <segtitle>Installed Libraries</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>
147 libfm-pref-apps and lxshortcut
148 </seg>
149 <seg>
150 libfm.so, libfm-extra.so and libfm-gtk.so
151 </seg>
152 <seg>
153 /etc/xdg/libfm,
154 /usr/lib/libfm,
155 /usr/share/gtk-doc/html/libfm and
156 /usr/share/libfm
157 </seg>
158 </seglistitem>
159 </segmentedlist>
160
161 <variablelist>
162 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
163 <?dbfo list-presentation="list"?>
164 <?dbhtml list-presentation="table"?>
165
166 <varlistentry id="libfm-pref-apps">
167 <term><command>libfm-pref-apps</command></term>
168 <listitem>
169 <para>
170 sets preferred applications for programs based
171 on <application>libfm</application>
172 </para>
173 <indexterm zone="libfm libfm-pref-apps">
174 <primary sortas="b-libfm-pref-apps">libfm-pref-apps</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry id="lxshortcut">
180 <term><command>lxshortcut</command></term>
181 <listitem>
182 <para>
183 is a small program used to edit application shortcuts
184 </para>
185 <indexterm zone="libfm lxshortcut">
186 <primary sortas="a-lxshortcut">lxshortcut</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="libfm-lib">
192 <term><filename class="libraryfile">libfm.so</filename></term>
193 <listitem>
194 <para>
195 contains the <application>libfm</application> API functions
196 </para>
197 <indexterm zone="libfm libfm-lib">
198 <primary sortas="c-libfm">libfm.so</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 </variablelist>
204
205 </sect2>
206
207</sect1>
Note: See TracBrowser for help on using the repository browser.