David Gowers
David Gowers
First point :+1: Second point : (gamma-correctly) averaging the pixels of the background tile seems like it would be generally more intuitive than jumping back to a previously stored color....
I think I mentioned this bug to krobelus at some point (few years ago?) but did not report. FWIW it is also still happening for me, and I can confirm...
Can't reproduce, personally (Arch Linux 64-bit, AwesomeWM). In any case we'll probably need more details -- OS, WM. cmd handler.
The following diff _mostly_ implements this: The missing functionality is that the results list is not updated until the user starts typing. I haven't figured out how to safely trigger...
Okay, thanks, I missed that subtlety.
Doing some quick-and-dirty testing by changing the 10ms nanosleep to a larger value, I tested 50, 100, 150, 200, and 500ms. On my system, only the latter two values successfully...
Git patch implementing my proposed solution is attached (as a .patch.gz, because github won't allow a plain .patch attachment) [0001-Use-a-refreshable-timeout-rather-than-a-fixed-delay-.patch.gz](https://github.com/muennich/sxiv/files/4413152/0001-Use-a-refreshable-timeout-rather-than-a-fixed-delay-.patch.gz) Pretty simple, even with the probably not strictly necessary pending_autoreload...
I'm using gimp 2.10.18, and I strongly suspect that the I/O of 2.8.xx is not comparable to 2.10, as the plugin API had to be updated to cope with high...
So far, all exports for which inotifywatch reports only 1 'close_write', do not trigger the bug. However, exporting some images [1] does trigger *2* close_writes, as I hypothesized, and these...
The window doesn't need to popup constantly, you could use Xembed (sxiv -e $XID) to keep putting it in the same window. 1. Create a window and get it's XID...