Software Developer

Wednesday, August 29, 2007

keep your theme consistent when running apps as root

Just want to add a simple post, not to forget in the future how easy you can keep your theme consistent when running apps as root:
sudo rm -R /root/.themes
sudo rm -R /root/.icons
sudo ln -s /home/$USER/.themes /root
sudo ln -s /home/$USER/.icons /root

No comments: