aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristoph Settgast <csett86@web.de>2022-08-12 07:46:41 +0200
committerGitHub <noreply@github.com>2022-08-12 07:46:41 +0200
commit27f663a98f1331d5b9622c566c9516f8cd0983c9 (patch)
treea985ced7887e38a0dedcb6b3649bdc44b8d88297 /README.md
parenteb95561b576d3420f98710e3fd315bb9858a24d0 (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.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index e6b6baf..fbede67 100644
--- a/README.md
+++ b/README.md
@@ -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:
```