Re: wayland menu

2018-12-21 Thread David Craven
> There is already a dbus protocol for this canonical came up with for ubuntu/unity and it's got support in several toolkits already. Look into com.canonical.AppMenu.Registrar (google for it). After some more research it turns out that kwayland has a custom wayland appmenu protocol to register

Re: wayland menu

2018-12-19 Thread David Craven
> There is already a dbus protocol for this canonical came up with for ubuntu/unity and it's got support in several toolkits already. Look into com.canonical.AppMenu.Registrar (google for it). Ah yes this is what I was looking for. It is already supported by qt and together with the wayland

Re: wayland menu

2018-12-12 Thread The Rasterman
On Wed, 12 Dec 2018 11:14:48 + Carsten Haitzler (The Rasterman) said: > On Tue, 11 Dec 2018 21:12:29 +0100 David Craven said: > > There is already a dbus protocol for this canonical came up with for > ubuntu/unity and it's got support in several toolkits already. Look into >

Re: wayland menu

2018-12-12 Thread The Rasterman
On Tue, 11 Dec 2018 21:12:29 +0100 David Craven said: There is already a dbus protocol for this canonical came up with for ubuntu/unity and it's got support in several toolkits already. Look into com.canonical.AppMenu.Registrar (google for it). This is also already implemented by at least some

Re: wayland menu

2018-12-12 Thread Pekka Paalanen
On Tue, 11 Dec 2018 21:12:29 +0100 David Craven wrote: > Hi, > > This isn't a concrete proposal but I think it would be nice to have > support for compositors implementing a menu like interface that > wayland clients can use. What this menu is or how it is implemented is > up to the compositor.

wayland menu

2018-12-11 Thread David Craven
Hi, This isn't a concrete proposal but I think it would be nice to have support for compositors implementing a menu like interface that wayland clients can use. What this menu is or how it is implemented is up to the compositor. The client would register an action in a tree like structure and be