leamas / spotify-make

Experimental, third-party installer for native linux spotify client
116 stars 15 forks source link

Not Working on Fedora 21 x86_64 alpha #39

Closed jmenzel closed 9 years ago

jmenzel commented 9 years ago

No error on install/make routine with root but starting fails:

[root@localhost spotify-make]# spotify
touch: „/root/.cache/spotify-0.9.11.27.g2b1a638.81“ kann nicht berührt werden: Datei oder Verzeichnis nicht gefunden
/usr/local/lib/spotify-client/spotify: /usr/local/lib/spotify-client/libssl.so.1.0.0: no version information available (required by /usr/local/lib/spotify-client/spotify)
/usr/local/lib/spotify-client/spotify: /usr/local/lib/spotify-client/libcrypto.so.1.0.0: no version information available (required by /usr/local/lib/spotify-client/spotify)
/usr/local/lib/spotify-client/spotify: /usr/local/lib/spotify-client/libssl.so.1.0.0: no version information available (required by /lib64/libQtNetwork.so.4)
/usr/local/lib/spotify-client/spotify: /usr/local/lib/spotify-client/libcrypto.so.1.0.0: no version information available (required by /lib64/libQtNetwork.so.4)
/usr/local/lib/spotify-client/spotify: /usr/local/lib/spotify-client/libcrypto.so.1.0.0: no version information available (required by /lib64/libQtNetwork.so.4)
/usr/local/lib/spotify-client/spotify: /usr/local/lib/spotify-client/libssl.so.1.0.0: no version information available (required by /lib64/libcups.so.2)
/usr/local/lib/spotify-client/spotify: /usr/local/lib/spotify-client/libcrypto.so.1.0.0: no version information available (required by /lib64/libcups.so.2)
Qt: Session management error: None of the authentication protocols specified are supported
14:54:53.469 I [breakpad.cpp:107                ] Registered Breakpad for product: spotify

14:54:53.471 I [translate.cpp:139               ] Reloading language file

And this message pops up:

spotify-error

But it definitly doesn't

jmenzel commented 9 years ago

Ok, my fault - starting as non-root user works fine. Thanks for the good work!