Re: [PATCH weston v2] ivi-shell: use install paths in example config

2018-05-24 Thread Michael Tretter
On Thu, 24 May 2018 17:08:47 +0200, Emre Ucan wrote: > The example weston.ini file uses source and build > directory paths. Therefore, it is only useful when > used on the same system that is used to build Weston. > > We can use install paths instead of build/source paths > to fix this problem.

[PATCH_v2] virtual-keyboard: Add new virtual keyboard protocol

2018-05-24 Thread Dorota Czaplejewicz
Provides the ability to emulate keyboards by applications. Complementary to input-method protocol. The interface is a mirror copy of wl_keyboard, with removed serials, and added seat binding. --- This is the slightly improved version of the virtual-keyboard-v1 protocol from Purism. Changes don

[PATCH weston v2] ivi-shell: use install paths in example config

2018-05-24 Thread Emre Ucan
The example weston.ini file uses source and build directory paths. Therefore, it is only useful when used on the same system that is used to build Weston. We can use install paths instead of build/source paths to fix this problem. v2 changes: - use $(westondatadir) instead of $(datadir) Reported

RE: [PATCH weston] ivi-shell: use install paths in example config

2018-05-24 Thread Ucan, Emre (ADITG/ESB)
Hi, > -Original Message- > From: Michael Tretter [mailto:m.tret...@pengutronix.de] > Sent: Donnerstag, 24. Mai 2018 16:21 > To: Ucan, Emre (ADITG/ESB) ; wayland- > de...@lists.freedesktop.org > Subject: Re: [PATCH weston] ivi-shell: use install paths in example config > > On Thu, 24 May 2

Re: EXT: Re: [PATCH weston 0/4] Handle several NULL output pointer

2018-05-24 Thread Pekka Paalanen
On Tue, 22 May 2018 05:33:35 + "Ray, Ian (GE Healthcare)" wrote: > > On 21 May 2018, at 16.37, Pekka Paalanen wrote: > > > > Hi, > > > > this series was originally written by me as you can see, and Fabien > > lifted the patches, reviewed, tested and submitted them. If no-one > > objects, I

Re: EXT: Re: [PATCH weston 0/2] xwm: Dump properties.

2018-05-24 Thread Pekka Paalanen
On Tue, 22 May 2018 05:35:22 + "Ray, Ian (GE Healthcare)" wrote: > > On 21 May 2018, at 16.46, Pekka Paalanen wrote: > > > > Hi, > > > > I'd like to push these two patches as well on Thursday if no-one objects. > > > > I'll hold off with the O-R state debugging patch until I get a chance

Re: EXT: Re: [PATCH weston 0/4] Optimize pixman renderer

2018-05-24 Thread Pekka Paalanen
On Tue, 22 May 2018 05:42:15 + "Ray, Ian (GE Healthcare)" wrote: > > On 21 May 2018, at 16.29, Pekka Paalanen wrote: > > > > Hi, > > > > this series was originally written by me as you can see, and Fabien > > lifted the patches, reviewed, tested and submitted them. If no-one > > objects, I

Re: [PATCH weston] ivi-shell: use install paths in example config

2018-05-24 Thread Michael Tretter
On Thu, 24 May 2018 15:44:40 +0200, Emre Ucan wrote: > The example weston.ini file uses source and build > directory paths. Therefore, it is only useful when > used on the same system that is used to build Weston. > > We can use install paths instead of build/source paths > to fix this problem. T

[PATCH weston] ivi-shell: use install paths in example config

2018-05-24 Thread Emre Ucan
The example weston.ini file uses source and build directory paths. Therefore, it is only useful when used on the same system that is used to build Weston. We can use install paths instead of build/source paths to fix this problem. Reported-by: Michael Tretter Signed-off-by: Emre Ucan --- Makef

RE: [PATCH 0/2] Cleanup weston.ini.in

2018-05-24 Thread Ucan, Emre (ADITG/ESB)
Hi Michael, > -Original Message- > From: Michael Tretter [mailto:m.tret...@pengutronix.de] > Sent: Donnerstag, 24. Mai 2018 14:48 > To: Ucan, Emre (ADITG/ESB) ; wayland- > de...@lists.freedesktop.org > Subject: Re: [PATCH 0/2] Cleanup weston.ini.in > > Hi, > > On Thu, 24 May 2018 12:06:5

[PATCH] rdp-compositor: fix compilation against last FreeRDP 2.0

2018-05-24 Thread David Fort
The SURFACE_BITS_COMMAND struct has changed and some members have been moved in the bmp field. --- configure.ac | 5 ++- libweston/compositor-rdp.c | 69 -- 2 files changed, 48 insertions(+), 26 deletions(-) diff --git a/configure.ac b/configure

Re: [PATCH 0/2] Cleanup weston.ini.in

2018-05-24 Thread Michael Tretter
Hi, On Thu, 24 May 2018 12:06:58 +, Ucan, Emre (ADITG/ESB) wrote: > You are right that generated ivi-shell/weston.ini file is not > suitable to use anywhere else than build directory. It is not usable > as it is in RFS of an embedded device. > > But I did not understand how you fixed this pro

Re: unique id for wayland objects

2018-05-24 Thread zou lan
Hi pekka >>are the c2p numbers from weston-presentation-shm demo? yes. I use this demo. My clock is CLOCK_MONOTONIC. I check the drm kernel code, I find each vblank event send the last vblank's timestamp. system time sec msec [ 263.000526] vblank_event 262 983 [

RE: [PATCH 0/2] Cleanup weston.ini.in

2018-05-24 Thread Ucan, Emre (ADITG/ESB)
Hi Michael, Thank you for your patches. You are right that generated ivi-shell/weston.ini file is not suitable to use anywhere else than build directory. It is not usable as it is in RFS of an embedded device. But I did not understand how you fixed this problem with your proposed patches. After

Re: unique id for wayland objects

2018-05-24 Thread Pekka Paalanen
On Thu, 24 May 2018 15:26:23 +0800 zou lan wrote: > Hi pekka > > >>are the c2p numbers from weston-presentation-shm demo? > yes. I use this demo. My clock is CLOCK_MONOTONIC. > > I check the drm kernel code, I find each vblank event send the last > vblank's timestamp. > > system time