JasonLG1979 / gnome-shell-extension-mpris-indicator-button

A full featured MPRIS indicator button extension for GNOME Shell 3.38+
https://extensions.gnome.org/extension/1379/mpris-indicator-button/
GNU General Public License v3.0
159 stars 21 forks source link

Gnome 44 support #73

Open meeuw opened 1 year ago

meeuw commented 1 year ago

I stole the comments from #69 to fix the extension and put these in this PR.

I need to somehow check support for older versions of Gnome (removed those from shell-version for now).

Moon-0xff commented 1 year ago

The import statement for AggregateLayout isn't needed anymore (Line 24):

const { AggregateLayout } = imports.ui.panel;
Moon-0xff commented 1 year ago

There's also the problem with the layout, which got lost and doesn't matches the new look of GNOME.