Skip to content

Instantly share code, notes, and snippets.

@kitschpatrol
Created January 7, 2016 20:42
Show Gist options
  • Save kitschpatrol/c6173258073da421523e to your computer and use it in GitHub Desktop.
Save kitschpatrol/c6173258073da421523e to your computer and use it in GitHub Desktop.
#!/bin/bash
# Work-around for Osculator + 3Dconnexion crash-on-launch bug
# Assumes default installation locations.
# http://www.osculator.net/forum/threads/2216-Osculator-crash-on-startup-when-Space-Navigator-is-installed-on-OSx-10-10-3?highlight=3dconnexion
# Set permissions on this file:
# chmod u+x Osculator.command
sudo mv "/Library/Frameworks/3DconnexionClient.framework" "/Library/Frameworks/3DconnexionClientTemp.framework"
open "/Applications/OSCulator ƒ/OSCulator.app"
sudo mv "/Library/Frameworks/3DconnexionClientTemp.framework" "/Library/Frameworks/3DconnexionClient.framework"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment