thesamet / webilder

Wallpaper downloader and rotator that uses Flickr and Webshots.
http://www.webilder.org/
Other
30 stars 12 forks source link

Wrong installation path for bonobo description file on Fedora 64bit #17

Closed sgros closed 13 years ago

sgros commented 13 years ago

setup.py installs bonobo description file into /usr/lib/bonobo/servers but on 64-bit machines (at least Fedora 14) it should be in /usr/lib64/bonobo/servers.

I did initial package for Fedora and Pavel Zhukov made a simple patch as a temporary workaround:

https://bugzilla.redhat.com/show_bug.cgi?id=684398

thesamet commented 13 years ago

I have added a new command line flag to setup.py that will let you choose where you want the bonobo description file installed. In the 64-bit case you should use: python setup.py --bonobo_path=lib64/bonobo/servers

This has been commited in 620203863e22cf6dc41278691a880d6cc96f3704.