On Mon, Apr 16, 2012 at 1:40 PM, Daniel P. Berrange <d...@berrange.com> wrote: > On Fri, Apr 13, 2012 at 11:40:04AM -0600, Glenn Greenfield wrote: >> Debian Sid make errors: >> >> CC libentangle_backend_la-entangle-thumbnail-loader.lo >> backend/entangle-thumbnail-loader.c: In function >> 'entangle_thumbnail_loader_pixbuf_load': >> backend/entangle-thumbnail-loader.c:304:13: error: 'gdk_pixbuf_unref' >> is deprecated (declared at >> /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:243): Use >> 'g_object_unref' instead [-Werror=deprecated-declarations] >> >> I did this: >> >> sed -i 's|gdk_pixbuf_unref|g_object_unref|' >> src/backend/entangle-thumbnail-loader.c > > Thanks for mentioning this - I'll apply this change to git. > >> >> Entangle builds fine but doesn't work: >> >> $ entangle >> >> (entangle:22523): libpeas-WARNING **: Type not found in introspection: >> 'PeasActivatable' > > [snip] > >> (entangle:22523): Gtk-CRITICAL **: gtk_adjustment_configure: assertion >> `GTK_IS_ADJUSTMENT (adjustment)' failed >> ^C > > Those messages should all be harmless. What did the UI display, if > anything ? > > > Daniel
Daniel, The UI did open but the window is completely blank. The title bar looks correct. -- glenn greenfield _______________________________________________ Entangle-devel mailing list Entangle-devel@gna.org https://mail.gna.org/listinfo/entangle-devel