Bug 217759 - Still getting status notifications from ICQ contacts although disabled
Summary: Still getting status notifications from ICQ contacts although disabled
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Unmaintained
Component: Notifications (other bugs)
Version First Reported In: 0.80.2
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-07 20:23 UTC by Gauss
Modified: 2010-01-18 22:50 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gauss 2009-12-07 20:23:05 UTC
I'm getting these online/offline notifications from contacts although I disabled notifications.
Help would be nice. Using openSuse 11.2 with KDE 4.3.4.
There's a similar bug for facebook notifications (btw I'm not using facebook).

+++ This bug was initially created as a clone of Bug #203297 +++

Version:           0.70.90 (using 4.3.00 (KDE 4.3.0) "release 152", KDE:KDE4:Factory:Desktop / openSUSE_11.0)
Compiler:          gcc
OS:                Linux (i686) release 2.6.25.20-0.4-pae

I've recently installed the Kopete Facebook plugin (version 0.1.3). It seems to work nice, but even though I configured Kopete not to display any status change notifications, I still get popup notifications about my Facebook contacts getting online/offline. This is rather disturbing - is there a way to disable these notifications?
Comment 1 Roman Jarosz 2010-01-18 22:36:06 UTC
SVN commit 1076786 by rjarosz:

If notification settings have changed reparse cached configs, clearing the cache may not work because there is another "cache" in KSharedConfig::Ptr and if some object holds the KSharedConfig::Ptr the configuration may not get reparsed at all (and it happens because there is a leak in plasma notifications).

BUG: 203297
BUG: 217759
BUG: 201909
BUG: 189120



 M  +1 -1      knotify.cpp  
 M  +4 -2      knotifyconfig.cpp  
 M  +2 -2      knotifyconfig.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1076786
Comment 2 Roman Jarosz 2010-01-18 22:49:28 UTC
SVN commit 1076799 by rjarosz:

Backport commit 1076786.

If notification settings have changed reparse cached configs, clearing the cache may not work because there is another "cache" in KSharedConfig::Ptr and if some object holds the KSharedConfig::Ptr the configuration may not get reparsed at all (and it happens because there is a leak in plasma notifications).

CCBUG: 203297
CCBUG: 217759
CCBUG: 201909
CCBUG: 189120



 M  +1 -1      knotify.cpp  
 M  +4 -2      knotifyconfig.cpp  
 M  +2 -2      knotifyconfig.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1076799
Comment 3 Roman Jarosz 2010-01-18 22:50:09 UTC
SVN commit 1076800 by rjarosz:

Backport commit 1076786.

If notification settings have changed reparse cached configs, clearing the cache may not work because there is another "cache" in KSharedConfig::Ptr and if some object holds the KSharedConfig::Ptr the configuration may not get reparsed at all (and it happens because there is a leak in plasma notifications).

CCBUG: 203297
CCBUG: 217759
CCBUG: 201909
CCBUG: 189120



 M  +1 -1      knotify.cpp  
 M  +4 -2      knotifyconfig.cpp  
 M  +2 -2      knotifyconfig.h  


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