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.
This commit is contained in:
Luna Nova
2026-01-15 12:44:29 -08:00
parent aa5c6809f2
commit cc95c3128a
+3 -1
View File
@@ -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