Opened 13 years ago

Closed 13 years ago

Last modified 7 years ago

#1874 closed bug (Fixed)

gtk not loading

Reported by: firefox 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 Changed 13 years ago by Cas

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 Changed 13 years ago by Cas

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

comment:3 Changed 13 years ago by Cas

  • Milestone changed from Future to 1.4.0
  • Owner set to s0undt3ch
  • Status changed from new to assigned

You can revert to the last good commit:

git co ce40667

comment:4 Changed 13 years ago by s0undt3ch

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 Changed 13 years ago by Cas

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 Changed 13 years ago by s0undt3ch

  • Resolution set to fixed
  • Status changed from assigned to closed

This should be fixed in master.

comment:7 Changed 7 years ago by Cas

  • Milestone changed from 2.0.x to 2.x

Milestone renamed

Note: See TracTickets for help on using tickets.