From ec06f083c49ef9977afd8c51d2cb6cfdf5ebc05e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 23 Jul 2023 03:12:28 +0200 Subject: Show error if polkit agent is not running --- src/egl.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/egl.c') diff --git a/src/egl.c b/src/egl.c index 68ec720..f9176e6 100644 --- a/src/egl.c +++ b/src/egl.c @@ -375,6 +375,8 @@ void gsr_egl_unload(gsr_egl *self) { } bool gsr_egl_supports_wayland_capture(gsr_egl *self) { + // TODO: wlroots capture is broken right now (black screen) on amd and multiple monitors + // so it has to be disabled right now. Find out why it happens and fix it. (void)self; return false; //return !!self->wayland.export_manager && self->wayland.num_outputs > 0; -- cgit v1.2.3