Skip to content

Instantly share code, notes, and snippets.

@parasquid
Created February 9, 2017 02:47
Show Gist options
  • Save parasquid/32ec7dcc20f487b3a640f73ff4e3a920 to your computer and use it in GitHub Desktop.
Save parasquid/32ec7dcc20f487b3a640f73ff4e3a920 to your computer and use it in GitHub Desktop.
fix for dbus for wsl
sudo sed -i 's$<listen>.*</listen>$<listen>tcp:host=localhost,port=0</listen>$' /etc/dbus-1/session.conf
# from http://askubuntu.com/a/827956
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment