Bug 190182 - double notifications in kteatimer
Summary: double notifications in kteatimer
Status: RESOLVED FIXED
Alias: None
Product: kteatime
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Stefan Böhmann
URL:
Keywords:
: 221292 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-04-20 17:11 UTC by Sascha Manns
Modified: 2010-05-03 12:57 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Double Notifiers (884.84 KB, image/png)
2009-04-20 17:12 UTC, Sascha Manns
Details

Note You need to log in before you can comment on or make changes to this bug.
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!