Features/GTK3/Shell/GTK3 Port: Difference between revisions
| Line 35: | Line 35: | ||
gtk_tree_view_column_set_attributes () is not introspectable . I have a workaround working, as it is just wrapping gtk_tree_view_column_add_attribute () but better is to add an override in pygobect, [https://bugzilla.gnome.org/show_bug.cgi?id=680320 sent a patch]. | gtk_tree_view_column_set_attributes () is not introspectable . I have a workaround working, as it is just wrapping gtk_tree_view_column_add_attribute () but better is to add an override in pygobect, [https://bugzilla.gnome.org/show_bug.cgi?id=680320 sent a patch]. | ||
'gi.repository.Gio' object has no attribute 'volume_monitor_get'. Fixed: use Gio.VolumeMonitor.get() | |||
Current issue: Journal crashes Sugar: | |||
1342801014.701506 DEBUG root: visibility_notify_event_cb <JournalActivity object at 0x3c5fc80 (jarabe+journal+journalactivity+JournalActivity at 0x3672900)> | |||
1342801014.703394 DEBUG root: visibility_notify_event_cb <JournalActivity object at 0x3c5fc80 (jarabe+journal+journalactivity+JournalActivity at 0x3672900)> | |||
1342801014.795809 DEBUG root: window_state_event_cb <JournalActivity object at 0x3c5fc80 (jarabe+journal+journalactivity+JournalActivity at 0x3672900)> | |||
1342801014.797290 DEBUG root: visibility_notify_event_cb <JournalActivity object at 0x3c5fc80 (jarabe+journal+journalactivity+JournalActivity at 0x3672900)> | |||
TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases | |||
** | |||
ERROR:/home/manuq/prog/manuqs-shell-port/source/pygobject/gi/_gobject/pygobject.c:946:pygobject_new_full: assertion failed: (tp != NULL) | |||
===Other issues=== | ===Other issues=== | ||