You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first property, _NET_WM_NAME, is fine. However, the latter uses UTF-8 instead of UTF8_STRING. As a result, Xlib's Xutf8TextListToTextProperty returns -3 (XConverterNotFound). This is despite WM_LOCALE_NAME being set to "en_US.UTF-8".
Your system information
Please describe your issue in as much detail as possible:
Using xprop on Steam shows, among other properties, the following:
The first property, _NET_WM_NAME, is fine. However, the latter uses UTF-8 instead of UTF8_STRING. As a result, Xlib's
Xutf8TextListToTextProperty
returns -3 (XConverterNotFound
). This is despite WM_LOCALE_NAME being set to "en_US.UTF-8".jordansissel/xdotool#456
The text was updated successfully, but these errors were encountered: