Summary: | On X11, Notifications disappear below current window on click | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Timothy B <yule2000> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | hp1656173638, kde, nate, zyf034100 |
Priority: | NOR | Keywords: | regression |
Version: | 5.23.1 | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Screen recording of the bug
Notification disappearing on click with a maximized active window Glitchy fadeout effect (on second try) xprop output xprop -root output notification disappears |
Description
Timothy B
2021-10-22 18:09:22 UTC
Created attachment 142766 [details]
Screen recording of the bug
Created attachment 142767 [details]
Notification disappearing on click with a maximized active window
Created attachment 142768 [details]
Glitchy fadeout effect (on second try)
I would like to add that progress notifications, such as copying a large file with Dolphin, are not affected by this bug. They stay on top as expected if I click on them or even minimize them. Only regular notifications, i.e. those with a close button on the top right corner, are plauged by this unusual behavior. I've tried clicking notification but it accepts events as expected. What plasma theme do you use? Can you try changing the desktop theme? Also, can you attach the xprop output of a notification window? Run notify-send, and shortly after that run xprop and click the notification window. Created attachment 142856 [details]
xprop output
This is happening on both my desktop and laptop, which both use AMDGPU graphics and run the same exact distro and Plasma version. My desktop's theme is Materia, and my laptop is using Breeze, so I don't think that this is a theme-specific issue.
I've also attached the output of `xrandr -spy`. I'm pretty sure I did that correctly as I never did anything like it before.
> `xrandr -spy`
Sorry, I meant `xprop -spy`. I was in a rush to post the above comment.
> _NET_WM_WINDOW_TYPE(ATOM) = _KDE_NET_WM_WINDOW_TYPE_CRITICAL_NOTIFICATION, _NET_WM_WINDOW_TYPE_NOTIFICATION
this doesn't look right. there should be also _KDE_NET_WM_WINDOW_TYPE_OVERRIDE.
can you post the output of `xprop -root`?
Created attachment 142917 [details]
xprop -root output
Plasma 5.23.3 is coming out in a few days. Any updates to this so far? This is still happening as of Plasma 5.24.1, and it's really annoying. Any update on this? *** Bug 450741 has been marked as a duplicate of this bug. *** I've reproduced this on X11. Not on Wayland though. I have a distant memory of locating the specific commit causing it when it first happened, and after a bit of digging, I'm pretty sure it was https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1006. David, could you investigate? I can't reproduce on X11, - run notify-send test test -t 999999 - click on notification, it stays on top It also doesn't lose _KDE_NET_WM_WINDOW_TYPE_OVERRIDE as inquired by Vlad. _NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_NOTIFICATION, _KDE_NET_WM_WINDOW_TYPE_OVERRIDE, _NET_WM_WINDOW_TYPE_NORMAL _MOTIF_WM_HINTS(_MOTIF_WM_HINTS) = 0x2, 0x1, 0x0, 0x0, 0x0 WM_HINTS(WM_HINTS): Client accepts input or input focus: True window id # of group leader: 0x5e00010 _NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_NOTIFICATION, _KDE_NET_WM_WINDOW_TYPE_OVERRIDE, _NET_WM_WINDOW_TYPE_NORMAL _NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_NOTIFICATION, _KDE_NET_WM_WINDOW_TYPE_OVERRIDE, _NET_WM_WINDOW_TYPE_NORMAL _MOTIF_WM_HINTS(_MOTIF_WM_HINTS) = 0x2, 0x1, 0x0, 0x0, 0x0 WM_HINTS(WM_HINTS): Client accepts input or input focus: False window id # of group leader: 0x5e00010 _NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_NOTIFICATION, _KDE_NET_WM_WINDOW_TYPE_OVERRIDE, _NET_WM_WINDOW_TYPE_NORMAL Are the changes when clicking on it and moving out. Created attachment 155759 [details]
notification disappears
I meet this problem too.
(In reply to zyf0330 from comment #17) > Created attachment 155759 [details] > notification disappears > > I meet this problem too. It seems this problem is gone. |