Skip to content

Make mycroft integration completely user and distro configurable

Aditya Mehra requested to merge work/mycroft-integration-configurable into master
  • Users / Distributions can choose to enable/disable all parts of Mycroft from within the bigscreen settings KCM by turning the Mycroft Integration check on/off.
  • Mycroft integration is and will remain enabled by default
  • Distributions can ship a configuration file in /etc/xdg/bigscreen with the following to have Mycroft disabled by default
[General]
MycroftEnabled=false
  • Disabling Mycroft will result in the voice applications section being set to invisible, Mycroft Skill Installer settings delegate set to invisible, Status Indicator and Mycroft Window will be unloaded and any socket setup disconnected.

mycroft-integration

Merge request reports