OpenVoiceOS / ovos-gui

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

:tada: - GUI plugin #11

Closed JarbasAl closed 1 year ago

JarbasAl commented 1 year ago

only service containing hardcoded platform specific integration is ovos-gui

needs https://github.com/OpenVoiceOS/ovos-plugin-manager/pull/151

OpenVoiceOS/ovos-gui-plugin-shell-companion OpenVoiceOS/ovos-gui-plugin-mobile OpenVoiceOS/ovos-gui-plugin-bigscreen OpenVoiceOS/ovos-gui-plugin-plasmoid

codecov[bot] commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (dev@502dec0). Click here to learn what that means. The diff coverage is n/a.

:exclamation: Current head 85b5b6e differs from pull request most recent head 593ede2. Consider uploading reports for the commit 593ede2 to get more accurate results

@@          Coverage Diff           @@
##             dev      #11   +/-   ##
======================================
  Coverage       ?   42.60%           
======================================
  Files          ?       10           
  Lines          ?      784           
  Branches       ?        0           
======================================
  Hits           ?      334           
  Misses         ?      450           
  Partials       ?        0           
NeonDaniel commented 1 year ago

Testing under Neon and I don't ever see the GUI display on screen

(venv) neon@neon:~$ cat logs/gui.log 
2023-05-25 09:46:29.647 - gui - ovos_gui.bus:create_gui_service:52 - INFO - Starting message bus for GUI...
2023-05-25 09:46:29.689 - gui - ovos_gui.bus:create_gui_service:65 - INFO - GUI Message bus started!
2023-05-25 09:46:29.692 - gui - ovos_gui.namespace:_get_idle_display_config:383 - INFO - Getting Idle Skill From Config
2023-05-25 09:46:29.696 - gui - ovos_gui.namespace:_get_active_gui_extension:393 - INFO - Getting GUI Extension From Config
2023-05-25 09:46:30.340 - gui - ovos_gui.service:_init_bus_client:50 - INFO - Connected to messagebus
2023-05-25 09:46:30.365 - gui - ovos_gui.extensions:activate_extension:40 - INFO - Extensions Manager: Activating Extension ovos-gui-plugin-shell-companion
2023-05-25 09:46:30.399 - gui - ovos_gui.extensions:activate_extension:51 - INFO - Extensions Manager: Activated Extension ovos-gui-plugin-shell-companion
2023-05-25 09:46:30.429 - gui - ovos_bus_client.session:reset_default_session:225 - INFO - New Default Session Start: c235713b-30f4-4f1e-97c3-01d1c72a19b2
2023-05-25 09:46:30.446 - gui - ovos_bus_client.session:reset_default_session:225 - INFO - New Default Session Start: 490a7068-8964-4f68-89e9-1b46f727f4c6
2023-05-25 09:46:30.600 - gui - neon_gui.service:wrapper:46 - INFO - Updated GUI About Data
2023-05-25 09:46:33.679 - gui - ovos_gui.namespace:handle_client_connected:741 - INFO - GUI with ID {20243ee1-5628-4455-9987-4fef00f091c7} connected to core message bus
2023-05-25 09:46:33.846 - gui - ovos_gui.bus:open:89 - INFO - New Connection opened!
2023-05-25 09:47:21.795 - gui - ovos_plugin_manager.templates.gui:handle_remove_namespace:51 - INFO - Got Clear Namespace Event In Skill
2023-05-25 09:47:23.170 - gui - ovos_plugin_manager.templates.gui:handle_remove_namespace:51 - INFO - Got Clear Namespace Event In Skill
NeonDaniel commented 1 year ago

Working with https://github.com/OpenVoiceOS/ovos-utils/pull/158