Bug#982634: xtrlock: allow numpad Enter key to enter password

2021-02-12 Thread Steve Ward
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.


-- System Information:
Debian Release: 10.8
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-14-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages xtrlock depends on:
ii  libc6 2.28-10
ii  libx11-6  2:1.6.7-1+deb10u1
ii  libxi62:1.7.9-1

xtrlock recommends no packages.

xtrlock suggests no packages.

-- no debconf information



Bug#854101: lrzip: Fails to extract its own output when used as a pipe

2018-11-18 Thread Steve Ward
I created a bug with the upstream project.

corrupt compressed output when piping or redirecting to stdout
https://github.com/ckolivas/lrzip/issues/102


Bug#700680: lbzip2 can't compress symlinks when output to stdout

2013-02-15 Thread Steve Ward
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/dict/words  foo


-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lbzip2 depends on:
ii  libc6  2.13-37

lbzip2 recommends no packages.

lbzip2 suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#700681: lzma can't decompress a file to stdout without a known suffix

2013-02-15 Thread Steve Ward
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  foo
$ gzip -d -c foo  bar



# This was possibly fixed here:
http://git.tukaani.org/?p=lzma.git;a=commitdiff;h=8b13a3f20bdca0929cea1d5d5ca26addbbccb8c5
Don't require -S '' when writing to stdout and filename has unknown suffix.


-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lzma depends on:
ii  libc6   2.13-37
ii  libgcc1 1:4.7.2-5
ii  libstdc++6  4.7.2-5

lzma recommends no packages.

lzma suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#700682: pbzip2 can't compress file that starts with '-' (unless preceded with ./)

2013-02-15 Thread Steve Ward
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
$ bzip2 -- -foo


-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pbzip2 depends on:
ii  libbz2-1.0  1.0.6-4
ii  libc6   2.13-37
ii  libgcc1 1:4.7.2-5
ii  libstdc++6  4.7.2-5

pbzip2 recommends no packages.

pbzip2 suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org