Modify ↓
Opened 12 years ago
Closed 12 years ago
#129 closed defect (worksforme)
props notation breaks for configuration paths
Reported by: | Matthias Vogelgesang | Owned by: | Matthias Vogelgesang |
---|---|---|---|
Priority: | major | Milestone: | ufo-core-0.2 |
Component: | ufo-core | Version: | |
Keywords: | Cc: |
Description
c = Ufo.Configuration() c.props.paths = ["/usr/lib/ufo"]
crashes although the .props
attribute is supposed to be an alternative to set_properties
.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
This seem to be a problem with the setup at SOLEIL. They used a CentOS box and added GObject introspection support themselves. For some reason, this setup crashes when using the
c.props.property
syntax.On any machine with GLib > 2.22, this works just fine.