Re: [PATCH weston] Add config option to disable input method

2015-06-09 Thread Pekka Paalanen
On Tue, 09 Jun 2015 10:16:40 +0200 Jan Arne Petersen jana...@gmail.com wrote: Hi, I think it is more a problem with weston-keyboard and not with input methods in general. A compose input method does not need any support from the shell plugin. Instead of falling back to weston-keyboard as

Re: [PATCH weston] Add config option to disable input method

2015-06-09 Thread Jan Arne Petersen
Hi, I think it is more a problem with weston-keyboard and not with input methods in general. A compose input method does not need any support from the shell plugin. Instead of falling back to weston-keyboard as a default we should just use a compose input method by default. Regards Jan Arne

Re: [PATCH weston] Add config option to disable input method

2015-06-09 Thread Pekka Paalanen
On Mon, 8 Jun 2015 19:46:25 + Murray Calavera murray.calav...@gmail.com wrote: Rather than this new config option, I would be much happier seeing the shell plugin directly indicating whether it supports input methods or not. I'm not too sure about this, but I think the text backend

Re: [PATCH weston] Add config option to disable input method

2015-06-09 Thread Murray Calavera
Hello again. I tried again, thanks for being so patient with me. Here are the patches: http://patchwork.freedesktop.org/patch/51464/ http://patchwork.freedesktop.org/patch/51465/ And the optional one: http://patchwork.freedesktop.org/patch/51466/ This is all just Weston-specifics anyway,

Re: [PATCH weston] Add config option to disable input method

2015-06-08 Thread Murray Calavera
Rather than this new config option, I would be much happier seeing the shell plugin directly indicating whether it supports input methods or not. I'm not too sure about this, but I think the text backend has to be initialized first so I don't know how it can be launched or configured from the

Re: [PATCH weston] Add config option to disable input method

2015-06-08 Thread Pekka Paalanen
On Sat, 6 Jun 2015 10:18:17 + Murray Calavera murray.calav...@gmail.com wrote: When building a shell-plugin the developer might not want to implement an input method. Nevertheless weston will look for one, print errors complaining that the input method died and then give up.

[PATCH weston] Add config option to disable input method

2015-06-06 Thread Murray Calavera
When building a shell-plugin the developer might not want to implement an input method. Nevertheless weston will look for one, print errors complaining that the input method died and then give up. Signed-off-by: Murray Calavera murray.calav...@gmail.com --- man/weston.ini.man | 9 -

Re: [PATCH weston] Add config option to disable input method

2015-06-06 Thread Hardening
Le 06/06/2015 12:18, Murray Calavera a écrit : When building a shell-plugin the developer might not want to implement an input method. Nevertheless weston will look for one, print errors complaining that the input method died and then give up. Signed-off-by: Murray Calavera