Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dbus command not working under Debian/Jessie #10

Open
tgrigera opened this issue Jun 18, 2015 · 0 comments
Open

dbus command not working under Debian/Jessie #10

tgrigera opened this issue Jun 18, 2015 · 0 comments

Comments

@tgrigera
Copy link

Everything is working great except the final launch of the spotify player! I tracked the issue down to the dbus command. It doesn't work for me (Debian Jessie), but no idea why (I really don't understand dbus). I changed it to

(defmulti-method spotify-play-href 'gnu/linux
  (href)
  (shell-command (format "qdbus org.mpris.MediaPlayer2.spotify / org.freedesktop.MediaPlayer2.OpenUri \"string:%s\""
             href)))

And this works in my system. I don't know if there is something missing or wrong in my setup, or there has been some change in dbus. The command used in the helm-spotify source seems more general, but for me it fails with Unknown type "spotify" (when I try it from the shell).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant