Last active
September 11, 2015 14:53
-
-
Save mowings/43db44de8011b9c0b4a9 to your computer and use it in GitHub Desktop.
Fix OSX cut and paste crashes
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
| # verify that /tmp exists and is accessible. pboard requires it | |
| launchctl list | grep com.apple.pboard | |
| launchtl start com.apple.pboard | |
| Unfortunately, this often means restarting apps that maintain a connection to pboard. But better than a reboot when in a tight spot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment