Sublime Forum

Package Control Error executing: /usr/bin/security dump-trust-settings -d

#1

I get this popup I would say maybe 1 out of every 20 Sublime launches. I simply dismiss it but it’s a little bothersome. Does anyone know what this is, and how to make it go away forever?

0 Likes

Package Control Popup
#2
0 Likes

#3

I have been working on a proper fix for this. Apple changed their security tool in El Capitan to produce an “error” result when dumping certificates.

Info about what needs to be done is here: https://github.com/wbond/package_control/issues/1079#issuecomment-200467370.

Basically, work needs to be done in asn1crypto and oscrypto, plus I need to add support for Windows XP to oscrypto since that is a supported platform for Sublime Text. My hope is to get it all done in the next few weeks, however my time to work in open source is currently more limited due to other commitments.

0 Likes