Summary: | Log to file option does not work for login and logout notifications | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-knotifications | Reporter: | blue_bullet <rcss> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | CONFIRMED --- | ||
Severity: | minor | CC: | kde, kdelibs-bugs, nate |
Priority: | VLO | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
blue_bullet
2019-05-22 17:17:44 UTC
Linux: KDE neon Testing Edition correction: logout>log to a file and play a sound do work. login>log to a file does not. If last comments to bug # 352976 still apply I suggest you remove the log to a file option on login, otherwise please make it work. correction: logout>log to a file and play a sound do work. login>log to a file does not. If last comments to bug # 352976 still apply I suggest you remove the log to a file option on login, otherwise please make it work. The login sound isn't played through KNotification but using Phonon in a thread to avoid blocking startup on loading multimedia plugins, which is why the other actions don't work. Kai, Why offer options when it is known in advance they will not work? That defies logic and lessens product quality. I thought this testing period is being done to correct errors. Seems like it would be a simple matter to remove the options that do not work. Leaving the options in may lead others to file bug reports. I was merely stating what is going on for anyone who wants to pick up this bug report. Having the startup sound not block the login was apparently deemed more important than logging something to disk when that happens, I'm afraid. This bug can probably be fixed but is very low priority. (In reply to Kai Uwe Broulik from comment #6) > I was merely stating what is going on for anyone who wants to pick up this > bug report. Having the startup sound not block the login was apparently > deemed more important than logging something to disk when that happens, I'm > afraid. This bug can probably be fixed but is very low priority. Thank you for the clarification. I understand the low priority. Just think the option should be removed until it works or at least have a note posted saying it may not work. |