GhostNaN / mpvpaper

A video wallpaper program for wlroots based wayland compositors.
GNU General Public License v3.0
805 stars 26 forks source link

Missing Required Wayland interface #28

Closed CorentinPtrl closed 2 years ago

CorentinPtrl commented 2 years ago

When running mpvpaper -v a a i get the error '[-] Missing a required Wayland interface'. I'm on Fedora and using XWayland

GhostNaN commented 2 years ago

What DE/WM are you using? And what do you mean by XWayland? mpvpaper is a fully native Wayland application and isn't meant for X11 systems.

CorentinPtrl commented 2 years ago

Im using gnome

GhostNaN commented 2 years ago

Gnome(mutter) is not a wlroots based Wayland compositor is not supported, sorry.

GhostNaN commented 2 years ago

This contains a list of wlroots based Wayland compositors, if you are curious: https://gitlab.freedesktop.org/wlroots/wlroots/-/wikis/Projects-which-use-wlroots

CorentinPtrl commented 2 years ago

Thanks man