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

Icon for Chrome (notes) is low resolution #24

Closed colopatiron closed 4 years ago

colopatiron commented 4 years ago

The icons for lollypop and other players are nice, but the default notes one that shows up when something's playing on Chrome is very low resolution.

image

That is on a 1080p screen. Maybe replace that icon with something else -- maybe even browser-specific?

I'm using the latest version of the extension.

JasonLG1979 commented 4 years ago

What icon and shell theme are you using?

The cover icon's size is dynamically determined by the height of the track info. So for example if it's 32px high then the icon size is set to 32px. It may not always be the exact size as the icon theme provides but generally that's OK because svg (vector) icons scale pretty well and the shell will try to use the closest size. It however looks like shit if you scale png (raster) icons. To me that looks like maybe the theme you're using does not provide a svg version of that icon. If that's the case then I would suggest filing a bug report with the maker of the icon theme. If that's not the case and they do ship a svg icon we can look further into it.

JasonLG1979 commented 4 years ago

Almost forgot, the icon's name is audio-x-generic-symbolic

colopatiron commented 4 years ago

I'm using Matcha-dark-azul shell theme and the la-capitaine icon set. Can you recommend good icon sets that work with this extension?

JasonLG1979 commented 4 years ago

I can confirm the issue with that particular icon.

I checked in the repo of that icon set And they do provide a svg for that icon. But for some reason GNOME shell just does not like it at all. This is the 1st time I've ever seen a symbolic svg icon that does not scale well. I'm not sure what's going on? The strange thing is that in GNOME's image viewer it scales up just fine. Maybe it's something in the svg file itself, again I don't know.

All I do know is this is not my bug. Whatever this issue is either the icon or something in GNOME Shell It's got nothing to do with me. I would file a bug report against the icon theme.