Bug 260830

Summary: dbusmenu is disabled for klipper
Product: [Plasma] plasmashell Reporter: Marcin Juszkiewicz <marcin>
Component: ClipboardAssignee: Martin Flöser <mgraesslin>
Status: RESOLVED WORKSFORME    
Severity: normal CC: adaptee, asraniel, kde, martin
Priority: NOR    
Version: 5.15.3   
Target Milestone: 1.0   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Bug Depends on:    
Bug Blocks: 307833    

Description Marcin Juszkiewicz 2010-12-20 22:20:53 UTC
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
Comment 1 Marcin Juszkiewicz 2010-12-20 22:28:27 UTC
Same message when clicked in gVim window.

Turned out that it was Klipper's fault - after quitting it messages stopped appearing.
Comment 2 Jekyll Wu 2011-09-20 22:08:10 UTC
I can't reproduce this in KDE-4.7.1
Comment 3 Jekyll Wu 2011-12-23 22:38:51 UTC
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 :)
Comment 4 Jekyll Wu 2011-12-24 15:28:41 UTC
(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
Comment 5 Jekyll Wu 2011-12-24 15:29:17 UTC
*** Bug 257000 has been marked as a duplicate of this bug. ***