Comment 3 for bug 392934

Revision history for this message
Samuel Buffet (samuel-buffet) wrote :

Okay I can confirm this on trunk 386.

Keheliya, a quick fix (waiting for the final fix is merged) can be :

line 28 of setup.py :

        target = os.path.join("/", "usr", "share", "icons", "hicolor")

instead of

        target = os.path.join(self.root, "usr", "share", "icons", "hicolor")

Thanks again for this bug report :)

Samuel-

PS: you still need Clutter 0.8 and python-clutter 0.8 to run Entertainer. Those packages are in the main repository.