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.
This commit is contained in:
Thomas Tuegel 2017-03-20 09:22:04 -05:00
parent ed59de18b5
commit d709cdd829
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -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";
})
];