Open Issues Need Help
View All on GitHubA modular and extensible wayland compositor
A modular and extensible wayland compositor
A modular and extensible wayland compositor
AI Summary: The task is to debug and resolve performance issues in Wayfire, a Wayland compositor, specifically addressing sluggishness observed in debug builds with ASAN_OPTIONS enabled. The issue manifests as significant lag in mouse event processing, indicated by numerous error messages from libinput reporting event processing delays. The solution likely involves optimizing Wayfire's code to reduce overhead during debug builds with ASAN enabled.
A modular and extensible wayland compositor
AI Summary: Investigate and fix a regression in the Wayfire compositor's cube plugin where the top/bottom rotation using the mouse is inverted. The fix should restore the previous, more intuitive behavior where moving the mouse up shows the bottom of the cube and vice-versa.
A modular and extensible wayland compositor
AI Summary: The task is to improve the logging messages within the Wayfire compositor when GLES2 plugins are used with a Vulkan renderer. The current error messages are inconsistent and need to be standardized using a provided template to clearly indicate the plugin name, required renderer (GLES2), and the current renderer (Vulkan).
A modular and extensible wayland compositor