GNOME Bugzilla – Bug 668522
Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
Last modified: 2012-05-19 20:28:19 UTC
System: ubuntu precise i386 For the first time i'm seeing this error logged at the beginning of xsession-errors. ** WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags' ** WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags' Reported on Launchpad: https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/918607
*** This bug has been marked as a duplicate of bug 667938 ***
Hum, Matthias, are you sure it's the same issue? those warning are still there using the current glib even after a gvfs (1.10.1) rebuild
reopening, the issue is still there with glib 2.31.16 and gvfs 1.11.3
Created attachment 209543 [details] [review] gio-types.defs: change some enums to flags These flags types were originally incorrectly handled in glib as being enums. That bug was fixed, but they're still enums here, leading to warnings about the mismatch. Change them to flags.
Attachment 209543 [details] pushed as 42d01f0 - gio-types.defs: change some enums to flags
*** Bug 676287 has been marked as a duplicate of this bug. ***