Как установить отсутствующий плагин wayland-egl

Как установить отсутствующий плагин wayland-egl

Я устанавливаю vokoscreen 3.0.8:

https://snapcraft.io/vokoscreen-ng

Когда я пытаюсь запустить его, он мне говорит:

wiktor@wiktor:~$ vokoscreen-ng
This application failed to start because it could not find or load the Qt platform plugin "wayland-egl"
in "".

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.

Reinstalling the application may fix this problem.
Aborted (core dumped)

Как установить отсутствующий wayland-egl?

Я использую Ubuntu 21.04 на Wayland.

решение1

Ты можешь попробовать

sudo apt install libwayland-egl++0 libwayland-egl1-mesa libwayland-egl1

Связанный контент