Theme Applications Launched with sudo

By default applications launched with sudo will not have any theme and they look ugly. To fix this problem open your terminal and execute following commands.

sudo ln -s ~/.themes /root/.themes
sudo ln -s ~/.fonts /root/.fonts
sudo ln -s ~/.icons /root/.icons

After executing above commands any gui application launched with sudo privileges is properly displayed with current users theme.

Comments

Popular posts from this blog

Easy network traffic shaping on your ubuntu system

Multi touch for any,all synaptics touchpad

winetricks - install wine application perquisites with ease