From d709cdd8291cdab2e3fbfc979025e1de2005d332 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Mon, 20 Mar 2017 09:22:04 -0500 Subject: [PATCH] nixos/plasma5: do not set kimpanel as default IBus panel kimpanel does not show installed IBus engines or allow switching input methods. kimpanel does show configured keyboard layouts through kxkb, so I believe there is some problem communicating with IBus. No error messages are produced in the log and I have been unable to discover the cause. I have no intention of continuing to work on kimpanel at this time, so it should be disabled. The GTK+ 3-based panel provided by IBus is perfectly serviceable in the interim. --- nixos/modules/services/x11/desktop-managers/plasma5.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nixos/modules/services/x11/desktop-managers/plasma5.nix b/nixos/modules/services/x11/desktop-managers/plasma5.nix index bc6e728169b..f923d86265f 100644 --- a/nixos/modules/services/x11/desktop-managers/plasma5.nix +++ b/nixos/modules/services/x11/desktop-managers/plasma5.nix @@ -225,11 +225,6 @@ in security.pam.services.sddm.enableKwallet = true; security.pam.services.slim.enableKwallet = true; - # use kimpanel as the default IBus panel - i18n.inputMethod.ibus.panel = - lib.mkDefault - "${plasma5.plasma-desktop}/lib/libexec/kimpanel-ibus-panel"; - }) ];