trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: April 2012

Mystery message: (kded: KDE4 is running)

From: Darrell Anderson <humanreadable@...>
Date: Mon, 23 Apr 2012 15:25:27 -0700 (PDT)
While troubleshooting the various lock desktop bugs I noticed this message in my xsession log:

kded: KDE4 is running

Um, nope, not true.

The message is from tdelibs/kded/kded.cpp.

Some time back I updated a bunch of TDE environment variables. One of which was KDE_SESSION_VERSION -> TDE_SESSION_VERSION. Because of this incorrect message in my xsession log, I am wondering whether that variable should have been changed.

I grepped the entire source tree and found TDE_SESSION_VERSION referenced in only five apps:

applications/konversation/konversation/scripts/sysinfo:20

applications/kgtk-qt3/README:23

applications/tde-style-qtcurve/CMakeLists.txt.orig:105
applications/tde-style-qtcurve/CMakeLists.txt.orig:107
applications/tde-style-qtcurve/README:22
applications/tde-style-qtcurve/ChangeLog:176
applications/tde-style-qtcurve/ChangeLog:239
applications/tde-style-qtcurve/ChangeLog:274
applications/tde-style-qtcurve/ChangeLog:732
applications/tde-style-qtcurve/style/qtcurve.cpp:193

tdelibs/kded/kded.cpp:165

tdelibs/tdecore/kapplication.cpp:1337
tdelibs/tdecore/kapplication.cpp:1338


Should these references be KDE_SESSION_VERSION or TDE_SESSION_VERSION?


Tim, would you look and let me know?


Darrell