Re: New paths for Wayland sockets (Re: Enabling Android-style per application user ids)

2017-11-03 Thread Pekka Paalanen
On Fri, 3 Nov 2017 09:38:46 +0100 (CET) Jan Engelhardt wrote: > On Friday 2017-11-03 08:33, Pekka Paalanen wrote: > >> > > > >> > > wl_display_connect() always attempts to contact a server socket living > >> > > at > >> > > ${XDG_RUNTIME_DIR}/${WAYLAND_DISPLAY}. > > > >> >

Re: [PATCH v3] compositor-drm: Add the aspect ratio parsing support

2017-11-03 Thread Pekka Paalanen
(I fixed the subject line to contain v3.) On Mon, 16 Oct 2017 20:25:23 +0530 Nautiyal Ankit wrote: > From: Ankit Nautiyal > > DRM layer populates aspect ratio information for CEA video modes, > but we lose it while parsing modeline

Re: New paths for Wayland sockets (Re: Enabling Android-style per application user ids)

2017-11-03 Thread Carsten Haitzler
On Fri, 3 Nov 2017 09:38:46 +0100 (CET) Jan Engelhardt said: > > On Friday 2017-11-03 08:33, Pekka Paalanen wrote: > >> > > > >> > > wl_display_connect() always attempts to contact a server socket living > >> > > at ${XDG_RUNTIME_DIR}/${WAYLAND_DISPLAY}. > > > >> > Modifying

Re: New paths for Wayland sockets (Re: Enabling Android-style per application user ids)

2017-11-03 Thread Jan Engelhardt
On Friday 2017-11-03 10:37, Pekka Paalanen wrote: > >> Summary of (individual) proposals follows. >> >> >- modify WAYLAND_DISPLAY to support absolute paths which overrides >> > any search paths >> >> - introduce new WAYLAND_SOCKET >> - modify WAYLAND_DISPLAY to reject '/' > >What would be

Re: New paths for Wayland sockets (Re: Enabling Android-style per application user ids)

2017-11-03 Thread Carsten Haitzler
On Fri, 3 Nov 2017 12:47:39 +0200 Pekka Paalanen said: > On Fri, 3 Nov 2017 11:04:27 +0100 (CET) > Jan Engelhardt wrote: > > > On Friday 2017-11-03 10:37, Pekka Paalanen wrote: > > > > > >> Summary of (individual) proposals follows. > > >> > > >> >-

Re: New paths for Wayland sockets (Re: Enabling Android-style per application user ids)

2017-11-03 Thread Carsten Haitzler
On Fri, 3 Nov 2017 11:04:27 +0100 (CET) Jan Engelhardt said: > > On Friday 2017-11-03 10:37, Pekka Paalanen wrote: > > > >> Summary of (individual) proposals follows. > >> > >> >- modify WAYLAND_DISPLAY to support absolute paths which overrides > >> > any search paths > >>

Re: New paths for Wayland sockets (Re: Enabling Android-style per application user ids)

2017-11-03 Thread Matt Hoosier
On Fri, Nov 3, 2017 at 2:33 AM, Pekka Paalanen wrote: > On Thu, 2 Nov 2017 10:07:28 -0500 > Matt Hoosier wrote: > > > On Thu, Nov 2, 2017 at 3:36 AM, Pekka Paalanen > wrote: > > > > > On Wed, 1 Nov 2017 13:44:50 -0500 > > > Matt

Re: [PATCH weston v12 00/40] Atomic modesetting

2017-11-03 Thread Matt Hoosier
On Fri, Nov 3, 2017 at 2:46 AM, Pekka Paalanen wrote: > > On Thu, 2 Nov 2017 14:13:42 -0500 > Matt Hoosier wrote: > > > What sort of testing on this series would be most helpful? I figure that > > you and pq have most of the code review covered, so

Re: [PATCH weston v12 27/40] compositor-drm: Add modifiers to GBM dmabuf import

2017-11-03 Thread Matt Hoosier
On Tue, Sep 26, 2017 at 12:16 PM, Daniel Stone wrote: > Add support for the GBM_BO_IMPORT_FD_MODIFIER path, which allows us to > import multi-plane dmabufs, as well as format modifiers. > > Signed-off-by: Daniel Stone > --- > configure.ac

Re: [PATCH weston v5] buildsystem: add missing pkg-config stub for libweston uninstalled

2017-11-03 Thread Reynaldo H. Verdejo Pinochet
Changes from v4: Fix .so search-path issue spotted by Derek and add $abs_top_src_dir/shared to both libraries' include paths Bests, -- Reynaldo H. Verdejo Pinochet Open Source Group - Samsung Research America >From 02e9e8bc177d0869ae79998d6e182a42827f7ace Mon Sep 17 00:00:00 2001 From:

RE: New paths for Wayland sockets (Re: Enabling Android-style per application user ids)

2017-11-03 Thread Ucan, Emre (ADITG/ESB)
Hi, I am for supporting absolute paths with WAYLAND_DISPLAY. Because this approach is more flexible than other proposal. Best regards Emre Ucan Engineering Software Base (ADITG/ESB) Tel. +49 5121 49 6937 > -Original Message- > From: wayland-devel [mailto:wayland-devel- >

Re: New paths for Wayland sockets (Re: Enabling Android-style per application user ids)

2017-11-03 Thread Carsten Haitzler
On Fri, 3 Nov 2017 09:33:47 +0200 Pekka Paalanen said: > The last proposed patch for absolute paths is probably > https://lists.freedesktop.org/archives/wayland-devel/2015-August/023838.html > which looks like it got ignored mostly because of a damaged submission > and

Re: New paths for Wayland sockets (Re: Enabling Android-style per application user ids)

2017-11-03 Thread Jan Engelhardt
On Friday 2017-11-03 08:33, Pekka Paalanen wrote: >> > > >> > > wl_display_connect() always attempts to contact a server socket living at >> > > ${XDG_RUNTIME_DIR}/${WAYLAND_DISPLAY}. > >> > Modifying the meaning of WAYLAND_DISPLAY environment variable to >> > support also absolute paths has been

New paths for Wayland sockets (Re: Enabling Android-style per application user ids)

2017-11-03 Thread Pekka Paalanen
On Thu, 2 Nov 2017 10:07:28 -0500 Matt Hoosier wrote: > On Thu, Nov 2, 2017 at 3:36 AM, Pekka Paalanen wrote: > > > On Wed, 1 Nov 2017 13:44:50 -0500 > > Matt Hoosier wrote: > > > > > > > > I'd like to call attention to

Re: [PATCH weston v12 00/40] Atomic modesetting

2017-11-03 Thread Pekka Paalanen
On Thu, 2 Nov 2017 14:13:42 -0500 Matt Hoosier wrote: > What sort of testing on this series would be most helpful? I figure that > you and pq have most of the code review covered, so the main contribution I > can make with the hardware available to me is to exercise this