diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -174,6 +174,14 @@ To fix this, install libfuse2 as follows: sudo apt install libfuse2 ``` +Under wayland, experimental native wayland support can be enabled with the command-line switch `--ozone-platform-hint` set to `auto`: + +``` +./jitsi-meet-x86_64.AppImage --ozone-platform-hint=auto +``` + +Note that screensharing is currently not supported under wayland, eg. the permissions prompt may loop endlessly. + In case you experience a blank page after jitsi server upgrades, try removing the local cache files: ``` |