summaryrefslogtreecommitdiffstats
path: root/docs/config.xml.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/config.xml.md')
-rw-r--r--docs/config.xml.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/config.xml.md b/docs/config.xml.md
index 7939ebe..8894667 100644
--- a/docs/config.xml.md
+++ b/docs/config.xml.md
@@ -371,13 +371,18 @@ Known types for the type of content are:
HTML application,
content.src designates the home page of the application
-- ***application/x-executable***:
- Native application,
- content.src designates the relative path of the binary
+- ***application/vnd.agl.native***
+ AGL compatible native,
+ content.src designates the relative path of the binary.
- ***application/vnd.agl.service***:
AGL service, content.src is not used.
+- ***application/x-executable***:
+ Native application,
+ content.src designates the relative path of the binary.
+ For such application, only security setup is made.
+
Adding more types is easy, it just need to edit the configuration
file ***afm-unit.conf***.
@@ -388,7 +393,6 @@ leveraging systemd. The transition to systemd let these types
out at the moment.
- ***application/vnd.agl.url***
-- ***application/vnd.agl.native***
- ***text/vnd.qt.qml***, ***application/vnd.agl.qml***
- ***application/vnd.agl.qml.hybrid***
- ***application/vnd.agl.html.hybrid***