MC fails to open/navigate into ZIP, JAR, and WAR archives that lack the corresponding file extension (.zip, .jar, .war), even though mc.ext.ini contains rules ([zip-by-type], [jar-war-by-type]) intended to handle such files by content-type detection using the file utility.
Cause
mc.ext.ini contents do not match actual output of the file utility and should be completely revised.
file returns error message when called by MC.
$ file -z -b -S -L test
ERROR:[gzip: Stdin has more than one entry--rest igno] (data)
MC fails to open/navigate into ZIP, JAR, and WAR archives that lack the corresponding file extension (
.zip,.jar,.war), even thoughmc.ext.inicontains rules ([zip-by-type],[jar-war-by-type]) intended to handle such files by content-type detection using thefileutility.Cause
mc.ext.inicontents do not match actual output of thefileutility and should be completely revised.filereturns error message when called by MC.