Bug#767544: fbi: Fix mailcap to not use Fbi off a linux console with Frambuffer

2014-11-01 Thread Stéphane Aulery
Le samedi 01 novembre 2014 à 03:58:23, Vincent Lefevre a écrit : > On 2014-11-01 14:18:24 +0100, Stéphane Aulery wrote: > > Sorry, I only read the manpage delivered by debian to write this line. > > This is not documented. This should work: > > > >(test -z "$DISPLAY") && (test "$TERM" = linux)

Bug#767544: fbi: Fix mailcap to not use Fbi off a linux console with Frambuffer

2014-11-01 Thread Vincent Lefevre
On 2014-11-01 14:18:24 +0100, Stéphane Aulery wrote: > Sorry, I only read the manpage delivered by debian to write this line. > This is not documented. This should work: > >(test -z "$DISPLAY") && (test "$TERM" = linux) && (test -c /dev/fb0) You shouldn't need parentheses; they run the comman

Bug#767544: fbi: Fix mailcap to not use Fbi off a linux console with Frambuffer

2014-11-01 Thread Stéphane Aulery
Le samedi 01 novembre 2014 à 09:49:16, Vincent Lefevre a écrit : > On 2014-11-01 01:23:35 +0100, Stéphane Aulery wrote: > > I therefore propose as a first step the following solution, an improvement > > of (c), which takes into account whether the framebuffer device is available > > (change mailcap

Bug#767544: fbi: Fix mailcap to not use Fbi off a linux console with Frambuffer

2014-11-01 Thread Vincent Lefevre
On 2014-11-01 01:23:35 +0100, Stéphane Aulery wrote: > I therefore propose as a first step the following solution, an improvement > of (c), which takes into account whether the framebuffer device is available > (change mailcap file fbi.mime of the package): > >image/*; fbi '%s'; test=test -z "

Bug#767544: fbi: Fix mailcap to not use Fbi off a linux console with Frambuffer

2014-10-31 Thread Stéphane Aulery
Package: fbi Version: 2.09-1+b1 Severity: minor Tags: patch Hello, This bug report is a summary of bugs 537696, 644996, 644997 and 683462 exhibiting variations of the same problem. Fbi is an application that applies only to the linux console with a kernel that supports framebuffer device. He doe