[kopete-bugs] [Bug 183473] Notifications remain after renaming contact and cannot be closed

Christian Seiler chris_se at gmx.net
Sat Feb 7 01:45:20 CET 2009


http://bugs.kde.org/show_bug.cgi?id=183473





--- Comment #1 from Christian Seiler <chris_se gmx net>  2009-02-07 01:45:09 ---
Btw. found a workaround to actually remove the notification without having to
login again:

1) Run dbus-monitor "path=/VisualNotifications"
2) Click on any notification button (view or ignore) and look for the _first_
uint32 parameter of the message that was generated by clicking the button
(something with "invoke")
3) Run the following python script:

import dbus
bus = dbus.SessionBus()
notify = dbus.Interface (bus.get_object('org.kde.VisualNotifications',
'/VisualNotifications'), dbus_interface='org.kde.VisualNotifications')
notify.CloseNotification (20)

Where 20 is the id of the notification from dbus-monitor.

4) Notification should be gone.


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the kopete-bugs mailing list