blob: 9de5eed54b5adada0548c36c5b80c1d01822ef57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
formatVersion: 1
formatType: am-configuration
---
applications:
builtinAppsManifestDir: "${EXECUTABLE_DIR}/apps"
installationDir: "${stdpath:TempLocation}/qtam-example/minidesk/apps"
documentDir: "${stdpath:TempLocation}/qtam-example/minidesk/docs"
logging:
rules:
- "*=false"
- "qt.*=false"
- "am.*=false"
- "qml*=true"
- "*.warning=true"
- "*.critical=true"
ui:
fullscreen: no
mainQml: "${CONFIG_DIR}/system-ui/main.qml"
systemProperties:
protected:
light: on
# development setup:
flags:
noSecurity: yes
watchdog:
eventloop:
checkInterval: 1s
warnTimeout: 1s
killTimeout: 10s
quickwindow:
checkInterval: 2s
warnTimeout: 35ms
killTimeout: 10s
wayland:
checkInterval: 5s
warnTimeout: 1s
killTimeout: 10s
|