Quote:
Originally Posted by GypsyPants
I have tryed several of those but don't work for some reason, I loggged in as root and got it. One question though, whenever I make a folder, it dissapears or doesnt show up? And is that different from making a directory? How do I make that?
|
It sounds a bit odd that you are having trouble when logged in as root. If you log in to the Window Manager as root than you would be running GUI applications as root and should have no trouble.
You can check the permissions with
ls -al /usr/share/themes
You should see all files have owner root and permissions drwxr-xr-x which means they are writeable by root but not by any other user. The top directory also has the same permissions.
If you are logged in as a normal user, then you could try launching the extractor utility using sudo
sudo
whatever-the-program-is
Did you see the discussion on Ubuntu forums about this?
http://ubuntuforums.org/showthread.php?t=299070
They could have some useful hints.
Fish