Comment 23 for bug 54383

Revision history for this message
Andreas Simon (andreas-w-simon) wrote :

Debian removed the zenity option and did not replace it with something else:

# IMPORTANT: Do not use gdialog unless it has been fixed!
DIALOG=whiptail

# Set up (X)dialog - added by Fabian Franz <email address hidden>
XDIALOG_HIGH_DIALOG_COMPAT=1
export XDIALOG_HIGH_DIALOG_COMPAT
if [ -n "$DISPLAY" ] && [ -x /usr/bin/Xdialog ] ; then
  DIALOG="Xdialog"
  X11="-X"
fi