-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Player icon not working properly #47
Comments
this would be my proposal @sakithb import Shell from "gi://Shell"; I worked on it - not realising you also had it in progress :( |
Thanks, that should work, you can push the changes, I did not really progress on the issue much. |
or I can do it if you don't mind |
main and gnome44 updated |
Hi, I think there's an issue with some player icons for gnome themes that use the default icon for those players.
For example, the theme "Flat Remix" has a custom icon for Spotify and Rhythmbox and everything works fine, while the theme "Flatery-dark" uses the default icons and they don't show up at all, they're replaced istead by a generic audio icon.
By looking around, I think that the issue is related to the
get icon()
method at line 862 in player.js: if the value returned does not match exactly an app icon the extension just thinks that there's no icon at all for that app. This means that some default icons are ignored because they have different names (eg.com.spotify.Client
ororg.gnome.Rhythmbox
)The text was updated successfully, but these errors were encountered: