Version: unspecified (using KDE 4.5.85) OS: Linux I run "tail -f /tmp/xsession-hrw" file. Each time I click in Konsole window to select something I get this: kde(25273)/plasma StatusNotifierItemSource::refreshCallback: DBusMenu disabled for this application kde(25273)/plasma StatusNotifierItemSource::refreshCallback: DBusMenu disabled for this application 25273 is PID of plasma-desktop Reproducible: Always Steps to Reproduce: 1. Run Konsole 2. tail -f /tmp/xsession-$USER (or maybe tail -f ~/.xsession-errors) 3. Doubleclick Konsole window to select some text Actual Results: I run "tail -f /tmp/xsession-hrw" file. Each time I click in Konsole window to select something I get this: kde(25273)/plasma StatusNotifierItemSource::refreshCallback: DBusMenu disabled for this application kde(25273)/plasma StatusNotifierItemSource::refreshCallback: DBusMenu disabled for this application
Same message when clicked in gVim window. Turned out that it was Klipper's fault - after quitting it messages stopped appearing.
I can't reproduce this in KDE-4.7.1
I can reproduce it now(wonder why I failed last time). The reason is dbusmenu is really disabled for klipper, as the warning message has said. My understanding of the commit below is the incremental search feature of klipper does not work (well) when dbusmenu is enabled. So technically, the warning message in this report is the expected result :)
(In reply to comment #3) Sorry, forgot to include the commit message mentioned in last comment commit 102a17ca9ed87ef313865ec2b23569f6915ad652 Author: Marco Martin <notmart@gmail.com> Date: 1 year, 3 months ago disable dbusmenu due to the peculiar carateristics of klipper http://quickgit.kde.org/?p=kde-workspace.git&a=commit&h=102a17ca9ed87ef313865ec2b23569f6915ad652
*** Bug 257000 has been marked as a duplicate of this bug. ***