Package: xtrlock
Version: 2.8+deb10u1+b1
Severity: wishlist
Dear Maintainer,
I often use the numpad Enter key to enter my password, but xtrlock allows only
the regular Enter key to be used.
In xtrlock.c at line 306, please add a case for XK_KP_Enter where XK_Linefeed
and XK_Return are handled.
I created a bug with the upstream project.
corrupt compressed output when piping or redirecting to stdout
https://github.com/ckolivas/lrzip/issues/102
Package: pbzip2
Version: 1.1.8-1
Severity: normal
# Steps to reproduce:
# (given a file named "-foo")
$ pbzip2 -- -foo
pbzip2: *ERROR: Won't read compressed data from terminal. Aborting!
pbzip2: For help type: pbzip2 -h
$ echo $?
1
# prepending "./" works
$ pbzip2 -- ./-foo
# bzip2 works
$
Package: lzma
Version: 9.22-2
Severity: normal
# Steps to reproduce:
$ lzma -c /usr/share/dict/words > foo
$ lzma -d -c foo > bar
foo: unknown suffix -- unchanged
$ echo $?
2
# using pipes works
$ lzma -c /usr/share/dict/words | lzma -d -c > bar
# gzip works
$ gzip -c /usr/share/dict/words >
Package: lbzip2
Version: 2.2-2
Severity: minor
# Steps to reproduce:
$ lbzip2 -c /usr/share/dict/words > foo
lbzip2: skipping "/usr/share/dict/words": not a regular file
$ echo $?
4
# must use --force option
$ lbzip2 --force -c /usr/share/dict/words > foo
# bzip2 works
$ bzip2 -c /usr/share/di
5 matches
Mail list logo