Skip to content

Commit

Permalink
try without --xwayland
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Hillis committed Nov 8, 2023
1 parent 1ea883b commit 2a9eaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WSLGd/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ try {
westonArgs += " ";
}
westonArgs += "/usr/bin/weston ";
westonArgs += "--backend=rdp-backend.so --modules=wslgd-notify.so --xwayland ";
westonArgs += "--backend=rdp-backend.so --modules=wslgd-notify.so ";
westonArgs += westonSocketOption;
westonArgs += " ";
westonArgs += westonShellOption;
Expand Down

0 comments on commit 2a9eaa4

Please sign in to comment.