diff --git a/README.md b/README.md index d1c0a12..edb0fc0 100644 --- a/README.md +++ b/README.md @@ -139,4 +139,7 @@ Having trouble or facing issues with Mycroft GUI ? You can use the below guide t - Run `mycroft-enclosure-client` This will start the client and show Debug() messages on the console. +### Fullscreen Mode for ovos-gui-app +On some Linux OSs using Wayland as the Window Manager, the `ovos-gui-app` doesn't natively run in fullscreen mode. One possible solution is to change the `QT_QPA_PLATFORM` variable from something like `wayland;xcb` to `eglfs` in the systemd unit file located in `/home//.config/systemd/user`. + ##