PDA

View Full Version : Unzip and Unrar support in OS2007 and 2008?


jhoff80
10-28-2007, 06:41 PM
Now, I did do a search, and saw that there was a method to get unzipping and unraring working for OS2005/2006, but I was wondering if it is possible to do in the newest releases. I don't mind the command line if that works, but preferably it'd be good if there was a GUI version.

Saturn
10-28-2007, 07:49 PM
Hi, I use both all the time. There isn't a GUI, as far as I know, but they work perfectly from the xterm. If you type unrar for example, you will get the list of the options.

I have the last version of OS2007.

Good luck.

ichmoimeyo
10-29-2007, 09:13 PM
I don't mind the command line if that works, but preferably it'd be good if there was a GUI version.
"That's to say, already you don't need osso-xterm for unzip a Zip file, only with a click on it in the File Manager and voilá. (https://garage.maemo.org/forum/forum.php?forum_id=1153)"

jhoff80
11-10-2007, 12:55 AM
"That's to say, already you don't need osso-xterm for unzip
a Zip file, only with a click on it in the File Manager and voilá. (https://garage.maemo.org/forum/forum.
php?forum_id=1153)"

What are the odds of an unrar version that can do the same thing? Or alternatively what would be the location that xterm would see ?Documents? as?

jhoff80
11-25-2007, 02:51 PM
Okay, so I've played around with my new (used) n800 a bit, and have upgraded it to the newest OS2008. Unrar, being entirely command line, works perfectly, but unzip doesn't work because of some hildon library dependencies that don't exist for OS2008. Anyone working on a fixed version?

robbyt
11-28-2007, 11:08 PM
i would love to have unzip on my n810! any know how this is done?

pipeline
11-28-2007, 11:30 PM
I built unzip and rar in hopes of getting xarchiver front end to work, but it uses rather complicated bash/awk scripting wrappers that aren't working.

If unzip really wont install, you could grab unzip from this archive : http://wardenclyffetower.com/MaemoFiles/zip_rar_utils.tar.gz

Those are my builds and i dont want to conflict with existing projects so that archive is mainly for my own use... didnt even realize rar was out in repos!

I will probably upgrade my splicer utility to work better with any of these command line tools. Mainly i just need to allow changing-to/extracting to directory where input file is.

yerga
11-29-2007, 05:15 AM
I look into unzip this weekend. The hildon libs dependences are for use it with the filemanager. It would change with OS2008 possibly.
You tap in a zip file and it unzip the file. Thought, there isn't a option for know when it finalized, it's a problem with large files.

yerga
12-01-2007, 03:47 PM
I built the packages for unzip. It's in its project page: https://garage.maemo.org/frs/?group_id=91 and uploaded to extras-devel repository.

But, not filemanager support for OS2008 yet.

pipeline
12-01-2007, 09:13 PM
I updated my Splicer utility to support a 'Run in target directory' option. So you can use it to launch zip, rar, etc files against those programs and it will unzip where the archive was (instead of home dir). Currently that option forces to run in xterm but you can just close it out when it finishes (plus helps to see status).

You can grab it here :
http://www.internettablettalk.com/forums/showthread.php?p=77152#post77152

You might need to update the /usr/lib/splicer/splicer.apps list to tweak program list to run against (although the program list allows free entry). I edit config files using splicer itself against leafpad... if your on 2008 and have no good editor to 'launch' against, you can grab 2008 build of leafpad on my http://wardenclyffetower.com/MaemoFiles web space)