Skip to content

Instantly share code, notes, and snippets.

@d1y
Forked from berkin/install_dbus.sh
Created January 1, 2020 02:57
Show Gist options
  • Save d1y/55170feaa80b5340b4ea2fb2a5f0edb4 to your computer and use it in GitHub Desktop.
Save d1y/55170feaa80b5340b4ea2fb2a5f0edb4 to your computer and use it in GitHub Desktop.
Install DBus under Mac OS X.
#!/usr/bin/env bash
# Created @ 13.01.2015 by Christian Mayer <http://fox21.at>
brew install dbus
cp /usr/local/Cellar/d-bus/1.8.8/org.freedesktop.dbus-session.plist ~/Library/LaunchAgents
# Load DBus
launchctl load -w ~/Library/LaunchAgents/org.freedesktop.dbus-session.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment