jSystemThemeDetector icon indicating copy to clipboard operation
jSystemThemeDetector copied to clipboard

In the GNOME environment, after exiting the application, the gsettings monitor org.gnome.desktop.interface process becomes a zombie process.

Open c-xk opened this issue 6 months ago • 0 comments

I don't know if this issue exists in other environments, but it can be consistently reproduced in the GNOME environment.

Steps to Reproduce:

  1. Run GuiDemo or OsThemeDetectorDemo
  2. Observe the spawned processes

Image

  1. Close the GUI window or terminate the demo
  2. Check whether the processes observed in step 2 have terminated

Image

Expected Result: All processes observed in step 2 should terminate.

Observed Result: The gsettings process does not terminate. Each time the demo is run, a new gsettings process is created.

JDK: liberica-full-11.0.27

OS: Arch Linux

c-xk avatar Jun 01 '25 15:06 c-xk