-
Notifications
You must be signed in to change notification settings - Fork 87
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
Automatically detect spotify-make #49
Comments
tbh, I don't think that this should be handled by our scripts. It would be too much of a headache to maintain a list of possible binary names for spotify. spotify-make also seems to offer a system-wide installation now which follows the regular binary naming convention (my understanding is that the local installation is renamed to my-spotify to allow for a parallel install of both a local version and system-wide version of Spotify). I think we should just update the README to direct users to follow the installation instructions for the system-wide install. |
What do you mean by maintaining a list of possible binary names for Spotify?
Now? Too bad that @leamas does not seem to care to properly maintain his repo, last update was on June 29, 2015. Pull requests and superold Issues (stuff from 2013) are still waiting in his queue.
@Feltzer, to which install instructions should I link to exactly? |
Right now we would only have to account for my-spotify, but I am sure other projects use different naming conventions, which we would have to consider adding over time. With things like this it's usually up to upstream (the projects we depend on) to maintain compatibility with other projects. Fortunately spotify-make does offer an installation routine that's compatible with our script (and every other project depending on spotify) right out of the box: It's the second list of installation instructions in the usage section, the system-wide installation: https://github.com/leamas/spotify-make#usage.
That's unfortunate to hear. It has been a while since I looked at that repo, so I thought this was new. In any case, the important thing is that installing spotify-make system-wide takes care of the naming issue. |
Thanks. Do you think extending our current note under
Well, I cannot test that until leamas/spotify-make#40 has been solved. |
Yeah, I think we should just update the troubleshooting section. |
Since I am one of the enthusiasts using spotify-make to install and run the latest version of
Spotify
, I would like to seeSpotify (AdKiller).desktop
automatically detect the installation ofspotify-make
, which moves its own launcher into/bin/my-spotify
. In order to launchmy-spotify
, I always have to manually modifySpotify (AdKiller).desktop
. Long ago, I tried to make ourspotify-wrapper.sh
to generically detect this with #2, but that did not work at all. We currently state the following in ourREADME
:Spotify (AdKiller).desktop
(or maybespotify-wrapper.sh
) should check howSpotify
has been installed and then launch the correct binary file. Would you please have a look at this, @Feltzer?Maybe @leamas can help us to improve our script here with a pull request or two? Would be lovely!
The text was updated successfully, but these errors were encountered: