Hello!
Could you add some reference to the x-terminal-emulator alternative
to the debconf manpage, in the 'gnome' frontend field?
Something like:
If a package has some output that needs a console to be
displayed, for example the output of a building process;
the x-terminal-emulator alternative can be used in the
package scripts. e.g.
if [ $DEBIAN_FRONTEND = "gnome" ];
then XTERM="x-terminal-emulator -e"; fi
$XTERM command
Thanks
Robert Millan wrote: Er, I don't really think most people who use the gnome frontend want to see xterms pop up all over the place. The thing is still typically launched from an xterm.
well i have a template that asks the user is he/she wants a verbose output of a building process, it'd be useful IMHO btw, looks like the sh'ing i submited doesn't work. Is DEBIAN_FRONTEND set to 'gnome' by debconf or i'm confused about it? If not, what would be the way to know what frontend is being used? thank you
Robert Millan wrote: No, of course not. Ask debconf.