From 15363291c113ddd51d953541716f4549f3c9d153 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Wed, 24 Mar 2021 12:38:59 +0200 Subject: [PATCH] kiosk-shell: Enable screenshooter in kiosk-shell Signed-off-by: Marius Vlad --- kiosk-shell/kiosk-shell.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kiosk-shell/kiosk-shell.c b/kiosk-shell/kiosk-shell.c index c25d139e..c2868706 100644 --- a/kiosk-shell/kiosk-shell.c +++ b/kiosk-shell/kiosk-shell.c @@ -1084,6 +1084,8 @@ wet_shell_init(struct weston_compositor *ec, shell->output_moved_listener.notify = kiosk_shell_handle_output_moved; wl_signal_add(&ec->output_moved_signal, &shell->output_moved_listener); + screenshooter_create(ec); + kiosk_shell_add_bindings(shell); return 0;