STEPS TO REPRODUCE 1. start Wayland session 2. download an Arch package on bottom of the following webpage https://www.ocenaudio.com/download 2. install the just downloaded package with pamac package manager by double clicking on it in Dolphin 3. While pamac installs the package, drag the window that shows the installation progress until the installation process is completed OBSERVED RESULT After the window that shows the installation progress close itself, it becomes semi-transparent, gets stuck on screen and can not be closed without relogin. See the attached screenshot please. EXPECTED RESULT pamac window closes completely SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.16.2 KDE Frameworks Version: 5.59.0 Qt Version: 5.13.0
Created attachment 121264 [details] semi-transparent window stuck on the screen
> 2. download an Arch package on bottom of the following webpage Is there some other way to reproduce this bug that doesn't involve installing an untrusted binary package? If you disable open/close animations, can you reproduce the bug?
*** Bug 409647 has been marked as a duplicate of this bug. ***
(In reply to Vlad Zahorodnii from comment #2) > > 2. download an Arch package on bottom of the following webpage > > Is there some other way to reproduce this bug that doesn't involve > installing an untrusted binary package? > 1. open system settings > notitications 2. uncheck "Show in task manager" and "Show in notifications" 3. extract a compressed file (tar.gz, zip, 7zip, etc). A window showing the progress of the extraction shows up. 4. make sure "Keep this window open after transfer is complete" is unchecked 5. drag the window that shows the progress of the extraction until the extraction is completed Result: After the extraction to be completed, the window showing the progress of the eextraction gets stuck on the screen.
(In reply to Vlad Zahorodnii from comment #2) > If you disable open/close animations, can you reproduce the bug? Yes, I can on Neon unstable edition following the steps provided on my previous comment. Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.16.80 KDE Frameworks Version: 5.61.0 Qt Version: 5.12.3
Easier reproducer: Open Konsole, type sleep 5; exit then drag and hold the title bar for 5 seconds until Konsole closes. Also happens with resizing. Stuck window does not show up in debug console. (Version 5.18.5, Archlinux Packages.)
(In reply to pbs3141 from comment #6) > Easier reproducer: > > Open Konsole, type > > sleep 5; exit > > then drag and hold the title bar for 5 seconds until Konsole closes. Also > happens with resizing. Stuck window does not show up in debug console. > > (Version 5.18.5, Archlinux Packages.) Also reproducible on Plasma 5.19 beta. Operating System: Arch Linux KDE Plasma Version: 5.18.90 KDE Frameworks Version: 5.70.0 Qt Version: 5.15.0 rc2
*** Bug 419861 has been marked as a duplicate of this bug. ***
I can only reproduce with native wayland clients (Plasma 5.18.5). The remnant semi-transparent window cannot be dismissed with Ctrl+Alt+Esc. In fact, that kills the application below it. They stay there even after restarting plasmashell. However, they disappear when choosing "Show Desktop" with Alt+Tab (and become visible again after switching desktops or opening another application).
I can't reproduce this bug in 5.20.
I can reproduce even with a new user account on neon unstable following the steps provided in comment 6. Sistema Operacional: KDE neon Unstable Edition Versão do KDE Plasma: 5.19.90 Versão do KDE Frameworks: 5.75.0 Versão da Qt: 5.15.0
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/988
Git commit 4ba249eee52ab7ec9e8fdd78af330f15efe27648 by Vlad Zahorodnii. Committed on 16/05/2021 at 10:46. Pushed by vladz into branch 'master'. wayland: Signal about finished move/resize in destroyClient() We need to emit the clientFinishUserMovedResized signal to notify effects such as translucency that the interactive move-resize is finished. Otherwise, the set() animation won't be cancelled and the window will get stuck frozen. M +2 -2 autotests/integration/move_resize_window_test.cpp M +1 -0 src/internal_client.cpp M +2 -1 src/xdgshellclient.cpp https://invent.kde.org/plasma/kwin/commit/4ba249eee52ab7ec9e8fdd78af330f15efe27648
Git commit c194bd8cfb601147b6086a2f410482fa9ede96d1 by Vlad Zahorodnii. Committed on 16/05/2021 at 10:47. Pushed by vladz into branch 'Plasma/5.22'. wayland: Signal about finished move/resize in destroyClient() We need to emit the clientFinishUserMovedResized signal to notify effects such as translucency that the interactive move-resize is finished. Otherwise, the set() animation won't be cancelled and the window will get stuck frozen. (cherry picked from commit 4ba249eee52ab7ec9e8fdd78af330f15efe27648) M +2 -2 autotests/integration/move_resize_window_test.cpp M +1 -0 src/internal_client.cpp M +2 -1 src/xdgshellclient.cpp https://invent.kde.org/plasma/kwin/commit/c194bd8cfb601147b6086a2f410482fa9ede96d1