Bug 203297

Summary: Still getting away notifications from Facebook contacts
Product: [Unmaintained] kopete Reporter: lenz
Component: generalAssignee: Duncan Mac-Vicar Prett <duncan>
Status: RESOLVED FIXED    
Severity: normal CC: facorread, florian.lindner, idefy
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description lenz 2009-08-10 11:30:29 UTC
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 Ray Charles 2009-12-24 01:15:34 UTC
Im having exact the same problems with 4.3.4, this is a major pain in the ass and does not only affect the facebook plugin but all protocolls. Plus I cant change notifications at all, they are still displayed although ive deactivated them.
Comment 2 Roman Jarosz 2010-01-18 22:36:07 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 3 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 4 Roman Jarosz 2010-01-18 22:50:05 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