Bug#905379: Bug explanation

2018-11-03 Thread Julian Gilbey
On Sat, Nov 03, 2018 at 01:46:49PM +0100, Roland Hieber wrote: > On Fri, 26 Oct 2018 16:09:19 +0100 Julian Gilbey wrote: > > I've just uploaded a version based on git to unstable > > (2.1.5+dfsg+2.1.6-test.20181026.b4f4e65c-1) so you can test it. Does > > this version work for you? > > Thanks!

Bug#905379: Bug explanation

2018-11-03 Thread Roland Hieber
On Fri, 26 Oct 2018 16:09:19 +0100 Julian Gilbey wrote: > I've just uploaded a version based on git to unstable > (2.1.5+dfsg+2.1.6-test.20181026.b4f4e65c-1) so you can test it. Does > this version work for you? Thanks! At least it shows a functional UI without any warnings, and editing and

Bug#905379: Bug explanation

2018-10-26 Thread Julian Gilbey
On Thu, Oct 25, 2018 at 11:20:02PM +0100, Roland Hieber wrote: > On Thu, 20 Sep 2018 08:23:15 +0200 Julien Puydt > wrote: > That particular part of the code was refactored in upstream commit > https://github.com/dae/anki/commit/1af556cb8d62a638f7fa0bcb6289bf932d338691 > and although I was able

Bug#905379: Bug explanation

2018-10-25 Thread Roland Hieber
On Thu, 20 Sep 2018 08:23:15 +0200 Julien Puydt wrote: > Hi, > > I hadn't launched anki since long and hence got stuck. > > Looking at the trace I see: > self.focusProxy().installEventFilter(self) > and an attribute error that NoneType has no installEventFilter, so it's > quite clear what

Bug#905379: Bug explanation

2018-09-20 Thread Julien Puydt
Hi, I hadn't launched anki since long and hence got stuck. Looking at the trace I see: self.focusProxy().installEventFilter(self) and an attribute error that NoneType has no installEventFilter, so it's quite clear what the problem is: self.focusProxy() returns None! That might mean that