Skip to content
Commit e17ca5a5 authored by Jonh Wendell's avatar Jonh Wendell Committed by Jonh Wendell S. Santana
Browse files

Make vino work correctly with new gnome-session: - Dropped bonobo

2008-09-01  Jonh Wendell  <jwendell@gnome.org>

	Make vino work correctly with new gnome-session:
	- Dropped bonobo activation. Vino is controlled by gnome-session.
	- Made vino-server a gnome-session client, still using libgnomeui.
	- The directory session/ is now obsolete.

	* configure.in:
	- drop "--enable-session-support";
	- bump d-bus dependency to 1.2.3
	- drop bonobo stuff
	* server/GNOME_RemoteDesktop.idl,
	* server/GNOME_RemoteDesktop.server.in.in,
	* server/vino-shell.[ch]: Deleted
	* server/vino-dbus-listener.[ch] (vino_dbus_request_name):
	Returns gboolean instead of void. Returns FALSE if there is another
	instance running.
	* server/vino-main.c (main): Don't use bonobo shell function. Instead,
	use vino_dbus_request_name() to exit if there is already an instance
	running.

svn path=/trunk/; revision=930
parent fe518408
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment