Re: Using libweston with GTK/GDK

2019-06-03 Thread adlo
> On 1 May 2019, at 10:34, Pekka Paalanen wrote: > > it is all just the normal Wayland protocol exchange but with a new > interface of your own design. I'm not sure if there is a really > minimal example, but I'll list at least some. > > One example of such private protocol extension is > https:

Re: Starting a process in a Wayland session for data capture

2019-06-03 Thread Simon Ser
On Monday, June 3, 2019 5:21 PM, wrote: > > xdg-desktop-portal should probably be used for this. The internal > > > compositor-specific D-Bus interfaces are not meant to be used by > > third-parties AFAIK. > > I looked into xdg-desktop-portal but AFAIK it doesn't provide a real > RDP API (e.g. it

Re: Starting a process in a Wayland session for data capture

2019-06-03 Thread mmarkd9
> xdg-desktop-portal should probably be used for this. The internal > compositor-specific D-Bus interfaces are not meant to be used by > third-parties AFAIK. I looked into xdg-desktop-portal but AFAIK it doesn't provide a real RDP API (e.g. it user-prompts for devices or screens choice and has no

Re: Starting a process in a Wayland session for data capture

2019-06-03 Thread Simon Ser
On Monday, June 3, 2019 1:24 PM, wrote: > My goal would be to capture screen data for an entire desktop session > (either KDE or GNOME). I know that compositors like mutter provide > internal d-bus interfaces to get this kind of data and enable RDP > operations […] xdg-desktop-portal should proba

Re: Starting a process in a Wayland session for data capture

2019-06-03 Thread Pekka Paalanen
On Mon, 3 Jun 2019 12:24:16 +0200 (CEST) mmar...@libero.it wrote: > Hi, I'm trying to understand what does it mean for a process to be > 'started in a Wayland session'. My goal would be to capture screen > data for an entire desktop session (either KDE or GNOME). I know that > compositors like mut

Re: Using libweston with GTK/GDK

2019-06-03 Thread Simon McVittie
On Mon, 03 Jun 2019 at 14:17:21 +0300, Pekka Paalanen wrote: > For > a test suite, you could use an environment variable to override the > default search path, but for a manual launch that is a bit more > inconvenient. This is the solution that is generally recommended in the GLib/GTK/GNOME stack

Re: Using libweston with GTK/GDK

2019-06-03 Thread Pekka Paalanen
On Mon, 3 Jun 2019 08:38:12 +0100 adlo wrote: > How do I ensure my client will still launch no matter what directory > I run my compositor from? How do I get the absolute path of my client? Hi, you install the client to a specific path. You get the path from your build system. > Also, how do I

Starting a process in a Wayland session for data capture

2019-06-03 Thread mmarkd9
Hi, I'm trying to understand what does it mean for a process to be 'started in a Wayland session'. My goal would be to capture screen data for an entire desktop session (either KDE or GNOME). I know that compositors like mutter provide internal d-bus interfaces to get this kind of data and enabl

Re: [PATCH] drm/doc: More fine-tuning on userspace review requirements

2019-06-03 Thread Daniel Vetter
On Tue, May 21, 2019 at 12:07:12PM +0300, Pekka Paalanen wrote: > On Tue, 21 May 2019 10:48:49 +0200 > Daniel Vetter wrote: > > > With Eric's patch > > > > commit ba6e798ecf320716780bb6a6088a8d17dcba1d49 > > Author: Eric Anholt > > Date: Wed Apr 24 11:56:17 2019 -0700 > > > > drm/doc: Do

Re: Using libweston with GTK/GDK

2019-06-03 Thread adlo
> On 1 May 2019, at 10:34, Pekka Paalanen wrote: > > On Wed, 1 May 2019 03:24:04 +0100 > adlo wrote: > > it is all just the normal Wayland protocol exchange but with a new > interface of your own design. I'm not sure if there is a really > minimal example, but I'll list at least some. > > One