From a3dce3709408e12d886764675933a13f1de08d72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 8 Sep 2025 14:16:51 +0200 Subject: [PATCH] window-list: Adjust to renamed gesture The action to bring up the OSK is now gesture-based, and was therefore renamed. Closes: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/576 Part-of: --- extensions/window-list/extension.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/window-list/extension.js b/extensions/window-list/extension.js index b2eba4c9..cb885fe5 100644 --- a/extensions/window-list/extension.js +++ b/extensions/window-list/extension.js @@ -1010,7 +1010,7 @@ class WindowList extends St.Widget { this._onAppStateChanged.bind(this), this); // Hack: OSK gesture is tied to visibility, piggy-back on that - Main.keyboard._bottomDragAction.connectObject('notify::enabled', + Main.keyboard._bottomDragGesture.connectObject('notify::enabled', action => { const visible = !action.enabled; if (visible) {