Page MenuHome GnuPG

More gseal/gtk3 compatibility in the gtk+3 UI
Closed, ResolvedPublic

Description

This is copied from an email from Dimitri John Ledkov
<dimitri.j.ledkov@intel.com> sent to gnupg-devel on Nov. 3rd, 2014:

This patch improves compatibility with Gtk+3, without removing support
for any of the currently supported Gtk+2 versions.
Looking at the git repository for the pinentry this patch has not been applied.
Is work towards improving Gtk+3 support not welcomed?
This is not a complete port and further changes would be needed to
support Gtk+3.

Event Timeline

It uses GTK features not availabale on my version. With some replacement macros
you should be abale to aplly it anyway.

neal claimed this task.

I replaced our custom entry widget with the standard Gtk+ widget. This makes
the changes to the secure entry redundant. I did apply the tooltip changes
(c9c3576) and the gtk_widget_get_window changed (70a106) from your patch. Thanks.