< Development | Tutorials | D-Bus
Difference between revisions of "Development/Tutorials/D-Bus/Autostart Services"
Line 8: | Line 8: | ||
* KDE4 | * KDE4 | ||
* DBUS | * DBUS | ||
+ | |||
+ | |||
Tutorials: | Tutorials: | ||
* [[Development/Tutorials/Introduction_To_DBUS|Introduction To DBUS]] | * [[Development/Tutorials/Introduction_To_DBUS|Introduction To DBUS]] |
Revision as of 00:35, 23 December 2006
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
This page was last edited on 23 December 2006, at 00:35. Content is available under Creative Commons License SA 4.0 unless otherwise noted.