Summary: | kalarm hangs does nothing | ||
---|---|---|---|
Product: | [Applications] kalarm | Reporter: | fanisatt <fanisatt> |
Component: | sound | Assignee: | David Jarvie <djarvie> |
Status: | CLOSED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | KDE 4 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
calendar.ics
displaying.ics kalarmrc Replacement displaying.ics |
Description
fanisatt
2009-04-15 05:59:59 UTC
Wrong application? Re-assigning to kalarm... Can you please attach your KAlarm configuration and calendar files. They are ~/.kde4/share/config/kalarmrc, ~/.kde4/share/apps/kalarm/calendar.ics and ~/.kde4/share/apps/kalarm/displaying.ics (or possibly ~/.kde/share...). Created attachment 32867 [details]
calendar.ics
File supplied privately by the reported
Created attachment 32868 [details]
displaying.ics
Created attachment 32869 [details]
kalarmrc
Created attachment 32881 [details]
Replacement displaying.ics
Could you please replace your displaying.ics with the one attached. Make sure KAlarm is stopped before you copy the file. After you copy it, start KAlarm again, and let me know if that fixes the problem.
Did the new displaying.ics fix the problem? Your answer will tell me how to fix the bug for other people too. The reporter has stated by direct email that the problem was solved with the new file. The problem was due to KAlarm trying to play an audio file when the alarm was displayed, and Phonon not returning control within a reasonable time. Audio play is now executed in a separate thread, which ensures that the display is not frozen. Fixed for KDE 4.2.3 (SVN commits 959546, 959550). The problem was due to KAlarm trying to play an audio file when the alarm was displayed, and Phonon not returning control within a reasonable time. Audio play is now executed in a separate thread, which ensures that the display is not frozen. Fixed for KDE 4.2.3 (SVN commits 959546, 959550). |