SUMMARY Spectacle process no longer quits after taking a screenshot through shortcut. This is annoying because the next time I take a screenshot it will remember the selection rectangle. STEPS TO REPRODUCE 1. spectacle -br 2. Take screenshot 3. Dismiss notification OBSERVED RESULT Spectacle process keeps running EXPECTED RESULT Spectacle process exits SOFTWARE/OS VERSIONS Linux/KDE Plasma: git master as of 2022-12-22
Can confirm.
A possibly relevant merge request was started @ https://invent.kde.org/graphics/spectacle/-/merge_requests/198
Git commit 670dcd88a30e03874851aeb8dcab1029b544f320 by Noah Davis. Committed on 14/02/2023 at 15:30. Pushed by ndavis into branch 'master'. Set quit on last window closed when creating a GUI M +4 -0 src/SpectacleCore.cpp https://invent.kde.org/graphics/spectacle/commit/670dcd88a30e03874851aeb8dcab1029b544f320
*** Bug 465532 has been marked as a duplicate of this bug. ***
After the fix, Spectactle does indeed close immediately (and is available to be restarted) after completing a screenshot-from-shortcut by pressing ENTER (or ESC). If, on the other hand, I have checked the option "Quit after a manual save or copy", and I dismiss the screenshotting UI by pressing the "Copy" or "Save" buttons (or the appropriate keyboard shortcuts), Spectactle does not quit immediately and keeps running for ~20 seconds - which in turn prevents invoking it again with the shortcut (as reported in bug 465532).
That's also fixed for the 23.04 release.