source: general/sysutils/mc.xml@ f0801a2d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f0801a2d was f0801a2d, checked in by Alexander E. Patrakov <alexander@…>, 17 years ago

Formatting and tagging fixes, as suggested by Randy.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6435 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 11.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY mc-download-http "http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/mc-&mc-version;.tar.gz">
8 <!ENTITY mc-download-ftp "ftp://ftp.uni-koeln.de/util/shell/mc-&mc-version;.tar.gz">
9 <!ENTITY mc-md5sum "18b20db6e40480a53bac2870c56fc3c4">
10 <!ENTITY mc-size "3.8 MB">
11 <!ENTITY mc-buildsize "29 MB">
12 <!ENTITY mc-time "0.4 SBU">
13]>
14
15<sect1 id="mc" xreflabel="MC-&mc-version;">
16 <?dbhtml filename="mc.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>MC-&mc-version;</title>
24
25 <indexterm zone="mc">
26 <primary sortas="a-MC">MC</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to MC</title>
31
32 <para><application>MC</application> (Midnight Commander) is a text-mode
33 full-screen file manager and visual shell. It provides a clear,
34 user-friendly, and somewhat protected interface to a Unix system while
35 making many frequent file operations more efficient and preserving the
36 full power of the command prompt.</para>
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&mc-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&mc-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &mc-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &mc-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &mc-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &mc-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
61 <itemizedlist spacing="compact">
62 <listitem>
63 <para>Required patch: <ulink
64 url="&patch-root;/mc-&mc-version;-bash32-1.patch"/></para>
65 </listitem>
66 <listitem>
67 <para>Recommended Patch: <ulink
68 url="&patch-root;/mc-&mc-version;-debian_fixes-1.patch"/></para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Do I Need the Debian Patch?</bridgehead>
73 <para>Midnight Commander without the Debian patch is completely unusable
74 in multibyte locales because it assumes that characters and
75 bytes are the same thing. The issue manifests itself as massive screen
76 content corruption similar to what is depicted in
77 <ulink url="&files-anduin;/mc-bad.png">this screenshot</ulink>
78 (taken in the ru_RU.UTF-8 locale). For a general discussion of this type
79 of issue, see the <xref linkend="locale-issues"/> page. The Debian patch
80 mostly fixes this issue, and adds support for recoding remote FTP
81 filenames. Debian also fixed 64-bit issues, rare segfaults in
82 <command>mcedit</command>, and improved syntax highlighting.</para>
83
84 <para>If you do not use a multibyte locale and do not need any of the new
85 features or fixes, the patch is still supposed to be harmless.
86 However, the patch changes the dependencies and build instructions, and
87 in the past it caused unacceptable regressions for non-UTF-8 locale users.
88 Thus, failsafe instructions without the patch are left in the book just
89 in case. Due to the size and unofficial nature of the patch, please
90 do not report bugs in the patched <application>MC</application> to the
91 original <application>MC</application> developers.</para>
92
93 <bridgehead renderas="sect3">MC Dependencies</bridgehead>
94
95 <bridgehead renderas="sect4">Required</bridgehead>
96 <para role="required"><xref linkend="GLib"/> (untested with Debian patch) or
97 <xref linkend="glib2"/></para>
98
99 <bridgehead renderas="sect4">Optional</bridgehead>
100 <para role="optional"><xref linkend="gpm"/>,
101 <xref linkend="x-window-system"/>,
102 <xref linkend="samba3"/>,
103 <xref linkend="slang"/> (required when building with Debian patch),
104 <xref linkend="zip"/>,
105 <xref linkend="unzip"/>, and
106 <xref linkend="gnome-libs"/></para>
107
108 <para condition="html" role="usernotes">User Notes:
109 <ulink url="&blfs-wiki;/MC"/></para>
110
111 </sect2>
112
113 <sect2 role="installation">
114 <title>Installation of MC</title>
115
116 <para>Fix incompatibility of <application>MC</application>-&mc-version;
117 with <application>Bash</application>-3.2:</para>
118
119<screen><userinput>patch -Np1 -i ../mc-&mc-version;-bash32-1.patch</userinput></screen>
120
121 <para>If desired, apply Debian fixes:</para>
122
123<screen><userinput>patch -Np1 -i ../mc-&mc-version;-debian_fixes-1.patch</userinput></screen>
124
125 <para>Install <application>MC</application> by
126 running the following commands:</para>
127
128<screen><userinput>CPPFLAGS="-DUTF8" ./configure --prefix=/usr \
129 --enable-charset &amp;&amp;
130make</userinput></screen>
131
132 <para><application>MC</application> with Debian patches expects its
133 documentation to be stored in UTF-8 encoding on disk, and automatically
134 converts it to the locale encoding when displaying on the terminal. This
135 is different from the expectations of the unpatched
136 <application>MC</application>, so the documentation files have to be
137 converted if (and only if) the Debian patch has been applied:</para>
138
139<screen><userinput>convert-mans ISO-8859-1 UTF-8 lib/mc.hint{,.es,.it,.nl} &amp;&amp;
140convert-mans ISO-8859-2 UTF-8 lib/mc.hint{.cs,.hu,.pl} &amp;&amp;
141convert-mans ISO-8859-5 UTF-8 lib/mc.hint.sr &amp;&amp;
142convert-mans KOI8-R UTF-8 lib/mc.hint.ru &amp;&amp;
143convert-mans KOI8-U UTF-8 lib/mc.hint.uk &amp;&amp;
144convert-mans BIG5 UTF-8 lib/mc.hint.zh &amp;&amp;
145convert-mans ISO-8859-1 UTF-8 doc/{es,it}/mc.hlp.* &amp;&amp;
146convert-mans ISO-8859-2 UTF-8 doc/{hu,pl}/mc.hlp.* &amp;&amp;
147convert-mans ISO-8859-5 UTF-8 doc/sr/mc.hlp.sr &amp;&amp;
148convert-mans KOI8-R UTF-8 doc/ru/mc.hlp.ru</userinput></screen>
149
150 <para>This package does not come with a test suite.</para>
151
152 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
153
154<screen role="root"><userinput>make install &amp;&amp;
155chmod 1755 /usr/lib/mc/cons.saver</userinput></screen>
156
157 </sect2>
158
159 <sect2 role="commands">
160 <title>Command Explanations</title>
161
162 <para><parameter>CPPFLAGS="-DUTF8"</parameter>: This parameter activates
163 UTF-8 support in the Debian patch and has no effect without this
164 patch.</para>
165
166 <para><parameter>--enable-charset</parameter>: This option adds support
167 to <command>mcedit</command> for editing files in encodings different
168 from the one implied by the current locale. This feature works in
169 non-UTF-8 locales only, even with the Debian patch.</para>
170
171 <para><parameter>--with-screen=(slang|mcslang|ncurses)</parameter>: This
172 parameter selects the screen library used by <application>MC</application>.
173 <application>NCurses</application> support is
174 currently buggy (MC does not handle mouse events in xterm correctly).
175 UTF-8 support in the Debian patch is functional
176 only when external <xref linkend="slang"/> is used as a screen library
177 (this is the default).</para>
178
179 <para><parameter>--with-codepagedir=DIR</parameter>: This parameter was
180 useful only with <application>SAMBA</application>-2.x. New versions of
181 <application>SAMBA</application> do not have codepage files.</para>
182
183 <para><command>chmod 1755 /usr/lib/mc/cons.saver</command>: The
184 <command>cons.saver</command> program has to be installed setuid
185 root, because on LFS regular users have no access to
186 <filename>/dev/vcsa*</filename> devices. This step is optional if
187 <application>MC</application> is going to be started from X terminal
188 emulators or <command>ssh</command> sessions only (thus rendering the
189 <command>cons.saver</command> binary completely unneeded).</para>
190
191 <!-- Other distributions make the devices owned by the vcsa group
192 and make the cons.saver program setgid vcsa instead -->
193
194 </sect2>
195
196 <sect2 role="configuration">
197 <title>Configuring MC</title>
198
199 <sect3 id="mc-config">
200 <title>Config Files</title>
201
202 <para><filename>~/.mc/*</filename></para>
203
204 <indexterm zone="mc mc-config">
205 <primary sortas="e-AA..mc/*">~/..mc/*</primary>
206 </indexterm>
207
208 </sect3>
209
210 <sect3>
211 <title>Configuration Information</title>
212
213 <para>The <filename class="directory">~/.mc</filename> directory and
214 its contents are created when you start <command>mc</command> for the
215 first time. Then you can edit the main <filename>~/.mc/ini</filename>
216 configuration file manually or through the <application>MC</application>
217 shell. Consult the mc(1) man page for details.</para>
218
219 </sect3>
220
221 </sect2>
222
223 <sect2 role="content">
224 <title>Contents</title>
225
226 <segmentedlist>
227 <segtitle>Installed Programs</segtitle>
228 <segtitle>Installed Libraries</segtitle>
229 <segtitle>Installed Directories</segtitle>
230
231 <seglistitem>
232 <seg>cons.saver, mc, mcedit, mcmfmt, and mcview</seg>
233 <seg>None</seg>
234 <seg>/usr/share/mc and /usr/lib/mc</seg>
235 </seglistitem>
236 </segmentedlist>
237
238 <variablelist>
239 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
240 <?dbfo list-presentation="list"?>
241 <?dbhtml list-presentation="table"?>
242
243 <varlistentry id="conssaver">
244 <term><command>cons.saver</command></term>
245 <listitem>
246 <para>is used internally by <command>mc</command> for saving and
247 restoring the text behind the panels on Linux text console.</para>
248 <indexterm zone="mc conssaver">
249 <primary sortas="b-conssaver">cons.saver</primary>
250 </indexterm>
251 </listitem>
252 </varlistentry>
253
254 <varlistentry id="mc-prog">
255 <term><command>mc</command></term>
256 <listitem>
257 <para>is a visual shell.</para>
258 <indexterm zone="mc mc-prog">
259 <primary sortas="b-mc">mc</primary>
260 </indexterm>
261 </listitem>
262 </varlistentry>
263
264 <varlistentry id="mcedit">
265 <term><command>mcedit</command></term>
266 <listitem>
267 <para>is an internal file editor.</para>
268 <indexterm zone="mc mcedit">
269 <primary sortas="b-mcedit">mcedit</primary>
270 </indexterm>
271 </listitem>
272 </varlistentry>
273
274 <varlistentry id="mcmfmt">
275 <term><command>mcmfmt</command></term>
276 <listitem>
277 <para>is used internally by <command>mcview</command> when viewing
278 mailbox files.</para>
279 <indexterm zone="mc mcmfmt">
280 <primary sortas="b-mcmfmt">mcmfmt</primary>
281 </indexterm>
282 </listitem>
283 </varlistentry>
284
285 <varlistentry id="mcview">
286 <term><command>mcview</command></term>
287 <listitem>
288 <para>is an internal file viewer.</para>
289 <indexterm zone="mc mcview">
290 <primary sortas="b-mcview">mcview</primary>
291 </indexterm>
292 </listitem>
293 </varlistentry>
294
295 </variablelist>
296
297 </sect2>
298
299</sect1>
Note: See TracBrowser for help on using the repository browser.