NRK
NRK
I also generally do not like the "move fast break things" attitude some developers have and am aware of how certain distributions can make it a PITA to mess with...
This has been in scrot since 2009, 1e90918ca2191a8322ac80ba04b2bd7e0e3c87dc (the commit date doesn't match up, I presume because it was manually imported to git from some other source control system). I...
> I wonder if we can steal any bug fixes from that Probably worth investigating. Also if that fork is actively maintained, we should maybe try to unify efforts instead...
Seems like that person wasn't planning to maintain/develop that fork: https://github.com/dreamer/scrot/issues/2#issuecomment-537611069
I was glancing at the note code (investigating if those strdups are needed or not) and I'm left even more confused and with many more questions. @guijan Since you have...
Buffer overflow on the following argument to `--note`: ```console $ gcc -g3 -fsanitize=address,undefined -fsanitize-undefined-trap-on-error -o scrot src/*.c $(pkg-config --cflags --libs ./scrot-deps.pc) $ ./scrot --note '-y0t -' ================================================================= ==1457==ERROR: AddressSanitizer: heap-buffer-overflow...
Since literally no one objected to removing notes in #195, I'm thinking we can just depreciate it and remove it along with `--script`. This will also remove dependency on `imlib2[text]`...
I just realized that the `scrotCheckIfOverwriteFile` thing also applies to the thumbnail. So if user does `scrot -t16 shot.png` and `shot.png` didn't exist *but* `shot-thumb.png` did, then it'll write the...
Do you have any formula in mind to calculate what the border size should be?
Do you know a way to get the DPI from X? I did some quick search on it a while ago and didn't find anything straightforward (though admittedly, I didn't...