GNOME Bugzilla – Bug 172235
gnome-background-properties crashes with non-UTF-8 png filenames
Last modified: 2005-04-25 15:20:35 UTC
To reproduce: 1. Invoke gnome-background-properties on ja or ja_JP.eucJP locale. 2. Click [Add Wallpaper] button and add any .png files with the current encoding filename. Then gnome-background-properties crashes on Solaris and it is blinking on Linux. CASE2: 1. Invoke gnome-background-properties. 2. Invoke nautilus and drag & drop .png file into gnome-background-properties. The result was same. I'm attaching the patch.
Created attachment 39500 [details] [review] patch for gnome-wp-capplet.c and gnome-wp-xml.c The fixed problems are: - collate none UTF-8 strings. - Display non UTF-8 names in the GUI. - save none UTF-8 strings into gconf DB. - save none UTF-8 strings in .gnome2/backgrounds.xml.
This patch does not apply to CVS head. Can you please update the patch to work with that? And please file the new patch against bug #168604. Thanks. *** This bug has been marked as a duplicate of 168604 ***