From fd62e34140318faf1eadc74c9e02451eab6266c4 Mon Sep 17 00:00:00 2001 From: vasilito Date: Mon, 29 Jun 2026 14:46:46 +0300 Subject: [PATCH] =?UTF-8?q?build:=20redbear-greeter=20=E2=86=92=20ignore?= =?UTF-8?q?=20(strtold=20blocker)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GCC ::strtold needs proper long double impl in relibc. Greeter binary won't be in ISO; login falls back to console. --- config/redbear-full.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/redbear-full.toml b/config/redbear-full.toml index ed41461111..6f17cbe122 100644 --- a/config/redbear-full.toml +++ b/config/redbear-full.toml @@ -136,7 +136,7 @@ kwin = {} redbear-authd = {} redbear-session-launch = {} seatd = {} -redbear-greeter = {} +redbear-greeter = "ignore" pam-redbear = {} sddm = {} amdgpu = {}