Re: [PATCH weston 1/2] text backend should handle existing seats on init.

2015-06-11 Thread Pekka Paalanen
On Wed, 10 Jun 2015 20:29:42 + Murray Calavera wrote: > ​Hello, > > New patches are here: > http://patchwork.freedesktop.org/patch/51584 > http://patchwork.freedesktop.org/patch/51585​ > > > >​ What was the crash exactly? > > The crash​ happens because the seat is assigned an input method

Re: [PATCH weston 1/2] text backend should handle existing seats on init.

2015-06-10 Thread Murray Calavera
​Hello, New patches are here: http://patchwork.freedesktop.org/patch/51584 http://patchwork.freedesktop.org/patch/51585​ >​ What was the crash exactly? The crash​ happens because the seat is assigned an input method as soon as the text backend is initialized. So If you try to call text_input_a

Re: [PATCH weston 1/2] text backend should handle existing seats on init.

2015-06-09 Thread Pekka Paalanen
On Tue, 9 Jun 2015 20:24:26 + Murray Calavera wrote: > Currently the text backend will crash the compositor if > seats have already been created. Hi, crash? I didn't realize I should've been looking for causes of crashes, I only thought the input method simply didn't work on the initial se

[PATCH weston 1/2] text backend should handle existing seats on init.

2015-06-09 Thread Murray Calavera
Currently the text backend will crash the compositor if seats have already been created. Signed-off-by: Murray Calavera --- src/text-backend.c | 29 +++-- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/src/text-backend.c b/src/text-backend.c index daae03c