Bug 661679 - Sweeper does not clear the list of recently used applications
Summary: Sweeper does not clear the list of recently used applications
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: kdeutils
Version: 14
Hardware: i686
OS: Linux
low
medium
Target Milestone: ---
Assignee: Than Ngo
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-12-09 11:34 UTC by Michael von der Heide
Modified: 2011-05-03 17:15 UTC (History)
9 users (show)

Fixed In Version: 4.6.2-1.fc14
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-05-03 17:15:28 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Patched qdbus message (646 bytes, patch)
2010-12-10 19:46 UTC, Michael von der Heide
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
KDE Software Compilation 252378 0 None None None Never

Description Michael von der Heide 2010-12-09 11:34:18 UTC
It seems as if sweeper emits a wrong dbus signal:

- LANG=C strace -o LOG -s 4096 -e sendmsg sweeper
sendmsg(8, {msg_name(0)=NULL, msg_iov(2)=[{"l\4\1\1\0\0\0\0\34\0\0\0a\0\0\0\1\1o\0\25\0\0\0/kickoff/RecentAppDoc\0\0\0\2\1s\0\16\0\0\0org.kde.plasma\0\0\3\1s\0 \0\0\0cleanRecentDocumentsAndDocuments\0\0\0\0\0\0\0\0", 120}, {"", 0}], msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 120

- LANG=C dbus-monitor "interface=org.kde.plasma"
signal sender=:1.77 -> dest=(null destination) serial=27 path=/kickoff/RecentAppDoc; interface=org.kde.plasma; member=cleanRecentDocumentsAndDocuments

The signal "cleanRecentDocumentsAndDocuments" does not exist anymore. I think it should be "clearRecentDocumentsAndApplications":

- qdbus org.kde.plasma-desktop /kickoff/RecentAppDoc
signal void org.kde.kickoff.recent.clearRecentDocumentsAndApplications()

Comment 1 Michael von der Heide 2010-12-10 19:46:34 UTC
Created attachment 468044 [details]
Patched qdbus message

Comment 2 John Poelstra 2011-01-04 15:57:14 UTC
Which version of Fedora are you running?

Comment 3 Michael von der Heide 2011-01-04 17:49:12 UTC
Fedora 14 (network installation) with all updates applied. Sorry for the incorrect version number.

Comment 4 Rex Dieter 2011-05-03 17:15:28 UTC
Looks fixed in kde-4.6.x,

http://websvn.kde.org/?view=revision&revision=1179572


Note You need to log in before you can comment on or make changes to this bug.