From 5292e53df484555343b3f035f70e4df05e1e1a73 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 27 May 2022 15:02:48 +0300 Subject: [PATCH] 1_agl-compositor.md: Document how to start client shell While that's not the way we do it AGL, let us document how to start a client shell from the compositor. Bug-AGL: SPEC-4400 Signed-off-by: Marius Vlad Change-Id: I2661686aa6d437cc789569aad8259f6aa9a45989 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/27567 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- docs/5_Component_Documentation/1_agl-compositor.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/5_Component_Documentation/1_agl-compositor.md b/docs/5_Component_Documentation/1_agl-compositor.md index ef3b806..23e3a1a 100644 --- a/docs/5_Component_Documentation/1_agl-compositor.md +++ b/docs/5_Component_Documentation/1_agl-compositor.md @@ -76,11 +76,21 @@ seen as one and the same, and in practice, this happens on desktop environments. For AGL, the shell client can be represented under different forms, as well as the fact that the process management has another layer baked-in to handle MAC (Mandatory Access Control) labels and use the -above-mentioned Application Framework Management. These are all tightly +above-mentioned Application Framework. These are all tightly integrated and therefore, the AGL compositor will not automatically start the -shell client, although there's code to handle that. One can modify the -configuration file, add the shell client path, and the compositor will attempt -to start it. +shell client, although there's code to handle that. + +## Specifying a shell client to be started by the compositor + +Nevertheless, one can modify the configuration file, add the shell client path, and the +compositor will attempt to start it. + +``` +[shell-client] +command=/path/to/your/client/shell +``` + + ## Private extensions -- 2.16.6