https://bugs.kde.org/show_bug.cgi?id=199304 Summary: knotify doesn't show events after some time Product: kdelibs Version: 4.0 Platform: Ubuntu Packages OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: knotify AssignedTo: ogoffart@kde.org ReportedBy: alexander.v.smirnov@gmail.com Version: 4.0 (using KDE 4.2.4) OS: Linux Installed from: Ubuntu Packages I extensively use knotifications to show different events/information like - compilation has finished - list of failed unit tests I use kdialog application for this purposes, have the following script: ---showMessage.sh--- kdialog --title "$1" --passivepopup "$2" 50000 --- and execute it in the following way: showMessage.sh "BUILD failed" $(date) After some time i found that notifications don't work. Launching kdialog doesn't bring to the popup. Kopete events aren't shown as well. In a tray i see "blue i" icon, but it doesn't react to mouse clicks/double clicks ps that shows knotification daemon is running: $ ps -ef | grep knotify asmirnov 4153 1 0 14:58 ? 00:00:12 /usr/bin/knotify4 asmirnov 10832 5067 0 18:52 pts/2 00:00:00 grep knotify asmirnov@lx-asmirnov-desktop:~$ please let me know what additional information i can provide. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.