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

Do not show application icons #53

Closed gmg137 closed 3 years ago

gmg137 commented 3 years ago

Hi, I am developing a music player using GTK, how do I set it up to show the application icon in the tray?

JasonLG1979 commented 3 years ago

Follow the MPRIS spec, in particular the DesktopEntry part.

gmg137 commented 3 years ago

Thank you very much.