Page 1 of 1

0.6svn daemon only?

Posted: Fri Apr 18, 2008 3:04 pm
by weedman
I run a headless, Xorg-less server at home. I also run a laptop, that has Xorg + deluge 0.6svn.

I don't need the gui for deluge on my server. Is it possible to compile 0.6svn without pyGTK and other Xorg-dependant libraries?

Thanks,

Chris

Re: 0.6svn daemon only?

Posted: Fri Apr 18, 2008 5:21 pm
by andar
weedman wrote:I run a headless, Xorg-less server at home. I also run a laptop, that has Xorg + deluge 0.6svn.

I don't need the gui for deluge on my server. Is it possible to compile 0.6svn without pyGTK and other Xorg-dependant libraries?

Thanks,

Chris
Yes. PyGTK and other Xorg-dependent libraries are runtime dependencies, not build dependencies. I think there is some GTK specific stuff in a common file that both the daemon and gtkui use. I will work to separate this so that the daemon isn't trying to load any gtk libraries on startup.