X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2F06_Component_Documentation%2FApplication_Framework%2F04_Creating_a_New_Application_Dbus.md;fp=docs%2F04_Developer_Guides%2F01_Application_Framework%2F04_Creating_a_New_Application_Dbus.md;h=2ee6bdf7af13e0b8eed4a143a8affc157e0c0524;hb=ecccce4b62c048272dd48378cc05d7165746b83e;hp=edee0dcb38cc0ae7395b989829421c30e0aae3b4;hpb=2887f945590adbb6ceaf590e4fb0f542792c6e04;p=AGL%2Fdocumentation.git diff --git a/docs/04_Developer_Guides/01_Application_Framework/04_Creating_a_New_Application_Dbus.md b/docs/06_Component_Documentation/Application_Framework/04_Creating_a_New_Application_Dbus.md similarity index 96% rename from docs/04_Developer_Guides/01_Application_Framework/04_Creating_a_New_Application_Dbus.md rename to docs/06_Component_Documentation/Application_Framework/04_Creating_a_New_Application_Dbus.md index edee0dc..2ee6bdf 100644 --- a/docs/04_Developer_Guides/01_Application_Framework/04_Creating_a_New_Application_Dbus.md +++ b/docs/06_Component_Documentation/Application_Framework/04_Creating_a_New_Application_Dbus.md @@ -12,7 +12,7 @@ Applications are: - Graphical interface allowing user to interact with. Applications are executed by `applaunchd`, the AGL -[application launcher service](../01_Application_Framework/02_Application_Startup_Dbus/). +[application launcher service](02_Application_Startup_Dbus.md). # Basic requirements @@ -64,7 +64,7 @@ refer to the [graphical applications](#graphical-applications) section for more # D-Bus activation -Similarly to [services](../02_Creating_a_New_Service/#d-bus-activation), applications can +Similarly to [services](03_Creating_a_New_Service.md#d-bus-activation), applications can also be activated through D-Bus. Such applications must name their `.desktop` file after the D-Bus name they register. In addition,