PDA

View Full Version : themes cannot be moved


StevenEpic
August 17th, 2007, 06:38 PM
i downloaded some gtk+ themes and i want to install them so all users on this computer can use them. i try to "usr/share/themes" but it says that i don not have permission to to write on that folder

http://i18.tinypic.com/537yp1s.png

Happy_Man
August 17th, 2007, 07:35 PM
Just extract the file to your home directory, and then enter the folowing command in a terminal: sudo mv theme /usr/share/themes/theme

Replace "theme" with the folder name.

StevenEpic
August 17th, 2007, 08:43 PM
thanks!