canonical/mir

We're missing a way for Mir to report the socket it selects

Open

#1,398 opened on Apr 1, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (137 forks)auto 404
Good first issue

Repository metrics

Stars
 (775 stars)
PR merge metrics
 (PR metrics pending)

Description

We've several launch scripts that try to choose a Wayland socket when launching a Mir server. That's unnecessarily repetitive as Mir is better placed to chose a socket automatically.

What's really missing is a way for Mir to report the socket it selects. (Like --x11-displayfd for the X11 socket.)

Contributor guide