Created
January 7, 2016 20:42
-
-
Save kitschpatrol/c6173258073da421523e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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