wiki: Add instructions for working around JetBrains Idea crash when

opening the settings window under Wayland.
This commit is contained in:
11backslashes
2026-06-12 15:39:15 -06:00
committed by Ivan Molodetskikh
parent 6f1a2c5f0e
commit a4b5539baa
+2
View File
@@ -33,6 +33,8 @@ JetBrains IDEs can run directly on Wayland, but it's not the default.
For JetBrainsRuntime > 17, you can set the flag `-Dawt.toolkit.name=WLToolkit` inside of `help -> edit custom vm options -> add`.
If the settings window fails to load under Wayland, and the UI becomes unresponsive afterwards, also set the flag `-Dsun.awt.wl.WindowDecorationStyle=builtin` in the custom vm options. This gives the settings window a titlebar, but it at least makes the IDE functional.
### WezTerm
> [!NOTE]