On 30 September 2016 at 12:59, Eric Engestrom
wrote:
> On Fri, Sep 30, 2016 at 11:36:24AM +0100, Murray Calavera wrote:
> > On 30 September 2016 at 11:10, Eric Engestrom >
> > wrote:
> >
> > > On Thu, Sep 29, 2016 at 09:26:16PM +0100, Murray Calavera wrote:
&
On 30 September 2016 at 11:10, Eric Engestrom
wrote:
> On Thu, Sep 29, 2016 at 09:26:16PM +0100, Murray Calavera wrote:
> > error.h is a gnu extension and not available in other
> > popular libcs like musl. This patch provides a replacement.
> >
> > Signed-off-by: M
error.h is a gnu extension and not available in other
popular libcs like musl. This patch provides a replacement.
Signed-off-by: Murray Calavera
---
libweston/weston-launch.c | 20 +++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/libweston/weston-launch.c b
Signed-off-by: Murray Calavera
---
configure.ac | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index f35e887..72715a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -440,10 +440,10 @@ AS_IF([test "x$enable_resize_optimization&quo
I can't read, ignore this.
Sorry.
On 13/09/2016, Murray Calavera wrote:
> Signed-off-by: Murray Calavera
> ---
> src/wayland-client.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/src/wayland-client.c b/src/wayland-client.c
> index 03c087a..c995a09 100644
&g
Signed-off-by: Murray Calavera
---
src/wayland-client.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/wayland-client.c b/src/wayland-client.c
index 03c087a..c995a09 100644
--- a/src/wayland-client.c
+++ b/src/wayland-client.c
@@ -932,7 +932,6 @@ wl_display_connect_to_fd(int fd
the `shm_format` function seems to assume the `wl_shm_format`
enum has bit-exclusive enumerations which is not true.
Signed-off-by: Murray Calavera
---
clients/simple-shm.c | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/clients/simple-shm.c b/clients/simple-shm.c
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
Whether a input method is used should be the responsibility
of the shell because some shells may not want to implement
an input method at all
Signed-off-by: Murray Calavera
Reviewed-by: Pekka Paalanen
---
desktop-shell/shell.c | 3 +++
ivi-shell/ivi-shell.c | 3 +++
src/compositor.c | 2
a following patch will be moving text init call into shell
modules, which will be called much later than in current code
Signed-off-by: Murray Calavera
---
src/text-backend.c | 27 ++-
1 file changed, 18 insertions(+), 9 deletions(-)
diff --git a/src/text-backend.c b
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, right
Signed-off-by: Murray Calavera
---
src/text-backend.c | 157 +
1 file changed, 98 insertions(+), 59 deletions(-)
diff --git a/src/text-backend.c b/src/text-backend.c
index 01cb70a..64a3c1b 100644
--- a/src/text-backend.c
+++ b/src/text
This allows a user to explicitly disable the input
method by setting path to blank;
Signed-off-by: Murray Calavera
---
src/text-backend.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/text-backend.c b/src/text-backend.c
index 64a3c1b..3c349d4 100644
--- a/src/text-backend.c
+++ b
Whether a input method is used should be the responsibility
of the shell because some shells may not want to implement
an input method at all.
Signed-off-by: Murray Calavera
---
desktop-shell/shell.c | 3 +++
ivi-shell/ivi-shell.c | 3 +++
src/compositor.c | 2 --
3 files changed, 6
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
> 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 th
Signed-off-by: Murray Calavera
---
clients/window.h | 4 ++--
shared/cairo-util.h | 2 +-
src/compositor-x11.c | 2 +-
src/libbacklight.c| 2 +-
src/libbacklight.h| 2 +-
src/weston-launch.c | 10 +-
wcap/main.c | 2 +-
wcap
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
---
man/weston.ini.man | 9 -
src/compositor.c | 6
18 matches
Mail list logo