Skip to content

Commit

Permalink
nixos/plasma5: do not set kimpanel as default IBus panel
Browse files Browse the repository at this point in the history
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.

(cherry picked from commit d709cdd)
  • Loading branch information
ttuegel committed Mar 20, 2017
1 parent 96d99cc commit 9f4e6cd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nixos/modules/services/x11/desktop-managers/plasma5.nix
Expand Up @@ -230,11 +230,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";

})
];

Expand Down

0 comments on commit 9f4e6cd

Please sign in to comment.