Re: [PATCH v2] server: add wl_signal_emit_safe

2018-09-18 Thread Derek Foreman
On 2018-08-08 07:00 AM, Simon Ser wrote: > This new function allows listeners to remove themselves or any > other listener when called. This version only works if listeners > are properly removed before they are free'd. > > wl_signal_emit tries to be safe but it fails: it works fine if a >

Re: Weston at bootup

2018-09-18 Thread Daniel Stone
Hi Deepan, On Tue, 18 Sep 2018 at 17:24, deepan muthusamy wrote: > Did you launched as session service? > > I want to launch as system service. Have you tried that? > It sounds like you are having a problem, but there aren't enough details in your mails for us to help you. Have you already

Re: Weston at bootup

2018-09-18 Thread deepan muthusamy
Did you launched as session service? I want to launch as system service. Have you tried that? On Tue, 18 Sep 2018, 7:33 pm Andrea Giammarchi, wrote: > I've previously tested with this service and it used to work without > issues: > > [Unit] Description=Weston Conflicts=getty@tty1.service >

Re: Weston at bootup

2018-09-18 Thread Andrea Giammarchi
I've previously tested with this service and it used to work without issues: [Unit] Description=Weston Conflicts=getty@tty1.service After=getty@tty1.service systemd-user-sessions.service [Service] User=YOUR_USER Restart=always RestartSec=2 TimeoutSec=2 EnvironmentFile=/etc/environment

Weston at bootup

2018-09-18 Thread deepan muthusamy
Not able to start Weston at bootup as system service. ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Re: weston: Add config option to enable pixman-based rendering

2018-09-18 Thread Emmanuel Gil Peyrot
Hi, On Wed, Jun 06, 2018 at 04:46:47PM +0200, Thomas Zimmermann wrote: > Pixman can be used for rendering if the default GLESv2 rendering > is broken or cannot be used. > > Pixman-based rendering is already available with the command-line > switch '--use-pixman'. This patch adds support for this