Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • W wayland-protocols
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 103
    • Issues 103
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 54
    • Merge requests 54
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • waylandwayland
  • wayland-protocols
  • Merge requests
  • !61

Add the transient seat protocol

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Andri Yngvason requested to merge andri/wayland-protocols:transient-seat into main Dec 29, 2020
  • Overview 63
  • Commits 1
  • Pipelines 11
  • Changes 3

This is a new protocol for creating short-lived seats for remote users, by allowing clients to create seats which will be automatically removed as soon as the client disconnects. If a client was fully responsible for removing its own seats, some unused seats might be left behind if the client crashes or is killed.

TODO:

  • Review: @emersion
  • ACKs: @emersion
  • 2 implementations:
    • sway & wlroots: https://github.com/swaywm/sway/pull/5921, wlroots/wlroots!3870
    • wayvnc: https://github.com/any1/wayvnc/tree/transient-seats
Edited Jan 24, 2023 by Simon Ser
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: transient-seat