![]() |
2010-07-17
, 11:06
|
Posts: 353 |
Thanked: 263 times |
Joined on Dec 2009
@ Finland
|
#12
|
What am I missing, not sure if looking to hard and simply not seeing it.
Posted by AlMedhi:
sudo cp /usr/share/themes/ /home/user/MyDocs/THEME
What I am typing in X-Term:
(I have made the folder: /home/user/MyDocs/dthemenight-themedir)
sudo cp /usr/share/themes/ /home/user/MyDocs/dthemenight-themedir
Simply not copying anything though worked once, am very lost.
![]() |
2010-07-17
, 11:21
|
Posts: 222 |
Thanked: 22 times |
Joined on Jul 2010
@ Sydney Australia
|
#13
|
![]() |
2010-07-17
, 11:41
|
Posts: 222 |
Thanked: 22 times |
Joined on Jul 2010
@ Sydney Australia
|
#14
|
Try using "cp -r /opt/usr/share/themes/THEME/* /home/user/MyDocs/THEME/". That worked fine for me. Probably the symbolic links in /usr/share/themes causes the problem.
![]() |
2010-07-17
, 11:49
|
Posts: 353 |
Thanked: 263 times |
Joined on Dec 2009
@ Finland
|
#15
|
![]() |
2010-07-17
, 11:52
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#16
|
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 ?
The Following User Says Thank You to AlMehdi For This Useful Post: | ||
![]() |
2010-07-17
, 11:57
|
Posts: 353 |
Thanked: 263 times |
Joined on Dec 2009
@ Finland
|
#17
|
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 /usr/share/themes/ /home/user/MyDocs/dthemenight-themedir/
The Following User Says Thank You to TNiga For This Useful Post: | ||
![]() |
2010-07-17
, 12:00
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#18
|
Should that work? I tried similar cp thing on my desktop linux and doesn't work.
EDIT: You must have confused to mv because with it that works, but here the point is to copy and not to move.
The Following User Says Thank You to AlMehdi For This Useful Post: | ||
![]() |
2010-07-17
, 12:00
|
Posts: 222 |
Thanked: 22 times |
Joined on Jul 2010
@ Sydney Australia
|
#19
|
![]() |
2010-07-17
, 12:49
|
Posts: 17 |
Thanked: 10 times |
Joined on Jun 2010
@ Dunedin
|
#20
|
Posted by AlMedhi:
sudo cp /usr/share/themes/ /home/user/MyDocs/THEME
What I am typing in X-Term:
(I have made the folder: /home/user/MyDocs/dthemenight-themedir)
sudo cp /usr/share/themes/ /home/user/MyDocs/dthemenight-themedir
Simply not copying anything though worked once, am very lost.