From a4b5539baa5c5869ebbc9a5d63fd860f8c34ad90 Mon Sep 17 00:00:00 2001 From: 11backslashes <11backslashes@protonmail.com> Date: Fri, 12 Jun 2026 15:39:15 -0600 Subject: [PATCH] wiki: Add instructions for working around JetBrains Idea crash when opening the settings window under Wayland. --- docs/wiki/Application-Issues.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/wiki/Application-Issues.md b/docs/wiki/Application-Issues.md index a0c50b73..4e64998d 100644 --- a/docs/wiki/Application-Issues.md +++ b/docs/wiki/Application-Issues.md @@ -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]