![]() |
2010-02-11
, 10:18
|
|
Posts: 105 |
Thanked: 46 times |
Joined on Dec 2009
@ The Netherlands
|
#2
|
![]() |
2010-02-11
, 10:39
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#3
|
![]() |
2010-02-11
, 10:41
|
Posts: 543 |
Thanked: 181 times |
Joined on Aug 2009
@ Universe,LocalCluster.MilkyWay.Sol.Earth.Europe.Slovenia.Ljubljana
|
#4
|
![]() |
2010-02-11
, 12:12
|
|
Posts: 105 |
Thanked: 46 times |
Joined on Dec 2009
@ The Netherlands
|
#5
|
![]() |
2010-02-11
, 12:51
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#6
|
Can you please write down how i remove them with rm -r, in xterm or win scp.
can I do that without any harm? made those folders with xterm and sudo gainroot indeed.
sudo gainroot rm -r /home/user/.local/share/icons rm -r /home/user/MyDocs/icons
Am putting my replacement icons in the dir where the originals are now, basicly overriding the originals. but these are bugging me, cause they override the originals that's why i want them deleted.
![]() |
2010-02-11
, 14:20
|
|
Posts: 105 |
Thanked: 46 times |
Joined on Dec 2009
@ The Netherlands
|
#7
|
sudo gainroot
mkdir -p MyDocs/icons/hicolor/scalable/hildon
mkdir -p .local/share/icons/hicolor/scalable/hildon
and moved them like this:
mv MyDocs/icons/hicolor/scalable/hildon/* .local/share/icons/hicolor/scalable/hildon
Strange thing is that when I now want to install a new icon this old
.local share dir (and the icons in that dir) override my new ones.
Can anybody explain me how to delete (with WinSCP) this so I can install my new icons with WinSCP&SSH.
Hope somebody can help me.
TIA !!
Last edited by mscarrot; 2010-02-10 at 20:44. Reason: Explained problem better