Delixs:Entwicklerhandbuch/Debconf/Frontends

Aus Delixs
Zur Navigation springen Zur Suche springen

So sehen die Fontends von Debconf aus:

whiptail, der Standard

gnome

kde

dialog DEBCONF_FORCE_DIALOG=1 delixs.config

Xdialog DEBCONF_FORCE_XDIALOG=1 delixs.config

Xdialog+HighCompat DEBCONF_FORCE_XDIALOG=1 XDIALOG_HIGH_DIALOG_COMPAT=true


Xdialog+HighCompat+Wrapper.png DEBCONF_FORCE_XDIALOG=1 XDIALOG_HIGH_DIALOG_COMPAT=true Und hier ist der Wrapper, er muss im Pfad liegen, z.B. /usr/local/bin/Xdialog

#!/bin/sh /usr/bin/Xdialog --cr-wrap "$@"