View Single Post
Posts: 1,751 | Thanked: 844 times | Joined on Feb 2010 @ Sweden
#4
Originally Posted by Coffee View Post
Guys,
This probably seems such a stupid question though I just can't get it correct, could someone please assist me.

I have installed a few themes and want to copy the themes to MyDocs so I can pick bits and pieces I like to make my own bastardised theme.

Example of what I was doing though didn't work.
sudo gainroot
mkdir MyDocs/THEME/ (THIS WORKED FINE)
cp /usr/share/themes/THEME/* MyDocs/THEME/

Then to paste back
cp MyDocs/THEME/* /usr/share/themes/THEME/

I am sorry I don't understand coding side at all, obvious i am sure, lol.

Stephen
Are the "THEME" the theme name?

Do like this

sudo cp /usr/share/themes/ /home/user/MyDocs/THEME

and

sudo cp /home/user/MyDocs/THEME /usr/share/themes/THEME

Last edited by AlMehdi; 2010-07-17 at 08:48.
 

The Following User Says Thank You to AlMehdi For This Useful Post: