Bug 190658 - Notifications not working for Kopete
Summary: Notifications not working for Kopete
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
: 192423 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-04-25 20:31 UTC by Raphael Kubo da Costa
Modified: 2009-07-09 11:47 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Raphael Kubo da Costa 2009-04-25 20:31:13 UTC
Version:            (using Devel)
OS:                Linux
Installed from:    Compiled sources

Currently, I can't get any notification settings to work with Kopete.

Events such as "contact going online" or "incoming message", for example, do not trigger any notification, even though they are set to 'mark the taskbar entry' and 'show a message in popup'.
Comment 1 Raphael Kubo da Costa 2009-04-26 02:45:24 UTC
It was actually a bug in kdebase that got fixed today. Closing.
Comment 2 m.wege 2009-06-18 11:15:32 UTC
I have the same problem, but since I installed KDE 4.3 beta 2. I have checked the notification setting and even set it up to write contacts appearing online in a file, but this remains empty, even though there are a lot of contacts going online.
Comment 3 Raphael Kubo da Costa 2009-06-18 18:42:34 UTC
Indeed, I'm reopening this bug. As of now, I get notifications that close very quickly (~1sec or less) when a contact talks to me, but I get no notifications when a contact goes online or offline.
Comment 4 Antonio Rojas 2009-06-18 19:51:00 UTC
*** Bug 192423 has been marked as a duplicate of this bug. ***
Comment 5 Frank Niethardt 2009-06-29 20:30:25 UTC
I have a similar (or the same?) bug. I set a message notification for contacts coming online. But there is no message.
Although the Kopete icon swirls when a new message arrive - so notifications aren't really disabled.

Kopete 0.70.90, KDE 4.2.95 (4.3 RC1)
Comment 6 Serhiy Kachanuk 2009-06-30 18:26:10 UTC
Here i have notifications for incoming messages, but no notifications for contact goes online/offline or changes status...

Kopete 0.70.90 KDE 4.2.90 (KDE 4.3 Beta 2)
Comment 7 Serhiy Kachanuk 2009-07-01 15:34:24 UTC
Looks like this functionality was removed when Model/View contact list branch was merged. See this commit http://websvn.kde.org/?view=rev&revision=946606
file trunk/KDE/kdenetwork/kopete/kopete/contactlist/kopetemetacontactlvi.cpp
It was in slot void KopeteMetaContactLVI::slotContactStatusChanged( Kopete::Contact *c )

Roman, can you please taka a look at this?
Comment 8 Frank Niethardt 2009-07-02 18:27:22 UTC
As a side note: contacts "coming online" and "going offline" isn't animated anymore. But it is enabled in configuration...
Comment 9 Roman Jarosz 2009-07-05 10:35:18 UTC
Will take a look..... hopefully today
Comment 10 Roman Jarosz 2009-07-05 15:22:08 UTC
SVN commit 991636 by rjarosz:

Bring back online/offline notifications .... were lost during model/view merge.
BUG: 190658



 M  +105 -2    kopetemetacontact.cpp  
 M  +2 -0      kopetemetacontact.h  
 M  +1 -0      kopetemetacontact_p.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=991636
Comment 11 Roman Jarosz 2009-07-09 11:47:26 UTC
SVN commit 993665 by rjarosz:

Backport commit 991636.
Bring back online/offline notifications .... were lost during model/view merge.

This adds two new stings, I've asked on kde-i18n-doc and nobody said no, so I assume that we can backport it.
CCBUG: 190658



 M  +105 -2    kopetemetacontact.cpp  
 M  +2 -0      kopetemetacontact.h  
 M  +1 -0      kopetemetacontact_p.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=993665