From kde-bugs-dist Sun Jul 31 23:10:44 2011 From: George Kiagiadakis Date: Sun, 31 Jul 2011 23:10:44 +0000 To: kde-bugs-dist Subject: [Bug 267770] D-Bus-activated app widgets unthemed Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=131215388922475 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.