After update to KDE 4.6.1 from 4.6.0 any KDE application executed with sudo or kdesudo looks ugly
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Kubuntu PPA |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
After update to KDE 4.6.1 from 4.6.0 any KDE application executed with sudo or kdesudo looks ugly. QT seems not being taking oxygen theme.
qtconfig gave me an idea:
"You can select the default GUI Style from the drop down list and customize the colors.
Any GUI Style plugins in your plugin path will automatically be added to the list of built-in Qt styles. (See the Library Paths tab for information on adding new plugin paths.)"
It seems that qt take a diferent path if is executed with sudo than if it is executed like a normal user.
I did a workarround to repair this.
sudo ln -s /usr/lib/
Probe if running any KDE application with sudo or kdesudo looks well, if not, do as follows:
sudo apt-get install qt4-qtconfig
sudo qtconfig
Select GUI Style ---choose----> Oxygen
File Save and close.
HTH
Well this doesn't work for me, qtconfig-qt4 doesn't even list Oxygen so it can't be set, well any ideas...