https://bugs.kde.org/show_bug.cgi?id=454282
fabiodanielr...@hotmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fabiodanielr...@hotmail.com --- Comment #9 from fabiodanielr...@hotmail.com --- Hi! Just would like to add a few more details that may be helpful. I use custom keyboard for screenshots that launch `spectacle` command in background mode, e.g. `spectacle -b -c -m`. The `-m` captures current monitor, `-b` runs in background mode (no GUI), and `-c` copies the screenshot to clipboard. As reported in this bug, running the commands copies the screenshot to clipboard but also saves the file in the default directory. I looked into the Merge Request, and I noticed it only does a tweak in a switch case for when the app runs in DBUS mode, which is not my case. So I guess it wouldn't fix the issue completely? I am not familiar with the code base, but maybe the bug is elsewhere? Because for background mode, `mSaveToOutput` starts as true, but if the option for copying to clipboard is enabled, it sets that flag to false. That part seems correct, I think. So either the flag is changed after, or it not used correctly, or something else. But these are just my two cents, I didn't any experiments locally. -- You are receiving this mail because: You are watching all bug changes.