Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 03-08-2007, 04:27 PM   #1 (permalink)
 
True Techie

Join Date: Nov 2006

Posts: 111

PnkFloyd27

Default Theme Installation Error

I am trying to install a theme (http://gnome-look.org/content/show.php?content=38485) and I've unpacked the files. I looked up on google how to install it and I found that you can click and drag the folder into the themes window (System => Preferences => Themes), but when I do that it just says "invalid file format." I try to click "install theme," but it says the same thing. I also found someone saying that I have to unpack them in a .themes folder, where is that or do I have to make it? Can someone help me please?
PnkFloyd27 is offline  
Old 03-18-2007, 02:47 AM   #2 (permalink)
Greg's Avatar
 
Indeed.

Join Date: Dec 2004

Posts: 1,554

Greg is on a distinguished road

Default Re: Theme Installation Error

Sorry for the late reply, but put the archive on your desktop then paste all this into the terminal at once:

Code:
cd ~/Desktop && \
tar -xvf 38485-DD2-MetalThemePack125.tar.bz2 && \
cd DD2-MetalThemePack125/ && \
mv D* ~/.themes && \
cd ~/Desktop && \
rm -fr DD2-MetalThemePack125/
Or you could do it by hand, but this is quicker and I have nothing better to do at the moment than type out commands
__________________
Greg is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On