On Fri, Dec 23, 2016 at 09:52:45AM +0800, Anthenony wrote:
> Hi, All:
>
>
> As far as I know there is no interface to hide or show the client. I want
> to make sure whether other method is feasible.
> For example, I move the client out of the screen.
>
> Hide:
> attach(m_wl_sufface,
Hi, All:
As far as I know there is no interface to hide or show the client. I want
to make sure whether other method is feasible.
For example, I move the client out of the screen.
Hide:
attach(m_wl_sufface, 1000, 1000);
commit();
Show:
attach(m_wl_sufface, 0, 0);
commit();
Anywa
On Wed, 21 Dec 2016 23:14:38 +
Francis Leblanc-Lebeau wrote:
> Hi !
>
> I have built a Yocto image for the Aaeon EMB-BSW1 board and for
> some unknown reason, weston quits when I disconnect the HDMI
> cable, even if there is an application running. I saw that it
> exited normally (not a seg
Most display managers handle starting a dbus session daemon for you, so
it does not make sense to start our own. Without this patch, if you run
weston from gdm, programs cannot connect to the dbus session daemon.
---
compositor/weston.desktop | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)