Bug 190182

Summary: double notifications in kteatimer
Product: [Applications] kteatime Reporter: Sascha Manns <saigkill>
Component: generalAssignee: Stefan Böhmann <kde>
Status: RESOLVED FIXED    
Severity: normal CC: aseigo, kde, seajey.serg
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Double Notifiers

Description Sascha Manns 2009-04-20 17:11:33 UTC
Version:            (using Devel)
OS:                Linux
Installed from:    Compiled sources

My KTeaTimer gives me 2 Notifications after finish. One black Note, and one
yellow Note (See picture). So i must doubleclick the Notes to finish the Task.
Comment 1 Sascha Manns 2009-04-20 17:12:53 UTC
Created attachment 32955 [details]
Double Notifiers

See the Widget
Comment 2 Aaron J. Seigo 2009-04-21 17:29:00 UTC
that would be because kteatimer is setting a knotification and a notice on its system tray icon.
Comment 3 Sascha Manns 2009-04-21 18:56:57 UTC
Ahh. Now i tried to remove the Notify in the Systemsettings. And now only the yellow Notification comes. THX
Comment 4 Stefan Böhmann 2010-04-14 23:58:48 UTC
*** Bug 221292 has been marked as a duplicate of this bug. ***
Comment 5 Sergei Andreev 2010-05-02 19:59:34 UTC
>And now only the yellow Notification comes. THX

And what if I want KTeaTime to show systemwide notifications instead of custom yellow popup?
Comment 6 Stefan Böhmann 2010-05-02 22:53:56 UTC
(In reply to comment #5)
> >And now only the yellow Notification comes. THX
> 
> And what if I want KTeaTime to show systemwide notifications instead of custom
> yellow popup?

Disable "Popup" in the KTeaTime configuration dialog.
Comment 7 Sergei Andreev 2010-05-02 23:50:23 UTC
>Disable "Popup" in the KTeaTime configuration dialog.

Already done - does not help.

http://imagebin.ca/view/Ck_Mmfv.html

Every minute Reminder generating two notifications - yellow-popup and standart notification:
http://imagebin.ca/view/O2hZbC.html
Comment 8 Stefan Böhmann 2010-05-03 12:25:22 UTC
> Every minute Reminder generating two notifications

Oh yes - this is a bug.
Comment 9 Stefan Böhmann 2010-05-03 12:31:45 UTC
SVN commit 1122243 by sboehmann:

fix possible unwanted double notifications when using the reminder functionality.

BUG: 190182


 M  +4 -0      toplevel.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1122243
Comment 10 Stefan Böhmann 2010-05-03 12:34:25 UTC
SVN commit 1122245 by sboehmann:

Backporting r1122243:
fix possible unwanted double notifications when using the reminder functionality.

CCBUG: 190182


 M  +6 -0      toplevel.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1122245
Comment 11 Sergei Andreev 2010-05-03 12:57:00 UTC
Thank you Stefan!