Package: fbi
Version: 2.01-1.4
Severity: minor
Tags: patch
Hi again,
fbgs beeps after having converted the input file to images, before
beginning to render them. This is contrary to usual unix philosopy,
which dictates that unless something goes wrong, a program should be as
nonverbose as possible. And personally, I think beeping should be
strictly reserved for "interactive" errors.
regards,
Jan
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Versions of packages fbi depends on:
ii libc6 2.3.6-3 GNU C Library: Shared libraries an
ii libcurl3 7.15.3-1 Multi-protocol file transfer libra
ii libexif12 0.6.13-4 library to parse EXIF files
ii libfontconfig1 2.3.2-1.1 generic font configuration library
ii libfreetype6 2.1.10-1 FreeType 2 font engine, shared lib
ii libjpeg62 6b-12 The Independent JPEG Group's JPEG
ii libpcd2 1.0.1 A library for reading PhotoCD imag
ii libpng12-0 1.2.8rel-5 PNG library - runtime
ii libtiff4 3.8.0-3 Tag Image File Format (TIFF) libra
ii libungif4g 4.1.4-2 shared library for GIF images (run
ii zlib1g 1:1.2.3-11 compression library - runtime
fbi recommends no packages.
-- no debconf information
diff -ru fbida-2.01.orig/fbgs fbida-2.01/fbgs
--- fbida-2.01.orig/fbgs 2004-03-28 13:32:16.000000000 +0200
+++ fbida-2.01/fbgs 2006-04-08 02:54:55.000000000 +0200
@@ -53,9 +53,6 @@
$gsopts \
"$1"
-# tell the user we are done :-)
-echo -ne "\\007"
-
# sanity check
pages=`ls $DIR/ps*.tiff 2>/dev/null | wc -l`
if test "$pages" -eq "0"; then