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
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 -
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.