Package: i3lock-fancy Version: 0.0~git20160228.0.0fcb933-2 Followup-For: Bug #934444
I suggest to at least patch the man page and document the actual behavior, since not forking might have severe security implications: E.g. consider the following shell script which is supposed to lock the screen and wipe all identities from the SSH agent: > #! /bin/sh > i3lock-fancy > ssh-add -d Instead of wiping those identities instantly they will not be wiped before i3lock-fancy exits (i.e. screen being unlocked).