DBus http://www.freedesktop.org/wiki/Software/dbus can be used to communicate with Linux multi-terminal emulator programs such as: RoxTerm (Gome) http://roxterm.sourceforge.net/ and Konsole (KDE) http://konsole.kde.org/
It is my hope that these terminal emulation programs already possess a DBus call method that will allow a calling program to request the creation of a new (Named) terminal emulation window tab, and return a path to the associated PTY (pseudo-terminal) slave. 1. Is this DBus capability already available, if so, how does one make is DBus call for each of them from C++?.. 2. If either of these terminal emulation programs still is need of this Dbus capability enchantment, what would be the most efficient way to make it happen?