diff options
author | Christoph Settgast <csett86@web.de> | 2022-08-12 07:46:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-12 07:46:41 +0200 |
commit | 27f663a98f1331d5b9622c566c9516f8cd0983c9 (patch) | |
tree | a985ced7887e38a0dedcb6b3649bdc44b8d88297 /README.md | |
parent | eb95561b576d3420f98710e3fd315bb9858a24d0 (diff) |
feat(wayland): enable titlebar when running under wayland (#766)
Use with --ozone-platform-hint=auto to enable
Closes: #683
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: ``` |