mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 14:53:03 +00:00
Rui Matos
d62491f46e
x11/window-props: Convert WM_NAME and WM_CLASS to UTF-8
gjs throws exceptions on non UTF-8 strings which, in some cases, crash gnome-shell. ICCCM string properties are defined to be Latin-1 encoded so we can try to convert them to avoid it. Note that _NET_WM_NAME is defined to be UTF-8 and we already validate it in utf8_string_from_results() . https://bugzilla.gnome.org/show_bug.cgi?id=752788
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%