JetBrains / JetBrainsRuntime

Runtime environment based on OpenJDK for running IntelliJ Platform-based products on Windows, macOS, and Linux
GNU General Public License v2.0
1.35k stars 198 forks source link

JBR-6830 Poor performance with KDE Plasma 6 X11 #410

Closed mkartashev closed 4 months ago

mkartashev commented 4 months ago

JBR-6830 Poor performance with KDE Plasma 6 X11

The X11 variant of KWin 6.* under certain circumstances starts sending dozens PropertyChange events for NET_DESKTOP_GEOMETRY per second. This slows things down not just for IDEA, but other X11 applications as well (probably because of requests issued by JBR in response to that event). So the real problem is with KWin.

This is a workaround until the KWin issue is fixed. It was verified by several users who reported back that the workaround worked for them.

mkartashev commented 4 months ago

Merged into main