When I try to start certain applications (kdiff3, amarok, etc.) from command line, I get a bunch of debug data in the command line (see below). Also, a second KMix applet shows up in the system tray. What's stranger still, the second KMix looks different from the first (see screenshot for comparison).
Code:
Could not load library! Trying exec....
kdeinit: Launched DCOPServer, pid = 9932 result = 0
DCOP: register 'anonymous-9932' -> number of clients is now 1
DCOP: unregister 'anonymous-9932'
kdeinit: Launched KLauncher, pid = 9936 result = 0
DCOP: register 'klauncher' -> number of clients is now 1
DCOP: new daemon klauncher
kdeinit: opened connection to unix:0.0
Could not load library! Trying exec....
kdeinit: Launched KDED, pid = 9937 result = 0
DCOP: register 'kded' -> number of clients is now 1
DCOP: unregister 'kded'
DCOP: register 'kded' -> number of clients is now 1
DCOP: register 'anonymous-9937' -> number of clients is now 2
kdeinit: Got EXT_EXEC 'kbuildsycoca' from launcher.
Could not load library! Trying exec....
DCOP: register 'kbuildsycoca' -> number of clients is now 3
kbuildsycoca running...
DCOP: register 'anonymous-9939' -> number of clients is now 4
Reusing existing ksycoca
DCOP: unregister 'anonymous-9939'
DCOP: unregister 'kbuildsycoca'
kdeinit: PID 9939 terminated.
kdeinit: Got EXEC_NEW 'kconf_update' from launcher.
Could not load library! Trying exec....
kdeinit: PID 9940 terminated.
DCOP: new daemon kded
DCOP: unregister 'anonymous-9937'
kdeinit: PID 9937 terminated.
DCOP: register 'kdiff3-9929' -> number of clients is now 1
DCOP: register 'anonymous-9938' -> number of clients is now 2
DCOP: unregister 'anonymous-9938'
kdeinit: Got EXT_EXEC 'kmix' from launcher.
Could not load library! Trying exec....
DCOP: register 'kmix' -> number of clients is now 2
DCOP: register 'anonymous-9941' -> number of clients is now 3
ScimInputContextPlugin()
~ScimInputContextPlugin()
ScimInputContextPlugin()
WARNING: please edit ~/.scim/global and change /DefaultConfigModule to kconfig
DCOP: unregister 'anonymous-9941'
kdeinit: PID 9941 terminated.
How can I get rid of this problem?
Thanks