-
Notifications
You must be signed in to change notification settings - Fork 460
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
Need to install dbus to run the daemon #490
Comments
Which flavor did you download, |
I downloaded full: |
I had the same as above (downloaded full on macos as well), but also needed to install portaudio
|
For macOS, portaudio is needed if you use the |
Hi, I can't install it on macos Catalina 10.15.3 |
Did you use |
Commenting on the original issue: spotifyd/.github/workflows/cd.yml Line 21 in 9a4e5ba
In theory MPRIS does work on macOS, but the media buttons on macOS do not send commands over the dbus. I was looking into adding this but couldn't find a rust library that allowed me to listen for keystrokes of those keys. I'm open to removing the |
with --no-daemon, I managed to understand what was wrong 👍 |
Any updates? |
In theory, there are crates that offer cross-platform ways to offer media key handling (like But you have different ideas, how this could be achieved, I'm open to suggestions! |
Description
When following the Installation instructions on macOS, I got a core dump as
dbus
was not installed.This is normal, but I think adding a line suggesting to run
brew install dbus
on macOS might be useful.To Reproduce
dbus
has not yet been installed./spotifyd --help
Expected behavior
(work as expected)
Logs
Click to show logs
% ./spotifyd --help dyld: Library not loaded: /usr/local/opt/dbus/lib/libdbus-1.3.dylib Referenced from: /Users/paulelix/Downloads/./spotifyd Reason: image not found [1] 71816 abort (core dumped) ./spotifyd --helpVersions (please complete the following information):
Suggested fix
Add a line such as:
This is a very minor nitpick, I imagine most users of spotifyd would be able to find the issue by themselves in a few minutes anyway, so feel free to discard this issue.
The text was updated successfully, but these errors were encountered: