FS#48612 - [mc] doesn't show content of zip files anymore
Attached to Project:
Community Packages
Opened by moi (tempomolto) - Wednesday, 16 March 2016, 20:40 GMT
Last edited by Jakob Gruber (schuay) - Thursday, 17 March 2016, 15:11 GMT
Opened by moi (tempomolto) - Wednesday, 16 March 2016, 20:40 GMT
Last edited by Jakob Gruber (schuay) - Thursday, 17 March 2016, 15:11 GMT
|
Details
Description:
mc-4.8.16-1 doesn't show the content of zip packages anymore. It was allright in 4.8.15. To make it work again, you have to change /usr/lib/mc/extfs.d/uzip line 22 should be: my $op_has_zipinfo = 1; In version 4.8.15, it's the correct value (=1). In version 4.8.16, it's the incorrect value (=0). |
This task depends upon
Closed by Jakob Gruber (schuay)
Thursday, 17 March 2016, 15:11 GMT
Reason for closing: Fixed
Additional comments about closing: Thanks, fixed in mc-4.8.16-2
Thursday, 17 March 2016, 15:11 GMT
Reason for closing: Fixed
Additional comments about closing: Thanks, fixed in mc-4.8.16-2
Please add 'unzip' to 'makedepends', then we get by default 'my $op_has_zipinfo = 1;' (see [1])
Sorry, I forgot to add 'unzip' in
FS#48365[1] https://github.com/MidnightCommander/mc/blob/master/src/vfs/extfs/helpers/uzip.in