I am using Kubuntu with KDE 4.5.3. When I run KDE applications with root privilage the Theme/UI does not look same/unify with my theme. How to fix it?
11 Answer
You can change the root theme/ui permatenly with:
$ sudo systemsettingsOtherwise you can copy all your kde configuration to root by:
$ sudo cp -R ~/.kde* /root/ 1