[Desktop-packages] [Bug 1021032] Re: libindicate-ERROR **: Unable to get session bus: Operation was cancelled

2012-09-17 Thread Martin Pitt
** Changed in: pygobject (Ubuntu)
   Status: New = Invalid

-- 
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:
  Invalid
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 : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1021032] Re: libindicate-ERROR **: Unable to get session bus: Operation was cancelled

2012-09-06 Thread Charles Kerr
** Changed in: libindicate
   Importance: Undecided = Low

-- 
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 : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1021032] Re: libindicate-ERROR **: Unable to get session bus: Operation was cancelled

2012-07-27 Thread WallaceM
$ 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 : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1021032] Re: libindicate-ERROR **: Unable to get session bus: Operation was cancelled

2012-07-12 Thread Bilal Akhtar
@Scott Running the piece of source code Greg supplied, it's Python that
crashes with a dump, not the script. So it's either a bug in the Python
core or in one of the modules (pygobject)?

-- 
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 : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1021032] Re: libindicate-ERROR **: Unable to get session bus: Operation was cancelled

2012-07-11 Thread Bilal Akhtar
Python seems to be segfaulting here, weird.

** Also affects: python-defaults (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: pygobject (Ubuntu)
   Importance: Undecided
   Status: New

-- 
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:
  New

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 : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1021032] Re: libindicate-ERROR **: Unable to get session bus: Operation was cancelled

2012-07-11 Thread Scott Kitterman
No evidence it's python.

** Changed in: python-defaults (Ubuntu)
   Status: New = Invalid

-- 
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 : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp