source: lxde/desktop/pcmanfm.xml@ 4454113

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 4454113 was 5b5b1d2, checked in by Pierre Labastie <pierre.labastie@…>, 20 months ago

Clarify libfm/pcmanfm dependency on GTK+2/3

  • Property mode set to 100644
File size: 4.4 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 pcmanfm-download-http "&sourceforge-dl;/pcmanfm/pcmanfm-&pcmanfm-version;.tar.xz">
8 <!ENTITY pcmanfm-download-ftp " ">
9 <!ENTITY pcmanfm-md5sum "ef7c4417d2697ef138d175db7aeae15a">
10 <!ENTITY pcmanfm-size "416 KB">
11 <!ENTITY pcmanfm-buildsize "11 MB">
12 <!ENTITY pcmanfm-time "0.1 SBU">
13]>
14
15<sect1 id="pcmanfm" xreflabel="PCManFM-&pcmanfm-version;">
16 <?dbhtml filename="pcmanfm.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>PCManFM-&pcmanfm-version;</title>
23
24 <indexterm zone="pcmanfm">
25 <primary sortas="a-PCManFM">PCManFM</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to PCManFM</title>
30
31 <para>
32 The <application>PCManFM</application> package contains an extremely fast,
33 lightweight, yet feature-rich file manager with tabbed browsing.
34 </para>
35
36 &lfs112_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&pcmanfm-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&pcmanfm-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &pcmanfm-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &pcmanfm-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &pcmanfm-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &pcmanfm-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">PCManFM Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="libfm"/>
77 </para>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="adwaita-icon-theme"/> or
82 <xref role="nodep" linkend="oxygen-icons5"/> or
83 <xref linkend="lxde-icon-theme"/>, and
84 <xref linkend="fribidi"/>
85 </para>
86
87 <para condition="html" role="usernotes">
88 User Notes: <ulink url="&blfs-wiki;/pcmanfm"/>
89 </para>
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of PCManFM</title>
94
95 <para>
96 Install <application>PCManFM</application> by running the following
97 commands:
98 </para>
99
100<screen><userinput>./configure --prefix=/usr \
101 --sysconfdir=/etc &amp;&amp;
102make</userinput></screen>
103
104 <para>
105 This package does not come with a test suite.
106 </para>
107
108 <para>
109 Now, as the <systemitem class="username">root</systemitem> user:
110 </para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113
114 </sect2>
115
116 <sect2 role="commands">
117 <title>Command Explanations</title>
118
119 <para>
120 <option>--with-gtk=3</option>: Selects the version of GTK+ to use.
121 You must use this switch if you have built <xref linkend="libfm"/>
122 with GTK+3 support.
123 </para>
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Program</segtitle>
132 <segtitle>Installed Libraries</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>
137 pcmanfm
138 </seg>
139 <seg>
140 None
141 </seg>
142 <seg>
143 /etc/xdg/pcmanfm, /usr/lib/pcmanfm and /usr/share/pcmanfm
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="pcmanfm-prog">
154 <term><command>pcmanfm</command></term>
155 <listitem>
156 <para>
157 is a lightweight <application>GTK+</application> based file
158 manager for X Window System
159 </para>
160 <indexterm zone="pcmanfm pcmanfm-prog">
161 <primary sortas="b-pcmanfm">pcmanfm</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 </variablelist>
167
168 </sect2>
169
170</sect1>
Note: See TracBrowser for help on using the repository browser.