Bug 89474

Summary: Inabilty to run File Roller's nautilis scripts
Product: [Retired] Red Hat Linux Reporter: Need Real Name <david.crown>
Component: file-rollerAssignee: Alexander Larsson <alexl>
Status: CLOSED WONTFIX QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 9   
Target Milestone: ---   
Target Release: ---   
Hardware: athlon   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-04-29 14:16:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2003-04-23 11:26:09 UTC
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:

Comment 1 Alexander Larsson 2003-04-29 14:16:57 UTC
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.