Bug 163445 - knotify4 causes applications to freeze completely for a minute when displaying a simple message box
Summary: knotify4 causes applications to freeze completely for a minute when displayin...
Status: RESOLVED WORKSFORME
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: knotify (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Olivier Goffart
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-07 13:08 UTC by Diederik van der Boor
Modified: 2009-07-17 00:26 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diederik van der Boor 2008-06-07 13:08:12 UTC
Version:           onbekend (using 4.00.80 (KDE 4.0.80 >= (KDE 4.1 Beta1) "release 3.2", compiled sources)
Compiler:          gcc
OS:                Linux (i686) release 2.6.22.17-0.1-default

When running KDE4 applications at a KDE 3 desktop, or Windows environment they get completely frozen while knotify starts up. This also happens when the application only needs to display a simple KMessageBox, which looks quite silly.

To fix this bug I think the following is needed:
- avoid blocking the application for simple message boxes. If the messagebox is closed before knotify4 is up, just don't play the sound.
- let applications start knotify4 in the background if they are sure they'll need it at some point.
Comment 1 Dario Andres 2008-12-26 21:03:05 UTC
Have you experienced this bug again with a recent KDE version? (4.1.3 / 4.2beta2 / 4.2svn) ?  Thanks :)
Comment 2 Diederik van der Boor 2009-07-17 00:26:00 UTC
No I haven't seen this issue anymore