Opened 14 years ago

Closed 14 years ago

Last modified 7 years ago

#1874 closed bug (Fixed)

gtk not loading

Reported by: renato Owned by: s0undt3ch
Priority: blocker Milestone: 2.x
Component: GTK UI Version: master
Keywords: Cc:

Description

sat 4 june ...git master not loading anymore:

http://dpaste.com/550290/

Change History (7)

comment:1 by Calum, 14 years ago

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.

comment:2 by Calum, 14 years ago

Ignore that, I just git pulled into the same error.

comment:3 by Calum, 14 years ago

Milestone: Future1.4.0
Owner: set to s0undt3ch
Status: newassigned

You can revert to the last good commit:

git co ce40667

comment:4 by s0undt3ch, 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 Calum, 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 s0undt3ch, 14 years ago

Resolution: fixed
Status: assignedclosed

This should be fixed in master.

comment:7 by Calum, 7 years ago

Milestone: 2.0.x2.x

Milestone renamed

Note: See TracTickets for help on using tickets.