https://bugs.kde.org/show_bug.cgi?id=416999

--- Comment #21 from andydecle...@gmail.com ---
This has been maddening, every time I open a chat app, especially Konversation.

But I've finally worked around it, in case anyone else has the same madness.

I just removed the NeedsAttentionStatus possibility from the plasmoid
altogether. In
/usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/main.qml :

    Binding {
        target: plasmoid
        property: "status"
/*
        value: (tasksModel.anyTaskDemandsAttention
            ? PlasmaCore.Types.NeedsAttentionStatus :
PlasmaCore.Types.PassiveStatus)
*/
        value: (PlasmaCore.Types.PassiveStatus)
    }

Otherwise the window I'm actively working in will be indefinitely obscured by
the panel, until I disrupt my workflow to find and appease whichever window is
demanding attention, even if that window is the window I'm already focused on.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to