From 4c677e02669d741dad511cb2ad039ebd5f7a529f Mon Sep 17 00:00:00 2001 From: Maxime Rijnders Date: Sun, 21 Sep 2025 11:53:29 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index b1758dc..5f33978 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,22 @@ If `GDK_BACKEND=x11` doesn't work, one could try the following instead: env MOZ_ENABLE_WAYLAND=0 thunderbird ``` +## Forcing the companion app to use a different platdorm + +You can force the companion app to use a different platform by using: + +```bash +export QT_QPA_PLATFORM=< wayland | xcb | ... > +``` + +before starting Thunderbird in the same shell. + +Or start SysTray-X by using: +```bash +SysTray-X -platform < wayland | xcb | ... > +``` + + ## Linux distributions ### openSuSE