GNOME Bugzilla – Bug 462734
Fix "Force Quit" dialog with non-UTF8 locale
Last modified: 2007-08-03 07:45:43 UTC
Since the switch to g_option, when used with non-UTF8 locale, "Force Quit" dialog mangles window names which are not ASCII. This is because g_option is calling g_locale_to_utf8 on every string parameter. Attached patch fixes this issue by encoding window title to locale encoding for metacity-dialog call.
Created attachment 92904 [details] [review] encode window title to locale encoding for metacity-dialog
for the record, I'm seeing it with fr_FR.ISO-8859-1
Looks simple enough, and I though I can't test I'm going to assume you have. Thanks, Frederic!
committed on HEAD. 2007-08-03 Frederic Crozat <fcrozat@mandriva.com> * src/delete.c: Fix mangled window title in "Force Quit" dialog when using non-UTF8 locale. Close #462734.