Summary: | Action buttons in notifications don't work | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Daniel Vrátil <dvratil> |
Component: | knotify | Assignee: | Marco Martin <notmart> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | cfeck, christoph, Tanktalus |
Priority: | NOR | ||
Version: | 4.9.98 RC3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Daniel Vrátil
2013-02-03 14:46:41 UTC
Did it work in KDE 4.9? If yes, it might be related to the Plasma changes. Yes, the buttons work in KDE 4.9.5. Another issue that this causes is that calling KNotification::close() does not work (notification does not disappear), because KNotificationManager is no longer aware of it. This could be a duplicate of bug 314595, can you check if the instructions there also apply to this bug? No, the bug you linked is about KStatusNotifierItem, which just adds an icon into systray. This works for us perfectly, even without using any ID. See http://quickgit.kde.org/?p=ktp-approver.git&a=blob&f=src%2Ftubechannelapprover.cpp, line 100 for our usecase. This seems to work in Plasma 6 for me. |