gillesdemey / Cumulus

☁️ A SoundCloud player that lives in your menubar.
http://gillesdemey.github.io/Cumulus
MIT License
1.43k stars 123 forks source link

ubuntu/other linux distros #64

Closed sergiuprt closed 8 years ago

sergiuprt commented 8 years ago

hey guys! can you port Cumulus on linux? it is a nice soundcloud client, beautiful one, is there a possibility to port it?

gillesdemey commented 8 years ago

Not impossible, but your mileage may vary greatly depending on what distro you're using.

The menubar library that we're using (https://github.com/maxogden/menubar) has been tested on xfce4, but there have been various bug reports on other desktop environments (most notably Ubuntu with Unity).

I'm willing to accept patches that enhance the experience on Linux — and if someone can confirm that it works on their distro I'll create binaries for it with any new releases.

sergiuprt commented 8 years ago

i'm on ubuntu 16.04, with unity, and many others users.. i can't code it, but i'm ready to test it whenever is needed and to find other testers.. also to contribute on sharing..

seppestas commented 8 years ago

This app does not work on Ubuntu or other distros using libappindicator since the new API explicitly prevents this type of app.

Ubuntu protects you from the inconsistency that comes with apps that try to be fancy, instead offering you a beautifully consistent gray smudge.

I'm trying to work around the limitations set by libappindicator, but this has to be done in the Chromium sources, so don't expect it to be fixed soon.

IMO this issue can be closed, since it is definitely not in the scope of this project.

seppestas commented 8 years ago

Closing since this issue for now, since this is caused by Linux desktop environments, not Cumulus itself.