Bug 189120 - kopete notifications even if they are turned off
Summary: kopete notifications even if they are turned off
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-08 12:34 UTC by Przemyslaw Kaminski
Modified: 2010-01-18 22:50 UTC (History)
4 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 Przemyslaw Kaminski 2009-04-08 12:34:26 UTC
Version:            (using KDE 4.2.2)
OS:                Linux
Installed from:    Unlisted Binary Package

I've turned off taskbar notifications for kopete, but when I switch to a different desktop and get a message, the taskbar notification shows up. This is soooo annoying...
Also, when I click on the chat window, these notifications should dissapear. Well, I was editing my contact and got these notifications, ended editing it (changed the name), and now I have 2 notifications available all the time, even after exiting Kopete, since they didn't dissapear because of this name change. Does anyone know how to remove them?
Comment 1 Przemyslaw Kaminski 2009-04-08 12:47:39 UTC
OK, these old notifications dissapeared after I've reloaded KDE. The question remains how tu turn off taskbar notifications completely...
Comment 2 Nikoli 2009-09-24 17:51:00 UTC
Confirm this bug for kopete 0.70.90 from kde 4.3.2 - kopete notification settings change only after restarting KDE, I needed logout to turn off showing incoming messages in popup.
Comment 3 BRULE Herman 2009-10-27 09:53:35 UTC
Here too, I have set notification, after remove, but it always active.
Comment 4 Ray Charles 2009-12-24 01:18:49 UTC
Confirmed here too on 4.3.4 on arch linux, it seems that i cant change any notifications at all :/
Comment 5 Andrés Rodríguez Guapacha 2009-12-26 00:27:33 UTC
I can confirm here too:

I disabled all types of notifications for Kopete using "System Settings -> Notifications -> Kopete" (or Kopete's "Settings -> Configure Notifications" Menu)

The notifications continued.

I used the command: kdesu /usr/bin/systemsettings and removed the notifications there too, but still appeared.

I then manually removed the actions on /usr/share/kde4/apps/kopete/kopete.notifyrc but they still appear.

I haven't restarted KDE, though, but if this is the case, then this is an issue on the field of KDE's usability.

Thanks. 


Using
Kopete
Version 0.80.2
Using KDE 4.3.2 (KDE 4.3.2)
Comment 6 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 7 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 8 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