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'.
It was actually a bug in kdebase that got fixed today. Closing.
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.
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.
*** Bug 192423 has been marked as a duplicate of this bug. ***
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)
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)
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?
As a side note: contacts "coming online" and "going offline" isn't animated anymore. But it is enabled in configuration...
Will take a look..... hopefully today
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
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