Created attachment 141830 [details] [review] xdg-screensaver: Sanitise window name before sending it over the bus I first saw this on Launchpad: https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/1743216 When the window title of the WID passed to suspend is invalid utf-8, we get a crash like this: dbus[19455]: arguments to dbus_message_iter_append_basic() were incorrect, assertion "_dbus_check_is_valid_utf8 (*string_p)" failed in file ../../../dbus/dbus-message.c line 2754. Here's a patch to use Encode (in perl core since 5.8 apparently) to replace such characters with U+FFFD.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xdg/xdg-utils/issues/137.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.