Bug 203297 - Still getting away notifications from Facebook contacts
Summary: Still getting away notifications from Facebook contacts
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Duncan Mac-Vicar Prett
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-10 11:30 UTC by lenz
Modified: 2010-01-18 22:50 UTC (History)
3 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 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