ovos-core gui service daemon
Project description
OVOS GUI MessageBus
GUI messagebus service, manages GUI state and implements the gui protocol
GUI clients (the application that actually draws the GUI) connect to this service
Configuration
under mycroft.conf
{
"gui": {
// Override: SYSTEM (set by specific enclosures)
// Uncomment or add "idle_display_skill" to set initial homescreen
// "idle_display_skill": "skill-ovos-homescreen.openvoiceos",
// Extensions are plugins that provide additional GUI platform support for specific devices
// eg, if using ovos-shell you should set extension to "ovos-gui-plugin-shell-companion"
"extension": "generic",
// Default generic extension can provide homescreen functionality if enabled
"generic": {
"homescreen_supported": false
},
// Optionally specify a default qt version for connected clients that don't report it
// NOTE: currently only QT5 clients exist
"default_qt_version": 5
},
// The GUI messagebus websocket. Once port is created per connected GUI
"gui_websocket": {
"host": "0.0.0.0",
"base_port": 18181,
"route": "/gui",
"ssl": false
}
}
Plugins
plugins provide platform specific GUI functionality, such as determining when to show a homescreen or close a window
you should usually not need any of these unless instructed to install it from a GUI client application
- https://github.com/OpenVoiceOS/ovos-gui-plugin-shell-companion
- https://github.com/OpenVoiceOS/ovos-gui-plugin-mobile
- https://github.com/OpenVoiceOS/ovos-gui-plugin-plasmoid
- https://github.com/OpenVoiceOS/ovos-gui-plugin-bigscreen
Limitations
gui resources files are populated under ~/.cache/mycrot/ovos-gui by skills and other OVOS components and are expectd to be accessible by GUI client applications
This means GUI clients are expected to be running under the same machine or implement their own access to the resource files (resolving page names to uris is the client app responsibility)
TODO: new repository with the removed GUI file server, serve files from
~/.cache/mycrot/ovos-guito be handled by client apps
In case of containers a shared volume should be mounted between ovos-gui, skills and gui client apps
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ovos_gui-1.3.4.tar.gz.
File metadata
- Download URL: ovos_gui-1.3.4.tar.gz
- Upload date:
- Size: 35.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1a4214cb4b1adf4dcaecd875bad161937b90e40c1501d61adf0fec3d91c9a77
|
|
| MD5 |
cb1554f133baa403c1b4dbc4c5eeee38
|
|
| BLAKE2b-256 |
dfd7aae9af699da0e23047b58d480baf37f159dc7d14740bf7cc0e6a4b9c8ff1
|
File details
Details for the file ovos_gui-1.3.4-py3-none-any.whl.
File metadata
- Download URL: ovos_gui-1.3.4-py3-none-any.whl
- Upload date:
- Size: 47.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7272a2fb4e4e6ee7f07673df6b3b54fbd51cc5c8c24fb44016f5703bccc578f1
|
|
| MD5 |
0bac720fcc743fed9fb50d9ec6cd277b
|
|
| BLAKE2b-256 |
8c4b4ca834fb02427a137fb21e006cefeea6e100ccbf71e3eed780b2546c85a1
|