Bug 260830 - dbusmenu is disabled for klipper
Summary: dbusmenu is disabled for klipper
Status: RESOLVED WORKSFORME
Alias: None
Product: plasmashell
Classification: Plasma
Component: Clipboard (show other bugs)
Version: 5.15.3
Platform: Ubuntu Linux
: NOR normal
Target Milestone: 1.0
Assignee: Martin Flöser
URL:
Keywords:
: 257000 (view as bug list)
Depends on:
Blocks: 307833
  Show dependency treegraph
 
Reported: 2010-12-20 22:20 UTC by Marcin Juszkiewicz
Modified: 2021-10-03 20:09 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***