maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Themes (https://talk.maemo.org/forumdisplay.php?f=49)
-   -   Replacing hicolor folder? (https://talk.maemo.org/showthread.php?t=41981)

agentsmith 2010-01-23 22:35

Replacing hicolor folder?
 
Hi all!

I'm wanting to replace my hicolor icon folder with one I found online. Ive already backed up the default one. Is the proper command:

mv /home/user/MyDocs/.documents/hicolor
/usr/share/icons

This doesnt delete any other subfolder in /icons does it?

Thanks!

Lacedaemon 2010-01-23 22:50

Re: Replacing hicolor folder?
 
Yes I think it's correct.

agentsmith 2010-01-23 23:08

Re: Replacing hicolor folder?
 
Can anyone help?

:cannot remove /usr/share/icons/hicolor : is a directory

CarstenDutch 2010-01-23 23:16

Re: Replacing hicolor folder?
 
Example,

sudo gainroot

mkdir -p MyDocs/icons/hicolor/scalable/hildon
mkdir -p MyDocs/icons/hicolor/48x48/hildon
mkdir -p MyDocs/icons/hicolor/16x16/hildon

mkdir -p .local/share/icons/hicolor/scalable/hildon
mkdir -p .local/share/icons/hicolor/48x48/hildon
mkdir -p .local/share/icons/hicolor/16x16/hildon

mv MyDocs/icons/hicolor/scalable/hildon/* .local/share/icons/hicolor/scalable/hildon

mv MyDocs/icons/hicolor/48x48/hildon/* .local/share/icons/hicolor/48x48/hildon

mv MyDocs/icons/hicolor/16x16/hildon/* .local/share/icons/hicolor/16x16/hildon

.local folder will override and does not overwrite usr/share

CarstenDutch 2010-01-23 23:20

Re: Replacing hicolor folder?
 
Yours will be mv MyDocs/.documents/hicolor/* usr/share/icons/hicolor

Just sudo gainroot

mv MyDocs/.documents/hicolor/* usr/share/icons/hicolor

b666m 2010-01-23 23:22

Re: Replacing hicolor folder?
 
Quote:

Originally Posted by CarstenDutch (Post 491166)
mv MyDocs/.documents/hicolor/* usr/share/icons/icons

usr/share/icons/hicolor/ <- ^^

CarstenDutch 2010-01-23 23:25

Re: Replacing hicolor folder?
 
Quote:

Originally Posted by b666m (Post 491167)
usr/share/icons/hicolor/ <- ^^

Yes i saw it after i viewing the post after posting it directly, some times i do thing too quick.

agentsmith 2010-01-23 23:26

Re: Replacing hicolor folder?
 
Thanks, Ill try it!

agentsmith 2010-01-23 23:36

Re: Replacing hicolor folder?
 
Still didn't work. Says cannot rename scalable.

Lacedaemon 2010-01-24 12:01

Re: Replacing hicolor folder?
 
Maybe try mv -r ?


All times are GMT. The time now is 20:34.

vBulletin® Version 3.8.8