nemo icon indicating copy to clipboard operation
nemo copied to clipboard

Screenshot 'on exception' doesn't work on nemo@^4

Open ruslK opened this issue 6 years ago • 2 comments

with config for nemo@4:

"screenshot": {
            "module": "nemo-screenshot",
            "register": true,
            "arguments": [
                "path:report/screenshots", [ "exception"]] }

there is no screenshot on exception. But screenshot working on click, or nemo.snap().

ruslK avatar Aug 28 '18 17:08 ruslK

nemo.snap() uses internal screenshot code, as opposed to using the nemo-screenshot module. The nemo-screenshot module used ControlFlow/PromiseManager based code to capture screenshots on exception. That method no longer works now that the PromiseManager is deprecated. So this is essentially an enhancement request. Marking as such, as well as "help wanted" for now.

grawk avatar Sep 17 '18 18:09 grawk

@grawk Could you let me know where to start on this issue?

sainianubhav avatar Oct 10 '18 15:10 sainianubhav