Bug#339062: plucker-setup: can't ever get past pilot-xfer with no args

2006-09-12 Thread Ludovic Rousseau
Le 01.06.2006, à 17:05:06, Ludovic Rousseau a écrit: > > Package: plucker > > Version: 1.8-11 > > Severity: normal > > File: /usr/bin/plucker-setup > > > > The code: > > if not os.system('pilot-xfer > /dev/null 2>&1'): > > install_viewer() > > will cause an infinite wait, as one can see: > > $

Bug#339062: plucker-setup: can't ever get past pilot-xfer with no args

2006-06-01 Thread Ludovic Rousseau
> Package: plucker > Version: 1.8-11 > Severity: normal > File: /usr/bin/plucker-setup > > The code: > if not os.system('pilot-xfer > /dev/null 2>&1'): > install_viewer() > will cause an infinite wait, as one can see: > $ pilot-xfer > ERROR: Insufficient number of arguments > > Hit any key to

Bug#339062: plucker-setup: can't ever get past pilot-xfer with no args

2005-11-14 Thread Dan Jacobson
Package: plucker Version: 1.8-11 Severity: normal File: /usr/bin/plucker-setup The code: if not os.system('pilot-xfer > /dev/null 2>&1'): install_viewer() will cause an infinite wait, as one can see: $ pilot-xfer ERROR: Insufficient number of arguments Hit any key to continue.. And if that h