Posts Tagged ‘root’
Tip: Keep theme for sudo and root sessions
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