[chandler-users] Certificate Store

Grant Baillie grant at osafoundation.org
Fri Feb 22 12:35:34 PST 2008


On 21 Feb, 2008, at 01:03, Laurence MacKenzie wrote:

> While playing about with Chandler Desktop I clicked Tools ->  
> Certificates -> Manage Certificates.  Now I have the Certificate  
> Store open and I can't figure out how to close it.  Any suggestions?

Hi, Laurence

The stuff in Tools is mostly experimental, or used for debugging, so  
it's going to take a bit of a hack to get rid of that collection. I'd  
recommend backing up your data first before doing the following:

1) Use Tools -> Debug -> Show Python shell ... to get a new PyShell  
window.

2) In that window, paste in the following, one line at a time:

sidebar = schema.ns("osaf.app", view).sidebarCollection
certstore = schema.ns("osaf.framework.certstore.blocks",  
view).CertificateStore
sidebar.remove(certstore)

3) The collection should have been removed from your sidebar, though  
the list of certificates may still be displayed. Click on one of the  
sidebar collections and everything should refresh OK.

--Grant




More information about the chandler-users mailing list