From Bugzilla Helper: User-Agent: Mozilla/5.0 Galeon/1.2.7 (X11; Linux i686; U;) Gecko/20030131 Description of problem: on a system upgraded from redhat 8 (all errata applied), existing nautilus file roller script "extract_in_a_subfolder" (generated by filer roller under redhat 8) returns error "cannot load arcive". all other scripts function and are unmodified. script: #!/bin/sh if test $# -ne 1; then exit 1 fi quoted=$(echo -e "$1" | awk 'BEGIN { FS = "\n" } { printf "%s\" ", $1 }' | sed -e s#\"\"##) file_quoted="\"$quoted" dir_quoted="\"$NAUTILUS_SCRIPT_CURRENT_URI/_$quoted" eval "file-roller --force --extract-to=$dir_quoted $file_quoted" ---end Version-Release number of selected component (if applicable): file-roller-2.2.1-2 How reproducible: Always Steps to Reproduce: 1. right click on an existing archive 2. selcect scripts->extract_in_a_subfolder Actual Results: received error "cannot load archive" Expected Results: diectory name of _archive created and archive's contents extracted there. Additional info:
I don't know why this is happening. However, that functionallity is deprecated. You should use "Extract In A Sub-Folder" in the context menu. I'm marking this WONTFIX since I don't want to spend time on a deprecated feature. Please reopen this if you have problems with the new way to do this.