Greeting,
When running a Java application that uses jSystemThemeDetector, we notice an unsually high CPU usage from the "GTK Theme Detec" thread that is part of GnomeThemeDetector.
This occurs within a Ubuntu VM runnings with Windows Subsystem for Linux (WSL).
Debugging shows that the thread tries running a gsettings command since that command is available. The command exit immediately, but the thread keeps running in a (very) busy loop.
I'll submit a PR to fix this shortly.
Regards,
Guillaume
Greeting,
When running a Java application that uses jSystemThemeDetector, we notice an unsually high CPU usage from the "GTK Theme Detec" thread that is part of
GnomeThemeDetector.This occurs within a Ubuntu VM runnings with Windows Subsystem for Linux (WSL).
Debugging shows that the thread tries running a
gsettingscommand since that command is available. The command exit immediately, but the thread keeps running in a (very) busy loop.I'll submit a PR to fix this shortly.
Regards,
Guillaume