While testing a possible auto-mount replacement (udiskie) I've been getting these warnings:
Code:
** (process:4791): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
** (process:4791): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'
** (process:4791): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
Found a similar bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=790053
That linked to a patch for pygobject:
http://bugzilla-attachments.gnome.or....cgi?id=209543
Which does eliminate the warnings.
Is it possible to apply this patch to pygobject before 14.0 goes stable?