Bug 479763 - A new entry is created in the task manager while dragging a column of a gtk3 app
Summary: A new entry is created in the task manager while dragging a column of a gtk3 app
Status: RESOLVED UPSTREAM
Alias: None
Product: plasmashell
Classification: Plasma
Component: Task Manager and Icons-Only Task Manager widgets (show other bugs)
Version: 6.3.0
Platform: Arch Linux Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords: qt6, wayland-only
Depends on:
Blocks:
 
Reported: 2024-01-13 19:28 UTC by Patrick Silva
Modified: 2025-02-18 15:35 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
screen recording (583.62 KB, video/webm)
2024-01-13 19:28 UTC, Patrick Silva
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Silva 2024-01-13 19:28:13 UTC
Created attachment 164876 [details]
screen recording

STEPS TO REPRODUCE
1. open Deluge torrent client
2. drag a column of the torrents list
3. 

OBSERVED RESULT
A new entry is created in the task manager. Please watch the attached screen recording. Can reproduce with Quod Libet music player too.

EXPECTED RESULT
the observed result should not occur

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.92.0
KDE Frameworks Version: 5.248.0
Qt Version: 6.7.0
Graphics Platform: Wayland
Comment 1 Nate Graham 2024-01-17 00:26:03 UTC
Does it happen on X11? If not I strongly suspect this is a bug in GTK3's Wayland support.
Comment 2 Patrick Silva 2024-01-25 02:13:43 UTC
Cannot reproduce on X11.

Operating System: Arch Linux 
KDE Plasma Version: 5.92.0
KDE Frameworks Version: 5.248.0
Qt Version: 6.7.0
Graphics Platform: X11
Comment 3 Nate Graham 2024-01-26 22:14:33 UTC
Thanks. Cannot reproduce on Wayland with Quod Libet.
Comment 4 Nate Graham 2025-02-18 15:35:21 UTC
Can reproduce with Deluge and Quod Libet today. There are other glitches too, such as arrows appearing in the center of the window. I suspect those arrows are implemented as a new top-level window, and that's what's confusing the Task Manager into thinking it's a multi-window app — because at that moment in time, technically it is!

Probably the GTK devs never noticed this because on GNOME, there's no always-visible panel or dock that would expose the issue.

Please report it upstream to GTK. Thanks!