Finding a window's icon

2018-04-25 Thread Nicholas Bishop
Hi, As I understand it, windows under Wayland don't directly expose an icon. Instead xdg-shell provides an application ID [1] that can be used to identify the application. The application ID is suggested to be the basename of the appropriate .desktop file. >From that I'm guessing that a wayland s

Re: Forwarding windows to another compositor via Weston

2018-02-12 Thread Nicholas Bishop
On Mon, Feb 12, 2018 at 5:48 AM, Pekka Paalanen wrote: > > On Fri, 9 Feb 2018 18:30:13 -0500 > Nicholas Bishop wrote: > > > Hi, > > > > Is there a way to run Weston as a nested compositor without the root > > window? My use case is running a parent composit

Forwarding windows to another compositor via Weston

2018-02-09 Thread Nicholas Bishop
Hi, Is there a way to run Weston as a nested compositor without the root window? My use case is running a parent compositor that doesn't support Xwayland, so I'd like to use Weston for X applications and have the resulting windows appear as regular windows within the parent compositor. Is somethi