diff options
author | Anuj Solanki <anuj603362@gmail.com> | 2024-10-08 22:37:29 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-10-10 06:39:38 +0000 |
commit | 180b4562afff73e17272aa08ba88f118dc638241 (patch) | |
tree | 564cc3981bef5ca41b2a992ec3f8185d3e6bae46 /meta-offline-voice-agent/recipes-assistant/voiceagent-app/files | |
parent | 5406db62a6f753155050f00f68e09a71decf070d (diff) |
Update snips-nlu-parsers and Bug fix
- Updated snips-nlu-parsers to support the new snips model.
- Update flutter-voiceassistant app service.
Bug-AGL: SPEC-5200
Change-Id: I9b835a2af37108b15262474da1c5fc95fe3fa335
Signed-off-by: Anuj Solanki <anuj603362@gmail.com>
Diffstat (limited to 'meta-offline-voice-agent/recipes-assistant/voiceagent-app/files')
-rw-r--r-- | meta-offline-voice-agent/recipes-assistant/voiceagent-app/files/agl-app-flutter@flutter_voiceassistant.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-offline-voice-agent/recipes-assistant/voiceagent-app/files/agl-app-flutter@flutter_voiceassistant.service b/meta-offline-voice-agent/recipes-assistant/voiceagent-app/files/agl-app-flutter@flutter_voiceassistant.service index 101326b3..889c5768 100644 --- a/meta-offline-voice-agent/recipes-assistant/voiceagent-app/files/agl-app-flutter@flutter_voiceassistant.service +++ b/meta-offline-voice-agent/recipes-assistant/voiceagent-app/files/agl-app-flutter@flutter_voiceassistant.service @@ -6,4 +6,4 @@ Type=simple User=agl-driver EnvironmentFile=/etc/default/flutter Environment=XDG_RUNTIME_DIR=/run/user/1001/ -ExecStart=/usr/bin/flutter-auto --b=/flutter/flutter_voiceassistant/${FLUTTER_VERSION}/${FLUTTER_RUNTIME} --xdg-shell-app-id=flutter_voiceassistant +ExecStart=/usr/bin/flutter-auto -b /usr/share/flutter/flutter_voiceassistant/${FLUTTER_VERSION}/${FLUTTER_RUNTIME} --xdg-shell-app-id flutter_voiceassistant |