From 5c83b52727dddb2bac2c33efaf7f3057b38c0415 Mon Sep 17 00:00:00 2001 From: Bernardo Magri Date: Mon, 15 Jun 2026 16:47:59 +0100 Subject: [PATCH] docs: mark the GTK/Qt color-scheme portal confirmed in a live session Verified this session in headless QEMU: the org.freedesktop.appearance color-scheme portal reads 1 on a dark theme and 2 after switching to a light one, so the dconf value reaches GTK4/Qt apps. Removes the stale "needs a live session to confirm" note. Co-Authored-By: Claude Opus 4.8 --- docs/ROADMAP.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index e7dcb69..add171c 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -350,5 +350,8 @@ how to override it. Items marked ✓ are shipped. dark. `stylix.nix` now sets `dconf` `org/gnome/desktop/interface color-scheme` = `prefer-light`/`prefer-dark` from `t.mode` (xdg-desktop-portal-gtk already ships, and `programs.dconf` is on - system-side), so libadwaita/Qt follow the palette. Needs a live session - to confirm the portal picks it up for all apps. + system-side), so libadwaita/Qt follow the palette. Confirmed in a live + session (headless QEMU): the portal's `org.freedesktop.appearance` + `color-scheme` reads `1` on a dark theme and flips to `2` after switching + to a light one (catppuccin-latte) — so xdg-desktop-portal-gtk does relay + the dconf value GTK4/Qt apps read.