Development/Tutorials/D-Bus/Autostart Services

From KDE TechBase
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Abstract

The DBUS systems provides a mechanism to autostart applications if they aren't already running when a DBUS call is made to a service provided by that program. This tutorial demonstrates how to create a DBUS autostart service and integrate it into your CMake build.

Prerequisites

Technologies:

  • Qt4
  • KDE4
  • DBUS


Tutorials:

The Basic Mechanics

Creating a .service File

Installing a .service File

Other Resources