FS#30986 - pygobject causes problems WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fa

Attached to Project: Arch Linux
Opened by Reza Jelveh (rjzzleep) - Friday, 03 August 2012, 00:58 GMT
Last edited by Dave Reisner (falconindy) - Friday, 03 August 2012, 01:09 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Python apps cause this problem in console:

** (process:18177): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'

** (process:18177): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'

** (process:18177): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'

The problem is caused by pygobject2 and gvfs

Additional info:

according to https://bugs.launchpad.net/ubuntu/+source/pygobject-2/+bug/918607 it's fixed in upstream git.

Steps to reproduce:

run a python2 gtk app. or do:

ipython2<cr>
import gtk<cr>
This task depends upon

Closed by  Dave Reisner (falconindy)
Friday, 03 August 2012, 01:09 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#30809 

Loading...