GNOME Bugzilla – Bug 583211
Add use_dbus_listener property to make VinoServer more flexible
Last modified: 2009-06-07 19:07:38 UTC
I added the property use_dbus_listener to make possible to add a new sub class of VinoServer. I want to create a new subclass (VinoTubeServer) of VinoServer to integrate stream tubes in Vino.
the branch to merge : http://git.collabora.co.uk/?p=user/ksz/vino.git;a=shortlog;h=refs/heads/fix-bug-583211
Hi. Why (in which case) wouldn't you to use the dbus listener?
If there are several vino servers who are running at the same time , they can't have a dbus listener, just one server should have a dbus listener ( the main ).
Maybe I'm missing the point. Why do you need to run two VinoServers?
To integrate stream tubes in Vino, I have to create a special server ( VinoTubeServer ), and this one inherits from the VinoServer class. That's why I must specify to not use the D-Bus listener.
Hi, Arnaud. I still didn't get the point. Could we chat on IRC? My nickname is jwendell. I'd really like to understand the hole thing.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.