GNOME Bugzilla – Bug 83960
[Solaris Multihead] Tool tips shown on wrong screen
Last modified: 2004-12-22 21:47:04 UTC
1. Configure a multihead server with two screens on left(scr0) and right (scr1). 2. Invoke any GNOME application say gnome-terminal, in scr1(gnome- terminal --display :0.1). This will invoke terminal on scr1. 3. Now move the mouse to the scr1 and point to the minimize/maximize/close (on the top right corner of the application) of the gnome-terminal. 4. Tool tip will be displayed on the scr0.
Even though we use gtk >= 2.1.0, we do not see HAVE_GTK_MULTIHEAD defined in src/fixedtip.c because it does not include <config.h> I included <config.h> and tested on a multihead system. The tooltips were displayed on the correct screen. Havoc, can i commit the change to include <config.h> in src/fixedtip.c ?
Yes, adding #include <config.h> before the other include lines in the file should be fine.
Not marking high but wipro should definitely remember to do this and close it :)
Fix commited to CVS. Can somebody verify and close this one?
Assuming fixed.
sorry for not updating for a very long time. i tested with sunbeta2 build2 package and found it is working fine. Hence I am closing this bug.
Gnome 2.0 beta2 build2, Solaris sparc 8 (multihead) Tool tips shown on wrong screen for some applet and some launchers. 1. Configure a multihead server with two screens on left (scr0) with resolution 1920x1080x72 and right (scr1) with resolution 1152x900x66. 2. Launch applet or applications on the menu panel of the first screen (src0) like 'clock’ applet 'calculator’,’ character map' 3. Now move the mouse to the scr0 and point to the launcher on the menu panel 4. Tool tip will be displayed on the scr1. or Select any item under 'Applications' or 'Actions' menu and move the mouse and point to that item (application), the tool tip of that application will be displayed on the second screen (src1) If the resolution for both src0 and src1 is 1152x900x66, the Tool tip of the launcher in second screen will be displayed on the scr0. Please reopen this bug
Based on mamata's comment. I am reopening this bug.
This is a gtk+ bug *** This bug has been marked as a duplicate of 90191 ***