From 46f6e973ccff8d827019c32415da58327a61457f Mon Sep 17 00:00:00 2001 From: ckoch Date: Mon, 13 Jul 2026 12:12:20 -0400 Subject: [PATCH] =?UTF-8?q?default-flatpaks:=20notify=20off=20=E2=80=94=20?= =?UTF-8?q?module's=20notify=20path=20breaks=20multi-user?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The v1 module's post-install notification runs `sudo -u` with every human user newline-joined into a single name ("kid\nparent"), which fails and kills the service mid-install on any box with two accounts. Hit on first hardware boot; apps after the first never installed. Co-Authored-By: Claude Fable 5 --- recipes/bc250-console-gnome.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes/bc250-console-gnome.yml b/recipes/bc250-console-gnome.yml index 1a40eb4..eaee5b6 100644 --- a/recipes/bc250-console-gnome.yml +++ b/recipes/bc250-console-gnome.yml @@ -28,7 +28,11 @@ modules: - dconf update # compile the local.d/gdm.d console defaults into the dconf dbs - type: default-flatpaks@v1 - notify: true + # notify: true is broken on multi-user systems (kid + parent): the + # module's per-app notification does `sudo -u` with all users mashed + # into one newline-joined string -> "unknown user" -> service fails + # mid-install. Seen on first hardware boot 2026-07-13. + notify: false system: install: - net.davidotek.pupgui2 # ProtonUp-Qt: Proton-GE manager