From 45310854a8ea591691f1e1b40abc02d4922d324f Mon Sep 17 00:00:00 2001
From: j1nx
Date: Mon, 27 Jul 2020 15:21:29 +0200
Subject: [PATCH] MycroftOS: Fix error in mycroft-gui.service file.
---
buildroot-external/package/mycroft-service/mycroft-gui.service | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildroot-external/package/mycroft-service/mycroft-gui.service b/buildroot-external/package/mycroft-service/mycroft-gui.service
index ffeec906..f41b58a5 100644
--- a/buildroot-external/package/mycroft-service/mycroft-gui.service
+++ b/buildroot-external/package/mycroft-service/mycroft-gui.service
@@ -17,7 +17,7 @@ Environment=XDG_DATA_DIRS=/usr/share/icons:/usr/share/kf5:$XDG_DATA_DIRS
Environment=LD_LIBRARY_PATH=/usr/lib
Environment=LIBEXEC_PATH=/usr/lib/libexec:/usr/lib/libexec/kf5
Environment=QML2_IMPORT_PATH=/usr/lib/qml
-ExecPreStart=/usr/bin/sh -c 'export $(dbus-launch)'
+ExecStartPre=/usr/bin/sh -c 'export $(dbus-launch)'
ExecStart=mycroft-gui-app --hideTextInput --maximize
StandardOutput=null
Restart=on-failure