From 99ec4a4cc1cbbf344c3adae2fa9b0bd7027fa27b Mon Sep 17 00:00:00 2001 From: Cali Date: Fri, 17 Mar 2023 20:41:48 -0300 Subject: [PATCH] Add Electron flickering fix documentation --- pages/Useful Utilities/App-Clients.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/Useful Utilities/App-Clients.md b/pages/Useful Utilities/App-Clients.md index 469046a..61e387e 100644 --- a/pages/Useful Utilities/App-Clients.md +++ b/pages/Useful Utilities/App-Clients.md @@ -47,3 +47,11 @@ Pick your poison. Much like Discord, Element is known to have a lot of problems as a result of being based on Electron. Fractal currently doesn't support VoIP calling, but all other features are supported, including E2EE and cross-device verification. + +## Electron + +Electron apps have a lot of issues on their own, and it gets specially bad in wayland, in the majaority of cases you might experience flickering/rubber banding, those can be fixed by running the apps with: + +```bash +--ozone-platform-hint=auto +```