Codebase list i3lock-fancy / 402e7a7
i3lock-fancy.1: patching 01003f4 through git Converting the patch file i3lock-manpage-notice-nofork-bug.patch in a git commit instead. Linked commmit: 01003f4. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=934444 Simon Désaulniers 4 years ago
3 changed file(s) with 8 addition(s) and 25 deletion(s). Raw diff Collapse all Expand all
4949
5050 .TP
5151 \fB-n, --nofork\fP
52 Do not fork i3lock after starting.
52 Do not fork i3lock after starting.
53
54 \fIIMPORTANT\fP: See \fBKNWON BUGS\fP section.
5355
5456 .TP
5557 \fB--\fP
5658 Must be last option. Set command to use for taking a screenshot. Default is
5759 \'import -window root\'. Using \'scrot\' or \'maim\' will increase script speed and
5860 allow setting custom flags like having a delay.
61
62 .SH KNOWN BUGS
63
64 As of now, forking \fBdoes not\fP occur whether one uses `-n` or not. See
65 https://github.com/meskarune/i3lock-fancy/issues/144 for more information regarding this bug.
5966
6067 .SH SEE ALSO
6168 \fBi3lock\fR(1)
+0
-23
debian/patches/i3lock-manpage-notice-nofork-bug.patch less more
0 Description: Notice for the -n (no fork) bug
1 Author: Simon Désaulniers
2 Bug: https://github.com/meskarune/i3lock-fancy/issues/144
3 Last-Update: 2020-01-10
4 ---
5 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
6 diff --git a/debian/i3lock-fancy.1 b/debian/i3lock-fancy.1
7 index ba8b2c6..b0514c3 100644
8 --- a/debian/i3lock-fancy.1
9 +++ b/debian/i3lock-fancy.1
10 @@ -50,7 +50,11 @@ immediately.
11
12 .TP
13 \fB-n, --nofork\fP
14 -Do not fork i3lock after starting.
15 +Do not fork i3lock after starting.
16 +
17 +\fIIMPORTANT\fP: As of now, forking \fBdoes not\fP occur whether one uses `-n` or not. See
18 +https://github.com/meskarune/i3lock-fancy/issues/144 for more information
19 +regarding this bug.
20
21 .TP
22 \fB--\fP
0 i3lock-manpage-notice-nofork-bug.patch
10 scrot-imagemagick-import.patch
21 icons-path.patch