summaryrefslogtreecommitdiffstats
path: root/getting-started/troubleshooting.md
diff options
context:
space:
mode:
Diffstat (limited to 'getting-started/troubleshooting.md')
-rw-r--r--getting-started/troubleshooting.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/getting-started/troubleshooting.md b/getting-started/troubleshooting.md
index 274456d..4438e57 100644
--- a/getting-started/troubleshooting.md
+++ b/getting-started/troubleshooting.md
@@ -60,7 +60,7 @@ File: /etc/xdg/weston/weston.ini
Line: transform=90
```
-## Disabling Homescreen in AGL 3.0.x CC release
+## Disabling Homescreen in AGL 4.0.x DD release
**Problem**: new installed applications are not available on Homescreen and even if started manually through afm-util, the application starts but no surface appears.
@@ -77,7 +77,7 @@ To disable IVI-Shell and revert to the "plain old" weston desktop, you can follo
...
```
-* modify */usr/lib/systemd/user/afm-user-daemon.service* and comment the line specifying QT Wayland backend:
+* modify */etc/afm/unit.env.d/qt-for-ivi-shell* and comment the line specifying QT Wayland backend:
```bash
...
@@ -85,13 +85,12 @@ To disable IVI-Shell and revert to the "plain old" weston desktop, you can follo
...
```
+(If you use vi, remove backup files by `rm /etc/afm/unit.env.d/*~`)
+
* disable Homescreen services:
```bash
- # systemctl disable HomeScreenAppFrameworkBinderAGL.service
- # systemctl disable HomeScreen.service
- # systemctl disable InputEventManager.service
- # systemctl disable WindowManager.service
+ # systemctl --user mask HomeScreen.service
```
-* Reboot your target and you should then be able to start apps on the standard weston screen using afm-util \ No newline at end of file
+* Reboot your target and you should then be able to start apps on the standard weston screen using afm-util