View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#82
Originally Posted by Snaps View Post
Seems to have updated ok, but it removed some of the image mods I did!

Such as the coloured network receiver icons, and the battery icons

Do I need to remod it?
Yes - but you're better putting the images under /home/user/.local instead, then they'll override the system images but won't get overwritten by updates. So the status area images go into /home/user/.local/share/icons/hicolor/scalable/hildon and the larger images go into /home/user/.local/share/icons/hicolor/48x48/hildon, and similarly for any other images (just replace /usr/share in the normal instructions with /home/user/.local/share). You'll probably need to create the directories first though:
Code:
mkdir -p /home/user/.local/share/icons/hicolor/scalable/hildon
mkdir -p /home/user/.local/share/icons/hicolor/48x48/hildon
Oh, and you do all this as the normal user - no need to be root.
 

The Following 3 Users Say Thank You to Rob1n For This Useful Post: