docs.kde.org
Scripting Konsole
Prev
Next

Chapter 4. Scripting Konsole

For KDE 4, the old DCOP has been replaced with D-Bus. Konsole does support numerous methods that can be used with D-Bus.

There are two ways to use the D-Bus interface: Qt™'s GUI qdbusviewer and the command line qdbus.

Examples:

In the above examples, `pidof -s konsole` will work if you have only one Konsole window running. If you have more than one Konsole running, you'll have to replace the above text with that pid of the Konsole you want to control.

For more information, please visit D-Bus tutorial.

Prev
Next
Contents


docs.kde.org