Comment 2 for bug 13182

Revision history for this message
Matt Zimmerman (mdz) wrote :

(In reply to comment #1)
> Thanks for your bugreport.
> Another option would be to detects "reads on stdin" in the pty of the vte
> terminal widget and expand it automatically. Unfortunately I have no idea how I
> could detect that. Ideas are welcome here :)

I don't think it's possible. As I recall, Scott said he was going to do a bit
of research to confirm.

> Bypassing apt-listchanges on the apt level is not feasible as it installs itself
> to "DPkg::Pre-InstallPkgs" and that is run deep inside the dpkgpm.cc code. A
> enviroment variable "APTLISTCHANGES_NO_ACT" would be a another option (that a
> changed apt-listchanges honors).

This is already possible today, by setting APT_LISTCHANGES_FRONTEND=none. In
fact, if that meets your needs, I would prefer that you use that approach for
Hoary, rather than adding a frontend to apt-listchanges, since it is simpler and
more robust (no need to worry about whether pygtk is installed, for example).