Playing with DBus and KDE applications (part 3)
In a previous article I have shown how to handle the D-Bus resources provided in general and in particular by the Konsole and Yakuake D-Bus services, and take advantage of them in a Bash script. This time we will explore more services that provide useful features to embed in our Bash scripts.
I always liked the idea to interact with a graphical environment using a shell script, and D-Bus allows to overcome those situations where the regular collection of command line applications is not enough, so let’s see in detail the extra capability that this technology provides.