Short tip on how to get this to work:
Create a script /path/to/spotify_open.sh with the following in it:
#!/bin/bash wine "$HOME/.wine/drive_c/Program Files/Spotify/spotify.exe" /uri "$1"
Create $HOME/.kde4/share/kde4/services/spotify.protocol with the following in it:
[Protocol] exec=/path/to/spotify_open.sh "%u" protocol=spotify input=none output=none helper=true listing=false reading=false writing=false makedir=false deleting=false
That’s it, spotify:blah style URLs will now open in Spotify launched through Wine. Chrome just uses xdg-open for launching external apps.
You should use Chromium, i think that is the best alternative in this moment. Install and go to “System settings -> Default applications -> Web browser ” select option “in the following browser” with this command: “chromium-browser %u” (without quotes) for me works fine
Pingback: HOWTO: importera nyhetsflöde till Akregator från Chromium (KDE4) « Namnlösa bloggen
Pingback: HOWTO: Subscribe to RSS Feeds in Akregator from Chromium with Two Clicks (KDE) « Namnlösa bloggen
Thanks man fast and easy! Just the way i like it, works like a charm i just changed a bit for it to use the linux spotify not wine!