-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Scrot uses old screencaptures #41
Comments
Same problem with any other version of scrot I found so far. |
I wasn't able to reproduce :/ |
Was not able to reproduce, either. I suspect this is not a scrot bug, but rather a filesystem issue. @teapat would you mind to append the following information to your bug report:
|
Same Here, somethings scrot take an old screenshot and paste it with the new one |
Please, for future reports:
I have not seen problems in Flow when saving: scrot -> giblib -> imlib2 -> loaders (dlsym) -> (png.so, jpg.so, etc) Cheers. |
I have the same issues. But I think its not a Taking screenshots with scrot shows sometimes old screens. But it is not the output file thats the problem here. The root cause seems to be the point when the screen is captured. I have seen that this also happens when I use other things like jitsi via chromium. I want to share my whole screen, but the guy on the other end can only see an old screenshot of my screen. But after that it also works on the other way: scrot can save a screenshot of the point when I started a web screen sharing via jitsi. So my idea is: A screen capture is cached(?) somewhere and it pops up as soon as I want to capture a new screen. After that some magic happen. I am not sure to 100% but I strongly assume that I have seen this old screen captures even after I rebooted my laptop.
|
Looking for similar problems: |
A few days ago I used scrot to try to display differences of my tmux configs to my better looking half.
Just to see an old screencapture I did before, which I deleted already, was taken purely for test purposes.
Since then I could reproduce the bug somewhat consistent by just taking a few screenshots in a row.
Just used
for i in 1 2 3; do scrot; echo "$i"; sleep 1; done
and got a screenshot I did to test scrot after I reinstalled it an hour ago. (Which also is deleted for the same time).
Tested under i3 and bspwm, through different methods and naming the files and setting the overwrite flag.
(Also tested with st, termite, sxhkd and dmenu)
[Currently using Arch 5.5.6* and Xorg 1.20.7-1]
The text was updated successfully, but these errors were encountered: