There is an updated pull request by oreo639 against master on the void-packages repository https://github.com/oreo639/void-packages file-roller https://github.com/void-linux/void-packages/pull/47978 file-roller: fix for inconsistencies between p7zip and 7zip #### Testing the changes - I tested the changes in this PR: **YES** p7zip and 7zip use different flags for link handling options, which causes errors in file-roller which assumes 7z is p7zip. This fixes so that 'follow symlinks' works when enabled, and does not follow symlinks when the option is disabled. Currently it follows symlinks when the option is disabled and errors when the option is enabled. A patch file from https://github.com/void-linux/void-packages/pull/47978.patch is attached