When Compose is running on Linux with XOrg, the Swing UI thread is blocked while the display is in power saving mode. This doesn't happen with plain Swing. Here's a minimal test app that can be used to reproduce the issue and show that it doesn't happen with plain Swing:
I can reproduce the issue locally with my laptop's internal display or an external monitor, and a colleague can also reproduce it, but I guess it may be hardware-specific in some way.
Thanks for making this amazing UI framework. :-)
When Compose is running on Linux with XOrg, the Swing UI thread is blocked while the display is in power saving mode. This doesn't happen with plain Swing. Here's a minimal test app that can be used to reproduce the issue and show that it doesn't happen with plain Swing:
https://code.briarproject.org/akwizgran/ui-thread-blocked
I can reproduce the issue locally with my laptop's internal display or an external monitor, and a colleague can also reproduce it, but I guess it may be hardware-specific in some way.