sonnyp / Tangram

Browser for your pinned tabs
https://apps.gnome.org/app/re.sonny.Tangram/
GNU General Public License v3.0
882 stars 37 forks source link

Irrelevant mpris notifications #207

Closed sonnyp closed 1 year ago

sonnyp commented 1 year ago

Screenshot from 2023-01-04 21-50-27

philn commented 1 year ago

https://bugs.webkit.org/show_bug.cgi?id=247527

sonnyp commented 1 year ago

Do you know if there is a way to disable mpris at runtime? I couldn't find anything.

philn commented 1 year ago

Not yet, but we should make it possible actually before 2.40:

https://github.com/WebKit/WebKit/blob/main/Source/WebKit/UIProcess/API/glib/WebKitSettings.cpp#L202

ivan-avalos commented 1 year ago

Maybe it is a bug in WebKit? MPRIS notifications should only show up when media is playing. You shouldn't have to manually enable it or disable it.

philn commented 1 year ago

Yes, it's a WebKit bug.

xgqt commented 1 year ago

Looks like this is gone with webkit 2.38.5 (2.38.5-r500 on Gentoo).

philn commented 1 year ago

yes iirc we disabled the feature in WebKitGTK until someone investigates the issue...