![]() |
2010-07-17
, 08:33
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#2
|
![]() |
2010-07-17
, 08:38
|
Posts: 222 |
Thanked: 22 times |
Joined on Jul 2010
@ Sydney Australia
|
#3
|
![]() |
2010-07-17
, 08:44
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#4
|
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
The Following User Says Thank You to AlMehdi For This Useful Post: | ||
![]() |
2010-07-17
, 09:04
|
Posts: 222 |
Thanked: 22 times |
Joined on Jul 2010
@ Sydney Australia
|
#5
|
![]() |
2010-07-17
, 09:09
|
Posts: 222 |
Thanked: 22 times |
Joined on Jul 2010
@ Sydney Australia
|
#6
|
![]() |
2010-07-17
, 09:28
|
Posts: 353 |
Thanked: 263 times |
Joined on Dec 2009
@ Finland
|
#8
|
cp -r /usr/share/themes/THEME/* /home/user/MyDocs/THEME/
The Following User Says Thank You to TNiga For This Useful Post: | ||
![]() |
2010-07-17
, 10:15
|
Posts: 222 |
Thanked: 22 times |
Joined on Jul 2010
@ Sydney Australia
|
#9
|
![]() |
2010-07-17
, 10:20
|
Posts: 222 |
Thanked: 22 times |
Joined on Jul 2010
@ Sydney Australia
|
#10
|
This should also work
Code:cp -r /usr/share/themes/THEME/* /home/user/MyDocs/THEME/
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