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

window_x11: fix python3 TypeError #5577

Merged
merged 1 commit into from
Jan 18, 2018
Merged

Conversation

jakogut
Copy link
Contributor

@jakogut jakogut commented Jan 16, 2018

Encode Window.title as byte-string before attempting to set the x11 window
title. This avoids "TypeError: expected bytes, str found" when using the
x11 window provider with Python 3.

Encode Window.title as byte-string before attempting to set the x11 window
title. This avoids "TypeError: expected bytes, str found" when using the
x11 window provider with Python 3.
@KeyWeeUsr KeyWeeUsr merged commit cad15ea into kivy:master Jan 18, 2018
@KeyWeeUsr
Copy link
Contributor

Thanks! 🍡

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants