Active Topics

 



Notices


Reply
Thread Tools
Posts: 36 | Thanked: 2 times | Joined on Jan 2010 @ USA
#1
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's Avatar
Posts: 321 | Thanked: 366 times | Joined on Nov 2009 @ Hellas
#2
Yes I think it's correct.
__________________
Maemo 5 Themes: [ Matrix | Red Alert | Dark Sky ]

Boot Videos: [ Maemo 1 & 2 ] | Matrix ]

Like my work? Consider making a Donation
 
Posts: 36 | Thanked: 2 times | Joined on Jan 2010 @ USA
#3
Can anyone help?

:cannot remove /usr/share/icons/hicolor : is a directory
 
CarstenDutch's Avatar
Posts: 147 | Thanked: 78 times | Joined on Dec 2009 @ Netherlands
#4
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's Avatar
Posts: 147 | Thanked: 78 times | Joined on Dec 2009 @ Netherlands
#5
Yours will be mv MyDocs/.documents/hicolor/* usr/share/icons/hicolor

Just sudo gainroot

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

Last edited by CarstenDutch; 2010-01-23 at 23:23.
 

The Following User Says Thank You to CarstenDutch For This Useful Post:
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#6
Originally Posted by CarstenDutch View Post
mv MyDocs/.documents/hicolor/* usr/share/icons/icons
usr/share/icons/hicolor/ <- ^^
 
CarstenDutch's Avatar
Posts: 147 | Thanked: 78 times | Joined on Dec 2009 @ Netherlands
#7
Originally Posted by b666m View Post
usr/share/icons/hicolor/ <- ^^
Yes i saw it after i viewing the post after posting it directly, some times i do thing too quick.
 
Posts: 36 | Thanked: 2 times | Joined on Jan 2010 @ USA
#8
Thanks, Ill try it!
 
Posts: 36 | Thanked: 2 times | Joined on Jan 2010 @ USA
#9
Still didn't work. Says cannot rename scalable.

Last edited by agentsmith; 2010-01-24 at 02:43.
 
Lacedaemon's Avatar
Posts: 321 | Thanked: 366 times | Joined on Nov 2009 @ Hellas
#10
Maybe try mv -r ?
__________________
Maemo 5 Themes: [ Matrix | Red Alert | Dark Sky ]

Boot Videos: [ Maemo 1 & 2 ] | Matrix ]

Like my work? Consider making a Donation
 

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


 
Forum Jump


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