Il giorno Sat, 12 Jan 2013 17:05:35 +0100 vvoody <[email protected]> ha scritto:
> --- spotify 2013-01-12 16:51:01.000000000 +0100 > +++ /usr/bin/spotify 2013-01-12 16:54:51.041402458 +0100 > @@ -1,3 +1,3 @@ > #!/bin/sh > > -LD_LIBRARY_PATH="/usr/share/spotify/" /usr/share/spotify/spotify $@ > +LD_LIBRARY_PATH="/usr/share/spotify/" /usr/bin/spotify $@ > > But I got this error, "/usr/bin/spotify: fork: Cannot allocate > memory". Oops... Is anyone listening music with Spotify under > Slackware 14.0 x86_64 now? I don't use it, but I'd say your modification seems wrong. If "/usr/bin/spotify" is a wrapper (as far as I can tell), there is a uninterruptable recursion: wrapper keeps on calling _itself_ not the real _executable_ ... -- GNU/Linux * Slackware64 current LU #210970 SU #12583 LM #98222/#412913 _______________________________________________ SlackBuilds-users mailing list [email protected] http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ FAQ - http://slackbuilds.org/faq/
