xabbott.blg

Posts Tagged ‘sudo

Tip: Keep theme for sudo and root sessions

without comments

If you’ve downloaded themes from the internet you’ll notice they don’t apply to root and/or sudo sessions. Here is how you fix that. Open a terminal up and type the following. Replace “username” with your username.


sudo ln -s /home/username/.themes /root/.themes
sudo ln -s /home/username/.icons /root/.icons
sudo ln -s /home/username/.fonts /root/.fonts

Written by xabbott

December 23, 2006 at 3:57 pm

Posted in linux, theme, tips

Tagged with , , , ,