Otomatic doesn't work. Really screwy interface when you go into show settings, and doesn't download any new episodes even when it says it's active.
Anyone else getting this error when trying to FaceTime someone?
Adobe CC 2015 (after yesterday's update)
Photoshop CC 2015 works
Illustrator CC 2015 works
InDesign CC 2015 does NOT work. It crashes immediately throwing an error. View attachment 561721
Any fix with this? I have noticed that this bug only takes place with certain contacts which is weird.I got a different error when trying to call someone; worried I was irritating them with lots of missed calls, I tried testing by calling myself and that generates the above error.
When calling other people I get "Caller Account Needs Update" but if they ring me it works fine.
GIMP has worked for you? Did it take a long time to get through the finding fonts part of the load process?Microsoft Office 2016 Previews are working
IntelliJ14 working
Eclipse working
Coda 2.5.1 working
gfxCardStatus working
gimp working
Maxthon not working
GPGMail getting disabled
I've also been having some issues with home-brew (rootless disabled, chown /usr/local /usr/Cellar), specifically cmake, though I'm not convinced this is a capitan issue (trying to install ldc llvm front-end).
Why not boot into Recovery mode, turn off SIP under utilities, reboot, do what you need to do, and then turn it back on. Much cleaner than the sudo route, in my opinion.
#!/bin/bash
ME=`basename $0`
IS=$(nvram boot-args | awk '{ print $2 }' | grep rootless | cut -d= -f2)
if [ $# -lt 1 ]; then
if [ "$IS" == "1" ]; then
echo "Rootless mode currently active. Use $ME 0 to deactivate."
else
echo "rootless mode currently inactive. Use $ME 1 to activate."
fi
exit
fi
if [ "$1" == "0" ]; then
if [ "$IS" == "1" ]; then
sudo nvram boot-args="rootless=0";
echo "Rootless mode deactivated. Reboot to apply.";
else
echo "Rootless mode already inactive. Nothing changed.";
fi
else
if [ "$IS" == "0" ]; then
sudo nvram boot-args="rootless=1";
echo "Rootless mode activated. Reboot to apply.";
else
echo "Rootless mode already active. Nothing changed.";
fi
fi
The path to latexpdf and latexmf get cut when you upgrade to El Capitan. You have to rebuild the link with ln -s in terminal, or you can just add the path to whatever Latex frontend you're compiling from. In SublimeText 3, for example, I just put the following as one of the paths in LatexTools under SublimeText -> Preference -> Package Settings -> Latex Tools -> Settings - User:
/Library/TeX/Distributions/.DefaultTeX/Contents/Programs/texbin
i.e.:
"osx": {
// Path used when invoking tex & friends; MUST include $PATH
"texpath" : "$PATH:/usr/texbin:/usr/local/bin:/opt/local/bin:/Library/TeX/Distributions/.DefaultTeX/Contents/Programs/texbin"
// Path to PDF viewer, if needed
// TODO think about it. Also, maybe configure it here!
},
The one app that might make me switch back to Yosemite.Skim is not working.
So you could preview your previews...I've just updated Outlook Preview to the latest version (15.11) and the folder pane is now blank (although I can click blindly inside the pane and change the current folder).
And that calls for this, of course
Anyone know if SSD Fan Control works?
Do you mean "SMC" fan control? If so, not properly. It displays the temp and fan speed but does not let me change the fan speeds.