GNOME Bugzilla – Bug 172435
cannot input Japanese filenames in "Screenshot"
Last modified: 2005-12-05 21:38:41 UTC
I cannot input Japanese filenames in "Screenshot" To reproduce: 1. Invoke gnome-panel-screenshot and launch [Save Screehshot] dialog. 2. Change IM to Kanji-mode, input Japanese filename on the text entry and input Return key to commit Japanese strings. Then the dialog is closed. I'm attaching the patch.
Created attachment 39596 [details] [review] patch for gnome-panel-screenshot.c Attached the patch.
I cannot reproduce this anymore in gnome-screenshot from gnome-utils CVS HEAD; inputting japanese text and committing works without dismissing the dialogue.
what version of GNOME do you use? do you still have this issue?
This problem does not occur on GNOME 2.12 but on GNOME 2.6. I confirmed gnome-panel-screenshot no longer handle GDK_Return in the callback method in GNOME 2.12. gnome-utils-2.12.1/gnome-screenshot/screenshot-dialog.c: static gboolean on_toplevel_key_press_event (GtkWidget *widget, GdkEventKey *key) { if (key->keyval == GDK_F1) { gtk_dialog_response (GTK_DIALOG (widget), GTK_RESPONSE_HELP); return TRUE; } return FALSE; }
marking as fixed since it works fine with the current version