Public bug reported: The Ubuntu-specific patch to gdm that ends up calling [zenity --warning](https://git.launchpad.net/ubuntu/+source/gdm3/tree/debian/patches/ubuntu/config_error_dialog.patch), has the following problem:
The patch is probably trying to set the text to something that contains < which means the following text will be considered pango markup. It most likely is not pango markup though. So it need to use --no-markup when calling zenity to avoid the text being considered invalid markup. See [here](https://discourse.gnome.org/t/are-you-sure-you-want-to- proceed-message-on-login/13758/10?u=hongyi-zhao) for more detailed discussion on this bug. ** Affects: gdm3 (Ubuntu) Importance: Undecided Status: New ** Tags: gdm3 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gdm3 in Ubuntu. https://bugs.launchpad.net/bugs/2005135 Title: The incorrect calling to zenity via /etc/gdm3/config_error_dialog.patch which should use the --no-markup option for cases when the error messages contain <. Status in gdm3 package in Ubuntu: New Bug description: The Ubuntu-specific patch to gdm that ends up calling [zenity --warning](https://git.launchpad.net/ubuntu/+source/gdm3/tree/debian/patches/ubuntu/config_error_dialog.patch), has the following problem: The patch is probably trying to set the text to something that contains < which means the following text will be considered pango markup. It most likely is not pango markup though. So it need to use --no-markup when calling zenity to avoid the text being considered invalid markup. See [here](https://discourse.gnome.org/t/are-you-sure-you-want-to- proceed-message-on-login/13758/10?u=hongyi-zhao) for more detailed discussion on this bug. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/2005135/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp

