Platform preferences do not update on newer KDE systems

Thiago Milczarek Sayão thiago.sayao at gmail.com
Mon Feb 16 22:13:59 UTC 2026


Some settings are synced between gnome and kde, but the gtk theme seems to
not be.

Probably because that is not guaranteed that gtk will have the same kde
theme option 1:1.

On my KDE Testing VM, there is a gtk theme option on Global Theme -> System
Application Style -> Configure GNOME/GTK Application Style.

Gtk maps dconf setting /org/gnome/desktop/interface/gtk-theme to the
gtk-theme-name signal.

You can see it change with:
dconf watch /org/gnome/desktop/interface/gtk-theme

Em seg., 16 de fev. de 2026 às 14:50, Michael Strauß <
michaelstrau2 at gmail.com> escreveu:

> Change detection on Linux works by listening to the
> notify::gtk-theme-name signal (in PlatformSupport.h/cpp). The
> g_signal_connect_data documentation states that a warning is emitted
> if a signal name doesn't exist. Do you see anything of that sort in
> the console?
>
>
> On Mon, Feb 16, 2026 at 6:37 PM Christopher Schnick <crschnick at xpipe.io>
> wrote:
> >
> > I have the problem on 2 separate KDE systems now where the Platform
> preferences map is not updated at runtime on KDE. The values on startup
> seem to be correct though.
> >
> > My main testing system is a Debian 13 forky/sid testing system with KDE
> version 6.5.3 from plasmashell -v.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/openjfx-dev/attachments/20260216/f48d414e/attachment.htm>


More information about the openjfx-dev mailing list