Change History (7)
comment:1 by , 14 years ago
comment:3 by , 14 years ago
Milestone: | Future → 1.4.0 |
---|---|
Owner: | set to |
Status: | new → assigned |
You can revert to the last good commit:
git co ce40667
comment:4 by , 14 years ago
Can't see anything I've done that could have broke this.
I had similar issues but with "tracker_all16.png" and "tracker_warning16.png" but it never prevented my deluge instance from loading, it just complained they were missing. But my setup means a distro deluge installed, 1.3.2 I think and a virtualenv deluge package which is on whatever branch I'm working at the moment.
Since loading the icons is done via pkg_resources, the package that is found initially is the distro package and for which, those files were not in that data dir, dunno the reason. My solution was to copy or link the failing files to the complaining path from current source.
So, I'm not really sure where this bug was introduced.
comment:5 by , 14 years ago
My development deluge is not installed to the OS, just located in a folder in Home.
Commenting out the changes made to deluge/__init.py__
allows deluge-gtk to start but icons are missing in the statusbar.
comment:6 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This should be fixed in master.
Can you make sure you have no problems with git master then try setup clean and re-build again.
Several commits ago the data folder that contains the all the images was moved.