mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:04:06 +01:00
nixos/i18n.inputMethod.ibus: add KDE to NotShowIn for ibusAutostart (#480471)
This commit is contained in:
commit
f93a210e63
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue