[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#341054: cdebconf-gtk: Add support for info message



Package: cdebconf-gtk-udeb
Severity: wishlist

When the newt frontend is running in lowmem or in rescue mode, this is 
shown in the upper left-hand corner (see attachment for example) using an 
info message.

It would be nice if the graphical installer would support something 
equivalent. It should be fairly prominent, but not distract from main 
dialogs.

The info messages for lowmem and rescue are when the menu is initialized 
from /lib/main-menu.d. Example:
#! /bin/sh
. /usr/share/debconf/confmodule
db_get rescue/enable
if [ "$RET" = true ]; then
        db_info rescue/info
fi

Which links to the following template:
Template: rescue/info
Type: title
# Info message displayed when running in rescue mode
_Description: Rescue mode

Attachment: info-message.png
Description: PNG image

Attachment: pgpJFl9tgJclo.pgp
Description: PGP signature


Reply to: