source: lxde/desktop/pcmanfm.xml@ d320827b

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since d320827b was cad00b2, checked in by Douglas R. Reno <renodr@…>, 10 months ago

Tag LXDE

  • Property mode set to 100644
File size: 4.2 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 &lfs120_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 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of PCManFM</title>
88
89 <para>
90 Install <application>PCManFM</application> by running the following
91 commands:
92 </para>
93
94<screen><userinput>./configure --prefix=/usr \
95 --sysconfdir=/etc &amp;&amp;
96make</userinput></screen>
97
98 <para>
99 This package does not come with a test suite.
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="commands">
111 <title>Command Explanations</title>
112
113 <para>
114 <option>--with-gtk=3</option>: Selects the version of GTK+ to use.
115 You must use this switch if you have built <xref linkend="libfm"/>
116 with GTK+3 support.
117 </para>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Program</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>
131 pcmanfm
132 </seg>
133 <seg>
134 None
135 </seg>
136 <seg>
137 /etc/xdg/pcmanfm, /usr/lib/pcmanfm and /usr/share/pcmanfm
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="pcmanfm-prog">
148 <term><command>pcmanfm</command></term>
149 <listitem>
150 <para>
151 is a lightweight <application>GTK+</application> based file
152 manager for X Window System
153 </para>
154 <indexterm zone="pcmanfm pcmanfm-prog">
155 <primary sortas="b-pcmanfm">pcmanfm</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 </variablelist>
161
162 </sect2>
163
164</sect1>
Note: See TracBrowser for help on using the repository browser.