Package: fbi Version: 2.09-1+b1 Severity: minor Tags: patch Dear Maintainer,
The fbgs wrapper for fbi is great for viewing PDF files from the Linux console, however it shows them in black and white by default. There is a command line option to enable color, but it would make more sense to default to color and have black and white be an option. I have included a patch which does exactly that. I've also included a patch for the man page. Thanks! Ben -- System Information: Debian Release: 8.0 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i586) Kernel: Linux 3.16.0-4-586 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages fbi depends on: ii ghostscript 9.06~dfsg-2 ii libc6 2.19-15 ii libcurl3-gnutls 7.38.0-4 ii libexif12 0.6.21-2 ii libfontconfig1 2.11.0-6.3 ii libfreetype6 2.5.2-3 ii libgif4 4.1.6-11 ii libjpeg62-turbo 1:1.3.1-11+deb7u1 ii libpng12-0 1.2.50-2+b2 ii libtiff5 4.0.3-12.1 ii zlib1g 1:1.2.8.dfsg-2+b1 fbi recommends no packages. Versions of packages fbi suggests: pn imagemagick <none> -- no debconf information
18c18 < device="tiffpack" --- > device="png16m" 32c32 < -c --color pages in color --- > -m --mono pages in monochrome (B&W) 62a63,66 > ;; > -m | --mono) > device="tiffpack" > shift
--- fbgs.1.orig 2014-10-14 11:51:07.000000000 -0700 +++ fbgs.1 2015-03-14 11:07:50.155284694 -0700 @@ -8,7 +8,7 @@ .SH SYNOPSIS \fBfbgs\fP\ [\fB\-l\fP|\fB\-xl\fP|\fB\-xxl\fP|\fB\-r\fP \fIn\fP]\ - [\fB\-c\fP]\ + [\fB\-m\fP|\fB\-c\fP]\ [\fB\-b\fP]\ [\fB\-p\fP\ \fIpassword\fP]\ [\fB\--fp\fP\ \fInumber\fP]\ @@ -40,8 +40,11 @@ .B -b, --bell Emit a beep when the document is ready. .TP +.B -m, --mono +To render the pages in monochrome (black and white). +.TP .B -c, --color -To render the pages in color (default is N&B). +To render the pages in color (this is the default). .TP .B -l To get the pages rendered with 100 dpi (default is 75).

