Document Cinnamon Wayland (Muffin 6.7+) layer-shell support - #288
Merged
Conversation
✅ Deploy Preview for dockingbar canceled.
|
edumucelli
force-pushed
the
feature/cinnamon-wayland-docs
branch
from
July 31, 2026 20:50
1829990 to
85aca02
Compare
Muffin 6.7+ (March 2026, shipping in LMDE 7 / Cinnamon 6.8 / Linux Mint 23) added wlr_layer_shell_v1 v4 support with proper exclusive zone handling. Docking's generic layer-shell backend detects this at runtime and provides panel placement. Muffin does not implement wlr_foreign_toplevel_manager_v1 or ext_workspace_manager_v1 (same as Mutter), so native window tracking and workspace switching are unavailable on Wayland. Docking's xapp_shell_v1 protocol (icon names, progress) is Muffin-specific and not yet integrated. Cinnamon Wayland users on Mint 22.x (Muffin 6.6.3, no layer-shell) should use the X11 session for full Docking support. Desktop.CINNAMON detection is unchanged — it already exists in the Desktop enum.
edumucelli
force-pushed
the
feature/cinnamon-wayland-docs
branch
from
August 1, 2026 14:49
7364ec6 to
5b82068
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update README to document that Muffin 6.7+ now supports wlr_layer_shell_v1, enabling Docking on Cinnamon Wayland.
Research findings
Muffin 6.7+ (March 2026, PR linuxmint/muffin#803) added wlr_layer_shell_v1 v4 with proper exclusive zone handling. This ships in LMDE 7 / Cinnamon 6.8 / Linux Mint 23 (late 2026).
Current Mint 22.x (Muffin 6.6.3) does NOT have layer-shell — users should use the X11 session.
Muffin does not implement wlr_foreign_toplevel_manager_v1 or ext_workspace_manager_v1 (same as Mutter), so native window tracking is unavailable. Docking's layer-shell runtime detection handles this correctly.
Desktop.CINNAMON already exists in the Desktop enum — no code changes needed.
Changes