-
Notifications
You must be signed in to change notification settings - Fork 60
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
Restore Spotify support #767
base: master
Are you sure you want to change the base?
Conversation
* appindicator is available again since v1.2.20.1210 and there is a new directory which contains the icons
The flatpak version has been updated recently and the latest versions add a tray icon. Would you be able to add support for it in this PR? The relevant paths on my system are
and
Thanks. |
Done! @mirenradia However, I notice that the conversion changes the icons to the same size for all of them. Any idea on what's going on? I used the following command: sudo -E hardcode-tray --conversion-tool RSVGConvert --size 22 --theme Papirus |
What about if you omit the |
Forget it, |
Hmm, despite changing the relevant icon files (even if I revert the last commit), the icon is still the original one with the Spotify flatpak. I even tried creating a |
I tested the user and system installation using Flatpak. It should work following the manual installation steps and using the command I posted before. Did you get any error? |
It does replace the icon files as expected but at least for me the tray icon is still coloured. |
When will the changes be available in the master branch? |
The system tray indicator is available again.
Flatpak support is not included because the package has not been updated for some time. I could add it by guessing the paths, just an idea.