[ubuntu-mono] [Bug 139050] Re: dbus error: F-Spot not launching on a fresh install of Kubuntu Gutsy

e 0x0065 at gmail.com
Sun Sep 23 08:49:23 UTC 2007


			try {
				NDesk.DBus.BusG.Init();
			} catch (Exception e) {
				throw new ApplicationException ("F-Spot cannot find the Dbus session bus.  Make sure dbus is configured properly or start a new session for f-spot using \"dbus-launch f-spot\"", e);
			}
			/* 
			 * FIXME we need to inialize gobject before making the dbus calls, we'll go 
			 * ahead and do it like this for now.
			 */ 
			program = new Program (Defines.PACKAGE, 
					       Defines.VERSION, 
					       Modules.UI, args);		
			
			Console.WriteLine ("Initializing Mono.Addins");
			AddinManager.Initialize (FSpot.Global.BaseDirectory);
			AddinManager.Registry.Update (null);
			SetupService setupService = new SetupService (AddinManager.Registry);
			setupService.Repositories.RegisterRepository (null, "http://addins.f-spot.org", false);

-- 
dbus error: F-Spot not launching on a fresh install of Kubuntu Gutsy
https://bugs.launchpad.net/bugs/139050
You received this bug notification because you are a member of MOTU Mono
Team, which is a bug contact for f-spot in ubuntu.




More information about the Ubuntu-mono mailing list