2013-10-26 06:11:49 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2017-08-16 02:49:48 +08:00
|
|
|
<!ENTITY pcmanfm-download-http "&sourceforge-dl;/pcmanfm/pcmanfm-&pcmanfm-version;.tar.xz">
|
2013-10-26 06:11:49 +08:00
|
|
|
<!ENTITY pcmanfm-download-ftp " ">
|
2021-02-10 04:12:08 +08:00
|
|
|
<!ENTITY pcmanfm-md5sum "ef7c4417d2697ef138d175db7aeae15a">
|
2018-04-23 01:19:07 +08:00
|
|
|
<!ENTITY pcmanfm-size "416 KB">
|
2021-02-10 04:12:08 +08:00
|
|
|
<!ENTITY pcmanfm-buildsize "11 MB">
|
|
|
|
<!ENTITY pcmanfm-time "0.1 SBU">
|
2013-10-26 06:11:49 +08:00
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="pcmanfm" xreflabel="PCManFM-&pcmanfm-version;">
|
|
|
|
<?dbhtml filename="pcmanfm.html"?>
|
|
|
|
|
|
|
|
|
|
|
|
<title>PCManFM-&pcmanfm-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="pcmanfm">
|
|
|
|
<primary sortas="a-PCManFM">PCManFM</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to PCManFM</title>
|
|
|
|
|
|
|
|
<para>
|
2014-01-19 20:43:46 +08:00
|
|
|
The <application>PCManFM</application> package contains an extremely fast,
|
2013-10-26 06:11:49 +08:00
|
|
|
lightweight, yet feature-rich file manager with tabbed browsing.
|
|
|
|
</para>
|
|
|
|
|
2023-02-18 23:17:01 +08:00
|
|
|
&lfs113_checked;
|
2013-10-26 06:11:49 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (HTTP): <ulink url="&pcmanfm-download-http;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (FTP): <ulink url="&pcmanfm-download-ftp;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download MD5 sum: &pcmanfm-md5sum;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download size: &pcmanfm-size;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated disk space required: &pcmanfm-buildsize;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated build time: &pcmanfm-time;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">PCManFM Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
|
|
|
<xref linkend="libfm"/>
|
|
|
|
</para>
|
|
|
|
|
2013-11-01 08:46:58 +08:00
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
|
|
<para role="recommended">
|
2014-10-03 00:09:52 +08:00
|
|
|
<xref linkend="adwaita-icon-theme"/> or
|
2019-09-20 22:15:17 +08:00
|
|
|
<xref role="nodep" linkend="oxygen-icons5"/> or
|
2018-10-10 22:11:23 +08:00
|
|
|
<xref linkend="lxde-icon-theme"/>, and
|
|
|
|
<xref linkend="fribidi"/>
|
2013-11-01 08:46:58 +08:00
|
|
|
</para>
|
|
|
|
|
2013-10-26 06:11:49 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of PCManFM</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Install <application>PCManFM</application> by running the following
|
|
|
|
commands:
|
|
|
|
</para>
|
|
|
|
|
2018-12-29 10:05:38 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
|
|
|
--sysconfdir=/etc &&
|
2013-10-26 06:11:49 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
This package does not come with a test suite.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
|
|
</para>
|
|
|
|
|
2015-09-30 06:22:51 +08:00
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
2014-09-18 06:52:31 +08:00
|
|
|
|
|
|
|
</sect2>
|
2013-10-26 06:11:49 +08:00
|
|
|
|
2022-09-06 00:38:26 +08:00
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
<option>--with-gtk=3</option>: Selects the version of GTK+ to use.
|
|
|
|
You must use this switch if you have built <xref linkend="libfm"/>
|
|
|
|
with GTK+3 support.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
2013-10-26 06:11:49 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Program</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>
|
|
|
|
pcmanfm
|
|
|
|
</seg>
|
|
|
|
<seg>
|
|
|
|
None
|
|
|
|
</seg>
|
|
|
|
<seg>
|
2014-10-16 01:14:22 +08:00
|
|
|
/etc/xdg/pcmanfm, /usr/lib/pcmanfm and /usr/share/pcmanfm
|
2013-10-26 06:11:49 +08:00
|
|
|
</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="pcmanfm-prog">
|
|
|
|
<term><command>pcmanfm</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
is a lightweight <application>GTK+</application> based file
|
2021-02-19 23:20:16 +08:00
|
|
|
manager for X Window System
|
2013-10-26 06:11:49 +08:00
|
|
|
</para>
|
|
|
|
<indexterm zone="pcmanfm pcmanfm-prog">
|
|
|
|
<primary sortas="b-pcmanfm">pcmanfm</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|