$ thunderbird ** (thunderbird:16755): WARNING **: Could not connect: Connection refused
(thunderbird:16755): libunity-CRITICAL **: unity-launcher.vala:154: Unable to connect to session bus: Could not connect: Connection refused (thunderbird:16755): libindicate-ERROR **: Unable to get session bus: Could not connect: Connection refused Trace/breakpoint trap (core dumped) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pygobject in Ubuntu. https://bugs.launchpad.net/bugs/1021032 Title: libindicate-ERROR **: Unable to get session bus: Operation was cancelled Status in Libindicate: New Status in “pygobject” package in Ubuntu: New Status in “python-defaults” package in Ubuntu: Invalid Bug description: greg@greg-precise:~/Desktop/fbuntu-gtk3$ python test-indicate.py (test-indicate.py:3825): libindicate-ERROR **: Unable to get session bus: Operation was cancelled Trace/breakpoint trap (core dumped) When running the following python (both in python2 and python3): from gi.repository import Indicate from gi.repository import Gtk from gi.repository import GLib mm = Indicate.Server() mm.set_type("message.im") #mm.set_desktop_file("/home/greg/.fbuntu/bin/FBuntu.desktop") mm.show() indicator = Indicate.Indicator.new_with_server(mm) indicator.set_property("subtype", "im") indicator.set_property("draw-attention", "true") indicator.set_property("sender", "Joe sent you a message") timeval = GLib.TimeVal() timeval.tv_sec = int('1340830988768'[:-3]) indicator.set_property_time("time", timeval) indicator.show() Gtk.main() To manage notifications about this bug go to: https://bugs.launchpad.net/libindicate/+bug/1021032/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp

