https://bugs.kde.org/show_bug.cgi?id=267770 George Kiagiadakis changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kiagiadakis.george@gmail.co | |m --- Comment #15 from George Kiagiadakis 2011-07-31 23:10:44 --- I think Arno's claim is true. The only way for KDE applications to know that they run in a KDE environment is the KDE_FULL_SESSION environment variable, and since this is not set, it is reasonable (and correct) for them to be themed differently. If we hack KApplication so that it always loads the KDE style even if KDE_FULL_SESSION is not set, then we will get KDE themed apps on gnome or other environments (windows, osX...), which is not desirable. I think the correct solution is to change startkde so that KDE_FULL_SESSION is set before dbus-daemon is started. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.