[Pkg-lxde-maintainers] Bug#932461: Work-around - edit /usr/share/libfm/archivers.list

Dave (G1OGY) g1ogy at g1ogy.com
Fri Nov 22 09:31:48 GMT 2019


In `buster` 10.2 /usr/share/libfm/archivers.list contains:

[xarchiver]
create=xarchiver --add-to %F
extract=xarchiver --extract %F
extract_to=xarchiver --extract-to %d %F

Referencing `man xarchiver(1)` it would appear that --add-to is an invalid
option.  To "create" and archive the option is `--compress`.

Using su privileges edit /usr/share/libfm/archivers.list to change the
`create` stanza:

[xarchiver]
create=xarchiver --compress %F
extract=xarchiver --extract %F
extract_to=xarchiver --extract-to %d %F
Simply Log out of the session or reboot to recover expected behaviour.

I have resolved the problem on 3no Debian `buster` 10.2 (amd64) machines
with this work-around.

Dave, G1OGY
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-lxde-maintainers/attachments/20191122/36425271/attachment.html>


More information about the Pkg-lxde-maintainers mailing list