Modify ↓
Opened 13 years ago
Closed 13 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.
![(please configure the [header_logo] section in trac.ini)](/ufo/chrome/site/your_project_logo.png)
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.propertysyntax.On any machine with GLib > 2.22, this works just fine.