Skip to content

Instantly share code, notes, and snippets.

@berkin
Created December 6, 2016 14:42
Show Gist options
  • Save berkin/b2139360393c93eebc35fa298fc859bc to your computer and use it in GitHub Desktop.
Save berkin/b2139360393c93eebc35fa298fc859bc 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