Re: Warning when entering .iso vfs
Frank Dietrich <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.mc.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Paul,
>When pressing enter with the cursor over an iso file, I get a red
>pop-up which says "cannot parse: /usr/bin/isoinfo". I have cdrtools
>installed, and there is certainly a copy of isoinfo in /usr/bin.
Maybe the problem is that the list on the iso9660 filesystem is
invoked as
sh -c /usr/lib/mc/extfs.d/iso9660 list /tmp/some.iso
which should rather be
sh -c "/usr/lib/mc/extfs.d/iso9660 list /tmp/some.iso"
The source which seems to be related:
https://github.com/MidnightCommander/mc/blob/master/lib/utilunix.c#L515
const char *const argv[] = { "/bin/sh", "sh", "-c", command, NULL };
kind regards
Frank
--
_______________________________________________
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc