https://bugs.kde.org/show_bug.cgi?id=411290
Antonio <antonio.prc...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |antonio.prc...@gmail.com --- Comment #6 from Antonio <antonio.prc...@gmail.com> --- I just tested this a bit.. To get the same picture with "Active Window" and "Window under cursor", you have to check "Capture the current pop-up only" in "Window under cursor". I'll attach 3 images. All were made with Konsole having transparency enabled. ActiveWindow_transparency -> Screenshot made with "Active Window" WindowUnderCursor_transparency_CaptureTheCurrentPopupENABLED -> Screenshot made with "Window under Cursor" & "Capture the current pop-up only" ENABLED ^ Same shadows, no transparency. WindowUnderCursor_transparency_CaptureTheCurrentPopupDISABLED -> Screenshot made with "Window under Cursor" & "Capture the current pop-up only" DISABLED ^ No window shadow, no decorations, and transparency in Konsole active. The difference is here: https://cgit.kde.org/spectacle.git/tree/src/Gui/KSWidget.cpp#n217 If we choose "Window under Cursor" & uncheck "Capture the current pop-up only", than it switches over to "CaptureMode::TransientWithParent" mode. And that mode forces a BLUR radius with shadow effect: https://cgit.kde.org/spectacle.git/tree/src/Platforms/PlatformXcb.cpp#n653 -- You are receiving this mail because: You are watching all bug changes.