From cc95c3128ac7cd2293e26124e39eb9036aa8b1d5 Mon Sep 17 00:00:00 2001 From: Luna Nova Date: Thu, 15 Jan 2026 12:41:33 -0800 Subject: [PATCH] nixos/i18n.inputMethod.ibus: add KDE to NotShowIn for ibusAutostart ibus on KDE should not be started automatically in this fashion, ibus will pop up an obtrusive notification on start asking to be added to KDE's virtual keyboard setting instead. --- nixos/modules/i18n/input-method/ibus.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixos/modules/i18n/input-method/ibus.nix b/nixos/modules/i18n/input-method/ibus.nix index aec11b2362fc..eafd949efd73 100644 --- a/nixos/modules/i18n/input-method/ibus.nix +++ b/nixos/modules/i18n/input-method/ibus.nix @@ -25,7 +25,9 @@ let Type=Application Exec=${ibusPackage}/bin/ibus-daemon --daemonize --xim ${impanel} # GNOME will launch ibus using systemd - NotShowIn=GNOME; + # ibus complains loudly when launched from this autoStart file under KDE + # KDE will launch ibus from kwin if enabled in keyboard -> virtual keyboard + NotShowIn=GNOME;KDE; ''; }; in