Summary: | When some applications send a notification but no notification server is running, the application freezes | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | timon2201 |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | major | CC: | nate |
Priority: | NOR | Keywords: | qt6 |
Version First Reported In: | 6.0.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=485383 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
timon2201
2024-03-15 10:37:49 UTC
I tried it with xfce and the applications work fine there without any freezing. after further testing it only happen when the notifications are disabled in the system tray settings. > when the notifications are disabled in the system tray settings
What exact setting did you change, and what did you change it to?
(In reply to Nate Graham from comment #3) > > when the notifications are disabled in the system tray settings > > What exact setting did you change, and what did you change it to? When i go into the system tray settings you click on the entries tab and search for notifications and set it to disabled. Then the applications are froze for me when they threw notifications. Especially discord and teams-for-linux. Ok, don't do that. :) You've disabled the entire systemwide notification server. I guess when these apps try to send a notification they don't handle the case of no system notification server being running, so they hang or crash. This is ultimately their fault, Other apps like Thuunderbird fall back to showing their own notifications in app code when they encounter this situation. Meanwhile please re-enable the notifications widget. I'll look into how we can message this better so people at least know what they're getting into when they do this. |