NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.63k stars 13.78k forks source link

ibus emoji picker #98148

Open wmertens opened 4 years ago

wmertens commented 4 years ago

I have this in my config:

{
  i18n.inputMethod.enabled = "ibus";
  i18n.inputMethod.ibus.engines = with pkgs.ibus-engines; [
    typing-booster
    uniemoji
  ];
}

When I use the ctrl-shift-e shortcut, it behaves very erratically, doesn't show a dropdown, laggy etc. When I use the uniemoji input method, everything is fine.

cc @ericsagnes

stale[bot] commented 3 years ago

I marked this as stale due to inactivity. → More info

pasqui23 commented 2 years ago

It seems that the ibus does not stay open in the background. Its icon is not present in the system tray and while I can start it by opening the ibus preferences window it stop as soon as I close that window.

pasqui23 commented 2 years ago
sc --user status  app-ibus\x2ddaemon@autostart.service                                                                                                                                                                                                           
Unit app-ibusx2ddaemon@autostart.service could not be found.
sc cat --user app-ibus\x2ddaemon@autostart.service                                                                                                                                                                                                               
No files found for app-ibusx2ddaemon@autostart.service.

Despite the fact the same unit can be found with sc list-unit-files --user as generated unit.