Linux application looks ugly when launched with sudo
-
-
No, I've just create simple window in Qt Designer.
normal execution:
!http://img13.imageshack.us/img13/47/screenshotnormal.png!
sudo execution:
-
Thats what i tought,
your 'sudo' window is in motif style.
try "this":http://doc.qt.nokia.com/4.7/qplastiquestyle.html -
Maybe this "link":http://helpforlinux.blogspot.com/2009/01/make-sudo-applications-beautiful.html could help.
-
Executing an application with "sudo", takes the default theme, so not style configuration is applied.
You can customize the root theme, but is a solution per machine, or maybe you can set the style of the application through code with Qt.