SUMMARY The last step of the wizard does not have any close button. STEPS TO REPRODUCE 1. { konsole --platform vnc; } 2. Press [Shift [Ctrl [V]]]. 3. Report the crash. 4. Try to close the widget. OBSERVED RESULT No way. EXPECTED RESULT A button to close and [Ctrl [Q]] keyboard shortcut should close the widget. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: openSUSE Tumbleweed 20221230 (available in About System) KDE Plasma Version: 5.26.4 KDE Frameworks Version: 5.101.0 Qt Version: 5.15.7 ADDITIONAL INFORMATION
There is a close button in the window decoration.
(In reply to Harald Sitter from comment #1) > There is a close button in the window decoration. There is no window decoration under VNC.
Then we don't support it.
(In reply to Harald Sitter from comment #3) > Then we don't support it. Do we have a document enumerating things what we do support?
(In reply to Harald Sitter from comment #3) > Then we don't support it. Let me cite <URL: https://develop.kde.org/ >: Multi-Platform Develop once, deploy everywhere. Built on top of Qt, KDE's technologies work on every platform. Desktop Linux, Android, Windows, macOS, embedded, and more
If you're operating without window decorations, you're squarely in "I'm an expert and I should know with I'm doing" territory. :) If that doesn't describe you, you should take steps to re-enable the window decorations.
It is not possible to enable window decorations under VNC because window decorations are a part of the window frame and the window frame belongs to the window manager and there is no window manager for VNC.
So launch a window manager? This isn't an app bug.
There is no window manager that runs on VNC platform (it would be called kwin_vnc if it existed).
The VNC platform operates in a single-window mode. It is not possible to resize a window, to move it or to close it from outside. Disconnecting the VNC client does not close the window—you can reconnect later.
BTW, you can get the same problem on the X11 platform too: the Plasma session does not guarantee that the window manager quits last on session shutdown and it may happen, and it quite often does, that an application crashes on VM_SAVE_YOURSELF after the window manager has already quit. You can then perform all the bug report steps in this mode but closing the window (which is necessary to shut down) requires a very elaborate procedure: you have to tell the browser (which can be launched from the bug report window) to download a file, to open the download location, then you tell the file manager to open a terminal and then you can launch the window manager from the terminal just to close the bug report window. This is crazy.
These aren't issues that can be fixed in DrKonqi. Please stop re-opening the bug report.
All these issues will be fixed by adding a close button to the last step of the wizard.