| Summary: | knotify chrashes when should play more than one sound per time | ||
|---|---|---|---|
| Product: | [Unmaintained] arts | Reporter: | Thomas Will <will_th> |
| Component: | knotify | Assignee: | Multimedia Bugs <multimedia-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Thomas Will
2006-02-09 20:33:02 UTC
Try the steps suggested on http://docs.kde.org/development/en/kdebase/faq/sound.html , and report the results here. They will help to narrow down the location of the problem OK! I did like advised in section 12.2. I removed knotifyrc and knotify.eventsrc in the /home/of the user/.kde3.5/share/config/ directory. Then I started the kontrol centre and created a new konfiguration. So there is a new knotifyrc file in whish there is only the volume entry different from the old one. In the knotify.eventsrc there are two differences : diff new.knotify.events old.knotify.events shows : 47c47 < soundfile= --- > soundfile=/usr/share/sounds/k3b_error1.wav 70c70 < presentation=65 --- > presentation=1 The k3b_error.wav file is existing in /usr/usr/share/sounds and is readable by everybody. But now knotify don't crash anymore. STRANGE !!! |