source: lxde/desktop/pcmanfm.xml@ f3e940f7

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 f3e940f7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 4.1 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 &lfs101_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="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Program</segtitle>
121 <segtitle>Installed Libraries</segtitle>
122 <segtitle>Installed Directories</segtitle>
123
124 <seglistitem>
125 <seg>
126 pcmanfm
127 </seg>
128 <seg>
129 None
130 </seg>
131 <seg>
132 /etc/xdg/pcmanfm, /usr/lib/pcmanfm and /usr/share/pcmanfm
133 </seg>
134 </seglistitem>
135 </segmentedlist>
136
137 <variablelist>
138 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
139 <?dbfo list-presentation="list"?>
140 <?dbhtml list-presentation="table"?>
141
142 <varlistentry id="pcmanfm-prog">
143 <term><command>pcmanfm</command></term>
144 <listitem>
145 <para>
146 is a lightweight <application>GTK+</application> based file
147 manager for X Window System
148 </para>
149 <indexterm zone="pcmanfm pcmanfm-prog">
150 <primary sortas="b-pcmanfm">pcmanfm</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 </variablelist>
156
157 </sect2>
158
159</sect1>
Note: See TracBrowser for help on using the repository browser.