Results 265 comments of NRK

> since even the [ArchWiki](https://wiki.archlinux.org/title/Security) somewhat recommends mounting `/tmp` as `noexec` Putting temporary scripts/unpacking binaries in `/tmp` and then executing them is not uncommon (e.g AppImage does this). What arch...

> Ping, just do what Eli said? I will try patching the standard version, but it could take me a while before I can get back to this.

Ping. This should work I think.

For the usage string, does the following patch seem OK? ```diff diff --git a/src/options.c b/src/options.c index 24ccf85..f1aac32 100644 --- a/src/options.c +++ b/src/options.c @@ -135,7 +135,7 @@ static const struct option_desc...

While the `xz` backdoor was quite serious, incidents like that is rather rare. On the other hand, TEABSB (Time Exhaustion Attack via Build System Bikeshedding) is a much more common...

> Is this an intentional change in behavior? No, not intentional. > Using `git bisect` I found that the commit that introduced this difference in behavior was [93e475d](https://github.com/resurrecting-open-source-projects/scrot/commit/93e475dcdf540e1fcf85bf759a704285706c8648) Just realized...

Looking at it closer, it seems that the `--freeze` flag was always racy: \> grab server \> get selection \> ungrab server \> + newly added sleep \> capture screenshot...

> The manpage doesn't say anything about --freeze being exclusive to classic mode so I'm assuming that's a bug too. Okay, it seems that `--freeze` and `--line mode=edge` cannot work...

@xnoe Try out the following commit and see if that fixes your issue. https://github.com/N-R-K/scrot/commit/c7e91b190b9d95d9b47380492d0609659b5a5779.patch Also, since you're using a compositor, please try both of the following: ```console $ scrot -f...

> I'm getting the same glitches If it's happening without `--freeze` then that's a separate issue. I've moved it to #387. Also worth noting that if you're using a compositor,...