From 1d32de57d58e58055528c4bfdb277e187352cd18 Mon Sep 17 00:00:00 2001 From: j1nx Date: Tue, 6 Apr 2021 15:57:22 +0200 Subject: [PATCH] Always stop the splash screen when mycroft-gui kicks in --- .../package/mycroft-splash/mycroft-splash-quit.service | 2 +- buildroot-external/package/ovos-splash/ovos-splash-quit.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildroot-external/package/mycroft-splash/mycroft-splash-quit.service b/buildroot-external/package/mycroft-splash/mycroft-splash-quit.service index 65fc6d3d..3ef54b42 100644 --- a/buildroot-external/package/mycroft-splash/mycroft-splash-quit.service +++ b/buildroot-external/package/mycroft-splash/mycroft-splash-quit.service @@ -1,7 +1,7 @@ [Unit] Description=Terminate Mycroft splash boot Screen -After=mycroft-splash-start.service After=mycroft-messagebus.service +After=mycroft-gui.service [Service] Type=oneshot diff --git a/buildroot-external/package/ovos-splash/ovos-splash-quit.service b/buildroot-external/package/ovos-splash/ovos-splash-quit.service index ef35562a..fd443083 100644 --- a/buildroot-external/package/ovos-splash/ovos-splash-quit.service +++ b/buildroot-external/package/ovos-splash/ovos-splash-quit.service @@ -1,7 +1,7 @@ [Unit] Description=Terminate OVOS splash boot Screen -After=ovos-splash-start.service After=mycroft-messagebus.service +After=mycroft-gui.service [Service] Type=oneshot