Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.