After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 172435 - cannot input Japanese filenames in "Screenshot"
cannot input Japanese filenames in "Screenshot"
Status: RESOLVED FIXED
Product: gnome-utils
Classification: Deprecated
Component: screenshot
2.6.x
Other Solaris
: Normal normal
: ---
Assigned To: Jonathan Blandford
gnome-utils Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-04-02 13:33 UTC by Takao Fujiwara
Modified: 2005-12-05 21:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for gnome-panel-screenshot.c (900 bytes, patch)
2005-04-02 13:34 UTC, Takao Fujiwara
none Details | Review

Description Takao Fujiwara 2005-04-02 13:33:09 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.
Comment 1 Takao Fujiwara 2005-04-02 13:34:26 UTC
Created attachment 39596 [details] [review]
patch for gnome-panel-screenshot.c

Attached the patch.
Comment 2 Christian Persch 2005-07-08 19:14:22 UTC
I cannot reproduce this anymore in gnome-screenshot from gnome-utils CVS HEAD;
inputting japanese text and committing works without dismissing the dialogue.
Comment 3 Sebastien Bacher 2005-10-19 13:33:05 UTC
what version of GNOME do you use? do you still have this issue?
Comment 4 Takao Fujiwara 2005-11-14 03:22:45 UTC
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;
}
Comment 5 Sebastien Bacher 2005-12-05 21:38:41 UTC
marking as fixed since it works fine with the current version