[chandler-users] Certificate Store

Laurence MacKenzie lmackenzie75 at gmail.com
Fri Feb 22 20:55:14 PST 2008


I don't have a "Debug" entry under Tools.  Perhaps I should mention that I'm
running Windoze.  Sorry :)

I tried pasting your instructions into a file and running that file as a
script  Nothing happened.  I checked the log and found this..

File "C:\Program
Files\Chandler0.7.4.1\tools\cats\recorded_scripts\removeCertStore.py", line
1, in <module>
    sidebar = schema.ns("osaf.app", view).sidebarCollection
NameError: name 'schema' is not defined
Sadly, my programming brain has dulled from years of misuse, but it looks
like 'schema' must be defined before it's used.  Man, I have to get back
into IT :(

-Laurence
On Fri, Feb 22, 2008 at 3:35 PM, Grant Baillie <grant at osafoundation.org>
wrote:

>
> 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
>
>
> _______________________________________________
> chandler-users mailing list
> chandler-users at osafoundation.org
> http://lists.osafoundation.org/mailman/listinfo/chandler-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osafoundation.org/pipermail/chandler-users/attachments/20080222/fcda4c23/attachment.html


More information about the chandler-users mailing list