Moon-0xff/gnome-mpris-label

Incompatibility with Dash-to-Panel Scroll Action

Opened this issue · 2 comments

Batwam commented

Hello,

I just noticed as I was testing with multiple workspaces that the scroll action on the label was also trigerring the workspaces to switch. When I turned of Dash-to-Panel, this went away so this is not an issue without the extension. I then looked into the settings and noticed that by default, scroll will Switch workspace
image

I checked and we do have return Clutter.EVENT_STOP; in _onScroll(event) but clearly both extensions are getting the signal.

This issue can be disabled which is what I've done but I just wanted to put this out there so we are aware of this limitation.

Should we close this one? Both extensions have options to disable the scroll actions, ours since 3482962.

We could try to prevent the signal from reaching both extensions (somehow). But ultimately I don't think we should implement complicated stuff for the weird edge cases.

Yeah, it's a known issue but I don't think that there is much we can do about. We could perhaps include a know in the Readme to state that it's a know limitation?