Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 177751
Collapse All | Expand All

(-)sonata.py.old (+2 lines)
Lines 6209-6214 Link Here
6209
					print _("An instance of Sonata is already running.")
6209
					print _("An instance of Sonata is already running.")
6210
					obj.show(dbus_interface='org.MPD.SonataInterface')
6210
					obj.show(dbus_interface='org.MPD.SonataInterface')
6211
				sys.exit()
6211
				sys.exit()
6212
		except SystemExit:
6213
			raise
6212
		except Exception:
6214
		except Exception:
6213
			print _("Sonata failed to connect to the D-BUS session bus: Unable to determine the address of the message bus (try 'man dbus-launch' and 'man dbus-daemon' for help)")
6215
			print _("Sonata failed to connect to the D-BUS session bus: Unable to determine the address of the message bus (try 'man dbus-launch' and 'man dbus-daemon' for help)")
6214
6216

Return to bug 177751