Page 1 of 1

BUG

Posted: Sat Sep 20, 2008 9:14 pm
by nasgul1983
hi,

i found a bug (i think), it appears in version 1.0.0_rc8 and 1.0.0_rc9, im using gentoo linux and have as default operation in firefox open torrents with deluge, but when i try to do so and deluge is allready running, it starts a new instance and don't open add torrent dialog.

I'm not shure but i think in 1.0.0_rc7 it was working as it should

If you need some more information (logs, etc.) let me know and i will give you response.

Re: BUG

Posted: Sun Sep 21, 2008 5:18 am
by andar
nasgul1983 wrote:hi,

i found a bug (i think), it appears in version 1.0.0_rc8 and 1.0.0_rc9, im using gentoo linux and have as default operation in firefox open torrents with deluge, but when i try to do so and deluge is allready running, it starts a new instance and don't open add torrent dialog.

I'm not shure but i think in 1.0.0_rc7 it was working as it should

If you need some more information (logs, etc.) let me know and i will give you response.
This generally happens when you don't have the dbus system service running.

Re: BUG

Posted: Sun Sep 21, 2008 9:03 am
by nasgul1983
How can i check if it is running dbus-daemon is running, dont know if that is right.

Re: BUG

Posted: Mon Sep 22, 2008 11:32 pm
by danii
hi I had this problem too, I'm also using gentoo but I've been testing the SVN ebuild, I recall it stop working around RC8 or 9 but in the latest revisions it's working, so I guess it's working again in final 1.0, give it a try!
I had this problem even though dbus-daemon was running but to check if it's running just do:

Code: Select all

ps ux|grep dbus-daemon
or

Code: Select all

pgrep dbus-daemon

Re: BUG

Posted: Tue Sep 23, 2008 1:00 am
by andar
This also happens when not running Gnome and your .xinitrc is not launching a dbus session (dbus-launch).