Commit graph

1 commit

Author SHA1 Message Date
Votre Nom
2150f31d82 test: introspect Wayland globals exposés par le compositor
Mini-binaire redox-wl-test-introspect (~210 lignes) qui se connecte
au socket, énumère via wl_registry tous les globals advertised,
compare à un catalogue de 21 protocoles attendus par les toolkits
modernes (COSMIC, GTK4, Qt5) et rapporte présents / manquants
critiques / manquants optionnels.

Rapport runtime (docs/phase7-9-introspect-report.txt) :
- 4 présents : wl_compositor v5, wl_shm v1, wl_seat v7, xdg_wm_base v5
- 6 critiques manquants pour COSMIC :
  • wl_subcompositor   • wl_output   • wl_data_device_manager
  • zxdg_decoration_manager_v1   • zwp_linux_dmabuf_v1
  • zwlr_layer_shell_v1
- 11 optionnels manquants : viewporter, fractional_scale,
  presentation, tablet, primary_selection, output_manager,
  activation, cursor_shape, exporter, relative_pointer,
  pointer_constraints

Utilisé pour anticiper les manques avant d'attaquer COSMIC. Roadmap
proche : prioriser wl_output + wl_subcompositor + wl_data_device
(core 8.x), puis decoration + dmabuf + layer_shell pour COSMIC.

Leyoda 2026 – GPLv3
2026-05-13 21:29:37 +02:00