OpenVoiceOS / ovos-gui

ovos-core metapackage for gui daemon
Apache License 2.0
1 stars 2 forks source link

ovos-core must be restarted to re-upload QML files #28

Closed goldyfruit closed 9 months ago

goldyfruit commented 10 months ago

If ovos-gui-wbesocket service is restarted then all the QML files are removed, the service doesn't re-upload the files automatically.

The only way to get them populated again is to restart the ovos-core service.

NeonDaniel commented 9 months ago

On service init, check if the skills service is already ready and set that event instead of waiting for mycroft.skills.trained (which will have already been sent).

As discussed on Matrix