Re: [RFC wayland] protocol: Add high-resolution wl_touch timestamp event

2017-11-28 Thread Pekka Paalanen
On Tue, 28 Nov 2017 14:16:32 + Daniel Stone wrote: > Hi, > > On 24 November 2017 at 11:59, Pekka Paalanen wrote: > > On Tue, 21 Nov 2017 15:45:48 +0200 > > Alexandros Frantzis wrote: > >> 2. Should we introduce similar timestamp events for keyboard and pointer? > > > > No, unless someo

Re: [PATCH libinput] debounce: handle a timeout in MAYBE_SPURIOUS state

2017-11-28 Thread Peter Hutterer
On Tue, Nov 28, 2017 at 09:13:29PM +0100, Vicente Bergas wrote: > On Tuesday, November 21, 2017 8:10:19 AM CET, Peter Hutterer wrote: > > Sequences to trigger: > > - spurious debouncing is enabled > > - release a button in IS_DOWN state -> RELEASE_DELAYED > > - short timeout triggers RELEASE_WAITIN

Re: [PATCH libinput] debounce: handle a timeout in MAYBE_SPURIOUS state

2017-11-28 Thread Vicente Bergas
On Tuesday, November 21, 2017 8:10:19 AM CET, Peter Hutterer wrote: Sequences to trigger: - spurious debouncing is enabled - release a button in IS_DOWN state -> RELEASE_DELAYED - short timeout triggers RELEASE_WAITING If a button press now comes before the long timeout expires, we transition t

Re: [RFC wayland] protocol: Add high-resolution wl_touch timestamp event

2017-11-28 Thread Daniel Stone
Hi, On 24 November 2017 at 11:59, Pekka Paalanen wrote: > On Tue, 21 Nov 2017 15:45:48 +0200 > Alexandros Frantzis wrote: >> 2. Should we introduce similar timestamp events for keyboard and pointer? > > No, unless someone actually has a use for them. That brings the > question, why are you only

RE: [EXT] Re: VNC or RDP in Weston

2017-11-28 Thread Keskinarkaus, Teemu
-Original Message- From: Pekka Paalanen [mailto:ppaala...@gmail.com] Sent: 21. marraskuuta 2017 9:41 To: Keskinarkaus, Teemu; Hardening Cc: wayland-devel@lists.freedesktop.org Subject: [EXT] Re: VNC or RDP in Weston On Tue, 21 Nov 2017 06:37:32 + "Keskinarkaus, Teemu" wrote: > Hi, >

[PATCH weston] doc/systemd: system service example

2017-11-28 Thread Pekka Paalanen
From: Pekka Paalanen There are many bad and even worse attempts to make Weston run as a systemd service, and very few good ones. Let's add a good one as an example in upstream: does not use weston-launch, does not run weston as root, does not need wrapper scripts, and relies on logind and PAM. T

RE: [PATCH weston v2 00/16] Tablet device support for weston

2017-11-28 Thread Maniraj Devadoss (RBEI/ECF3)
Hi Jason, Thanks for testing and sharing the backtraces. I will go through the logs and try to find out the root cause. Best regards, Devadoss Maniraj RBEI/ECF3 Tel. +91 80 6136-4382 -Original Message- From: Jason Gerecke [mailto:killert...@gmail.com] Sent: Tuesday, November 28,

Re: [PATCH weston 2/2] man: mention logind for launching

2017-11-28 Thread Pekka Paalanen
On Tue, 31 Oct 2017 11:53:15 +0200 Pekka Paalanen wrote: > From: Pekka Paalanen > > Logind has been long supported as means to launch Weston without > weston-launch. It's good to note it in the manual. > > Signed-off-by: Pekka Paalanen > --- > man/weston.man | 9 ++--- > 1 file changed,

Re: [PATCH weston 1/3] weston-launch: quit if -t without -u

2017-11-28 Thread Pekka Paalanen
On Thu, 2 Nov 2017 09:53:41 +0200 Pekka Paalanen wrote: > On Wed, 1 Nov 2017 15:37:53 +0100 > Quentin Glidic wrote: > > > On 11/1/17 3:24 PM, Pekka Paalanen wrote: > > > From: Pekka Paalanen > > > > > > setup_tty() function uses the tty argument for choosing the tty/VT only > > > if wl->new

Re: [PATCH weston] weston: add wait-for-debugger option

2017-11-28 Thread Pekka Paalanen
On Thu, 2 Nov 2017 06:31:28 + "Ray, Ian (GE Healthcare)" wrote: > On 01/11/2017, 16.24, "wayland-devel on behalf of Pekka Paalanen" > ppaala...@gmail.com> wrote: > > > > From: Pekka Paalanen > > > > When you need to start Weston via weston-launch, systemd unit, or any > > other runner, i