Page 1 of 1
No "working" tray icon with trunk builds.
Posted: Sun Dec 07, 2008 1:56 pm
by jolinfire
Hello. I'm seeing this strange bug for about a week or so.
I cannot get tray icon to be displayed correctly. I'm using ubuntu 8.10 and followed all the instructions for building deluge. All works but not this tray icon.
I have installed librsvg2-common and librsvg2-dev
Any idea ? Thanks !
Re: No "working" tray icon with trunk builds.
Posted: Mon Dec 08, 2008 12:44 am
by andar
jolinfire wrote:Hello. I'm seeing this strange bug for about a week or so.
I cannot get tray icon to be displayed correctly. I'm using ubuntu 8.10 and followed all the instructions for building deluge. All works but not this tray icon.
I have installed librsvg2-common and librsvg2-dev
Any idea ? Thanks !
Perhaps you need to do: python setup.py install_data
Re: No "working" tray icon with trunk builds.
Posted: Mon Dec 08, 2008 6:25 am
by jolinfire
andar wrote:jolinfire wrote:Hello. I'm seeing this strange bug for about a week or so.
I cannot get tray icon to be displayed correctly. I'm using ubuntu 8.10 and followed all the instructions for building deluge. All works but not this tray icon.
I have installed librsvg2-common and librsvg2-dev
Any idea ? Thanks !
Perhaps you need to do: python setup.py install_data
I will try asap and I will tell what is happening. Thanks for the tip anyway.
EDIT : it works, thanks. But why putting all in /usr/* and not /usr/local/* ?!
Re: No "working" tray icon with trunk builds.
Posted: Wed Dec 10, 2008 1:21 am
by markybob
jolinfire wrote:EDIT : it works, thanks. But why putting all in /usr/* and not /usr/local/* ?!
because that's default. you can specify /usr/local with --prefix