From 180b4562afff73e17272aa08ba88f118dc638241 Mon Sep 17 00:00:00 2001 From: Anuj Solanki Date: Tue, 8 Oct 2024 22:37:29 +0200 Subject: 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 --- .../voiceagent-app/files/agl-app-flutter@flutter_voiceassistant.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-offline-voice-agent/recipes-assistant/voiceagent-app/files/agl-app-flutter@flutter_voiceassistant.service') 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 -- cgit 1.2.3-korg