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

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