You are not logged in.
Hey there,
I googled and searched the Forum, but nobody seems to have the same problem
I just installed Arch from scratch and now have Gnome running. I wanted to change my Desktop Theme and downloaded a file from gnome-look.org. When I try to install the theme, though, I got an error:
Cannot install theme
There was a problem while extracting the theme.
When I try to open the archive with file-roller, I got the message
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
I can unpack the file with 'tar -xvf' at the shell, and file-roller has no problems opening .tar.gz files form /var/cache/packman. I have tried serveral files from gnome-look.org, none works, so it can't just be one corrupt file.
It would be great, if someone could help.
Cheers
Last edited by sneaksie (2010-06-04 11:42:11)
Offline
It's not a gzip archive I guess [as it says]. Btw, just right click on your desktop and drag the archives to your appearance window and it should get automatically installed.
Offline
Yep. And try to determine file type of archive:
file archname.tar.gz
Offline
Thanks, I tried the drag'n drop method, but it doesn't work either. Same result:
Cannot install theme.
There was aproblem while extracting the theme.
file returns
POSIX tar archive (GNU)
I also can unpack the archive on the command line with
tar -xvf archivename.tar.gz
Just Gnome and file-roller have trouble.
Offline
Maybe it's just a simple tar archive and not gzipped and tar does detect this but file roller does not. Have you tried renaming it to archname.tar and then installing it -- maybe gzipping it in between?
Offline
Maybe it's just a simple tar archive and not gzipped and tar does detect this but file roller does not. Have you tried renaming it to archname.tar and then installing it -- maybe gzipping it in between?
That did it for me. Thanks.
Offline
just right click on your desktop and drag the archives to your appearance window
Offline