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