View Single Post
Posts: 1,751 | Thanked: 844 times | Joined on Feb 2010 @ Sweden
#16
Originally Posted by Coffee View Post
AlMedhi,
Mate, I am dumb founded. I got it to work once and not again since, could you please check I am doing it correctly for me.

sudo cp /usr/share/themes/ /home/user/MyDocs/dthemenight-themedir
"dthemenight-themedir" being the theme name under /usr/share/themes/.
Do I need to create the folder first under MyDocs:
mkdir MyDocs/dthemenight-themedir ?
If you just want to move "dthemenight-themedir" from /usr/share/themes/ then you need to..

Yes, make the directory with

mkdir /home/user/MyDocs/dthemenight-themedir

then

sudo cp -r /usr/share/themes/dthemenight-themedir/ /home/user/MyDocs/

If sudo not working.. try

1. root
2. cp -r /usr/share/themes/dthemenight-themedir/ /home/user/MyDocs/

Last edited by AlMehdi; 2010-07-17 at 12:00. Reason: realised you wanted to move folder to MyDocs
 

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