Skip to content

file-operations: make use of skip_files in compress operations

Gary Li requested to merge li-gary/nautilus:fix-compression-skip into main

Nautilus fails to create an archive if one of the folders selected cannot be read, despite selecting "Skip".

This is because the compress operation does not use skip_files, which was populated by scan_sources.

Remove source_files nodes if they should be skipped before passing the linked list to AutoarCompressor.

Fixes #2928 (closed)

Merge request reports