source: lxde/desktop/pcmanfm.xml@ 7241b26

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 7241b26 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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