https://bugs.kde.org/show_bug.cgi?id=376269
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@davidedmundson.co.uk, | |plasma-b...@kde.org Component|Panel |Task Manager Status|UNCONFIRMED |RESOLVED Assignee|plasma-b...@kde.org |h...@kde.org Resolution|--- |WONTFIX --- Comment #3 from David Edmundson <k...@davidedmundson.co.uk> --- KDE applications allow you to configure what events a window sets itself as "demanding attention" -> see Notifcations in system settings. I don't think "video" is one of those apps. If it sets itself to something weird, there's not a lot we can do about it. If you want to remove it locally remove these lines in main.qml of the taskmanager: Binding { target: plasmoid property: "status" value: (tasksModel.anyTaskDemandsAttention ? PlasmaCore.Types.NeedsAttentionStatus : PlasmaCore.Types.PassiveStatus) } It's not something we will make an option as this is working exactly as intended. -- You are receiving this mail because: You are watching all bug changes.