compositor: let the shells create the screenshooter
diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
index b4cd93c..59fa99c 100644
--- a/desktop-shell/shell.c
+++ b/desktop-shell/shell.c
@@ -6030,6 +6030,8 @@
 		create_keyboard_focus_listener(seat);
 	}
 
+	screenshooter_create(ec);
+
 	shell_add_bindings(ec, shell);
 
 	shell_fade_init(shell);