Bug#850733: [Reportbug-maint] Bug#850733: Crashes with "TypeError: GObject.__init__() takes exactly 0 arguments (1 given)"

2017-01-15 Thread Sandro Tosi
OMG guys, thanks a lot for all your patches! I've applied them all (including the 0013 update) and fix .gitignore and python3-gtkspellcheck as James suggested On Sun, Jan 15, 2017 at 7:55 AM, Simon McVittie wrote: > On Sun, 15 Jan 2017 at 00:32:15 +, Simon McVittie wrote: >> From f70c4dcc86af

Bug#850733: [Reportbug-maint] Bug#850733: Crashes with "TypeError: GObject.__init__() takes exactly 0 arguments (1 given)"

2017-01-15 Thread Simon McVittie
On Sun, 15 Jan 2017 at 00:32:15 +, Simon McVittie wrote: > From f70c4dcc86afdc26f8e60c2a6c9d2829717db81e Mon Sep 17 00:00:00 2001 > From: Simon McVittie > Date: Sun, 15 Jan 2017 00:23:11 + > Subject: [PATCH 13/14] gtk2_ui: Reduce deprecation spam by using named > constructors This one is

Bug#850733: [Reportbug-maint] Bug#850733: Crashes with "TypeError: GObject.__init__() takes exactly 0 arguments (1 given)"

2017-01-14 Thread Simon McVittie
On Sat, 14 Jan 2017 at 23:36:55 +, James Clarke wrote: > It seems GetMultilinePage's get_value also has a call to get_text without > the extra parameter, but a grep for GetMultilinePage only shows the class > definition, with no uses... deletion candidate? From what I can tell, it > was added i

Bug#850733: [Reportbug-maint] Bug#850733: Crashes with "TypeError: GObject.__init__() takes exactly 0 arguments (1 given)"

2017-01-14 Thread James Clarke
On 15 Jan 2017, at 00:47, James Clarke wrote: > On 15 Jan 2017, at 00:37, Simon McVittie wrote: >> On Sun, 15 Jan 2017 at 00:32:15 +, Simon McVittie wrote: >>> I suspect that last line was intended to be a GetMultilinePage wrapper. >>> But I can't actually test this, because the only use of g

Bug#850733: [Reportbug-maint] Bug#850733: Crashes with "TypeError: GObject.__init__() takes exactly 0 arguments (1 given)"

2017-01-14 Thread James Clarke
On 15 Jan 2017, at 00:37, Simon McVittie wrote: > On Sun, 15 Jan 2017 at 00:32:15 +, Simon McVittie wrote: >> I suspect that last line was intended to be a GetMultilinePage wrapper. >> But I can't actually test this, because the only use of get_multiline() >> does have ENTER in its prompt (and

Bug#850733: [Reportbug-maint] Bug#850733: Crashes with "TypeError: GObject.__init__() takes exactly 0 arguments (1 given)"

2017-01-14 Thread Simon McVittie
On Sun, 15 Jan 2017 at 00:32:15 +, Simon McVittie wrote: > I suspect that last line was intended to be a GetMultilinePage wrapper. > But I can't actually test this, because the only use of get_multiline() > does have ENTER in its prompt (and it crashes - fix attached). On testing it by hacking

Bug#850733: [Reportbug-maint] Bug#850733: Crashes with "TypeError: GObject.__init__() takes exactly 0 arguments (1 given)"

2017-01-14 Thread James Clarke
On 14 Jan 2017, at 23:55, Simon McVittie wrote: > On Sat, 14 Jan 2017 at 23:24:25 +, James Clarke wrote: >> I'm not sure why it's working for me and not you. > > Ah, that would be because I have reportbug configured to use mutt to write > the actual bug report, and that disables the Gtk edito

Bug#850733: [Reportbug-maint] Bug#850733: Crashes with "TypeError: GObject.__init__() takes exactly 0 arguments (1 given)"

2017-01-14 Thread Simon McVittie
On Sat, 14 Jan 2017 at 23:24:25 +, James Clarke wrote: > I'm not sure why it's working for me and not you. Ah, that would be because I have reportbug configured to use mutt to write the actual bug report, and that disables the Gtk editor. Your change looks fine. I also needed to use the attac

Bug#850733: [Reportbug-maint] Bug#850733: Crashes with "TypeError: GObject.__init__() takes exactly 0 arguments (1 given)"

2017-01-14 Thread James Clarke
On 14 Jan 2017, at 23:24, James Clarke wrote: > On Sat, Jan 14, 2017 at 09:38:53PM +, Simon McVittie wrote: >> On Sat, 14 Jan 2017 at 19:50:17 +, Simon McVittie wrote: On Mon, Jan 9, 2017 at 2:21 PM, James Clarke wrote: > I would guess there are some UI > interactions happeni

Bug#850733: [Reportbug-maint] Bug#850733: Crashes with "TypeError: GObject.__init__() takes exactly 0 arguments (1 given)"

2017-01-14 Thread James Clarke
On Sat, Jan 14, 2017 at 09:38:53PM +, Simon McVittie wrote: > On Sat, 14 Jan 2017 at 19:50:17 +, Simon McVittie wrote: > > > On Mon, Jan 9, 2017 at 2:21 PM, James Clarke wrote: > > > > I would guess there are some UI > > > > interactions happening not on the main UI thread. > > > > I foun

Bug#850733: [Reportbug-maint] Bug#850733: Crashes with "TypeError: GObject.__init__() takes exactly 0 arguments (1 given)"

2017-01-14 Thread Simon McVittie
On Sat, 14 Jan 2017 at 19:50:17 +, Simon McVittie wrote: > > On Mon, Jan 9, 2017 at 2:21 PM, James Clarke wrote: > > > I would guess there are some UI > > > interactions happening not on the main UI thread. > > I found a couple of places where this was done wrong. I'll send a > patch series s

Bug#850733: [Reportbug-maint] Bug#850733: Crashes with "TypeError: GObject.__init__() takes exactly 0 arguments (1 given)"

2017-01-14 Thread Simon McVittie
On Fri, 13 Jan 2017 at 15:18:26 -0500, Sandro Tosi wrote: > would you be able to have a look at this? it looks like it's the > current issue every user of the GTK interface has. The patch from James looks correct, please apply it. > On Mon, Jan 9, 2017 at 2:21 PM, James Clarke wrote: > > This is

Bug#850733: [Reportbug-maint] Bug#850733: Crashes with "TypeError: GObject.__init__() takes exactly 0 arguments (1 given)"

2017-01-13 Thread Sandro Tosi
Hey Simon, would you be able to have a look at this? it looks like it's the current issue every user of the GTK interface has. thanks in advance! On Mon, Jan 9, 2017 at 2:21 PM, James Clarke wrote: > Package: reportbug > Version: 7.1.2 > Tags: patch > Severity: important > > When I try to use the