Bug 89474 - Inabilty to run File Roller's nautilis scripts
Summary: Inabilty to run File Roller's nautilis scripts
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: file-roller
Version: 9
Hardware: athlon
OS: Linux
low
low
Target Milestone: ---
Assignee: Alexander Larsson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-04-23 11:26 UTC by Need Real Name
Modified: 2005-10-31 22:00 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2003-04-29 14:16:57 UTC
Embargoed:


Attachments (Terms of Use)

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.



Note You need to log in before you can comment on or make changes to this bug.