https://bugs.kde.org/show_bug.cgi?id=435415
Bharadwaj Raju <bharadwaj.raju...@protonmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bharadwaj.raju777@protonmai | |l.com --- Comment #5 from Bharadwaj Raju <bharadwaj.raju...@protonmail.com> --- (In reply to Peter Hoeg from comment #4) > Also found this which sounds like it could be related: > > https://community.kde.org/Plasma/Notifications#DesktopEntry_in_notifyrc I don't think it is. The desktop entry stuff is only used to provide per-app notification settings, proper icon, etc. It shouldn't have any bearing on how notification popups are treated by the WM. For debugging, try: 1. Set notification popup timeout to some long value 2. Get a notification (eg using notify-send) 3. Open System Settings > Window Management > Window Rules 4. Click Add New, then click Detect Window Properties 5. Now click on the notification popup This way you can see the various hints and flags set on the window (like Skip Taskbar, etc). This should be helpful. As for the code, I believe it is in https://invent.kde.org/plasma/plasma-workspace/-/blob/master/applets/notifications/package/contents/ui/NotificationPopup.qml, and other files in the vicinity. -- You are receiving this mail because: You are watching all bug changes.