Sie können versuchen, das spotify-Plugin manuell aus dem Clementine-Repository zu installieren .
Sie sollten das letzte greifen Blob & libspotify.so Dateien.
1) Clementinenanwendung schließen.
2) Installieren Sie das Plugin, um es herunterzuladen.
sudo apt-get install wget
Für 32-Bit
3) Erstellen Sie die Ordnerstruktur für das Plugin.
mkdir -p -m 775 ~/.config/Clementine/spotifyblob/version14-32bit/
4) Gehen Sie zum Plugin-Ordner.
cd ~/.config/Clementine/spotifyblob/version14-32bit/
5) Laden Sie das Plugin herunter.
6) Geben Sie dem Plugin die richtigen Dauerwellen.
chmod 775 blob libspotify.so.12.1.45
7) Benennen Sie libspotify.so.12.1.45 in libspotify.so.12 um
mv libspotify.so.12.1.45 libspotify.so.12
Für 64-Bit
3) Erstellen Sie die Ordnerstruktur für das Plugin.
mkdir -p -m 775 ~/.config/Clementine/spotifyblob/version14-64bit/
4) Gehen Sie zum Plugin-Ordner.
cd ~/.config/Clementine/spotifyblob/version14-64bit/
5) Laden Sie das Plugin herunter.
6) Geben Sie dem Plugin die richtigen Dauerwellen.
chmod 775 blob libspotify.so.12.1.45
Bearbeiten Sie gemäß dem Relaytheurgency- Kommentar.
7) Benennen Sie libspotify.so.12.1.45 in libspotify.so.12 um
mv libspotify.so.12.1.45 libspotify.so.12
8) Öffnen Sie Clementine und gehen Sie zu Menüleiste> Extras> Einstellungen> Internetanbieter> Spotify , um Ihr Konto einzurichten.
Vor:
Nach:
HINWEIS: In diesem Beispiel verwende ich Ubuntu 13.04 64-Bit mit Clementine 1.2
Hoffe das hilft.