github / github/app

Copilot app causes own taskbar entry to highlight repeatedly

未关闭
#3,035 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
triage
主要语言
没有语言数据
星标
2.1k
派生
153
PR 合并指标
30 天内没有已合并 PR

描述

### Short summary

The Copilot app continuously sets the `_NET_WM_STATE_DEMANDS_ATTENTION` X11/Wayland window state, causing the taskbar icon to highlight repeatedly in KDE Plasma even when there are no new replies, sessions, or notifications.

### Affected version or release

v1.1.10

### Installation context

- OS: Linux (Bazzite, KDE Plasma 6.7.3) - App: GitHub Copilot installed as AppImage

### What happened?

The Copilot app continuously sets the `_NET_WM_STATE_DEMANDS_ATTENTION` X11/Wayland window state, causing the taskbar icon to highlight repeatedly in KDE Plasma even when there are no new replies, sessions, or notifications.

Closing and then reopening the app seems to have worked around the issue, but there seems to be an underlying issue somewhere.

### Steps to reproduce

xprop -spy -id $(xdotool search --name Copilot | head -1) | grep -E "(DEMANDS|URGENT|ATTENTION)"

### Expected behavior

`_NET_WM_STATE_DEMANDS_ATTENTION` should only be set when there's actual new activity (messages, session completions, etc.)

### Additional context

Image

贡献指南

打开贡献指南

调研方向

Start by running the reported xprop and xdotool command on Linux with KDE Plasma to observe when _NET_WM_STATE_DEMANDS_ATTENTION changes. Trace the app's activity, session, and notification handling to identify what keeps the attention state set. Done means the taskbar entry remains inactive without new activity and highlights only for messages, session completions, or notifications.

由索引模型根据 Issue 内容生成。

评估

技术栈
linux
领域
desktop, operating-systems
Issue 类型
缺陷
难度
3/5
预计耗时
1-2 天
活跃度
活跃
描述清晰度
基本清楚
新手友好度
55/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。