Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: prevent systemd from hiding wayland socket #450

Merged
merged 1 commit into from
Apr 13, 2024
Merged

Conversation

nzbr
Copy link
Member

@nzbr nzbr commented Apr 13, 2024

Fixes #448

A recent change in an upstream package makes systemd mount a tmpfs over /run/user/<id> when a user session is started. This leads to the wayland-socket to which WSL puts a symlink to into this directory, no longer being accessible.
This is fixed here by making the relevant unit no longer run if the directory is already present

Co-authored-by: <mitchpleune@gmail.com>
@nzbr nzbr added the bug Something isn't working label Apr 13, 2024
@K900 K900 merged commit 0479d4c into main Apr 13, 2024
25 checks passed
@SuperSandro2000 SuperSandro2000 deleted the runtime-dir-fix branch April 13, 2024 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

/run/user/<id>/wayland-0 does not exist - Wayland GUI applications do not work
2 participants