GNOME Bugzilla – Bug 612495
Does not compile with -DGSEAL_ENABLED
Last modified: 2010-06-20 21:13:38 UTC
This module does not build with -DGSEAL_ENABLED. See http://live.gnome.org/GnomeGoals/UseGseal . Note that maybe this report cannot be fixed yet, as GTK+ still misses some accessor functions (see bug 588389, bug 597610) needed for sealing. Also see http://live.gnome.org/GTK%2B/3.0/PendingSealings for current status. The jhbuild output posted here of course only lists the very first error when trying to compile. seahorse-widget.c: In function ‘object_set_property’: seahorse-widget.c:203: error: ‘GtkObject’ has no member named ‘flags’ make[3]: *** [seahorse-widget.o] Error 1 make[3]: Leaving directory `/home/andre/svn-gnome/seahorse-plugins/libseahorse' make[2]: *** [all] Error 2
Created attachment 158623 [details] [review] Patch fixing all but one issue Patch that fixes everything except for GTK_WIDGET_SET_FLAGS (GTK_WINDOW (w), GTK_TOPLEVEL); in libseahorse/seahorse-widget.c. No gtk+ bump required.
> GTK_WIDGET_SET_FLAGS (GTK_WINDOW (w), GTK_TOPLEVEL); Same as for bug 612494 comment 3: "Why is this needed? There is not public api for this."
Review of attachment 158623 [details] [review]: Committed. I will check the remaining issue after upgrading to Lucid.
(In reply to comment #3) > I will check the remaining issue after upgrading to Lucid. Any news?
ping - this is getting really urgent now for 2.31.4.
(In reply to comment #4) > (In reply to comment #3) > > I will check the remaining issue after upgrading to Lucid. > > Any news? As in bug 612494, I have removed that line and everything seem to work well. I have tested the applet and encrypting/verifying/signing/decrypting in nautilus.