use the same #gtk theme for applications started as root with sudo ln -s ~/.themes /root/.themes http://bit.ly/36aNQL #linux
Categorized | Applications, System
Use the same GTK theme for applications started as root
September 1st, 2009 by T4L
If you start a GTK GUI with root permissions and you notice that it uses the old GTK theme, you can make all applications started as root to use your current theme by doing this:
sudo ln -s ~/.themes /root/.themes
sudo ln -s ~/.icons /root/.icons
sudo ln -s ~/.fonts /root/.fonts
This will basically create symlinks to your icons, fonts and themes directories that draw your current GTK theme.
Are you satisfied with this blog?
Why not subscribe our RSS Feed? you will always get the latest post.
Hi, Be the first leave some reply
Leave A Reply
via tips4linux.com