DBUS Support (was Re: [Gtk-gnutella-devel]Little feature)

2005-08-04 Thread Alex Bennee
On Thu, 2005-08-04 at 08:55 +0200, Hans de Graaff wrote: > On Thu, 2005-08-04 at 07:50 +0100, Alex Bennee wrote: > > > I see the check is looking for a more recent version of dbus. I made the > > mistake of assuming as my box is a Gentoo one it would have the bleeding > > edge dbus available to it

Re: [Gtk-gnutella-devel]Little feature

2005-08-03 Thread Hans de Graaff
On Thu, 2005-08-04 at 07:50 +0100, Alex Bennee wrote: > I see the check is looking for a more recent version of dbus. I made the > mistake of assuming as my box is a Gentoo one it would have the bleeding > edge dbus available to it :-( There have been a lot of incompatibilities between different

Re: [Gtk-gnutella-devel]Little feature

2005-08-03 Thread Alex Bennee
On Thu, 2005-08-04 at 01:33 +0200, Christian Biere wrote: > Alex Bennee wrote: > > Hmmm, Configure doesn't seem to be picking up dbus although I'm not sure > > of what the ./Configure script is trying to set dbusconfig to. > > > 23:58 [EMAIL PROTECTED] [gtk2-gnutella] >pkg-config dbus-1 --cflags

Re: [Gtk-gnutella-devel]Little feature

2005-08-03 Thread Christian Biere
Alex Bennee wrote: > Hmmm, Configure doesn't seem to be picking up dbus although I'm not sure > of what the ./Configure script is trying to set dbusconfig to. > 23:58 [EMAIL PROTECTED] [gtk2-gnutella] >pkg-config dbus-1 --cflags > -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include > 23:58 [EMAIL

Re: [Gtk-gnutella-devel]Little feature

2005-08-03 Thread Alex Bennee
On Wed, 2005-08-03 at 00:38 +0200, Hans de Graaff wrote: > I have just committed initial dbus support to gtk-gnutella. It only > works with 0.35.2. If you have that then running Configure again should > be enough to include dbus support in the build. Currently only a > 'started' and 'stopped' event

Re: [Gtk-gnutella-devel]Little feature

2005-08-02 Thread Hans de Graaff
On Tue, 2005-08-02 at 17:24 +0200, Hans de Graaff wrote: > On Mon, 2005-08-01 at 18:19 +0100, Alex Bennee wrote: > > > A while ago I toyed with a similer idea. However finding the right place > > to put it was quite a tricky. Having said that there are developments > > these days in the idea of ev

Re: [Gtk-gnutella-devel]Little feature

2005-08-02 Thread Hans de Graaff
On Mon, 2005-08-01 at 18:19 +0100, Alex Bennee wrote: > A while ago I toyed with a similer idea. However finding the right place > to put it was quite a tricky. Having said that there are developments > these days in the idea of event buses (dbus?) which we could support > with gtk-gnutella. A sim

Re: [Gtk-gnutella-devel]Little feature

2005-08-01 Thread Alex Bennee
On Mon, 2005-08-01 at 17:54 +0200, Christian Biere wrote: > Paco Arjonilla wrote: > > El lun, 01-08-2005 a las 17:06 +0200, Christian Biere escribió: > > > Paco Arjonilla wrote: > > > > While i'm modelling in blender, say with festival, a voice sintetizer > > > > Command: festival -say "Your downlo

Re: [Gtk-gnutella-devel]Little feature

2005-08-01 Thread Christian Biere
Paco Arjonilla wrote: > El lun, 01-08-2005 a las 17:06 +0200, Christian Biere escribió: > > Paco Arjonilla wrote: > > > While i'm modelling in blender, say with festival, a voice sintetizer > > > Command: festival -say "Your download %s has finished." > > Ok, but do you really need support for thi

Re: [Gtk-gnutella-devel]Little feature

2005-08-01 Thread Paco Arjonilla
Right, ok El lun, 01-08-2005 a las 17:06 +0200, Christian Biere escribió: > Paco Arjonilla wrote: > > While i'm modelling in blender, say with festival, a voice sintetizer > > Command: festival -say "Your download %s has finished." > > I already use it in gaim, it's very useful. > > Or any other,

Re: [Gtk-gnutella-devel]Little feature

2005-08-01 Thread Christian Biere
Paco Arjonilla wrote: > While i'm modelling in blender, say with festival, a voice sintetizer > Command: festival -say "Your download %s has finished." > I already use it in gaim, it's very useful. > Or any other, like emit a simple sound: > alsaplayer download_finished.wav > Or check the ID3 tag a

Re: [Gtk-gnutella-devel]Little feature

2005-08-01 Thread Paco Arjonilla
While i'm modelling in blender, say with festival, a voice sintetizer Command: festival -say "Your download %s has finished." I already use it in gaim, it's very useful. Or any other, like emit a simple sound: alsaplayer download_finished.wav Or check the ID3 tag and, if correct, send it to the mus

Re: [Gtk-gnutella-devel]Little feature

2005-08-01 Thread Christian Biere
Paco Arjonilla wrote: > I want to add an option for executing a command when a download > finishes; What kind of command do you have in mind? For example, I don't think it's horribly useful to start a media player because at the time the download finishes, you might not even be at your computer.

[Gtk-gnutella-devel]Little feature

2005-08-01 Thread Paco Arjonilla
I want to add an option for executing a command when a download finishes; which is the most appropriate place to put it so it is included in the core part of the gui-core separation: the core, the library or the gui? Of course the gui for configurating. Regards, Paco PD: Daichi: Ok, I will send t