diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-10-08 23:26:20 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-10-08 23:26:20 +0200 |
commit | edaa8f96980dc9483ce355218db1526b2d47fe6b (patch) | |
tree | feb4caeda6fe972ef9f221c12e46d9b34eec86e7 /docs/TROUBLESHOOTING.md | |
parent | 081b7b0c87b03fbb2a5268b8c3f94a5890cfba1b (diff) | |
parent | 10e2b6f0c5e1b7bcd7e36f08f47e5c3d21f4dc5f (diff) | |
download | FlightCore-edaa8f96980dc9483ce355218db1526b2d47fe6b.tar.gz FlightCore-edaa8f96980dc9483ce355218db1526b2d47fe6b.zip |
Merge branch 'main' into feat/upgrade-to-packgesfeat/upgrade-to-packges
Diffstat (limited to 'docs/TROUBLESHOOTING.md')
-rw-r--r-- | docs/TROUBLESHOOTING.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md index d36b1e1f..2878dac1 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 @@ -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 +``` |