From 1ca28ad1e90a4f02241bc55dc46bb1ea9619139a Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Sat, 5 Aug 2023 13:39:00 +0200 Subject: docs: Update own Discord user name Switch from version using discriminator to new username --- docs/TROUBLESHOOTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/TROUBLESHOOTING.md') diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md index d36b1e1f..bf548cd6 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/TROUBLESHOOTING.md @@ -1,6 +1,6 @@ # Troubleshooting -Got an issue with FlightCore? Hopefully one of the steps below will help you resolve it. If not open an [issue on GitHub](https://github.com/R2NorthstarTools/FlightCore/issues/new) or ping `Gecko#7945` on the Northstar Discord. +Got an issue with FlightCore? Hopefully one of the steps below will help you resolve it. If not open an [issue on GitHub](https://github.com/R2NorthstarTools/FlightCore/issues/new) or ping `@geckoeidechse` on the Northstar Discord. ## FlightCore won't launch -- cgit v1.2.3 From f3c749f4a8dbb8953cf392604b077f1547400ae0 Mon Sep 17 00:00:00 2001 From: Joshua Salzedo Date: Mon, 18 Sep 2023 04:45:11 -0700 Subject: docs: Mention workaround for blank window on Linux (#572) Add entry to troubleshooting page addressing a blank window issue on Linux. See #571 for more info. --- docs/TROUBLESHOOTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/TROUBLESHOOTING.md') diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md index bf548cd6..2878dac1 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/TROUBLESHOOTING.md @@ -18,3 +18,14 @@ https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section (make sure to select _Evergreen Bootstrapper_ -> _Download_). +## Linux + +### FlightCore launches, but the main window is blank +This may be caused by tauri-apps/tauri#5143 + +Try setting this environment variable when starting FlightCore: +`WEBKIT_DISABLE_COMPOSITING_MODE=1` + +```bash +WEBKIT_DISABLE_COMPOSITING_MODE=1 ./flight-core.AppImage +``` -- cgit v1.2.3