diff options
author | Christoph Settgast <csett86@web.de> | 2022-07-04 09:58:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-04 09:58:38 +0200 |
commit | 6a1f2a36453c20063ee6a898f8a387797804796d (patch) | |
tree | a6f95bf48345cef8318dc13324ff1a1337d6ad54 /README.md | |
parent | 6c9d40a9b91ce2d381ba28acd0db8d450ea141e2 (diff) |
README: Add instructions how to clean the cache (#767)
Closes: #649
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -174,6 +174,12 @@ To fix this, install libfuse2 as follows: sudo apt install libfuse2 ``` +In case you experience a blank page after jitsi server upgrades, try removing the local cache files: + +``` +rm -rf ~/.config/Jitsi\ Meet/ +``` + <details><summary>NOTE for old GNU/Linux distributions</summary> You might get the following error: |