Summary: | No status icon when docking presence-applet on a panel | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Giuseppe Calà <gcala> |
Component: | presence-applet | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | adrian, alinm.elena, ddomenichelli, kde, kirill.bogdanenko, mklapetek, rad.n |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 0.4.0 | ||
Platform: | Chakra | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/telepathy-presence-applet/065758007d49a00d6d2d70d7aca8ca13698be277 | Version Fixed In: | |
Sentry Crash Report: |
Description
Giuseppe Calà
2012-01-26 15:44:49 UTC
you are right,,, as a workaround activate it from system tray! Alin Confirmed... Until this is fixed you can add it to the system tray by right clicking on it > System Tray Settings > select "Instant Messaging Presence" from the Extra Items list *** Bug 298189 has been marked as a duplicate of this bug. *** I fixed this by painting the icon directly (and by correcting it to Plasma::Applet instead of Plasma::PopupApplet), however the clicking action got broken (as in you click the plasmoid and nothing happens), even though the signals and slots are correctly connected. I'll push the patch for review tomorrow. Git commit 065758007d49a00d6d2d70d7aca8ca13698be277 by Martin Klapetek. Committed on 26/05/2012 at 17:49. Pushed by mklapetek into branch 'master'. Change from Plasma::PopupApplet to Plasma::Applet and use Plasma::IconWidget for the icon This ensures proper icon painting when the plasmoid is put in panels Reviewed-by: David Edmundson REVIEW: 104675 M +1 -1 plasma_applet_ktp_presence.desktop M +32 -30 src/presenceapplet.cpp M +4 -5 src/presenceapplet.h http://commits.kde.org/telepathy-presence-applet/065758007d49a00d6d2d70d7aca8ca13698be277 |