View Single Post
Posts: 24 | Thanked: 20 times | Joined on Dec 2009 @ Montréal, Canada
#533
Originally Posted by thesnake505 View Post
hi iv tried this mod, however, when i tried to backup the files, with

cp /usr/share/icons/hicolor/scalable/hildon/statusarea_b* /home/user/MyDocs/backupbatteryscalable/[/CODE]

while root, i got permission denied!
any ideas as to why? thanks for any help
hum... does it say that the path doesn't exist?

If so try:

Code:
$ root

$ mkdir /home/user/MyDocs/backupbattery48x48/
$ cp /usr/share/icons/hicolor/48x48/hildon/statusarea_ba* /home/user/MyDocs/backupbattery48x48/

$ mkdir /home/user/MyDocs/backupbatteryscalable/
$ cp /usr/share/icons/hicolor/scalable/hildon/statusarea_b* /home/user/MyDocs/backupbatteryscalable/
 

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