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 116340 - IM status windows only show on the default screen in multihead environment.
IM status windows only show on the default screen in multihead environment.
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Input Methods
2.2.x
Other Linux
: Normal normal
: ---
Assigned To: Hidetoshi Tajima
gtk-bugs
Depends on: 115077
Blocks:
 
 
Reported: 2003-06-30 11:27 UTC by James Su
Modified: 2011-02-04 16:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
a patch to fix the im status window behaviour in multihead mode. (1.04 KB, patch)
2003-06-30 11:28 UTC, James Su
none Details | Review

Description James Su 2003-06-30 11:27:29 UTC
Hi
  I found that the IM status windows can only show on the default screen if
my program is running on another screen. Here is a patch to fix it.
Comment 1 James Su 2003-06-30 11:28:29 UTC
Created attachment 17917 [details] [review]
a patch to fix the im status window behaviour in multihead mode.
Comment 2 Owen Taylor 2003-08-11 18:50:56 UTC
Has interactions with the correct fix that needs to be done
for bug 115077
Comment 3 Owen Taylor 2003-08-18 21:49:47 UTC
There is a fix for this in the latest patch attached to
bug 115077
Comment 4 Owen Taylor 2003-08-20 15:25:16 UTC
Mon Aug 18 17:19:12 2003  Owen Taylor  <otaylor@redhat.com>
 
        * modules/input/gtkimcontextxim.c: Track the current
        screen for each toplevel so that we show the status
        window on the right screen. (#116340, James Su)
 
        * modules/input/gtkimcontextxim.c (get_im): Fix bug
        with multiple open screens.