maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Themes (https://talk.maemo.org/forumdisplay.php?f=49)
-   -   How to copy a theme? (https://talk.maemo.org/showthread.php?t=58623)

Coffee 2010-07-17 08:09

How to copy a theme?
 
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

Joorin 2010-07-17 08:33

Re: How to copy a theme?
 
What didn't work? How didn't it work? What did you expect?

Coffee 2010-07-17 08:38

Re: How to copy a theme?
 
Made the directory though wouldn't copy anything.
Came up saying something like omitting directory.

AlMehdi 2010-07-17 08:44

Re: How to copy a theme?
 
Quote:

Originally Posted by Coffee (Post 754678)
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

Coffee 2010-07-17 09:04

Re: How to copy a theme?
 
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

Coffee 2010-07-17 09:09

Re: How to copy a theme?
 
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

AlMehdi 2010-07-17 09:16

Re: How to copy a theme?
 
No worries ;)

TNiga 2010-07-17 09:28

Re: How to copy a theme?
 
This should also work
Code:

cp -r /usr/share/themes/THEME/* /home/user/MyDocs/THEME/

Coffee 2010-07-17 10:15

Re: How to copy a theme?
 
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 ?

Coffee 2010-07-17 10:20

Re: How to copy a theme?
 
Quote:

Originally Posted by TNiga (Post 754725)
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


All times are GMT. The time now is 07:26.

vBulletin® Version 3.8.8