[Bug 1283966] Re: Looping while selecting the same object is causing the application to die raising a dbus no reply exception

2014-03-27 Thread Launchpad Bug Tracker
This bug was fixed in the package gedit - 3.10.4-0ubuntu4 --- gedit (3.10.4-0ubuntu4) trusty; urgency=medium * Add 00git_state_property_type.patch: Fix type of GeditWindow state property, to avoid crashes with autopilot when introspecting it. (LP: #1283966) -- Martin Pitt

[Bug 1283966] Re: Looping while selecting the same object is causing the application to die raising a dbus no reply exception

2014-03-26 Thread Bug Watch Updater
** Changed in: gedit Status: Unknown => Fix Released ** Changed in: gedit Importance: Unknown => Medium -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit in Ubuntu. https://bugs.launchpad.net/bugs/1283966 Title: Loopi

[Bug 1283966] Re: Looping while selecting the same object is causing the application to die raising a dbus no reply exception

2014-03-26 Thread Martin Pitt
I committed the upstream fix into the packaging branch, built it locally, and confirm that with that Nick's test case runs flawlessly. I'll upload the fix after the beta-2 freeze. ** Changed in: autopilot-gtk (Ubuntu) Status: Triaged => Invalid ** Changed in: gedit (Ubuntu) Assignee:

[Bug 1283966] Re: Looping while selecting the same object is causing the application to die raising a dbus no reply exception

2014-03-26 Thread Martin Pitt
So I'm afraid this isn't bug 1267116, and we are back to square one :-( -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit in Ubuntu. https://bugs.launchpad.net/bugs/1283966 Title: Looping while selecting the same object is causi

[Bug 1283966] Re: Looping while selecting the same object is causing the application to die raising a dbus no reply exception

2014-03-26 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gedit/ubuntu -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit in Ubuntu. https://bugs.launchpad.net/bugs/1283966 Title: Looping while selecting the same object is causing the application to

[Bug 1283966] Re: Looping while selecting the same object is causing the application to die raising a dbus no reply exception

2014-03-26 Thread Martin Pitt
Et voilà, this already got fixed upstream in January: https://git.gnome.org/browse/gedit/commit/gedit/gedit-window.c?id=816957 ** Changed in: gedit (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is sub

[Bug 1283966] Re: Looping while selecting the same object is causing the application to die raising a dbus no reply exception

2014-03-26 Thread Martin Pitt
Ah, that's a bug in gedit actually. gedit/gedit-window.c declares the "state" property as GFlags: g_object_class_install_property (object_class, PROP_STATE, g_param_spec_flags ("state", ……