Public bug reported:

A command as simple as
   whiptail --infobox Hello 0 0
prints nothing in xterm-like terminal emulators while it shoud draw a box with 
Hello written inside.

I was able to understand what whiptail is doing with this strace command :
     strace -e t=write -s 5000 -o trace whiptail --infobox Hello 0 0

When whiptail processes the --infobox option, it does this :
switch terminal to alternate screen
draw information box
switch back to normal screen
exit

The effect is that it is not possible to see the information message.
Infobox messages are supposed to be displayed for a long time...

whiptail should not switch screen in this case.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: whiptail 0.52.10-5ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic x86_64
NonfreeKernelModules: nvidia wl
Architecture: amd64
Date: Sun Jul 11 09:09:04 2010
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
ProcEnviron:
 PATH=(custom, user)
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: newt

** Affects: newt (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug lucid

-- 
infobox does not show
https://bugs.launchpad.net/bugs/604212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to