Summary: | Respects settings only when the spectacle window is opened | ||
---|---|---|---|
Product: | [Applications] Spectacle | Reporter: | Fabian.dudda |
Component: | General | Assignee: | Boudhayan Gupta <me> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | antonio.prcela, kde, nate |
Priority: | NOR | ||
Version: | 20.04.0 | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/spectacle/commit/1e7b22b8c60575d4a12c267db818f8a15f17d500 | Version Fixed In: | 20.12 |
Sentry Crash Report: |
Description
Fabian.dudda
2020-05-27 20:13:34 UTC
Hi, thanks for he report. But I'm not quite sure what you mean with "Crop screenshot". Do you mean "take a screenshot" or literally cropping an image? Sorry for me not understanding this properly, I'd like to help but first I need to understand the question :) (In reply to Antonio from comment #1) > Hi, thanks for he report. > But I'm not quite sure what you mean with "Crop screenshot". Do you mean > "take a screenshot" or literally cropping an image? > > Sorry for me not understanding this properly, I'd like to help but first I > need to understand the question :) Sorry for the misunderstanding, english is not my first language. The problem occurs, when I try to use the "Capture rectangular region" function. On Manjaro the standard shortcut for this is Meta+shift+Print hope this helps :) (In reply to Fabian.dudda from comment #2) > (In reply to Antonio from comment #1) > > Hi, thanks for he report. > > But I'm not quite sure what you mean with "Crop screenshot". Do you mean > > "take a screenshot" or literally cropping an image? > > > > Sorry for me not understanding this properly, I'd like to help but first I > > need to understand the question :) > > Sorry for the misunderstanding, english is not my first language. The > problem occurs, when I try to use the "Capture rectangular region" function. > On Manjaro the standard shortcut for this is Meta+shift+Print hope this > helps :) Got it now and can reproduce it. Settings also set to: Save to clipboard, don't autosave. When you do a rectangular screenshot while Spectacle is running, it works as expected. Whereas when you launch the rectangular screenshot via the shortcut "Meta+shift+Print", it saves the image to the default location, not into the clipboard. I tested it with this commit which awaits approval: https://invent.kde.org/graphics/spectacle/-/merge_requests/2 And this one fixes is! :) I'll hope that it will land soon on master. Fix moved over to a new MR: https://invent.kde.org/graphics/spectacle/-/merge_requests/24 Git commit 1e7b22b8c60575d4a12c267db818f8a15f17d500 by Antonio Prcela. Committed on 06/10/2020 at 18:30. Pushed by ngraham into branch 'master'. Respect settings and cli parameters Separate 'if' for doCopyToClipboard() and doSave(), since one can have both active. Adjusted the corresponding notifications. Related: bug 425573 M +14 -6 src/SpectacleCore.cpp M +1 -0 src/SpectacleCore.h https://invent.kde.org/graphics/spectacle/commit/1e7b22b8c60575d4a12c267db818f8a15f17d500 |