Package: pcmanfm Version: 1.3.1-1 Distribution: stable When xarchver is set as default archiver, and I try to compress files in pcmanfm by right clicking over a file, and then click Compress, it is not working.
The output in terminal is xarchiver: Unknown option --add-to This indicates the command it uses is "xarchiver --add-to %F" But the correct command should be "xarchiver --compress %F" Replacing "xarchiver --add-to" with "xarchiver --compress", and recompiling will fix this issue.