Midnight Commander
Midnight Commander is a Norton Commander clone, a program that
manipulates and manages files and directories. It is useful, fast, and
has color display on the Linux console. It also has mouse support if
you run the gpm mouse server. This program requires the terminal
description files in /usr/lib/terminfo, which are found in ncurses.rpm
(the essential ones) or terminfo.rpm (the rest).
You can also use Midnight Commander under the X Window System with your
mouse. If you enter 'mc -c', colors are used.
In Midnight Commander, the screen is divided into four sections: The
majority of the screen is covered by two directory panels. The second
to last line on the screen is the shell command line. The last line
displays the function key assignments. At the very top, the menu list
is shown. One of the directories displayed is the current working
directory. This is where most of the commands are found. For certain
commands, like copy and move, the second directory is used as the
target directory.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:SLECandidates/mc && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
20_wrong_path_to_wrappers.patch | 0000000988 988 Bytes | |
cmake.syntax | 0000013954 13.6 KB | |
mc-4.8.19.sha256 | 0000000167 167 Bytes | |
mc-4.8.19.tar.xz | 0002521808 2.4 MB | |
mc-esc-seq.patch | 0000000395 395 Bytes | |
mc-ext-audio.patch | 0000001259 1.23 KB | |
mc-extd-doc.patch | 0000000619 619 Bytes | |
mc-extd-misc.patch | 0000000518 518 Bytes | |
mc-extd-sound.patch | 0000001537 1.5 KB | |
mc-extd-video.patch | 0000001089 1.06 KB | |
mc-extd-xdg.patch | 0000003643 3.56 KB | |
mc-extfs-helpers-deb.patch | 0000000942 942 Bytes | |
mc-extfs-iso9660-xorriso.patch | 0000000742 742 Bytes | |
mc-f-keys.patch | 0000000804 804 Bytes | |
mc-fix_lib_search_path.patch | 0000001154 1.13 KB | |
mc-multi-press-f-keys.patch | 0000002219 2.17 KB | |
mc-pie.patch | 0000000308 308 Bytes | |
mc-rpm.patch | 0000001896 1.85 KB | |
mc-rpmlintrc | 0000000194 194 Bytes | |
mc-startup-timeout.patch | 0000001193 1.17 KB | |
mc-vfs-fish-deleted_source_file.patch | 0000005241 5.12 KB | |
mc-wrapper.patch | 0000001486 1.45 KB | |
mc.changes | 0000058783 57.4 KB | |
mc.desktop | 0000000113 113 Bytes | |
mc.png | 0000000923 923 Bytes | |
mc.spec | 0000007813 7.63 KB | |
x11_browser | 0000001720 1.68 KB |
Revision 70 (latest revision is 93)
- Update to Version 4.8.19 ** Core * Replace $MC_HOME with $MC_PROFILE_ROOT (#3684) * Allow rebind TAB key to change panel (#3672) * Support for True Color (16 millions colors) (#3145) * Color aliases in skin files (#3711) ** VFS * Support timestamps with nanosecond precision for copy/move operations (#3575) * Introduce EXTFS helpers tester (#3730, #3744, #3752, #3753, #3751) * Teach u7z to parse archive listings w/o sizes and/or dates (#2707) * Teach rpm helper about transaction scripts (#3750) * Fix hp48, uace & uarc extfs which used an obsolete date format (#3729, #3747) ** Editor * Syntax: - updates of HTML and ebuild highlighting - highlight *.t (Perl test) files as Perl scripts - disassociate .cl file extension from LISP syntax (#3691) * Add syntax highlighting: - OpenCL (#3690) - OpenShadingLanguage (#3762) - R - YAML (#3293) ** Misc * Code cleanup (#3693, #3703, #3721, #3763) * Add true color skins: 'Four seasons' (#3724) * Activate `--enable-tests` by default if `check` is found (#3708) * Added new skin: YADT (MidnightCommander/mc#115) ** Fixes * Segfault on switching left panel to Info (#3700) * Broken compatibility with ncurses (#3697) * Setting MC_HOME makes mc ignore ~/.bashrc (#3684) * mc_tmpdir() use a buffer of only 64 characters (#3736) * Some bugs in the parsing of hexadecimal search patterns (#3694) * Hexadecimal search fails on binary data (#3589) * Broken file list resorting on double click on panel header line (#3715) * Wrong dialog resizing and positioning (#3714, #3723) * Widget's 'disabled' status is not toggled immediately (#3716) * Last item of 'Options/Layout/Horizontal' radiobuttons remains highlighted (#3717) * 'Options/Layout/Equal split' checkbox gets reverted (#3718) * Panels: cannot show more than one "column" in user defined listing mode (#3757) * Mix of MSG_NOTIFY and MSG_FOCUS messages (#3731) * skins: 'window-state-char' and 'window-close-char' are parsed as colors (#3710) * Pressing <right> and <left> in the hotlist dialog doesn't refresh it (#3775) * mcview: an error message about bad regexp isn't shown (#3720) * mcedit: fix etags filenames parsing (#3698) * mcedit: fix mouse active area for maximize / close buttons (#3774) * mcedit: frames (MDI interface) don't reflect the focus state (#3766) * mcedit: frames (MDI interface) sometimes obscure the buttonbar (#3760) * mcedit doesn't show search error messages when searching backwards (#3735) * help viewer: tab characters handled incorrectly (#3754) * VFS: incorrect zoo archive listing (#3696) * VFS: segfault in VFSs not setting block size in stat (#3749) - removed obsolete 02_ignore_ftp_chmod_error.patch if ignore_ftp_chattr_errors=true (the default?) in ~/.config/mc/ini, errors are ignored anyway, and if if set to false, the user get the error (e.g. permission denied). With the patch, the user never will see an error and wonder, why it's not working. It might have been, that this option has not worked in (much) older versions and the patch introduced because of this. - removed obsolete 09_uzip_broken_528239.patch it is correctly detected during configure - rebased mc-rpm.patch
Comments 1
I submitted a request for update on Base:System, as it seems that this is the main branch, I'm repeating it here.
Updated to newer package version, also 2 patches (mc-ext-audio.patch and mc-extd-sound.patch), and removed a patch applied upstream (mc-rpm.patch). Now the new version of mc builds appropriately.
See: https://build.opensuse.org/package/show/home:acobar:branches:Base:System/mc
The main reason to update, besides the fixed errors, is the elimination of the annoying subshell warning.
Update to 4.8.25
Updated mc-ext-audio.patch
Updated mc-extd-sound.patch
Removed mc-rpm.patch