Re: [PATCH wayland-protocols] xdg-shell: Add startup notification

2016-02-26 Thread Carlos Garnacho
Hey :), On Fri, Feb 26, 2016 at 1:54 PM, Pekka Paalanen wrote: > On Mon, 15 Feb 2016 16:59:02 +0800 > Jonas Ådahl wrote: > >> On Thu, Feb 11, 2016 at 01:52:36PM +0100, Carlos Garnacho wrote: >> > The xdg_launcher interface is added for the launcher, it's used >> > to notify of the startup ID to

Re: [PATCH wayland-protocols] xdg-shell: Add startup notification

2016-02-26 Thread Carlos Garnacho
Hey :), On Mon, Feb 15, 2016 at 9:59 AM, Jonas Ådahl wrote: > On Thu, Feb 11, 2016 at 01:52:36PM +0100, Carlos Garnacho wrote: >> The xdg_launcher interface is added for the launcher, it's used >> to notify of the startup ID to be transmitted to the launchee, >> plus notifications about the start

Re: [PATCH wayland-protocols] xdg-shell: Add startup notification

2016-02-26 Thread Pekka Paalanen
On Mon, 15 Feb 2016 16:59:02 +0800 Jonas Ådahl wrote: > On Thu, Feb 11, 2016 at 01:52:36PM +0100, Carlos Garnacho wrote: > > The xdg_launcher interface is added for the launcher, it's used > > to notify of the startup ID to be transmitted to the launchee, > > plus notifications about the startup

Re: [PATCH wayland-protocols] xdg-shell: Add startup notification

2016-02-15 Thread Jonas Ådahl
On Thu, Feb 11, 2016 at 01:52:36PM +0100, Carlos Garnacho wrote: > The xdg_launcher interface is added for the launcher, it's used > to notify of the startup ID to be transmitted to the launchee, > plus notifications about the startup success/failure. > > On the launchee side, we now have xdg_shel

[PATCH wayland-protocols] xdg-shell: Add startup notification

2016-02-11 Thread Carlos Garnacho
The xdg_launcher interface is added for the launcher, it's used to notify of the startup ID to be transmitted to the launchee, plus notifications about the startup success/failure. On the launchee side, we now have xdg_shell.set_startup_id, which will notify the compositor of startup finalization.