Summary: | Only first app/file/folder drag-and-dropped to a panel is accepted; need to restart plasmashell before the next drop is accepted | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | EatMe <glacourse> |
Component: | Panel | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jgricejr, nate, niccolo.venerandi, stuart |
Priority: | NOR | ||
Version First Reported In: | 6.3.4 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=503157 | ||
Latest Commit: | https://invent.kde.org/plasma/libplasma/-/commit/c7d583c98f5c0cedab8564d5d5b751b6184be81a | Version Fixed In: | 6.4.0 |
Sentry Crash Report: | |||
Attachments: | screen recording |
Description
EatMe
2025-04-06 09:30:50 UTC
Can you please be precise about what exactly you're doing and how you're doing it? There are a lot of ways to do the things you've mentioned here, so I fear we will go in circles while trying to reproduce or debug it. Please read https://community.kde.org/Get_Involved/Issue_Reporting#Step_6:_File_a_high-quality_Bugzilla_ticket and add the missing information like steps to repdoduce, software versions, etc. Thanks! Add a empty panel Rightclick it edit it's configuration to my liking Click on the desktop and start typing for the program I want Drag the program from KRunner to the panel Repeat the last two steps for the next program on to have it not be added Do a reboot then I can add another program using the above steps Thanks for those nice clear steps. Following those steps, I can't reproduce this issue in current git master on Wayland. Are you using X11? Does the issue reproduce on both X11 and Wayland? Running Wayland. The last time I ran x11 cause I didn't like the behavior of Wayland at the time every couple of updates I would reboot to have my desktop shrunk with black edges on all 4 sides. After the second time of it happening and having to jump through a half dozen hoops to fix it I went back to Wayland and haven't looked back. not want to test in x11 since I do not use it now. Should add I realized that I could simply logoff instead of rebooting and then add the next icon. I have since then realized I can just restart the Plasma desktop and be able to add the next icon. ๐๐งน โ ๏ธ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone! I have this issue and found this bug report. I am running openSUSE Tumbleweed with KDE Plasma Version: 6.3.4 KDE Frameworks Version: 6.13.0 running Wayland the system is fully updated as of today 7th June 2025. When I drag an application icon from the menu to the panel the first icon stays put but in order to add any more icons I have to logout and back in each time and then they stay put, so adding 4 icons requires 3 logouts after the first. I have not yet tried this on x11. I am quite happy to provide any more information you need to resolve this. Stuart Just did a fresh install of BlueStar Linux and same thing. Can someone attach a screen recording that shows it happening? Created attachment 181058 [details]
screen recording
screen recording
I have created a screen recording dragging first Filezilla from the menu to the panel which works, followed by Q4wine but this fails to add. Stuart Thanks, I can perfectly reproduce the issue now. *** Bug 503982 has been marked as a duplicate of this bug. *** Git commit a363cfcfa77883018c6d86f3c929284d4ba306f9 by Marco Martin. Committed on 26/05/2025 at 09:24. Pushed by mart into branch 'master'. drag and drop: delete the menu if there are no actions to show It's possible that there are no actions to show, when the mime job doesn't fund anything, we fall back to the icon applet. if there are no actions to show, the menu won't be shown at all, therefore won't be deleted, breaking every subsequent drop. Delete the menu immediately in this case Related: bug 460056 M +4 -0 src/plasmaquick/plasmoid/dropmenu.cpp https://invent.kde.org/plasma/libplasma/-/commit/a363cfcfa77883018c6d86f3c929284d4ba306f9 Git commit c7d583c98f5c0cedab8564d5d5b751b6184be81a by Marco Martin. Committed on 26/05/2025 at 10:14. Pushed by mart into branch 'Plasma/6.4'. drag and drop: delete the menu if there are no actions to show It's possible that there are no actions to show, when the mime job doesn't fund anything, we fall back to the icon applet. if there are no actions to show, the menu won't be shown at all, therefore won't be deleted, breaking every subsequent drop. Delete the menu immediately in this case Related: bug 460056 M +4 -0 src/plasmaquick/plasmoid/dropmenu.cpp https://invent.kde.org/plasma/libplasma/-/commit/c7d583c98f5c0cedab8564d5d5b751b6184be81a |