up vote 4 down vote favorite
share [g+] share [fb]

I want to associate Spotify URIs with my bash script that runs spotify, however, I don't know how to make xdg-open open spotify: URIs with that bash script.

Any suggestions?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

xdg-open uses kfmclient, gnome-open or exo-open, so you should configure the program that is used in your case.

link|improve this answer
1  
thanks, I looked up uri adding for gnome-open and found this: people.w3.org/~dom/archives/2005/09/… – Linus Sjögren Sep 16 '09 at 17:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.