Active Topics

 



Notices


Reply
Thread Tools
Posts: 222 | Thanked: 22 times | Joined on Jul 2010 @ Sydney Australia
#1
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
 
Posts: 726 | Thanked: 345 times | Joined on Apr 2010 @ Sweden
#2
What didn't work? How didn't it work? What did you expect?
 
Posts: 222 | Thanked: 22 times | Joined on Jul 2010 @ Sydney Australia
#3
Made the directory though wouldn't copy anything.
Came up saying something like omitting directory.
 
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:
Posts: 222 | Thanked: 22 times | Joined on Jul 2010 @ Sydney Australia
#5
AlMedhi,
Yes mate the THEME was to represent the theme name.
I am trying to copy the complete theme and all it's sub folders to MyDocs with a direct replication of sub folders.

trying to follow your post, I created a folder in MyDocs/theme and did the following:
sudo cp /usr/share/themes/ /home/user/MyDocs/theme
looked as though worked as it returned the typical : /home/user/ #
When I looked, nothing.

Sorry to be a pain
 
Posts: 222 | Thanked: 22 times | Joined on Jul 2010 @ Sydney Australia
#6
AlMedhi,
All good. It worked, I thought you were copying all themes to a folder called theme in mydocs. Hence why i created a folder called theme.
When I did exactly as you did and replaced the theme with the theme name it worked perfectly, sorry.

Thanks, much appreciated.

Stephen
 
Posts: 1,751 | Thanked: 844 times | Joined on Feb 2010 @ Sweden
#7
No worries
 
Posts: 353 | Thanked: 263 times | Joined on Dec 2009 @ Finland
#8
This should also work
Code:
cp -r /usr/share/themes/THEME/* /home/user/MyDocs/THEME/
__________________
My Maemo5 projects:
mSpede - Speed testing game | Them Bloody Ducks - 2D duck hunting game | Maetronome - A simple metronome app | CuteMPC - MPD client
 

The Following User Says Thank You to TNiga For This Useful Post:
Posts: 222 | Thanked: 22 times | Joined on Jul 2010 @ Sydney Australia
#9
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 ?
 
Posts: 222 | Thanked: 22 times | Joined on Jul 2010 @ Sydney Australia
#10
Originally Posted by TNiga View Post
This should also work
Code:
cp -r /usr/share/themes/THEME/* /home/user/MyDocs/THEME/
Tniga,
Thanks for the reply mate. I tried your suggestion also and didn't work. went through all the folders and replied back Operation not permitted & cannot create symlink. I am real sorry to be a pain guys and very appreciative of your help, I am seriously out of my depths here and no idea.

Stephen
 
Reply


 
Forum Jump


All times are GMT. The time now is 11:05.