Bug 480555 - Wrong mouse cursor when rearranging non-open application on icons-only task manager
Summary: Wrong mouse cursor when rearranging non-open application on icons-only task m...
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Task Manager and Icons-Only Task Manager widgets (show other bugs)
Version: master
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords: qt6, regression
Depends on:
Blocks:
 
Reported: 2024-01-30 17:13 UTC by John Dykes
Modified: 2024-02-21 20:02 UTC (History)
4 users (show)

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


Attachments
Wrong icon on icons only task manager (529.00 KB, video/webm)
2024-01-30 17:13 UTC, John Dykes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Dykes 2024-01-30 17:13:16 UTC
Created attachment 165359 [details]
Wrong icon on icons only task manager

SUMMARY
When rearranging pinned applications on the icons-only task manager, if the application is not open, then we see an "X" icon instead of a hand icon, even though we can rearrange the icons.


STEPS TO REPRODUCE
1. Pin some applications to the icons only task manager.
2. Rearrange an application that is not open.

OBSERVED RESULT
The icon shown is a red X

EXPECTED RESULT
The icon is a hand, as is the case when rearranging an open icon.

SOFTWARE/OS VERSIONS
Operating System: Fedora Linux 39
KDE Plasma Version: 6.0.80
KDE Frameworks Version: 5.249.0
Qt Version: 6.6.0
Kernel Version: 6.6.13-200.fc39.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 3600 6-Core Processor
Memory: 15.5 GiB of RAM
Graphics Processor: AMD Radeon RX 6750 XT

ADDITIONAL INFORMATION
Comment 1 Nate Graham 2024-01-30 21:32:53 UTC
Can reproduce. Looks like it's fallout from https://invent.kde.org/plasma/plasma-desktop/-/commit/f6e6e3d85afb588ebf597f0651bd64a7dabc8ff7. We should only see this icon when dragging over another part of the panel outside of the Task Manager, not the Task Manager itself.
Comment 2 Nate Graham 2024-02-13 04:31:51 UTC
Actually it looks like that commit is not the direct cause as I can reproduce the issue even after reverting it.
Comment 3 Nate Graham 2024-02-21 20:02:56 UTC
The issue appears to be fixed now as of current git master, as I can't reproduce it anymore, but I could earlier.