Ubuntu :: File Roller - Could Not Create Archive

Mar 9, 2011

I am using Ubuntu 10.10 and I started to have a kind of annoying problem with file-roller. I do not know what I attempted to unpack or pack form my USB HDD a couple of days ago, but when I did I got a message from the archive manager, the message was: "Could not create the archive, Archive type not supported." Well, I just shrugged, and continued doing whatever I was doing, but later I noticed that whenever I tried to open the HDD for whatever reason from "PLACES" in the main panel, I was getting the same error message over and over again.

It is not produced when I open the HDD from the Desktop link in my Desktop, that link will open the HDD with no problems. But if I try to access the HDD from "PLACES" in the main panel I will always get the same error message. Ok, what have I tried: since the archive manager window shows the "file-roller" logo in the menu button, I assumed that file roller is stuck with the previous process for which it produced an error, therefore I tried to "kill" any pending processes by several ways: Login-off, re-starting and turning the computer off.

That did not worked. Whenever I attempted to open the HDD from "PLACES" the same error "Could not create the archive, Archive type not supported." will return. Assuming that nautilus was stuck with the process I tried to kill any pending processes by using Alt+F2 and trying to kill the pending nautilus process using:
ps -e | grep nautilus
and then the command
kill {####}

That did not worked either. I was tired and uninstalled "file-roller" using the software manager, this solved the problem. But I actually use "file-roller" so I re-install the program and the problem returned. I tried to uninstall the program using synaptic manager using the "Mark for complete removal" option, uninstall, re-install and the problem was there. I uninstalled all the other recommended packages that were installed along with "file-roller" using synaptics and then just tried to install "file-roller" alone, the problem is still here.

Then I thought it was a problem related to the HDD. So I went ahead and re-formatted it using the EXT4 file system with no partitions. Re-booted and the problem is still here. Whatever process I started with "file-roller" or one of its companion pkgs is still active somewhere, I believe is "alive" in the system's HDD, because it returns after a complete uninstall/reboot/install process. I do not want to mess with "nautilus" itself, Do I need to uninstall/reinstall "nautilus-data" pkg?

System: Ubuntu 10.10, running solo in an EXT4 single partition.
Desktop: Gnome v2.32.0
Programs: file-roller v.2.32.0-0ununtu1; unzip v6.0-4; zip v3.0-3; xz-utils 4.999.9beta+20100527-1
USB HDD: 500GB, single partition, EXT4 file system.

View 3 Replies


ADVERTISEMENT

Ubuntu :: Set File Roller As Default Archive App?

Mar 10, 2010

I was messing with Openbox, LXDE, and Pekwm a couple days ago to see if I liked any of them, but I ended up coming back to gnome.

But it seems that, somehow, some of my preferred apps settings got wiped during this process.

The most annoying one, is I have no default application for archives (zip, tar.gz, etc). I can tell Ubuntu to "Open With..." and that works... but it doesn't stick.

How can I return this back to normal Ubuntu behavior?

UPDATE: It appears that nearly ALL my preferred application settings are gone. Pretty much everything except couple filetypes show up with the standard "file" icon and won't open unless I use "open with".

View 6 Replies View Related

Ubuntu :: Zip File Gvfsd-archive / Archive Mounter Read Write Mode

Dec 6, 2010

I'd like to ask about archive mounter feature, can I mount zip file with read write mode? can gvfsd-archive do that?, or I must use fuse-zip to mount it? If I must use fuse-zip, how I wrap it so I can use it via nautilus or via gvfs-fuse-daemon

View 4 Replies View Related

Ubuntu :: Showing File Permissions In File Roller?

Aug 23, 2011

How do I show a list column in file roller that shows permissions and ownership of files?

View 2 Replies View Related

Ubuntu :: File Roller No Gzip Bz2 Password?

Apr 3, 2010

file roller no gzip bz2 password supported?

View 2 Replies View Related

Ubuntu Installation :: File Roller Seems Picky With Rar's?

Jun 17, 2010

i've just installed a program with wine and it's all fine but I need the crack(not sure if it will run but anyway) it's in a .rar file Fileroller extracted the main "notmentionforlegal.exe" but not the crack for some reason

View 2 Replies View Related

Fedora :: File Roller Compression With 7z?

Jun 9, 2011

hy I can't make a 7z archive with file roller? I have already installed p7zip, p7zip-plugins, and 7za. I don't understand what the problem is. I can make a 7z archive from the command line with no problems. I keep getting this message but it doesn't tell me what the error is. Quote:An error occurred while adding files to the archive.

View 2 Replies View Related

Ubuntu :: Can't Find File-roller In Xubuntu Applications Menu?

Jun 3, 2011

find file-roller (aka 'Archive Manager') in xubuntu's Applications menu. I surely have it; it is the default application for opening archives, I can invoke it from the terminal but I can't just... run it from the Applications drop-down.I even tried the Application Finder with no luck using the keywords file-roller, archive, file, roller, .zip. .tar, etc. No luck.Can anyone else find it on their Applications dropdown menu? Or at least tell me that they can't find it either?I'm curious if I have some configuration glitch, or if this is a bug, or maybe there's just something in the water here.

View 2 Replies View Related

Ubuntu Networking :: Files On Windows Shares Opens With File-roller?

Feb 16, 2011

I'm using Ubuntu 10.04 and i can browse our network's windows xp shared folders properly using nautilus. The problem is if i double click a file on the network shared folder, (ie. a .doc file) its opened by file-roller and not Openoffice writer. i've tried changing open with in properties to ooo writer but it still opens with file roller. What can I do to open a file properly on the windows shared folder.

View 1 Replies View Related

General :: Make And Sh Commands - Make A File Called File Roller For Ubuntu 9.10

Apr 6, 2010

I want to make a file called file roller for Ubuntu 9.10. The folder has a file called install.sh and some others that are make.

I figure first I need to make a file and then run install.sh to install. But I don't know how to do this.

View 2 Replies View Related

Ubuntu :: Create Self-extracting Win32 7zip Archive

Jul 20, 2010

I can't do this with File Roller or 7zip, as they aren't executable in Windows. I'd like to model the archive after the link.URL...

View 3 Replies View Related

General :: Create Backup/archive Ubuntu 10.04 System Files?

Jul 22, 2010

I'm trying to create backup/archive my Ubuntu 10.04 system files (so I can restore it in case my system get corrupted). More specifically, I'm trying to zip the important files in my root directory not including my home directory (which includes my documents which I backup separately/more frequently) to an external hard drive attached via USB (called 'My Book').

Since File Roller didn't give me quite the level of control I was looking for, I created a script that I could execute to backup and archive regularly. Here's a snippet:
cd /media/"My Book"/"Linux Backups"
NOW=$(date +"%b-%d-%y")
LOGFILE=Backup_Root_FileSystem-$NOW.log
sudo zip -r -T -v Backup_Root_FileSystem-$NOW / -x /media/'My Book'* /media* /proc* /sys* /mnt* /dev* /cdrom* /home* /'lost+found'* | tee -a $LOGFILE

[Code]...

View 5 Replies View Related

Ubuntu :: Archive Manager Create The Specified Directory If It Doesn't Exist?

Feb 16, 2010

Is it possible to have Archive Manager create the specified folder when I enter it into the path field? Like if I want to put something in "/Main/Sub1/Sub2" But "sub2" doesn't exist, can I just have Archive Manager create it and put the files there?

View 1 Replies View Related

General :: Forcing Tar To Create An Empty Archive?

Apr 21, 2010

I'm trying to use tar to tar files before transfer, so I can keep the entire file path rather than losing it along the way. However, when I try to tar an empty folder, it tells me that it is cowardly refusing to create an empty archive. I want to keep the empty folder on the other end, but don't want to put anything else into the archive to make it non-empty. Is there any way to do this?

View 1 Replies View Related

Ubuntu :: File Extension Z - Unix Compressed Archive File?

May 6, 2010

Anyone know how to compress a file to extension z?not tar.gz , zip, 7zip

View 6 Replies View Related

Ubuntu :: ZIP File Cannot Be Opened As Archive

Jun 20, 2011

I'm not 100% sure if this is the right spot for it, but I'm having trouble unzipping files. I've downloaded a good few fonts from dafont.com, from different authors and with different browsers and I still get errors. First I opened the .zip with Archive Manager

Code:
7-Zip 9.04 beta Copyright (c) 1999-2009 Igor Pavlov 2009-05-30
p7zip Version 9.04 (locale=en_ZA.utf8,Utf16=on,HugeFiles=on,2 CPUs)
Error: /media/42E6F8E2366C0906/Fonts/panhead.zip: Can not open file as archive
Errors: 1

I then tried
Code:
ross@Ross-PC:~$ unzip /media/42E6F8E2366C0906/Fonts/panhead.zip
and got this output
Code:
Archive: /media/42E6F8E2366C0906/Fonts/panhead.zip
End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive.
unzip: Cannot find zipfile directory in one of /media/42E6F8E2366C0906/Fonts/panhead.zip or /media/42E6F8E2366C0906/Fonts/panhead.zip.zip, and cannot find /media/42E6F8E2366C0906/Fonts/panhead.zip.ZIP, period.

I do have p7zip-full installed, but it isn't a .7zip file?

View 8 Replies View Related

Ubuntu :: Extract Certain File From 7z / 7zip Archive?

May 3, 2010

I have a 7zip archive and I would like to extract certain files from with it. Is there a way to do this without un-compressing the entire archive? I know these files exist in there because I am using the "7za l" command to view the files contained in the archive.

View 3 Replies View Related

Ubuntu :: How To Work File On Archive Manager

Feb 27, 2011

[URL]...I open the file and it shows a bunch of files and I dont know how to make it install for my login. What am I suppose to do?

View 1 Replies View Related

Ubuntu :: Extract Archive From File To Directory ?

Jul 2, 2011

How to archive content of directory to file and also how to extract archive from file to directory just as below.

If first argument is a directory and second argument is a file, user is prompted to choose whether to archive content of directory to file or extract archive from file to directory.

View 1 Replies View Related

Ubuntu :: Manager "Cannot Create Archive" / What To Do?

Dec 21, 2010

In the upper left corner, I click places>documents (or anything besides computer) and I get the error,

"Could not create the archive, archive type not supported" from archive manager.

I saw a thread from a while back claiming I could just right click and "open with," but that simply isn't possible in these drop down menus, right clicks are treated as left clicks.

Does anybody have any ideas? It's very annoying trying to quickly access my files and having to go through Computer every time to get to them.

PS: I also deleted an "inode directory=" line in ~/.local/share/applications/mimeaps, as explained by a forum thread I found. Still, no luck...

View 2 Replies View Related

Ubuntu :: Verify A Multi-volume 7z Archive File

Jan 7, 2010

I used 7z to create a multi-volume 7z archive file with 0 compression rate. with this command:

Code:
7z a -t7z -v1g -mx0 /home/movies/documents.7z /home/documents
a stands for add
t stands for type definition
7z stands for 7z archive type

[Code].....

View 3 Replies View Related

Ubuntu Installation :: Getting CryptoHeaven Onto Computer From The Tar.gz Archive File?

Jan 7, 2010

I'm trying to install CryptoHeaven onto my computer from the tar.gz archive file (CryptoHeaven.tar.gz) provided by their website.

PS: They also have another installation variant for Linux with "unix.sh" on the end

View 2 Replies View Related

Ubuntu :: Unison - Archive Locked But No Lock File?

May 19, 2011

I use Unison to synch files between my netbook and desktop. Have done for a while without issue. I hadnt used it for a while and now, when doing so, i cannot get it to work.I get the following error message:

Code:
Looking for changes
Fatal error: Warning: the archives are locked.

[code]....

View 2 Replies View Related

Ubuntu :: Download Iso File - Shows That Its A Winrar Archive

Oct 9, 2009

I didnt used ubuntu till now..and now i decided to start with ubuntu and downloaded the iso file torrent from Complete Download Options List | Ubuntu named ubuntu-9.04-desktop-i386.iso.torrent...but after downloading it shows that its a winrar archive......can i do anything with this rar?

View 3 Replies View Related

Server :: Install Symantec Endpoint - Error: Unpacking Of Archive Failed On File - Cpio: Mkdir Failed - No Such File Or Directory

Nov 23, 2010

i am trying to install symantec endpoint on a linux server by this command rpm -ivh sav-1.0.3-8.i386.rpm but it gives me the following error error: unpacking of archive failed on file /opt/Symantec/bin/navdefutil;4ceb8d6b: cpio: mkdir failed - No such file or directory

View 3 Replies View Related

Software :: Combining An Archive And Script File

Oct 30, 2010

So what I am looking to do is combine an archive and a script file. I would like to have a number of files compressed into an archive package and when a user double clicks on the package instead of having it open with the archive manager, instead have it run a shell script that is also packaged with the files.

This shell script will do a number of things including handling where the files are extracted to. Over all this would be similair to a self-extracting installer Windows users are used to using.

View 5 Replies View Related

Software :: Decompressing A Split File Archive ?

Aug 14, 2009

I have a huge rar compressed split file archive at my webspace but not enough space to decompress the file.

Is it possible to decompress the split file archive and deleting already decompressed parts on the fly? Currently, I'm using winrar 3.70 beta 2 but it seems that it hasn't such an option.

View 1 Replies View Related

Ubuntu :: Gnome Commander Does Not Add Files When Creating A New Archive/compressed File?

Feb 19, 2010

When trying to create a new compressed/archive file in Gnome Commander (GM) the file is created but the selected files are not added. I can open the new (empty) archive file and then add files to be compressed. I have tried using several different formats (zip, tar.bz and others) with the same results. The "file roller" is shown as a plugin but has no configuration other than the compressed file type.

View 2 Replies View Related

Ubuntu Networking :: Blueman Installation - Downloaded File Detected As Archive

Jul 30, 2011

I am new to ubuntu. I need to install BLUEMAN on my ubuntu 10.04. I have downloaded the file on my cell from the blueman website , its blueman.tar.gz. Furthermore I don't have any lan or wireless connection on my netbook. How to install this blueman on ubuntu on my netbook? When I transfer the file on unubtu desktop, it is detected as an archive.,,.

View 1 Replies View Related

General :: Errors While Tryting To Delete A File From A TAR Archive

Mar 8, 2009

When trying to delete :

I must say that the tar file contain only soft links...not real files...

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved