I noticed this last week. All my code on ubuntu 15.04 was working fine using
Vte.Terminal().fork_command_full
Also this documentation site was showing this function as well, but does not now. Has this function been removed? If so, then what is the next simplest alternative to get a virtual terminal widget working.
As this answer suggests the use of the above command, what is the next best way to get this widget up and running?
NOTE: I am using python3 for this code