Skip to content

WSL workaround now accommodates WSL 2 #1220

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

Merged
merged 1 commit into from
Oct 2, 2020

Conversation

stefan-sherwood
Copy link
Contributor

The current workaround for WSL doesn't work with WSL 2 because WSL 2 has changed the format of the uname.

Examples:

For WSL 1:
uname()[2] = '4.4.0-18362-Microsoft'
For WSL 2:
uname()[2] = '4.19.104-microsoft-standard'

Examples:

For WSL 1:
	uname()[2] = '4.4.0-18362-Microsoft'
For WSL 2:
	uname()[2] = '4.19.104-microsoft-standard'
@tito tito merged commit fdb3d78 into kivy:master Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants