1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
gobject introspection:
----------------------
Gtk.ListStore.insert_with_valuesv
signature seems incorrect
FIXED: GdkPixbuf.Pixbuf.new_from_data
seems to expect first argument to be guchar instead of guchar*
GdkPixbuf.Pixbuf.new_from_data
pixbufs appear extremely corrupted unless copied to a freshly allocated pixbuf
(GdkPixbuf.Pixbuf.new(...))
GLib.base64_decode
segmentation fault
Gtk.Menu.popup
has introspectable="0" in the .gir
Gtk.Clipboard.get requires Gdk.Atom, but no Gdk.atom_intern method exists
Gtk.AboutDialog.set_authors
expects a string but should be a list
when you give it a string, it segfaults
ubuntu natty:
-------------
Need to add gnome-panel-bonobo to the list of depends, or the applet won't show up
|