From e641a905160c5771b24e9f400c6c3e1134ccac05 Mon Sep 17 00:00:00 2001 From: Tudor Date: Tue, 26 Oct 2021 18:55:32 +0300 Subject: [PATCH 1/2] Fix volume control on scroll for Gnome 40+ --- panel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel.js b/panel.js index 1aafc1a..5e0b5f9 100644 --- a/panel.js +++ b/panel.js @@ -1391,7 +1391,7 @@ var dtpPanel = Utils.defineClass({ Utils.activateSiblingWindow(windows, direction); } else if (scrollAction === 'CHANGE_VOLUME' && !event.is_pointer_emulated()) { var proto = Volume.Indicator.prototype; - var func = proto.vfunc_scroll_event || proto._onScrollEvent; + var func = proto._handleScrollEvent || proto.vfunc_scroll_event || proto._onScrollEvent; func.call(Main.panel.statusArea.aggregateMenu._volume, 0, event); } else { From 53660a07b0eac8d0f518d3f89104bfb70fd06b96 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Sat, 6 Nov 2021 10:53:32 -0400 Subject: [PATCH 2/2] Remove g-s 41 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index e48c227..317b2a5 100644 --- a/metadata.json +++ b/metadata.json @@ -3,7 +3,7 @@ "uuid": "dash-to-panel@jderose9.github.com", "name": "Dash to Panel", "description": "An icon taskbar for the Gnome Shell. This extension moves the dash into the gnome main panel so that the application launchers and system tray are combined into a single panel, similar to that found in KDE Plasma and Windows 7+. A separate dock is no longer needed for easy access to running and favorited applications.\n\nFor a more traditional experience, you may also want to use Tweak Tool to enable Windows > Titlebar Buttons > Minimize & Maximize.\n\nFor the best support, please report any issues on Github. Dash-to-panel is developed and maintained by @jderose9 and @charlesg99.", -"shell-version": [ "40", "41" ], +"shell-version": [ "40" ], "url": "https://github.com/jderose9/dash-to-panel", "gettext-domain": "dash-to-panel", "version": 9999