Comment 9 for bug 526197

Revision history for this message
Noam Yorav-Raphael (noamraph) wrote :

From what I read in the archlinux forum, it seems to be a problem with a MacPorts package which causes this environment variable to get the wrong value. This means that it is not a DreamPie bug.

This means that in order to work around the bug, you can add at the beginning of dreampielib/gui/__init__.py a line:

os.environ['XDG_DATA_DIRS'] = '/opt/local/share'

Is it ok if I close this bug?

Noam