Skip to content

Commit 78b92bd

Browse files
committed
systray: Hide IBUS applet
IBUS is integrated into Cinnamon now. Cinnamon keyboard settings and applet know the layouts, IBUS itself ( ibus-setup and the IBUS applet) does now. Note: This already worked in Mint 22.x and prior releases, but it looks like the IBUS applet name changed upstream in LMDE 7 (IBUS 1.5.32).
1 parent 8842b16 commit 78b92bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

files/usr/share/cinnamon/applets/[email protected]/applet.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class CinnamonKeyboardApplet extends Applet.Applet {
5858
try {
5959
this.metadata = metadata;
6060
Main.systrayManager.registerTrayIconReplacement("keyboard", metadata.uuid);
61+
Main.systrayManager.registerTrayIconReplacement("input-method", metadata.uuid);
6162

6263
this.menuManager = new PopupMenu.PopupMenuManager(this);
6364
this.menu = new Applet.AppletPopupMenu(this, orientation);

0 commit comments

Comments
 (0)