Hi. Not sure whether this is a bug or an enhancement request. When selecting several archive files, then clicking on "Extract here", only the first archive is extracted. I'd expect all archives in the selection to be extracted. Using Debian Jessie thunar-archive-plugin | 0.3.1-2 xarchiver | 1:0.5.2+20130119+dfsg-3 This might be due to xarchiver itself (see here: https://sourceforge.net/p/xarchiver/bugs/67/) but even so, thunar-archive-plugin could workaround this by launching xarchiver once per file (?).
I think this is a bug. And I also have it! I'm using: ii thunar-archive-plugin 0.3.1-3 amd64 Archive plugin for Thunar file manager My solution: edit /usr/lib/thunar-archive-plugin/xarchiver.tap change: extract-here) exec xarchiver "--extract-to=$folder" "$@" ;; to extract-here) # --multi-extract doesn't seem to work, so we will just use a loop # not sure here whether $@ vs. $* to use, both seem to work for me for name in "$*"; do xarchiver "--extract-to=$folder" "$name" done ;;
-- GitLab Migration Automatic Message -- This bug has been migrated to xfce.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.xfce.org/thunar-plugins/thunar-archive-plugin/-/issues/1. Please create an account or use an existing account on one of our supported OAuth providers. If you want to fork to submit patches and merge requests please continue reading here: https://docs.xfce.org/contribute/dev/git/start#gitlab_forks_and_merge_requests Also feel free to reach out to us on the mailing list https://mail.xfce.org/mailman/listinfo/xfce4-dev