jSystemThemeDetector icon indicating copy to clipboard operation
jSystemThemeDetector copied to clipboard

Use the org.freedesktop.appearance interface to implement a desktop-agnostic solution on Linux.

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

The current implementation relies on GNOME-specific interfaces, which may introduce unnecessary dependencies or fail to work properly on certain desktop environments. Using the org.freedesktop.appearance interface provides a desktop-agnostic solution.

For reference, see the following links: https://flatpak.github.io/xdg-desktop-portal/docs/doc-org.freedesktop.portal.Settings.html

c-xk avatar Jun 02 '25 13:06 c-xk