Re: Design help requested: Certificate Chooser UI.

2016-06-10 Thread David Woodhouse
On Fri, 2016-06-10 at 11:47 +0100, David Woodhouse wrote: > > If the GtkFileChooser would just allow us to use it *without* its own > GtkPlacesSidebar, that would probably suffice... Ahem... gtk_widget_hide(   /* GtkPlacesSidebar */ gtk_container_get_children(     /* GtkHPaned */

Re: Design help requested: Certificate Chooser UI.

2016-06-10 Thread David Woodhouse
On Fri, 2016-06-10 at 06:35 -0400, Nikos Mavrogiannopoulos wrote: > Only a nitpick. "Choose from PKCS#11" is very cryptic for users. I don't > expect from someone not working in security to understand what is this > about. "Choose from smart card" is something more approachable. Except it isn't

Re: Design help requested: Certificate Chooser UI.

2016-06-09 Thread David Woodhouse
On Wed, 2016-06-08 at 21:48 -0500, Federico Mena Quintero wrote: > On Wed, 2016-05-11 at 13:08 +0100, David Woodhouse wrote: > > Tyagi is working on a GSoC project this year, implementing a > > certificate chooser which will probably live in the GCR library. > > I would love to have exactly this

Re: Design help requested: Certificate Chooser UI.

2016-06-09 Thread David Woodhouse
On Mon, 2016-06-06 at 13:43 +0200, Bastien Nocera wrote: > As nobody has replied, and you asked me to look at the mail, here it > is. Given the long mail and the incredibly specific application of it, > it's unsurprising that there were no answers, and I'll try to explain > why. Thanks, Bastien.

Re: Design help requested: Certificate Chooser UI.

2016-06-08 Thread Federico Mena Quintero
On Wed, 2016-05-11 at 13:08 +0100, David Woodhouse wrote: > Tyagi is working on a GSoC project this year, implementing a > certificate chooser which will probably live in the GCR library. I would love to have exactly this thing available for use, for example, from gtk-vnc and vinagre. Right now

Design help requested: Certificate Chooser UI.

2016-05-11 Thread David Woodhouse
Tyagi is working on a GSoC project this year, implementing a certificate chooser which will probably live in the GCR library. We currently have a variety of incomplete and buggy implementations of this, spread across various places; especially NetworkManager UIs and the VPN plugins. All of them