[ANNOUNCE] wayvnc 0.3.1

2020-09-28 Thread Andri Yngvason
New features since v0.2.0: * Copy & paste, thanks to Scott Moreau. * wayvnc now has a man page. * wayvnc now exits if authentication is enabled but fails. Git commit history since v0.2.0: Alexander Graul (1): Add openSUSE Tumbleweed installation instruction Andri Yngvason (15): b

Weston screen-share module with ivi-shell and ivi-controller.

2020-09-28 Thread Tomasz Zyjewski
Hello, I am using Weston with screen-share module. When a desktop shell is used the screen-share module works fine. In that scenario, the weston.ini file looks like follow ``` [core] shell=desktop-shell.so modules=screen-share.so backend=drm-backend.so [screen-share] command=/usr/bin/weston -

Re: About fixing the untyped new_id issue

2020-09-28 Thread Pekka Paalanen
On Mon, 28 Sep 2020 07:33:34 +0200 Jan Bruns wrote: > Hallo. > > Here's an untested wip/low quality patch that probably solves the new_id > issue of libwayland. > > The problem: > > The wayland-scanner tool generates code that reflects a protocol > different from the protocol XML defintion.