Skip to content

Commit

Permalink
fix(mmserver): be consistent in xwayland socket naming
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed Oct 21, 2024
1 parent 2773d2e commit f6f6db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm-server/src/compositor/xwayland.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub struct XWayland {
}

// Where the socket gets mounted inside the container.
pub const SOCKET_PATH: &str = "/tmp/.x11-magic-mirror";
pub const SOCKET_PATH: &str = "/tmp/.X11-magic-mirror";

impl XWayland {
pub fn spawn(
Expand Down

0 comments on commit f6f6db3

Please sign in to comment.