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 83960 - [Solaris Multihead] Tool tips shown on wrong screen
[Solaris Multihead] Tool tips shown on wrong screen
Status: RESOLVED DUPLICATE of bug 90191
Product: metacity
Classification: Other
Component: general
unspecified
Other Solaris
: Normal minor
: ---
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on:
Blocks:
 
 
Reported: 2002-06-03 11:25 UTC by prabhut
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description prabhut 2002-06-03 11:25:37 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.
Comment 1 Jayaraj P R 2002-06-05 14:02:41 UTC
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 ?
Comment 2 Havoc Pennington 2002-06-06 19:04:18 UTC
Yes, adding #include <config.h> before the other include lines in the
file should be fine.
Comment 3 Luis Villa 2002-06-10 07:45:33 UTC
Not marking high but wipro should definitely remember to do this and
close it :) 
Comment 4 Jayaraj P R 2002-06-10 11:02:48 UTC
Fix commited to CVS. Can somebody verify and close this one?
Comment 5 Havoc Pennington 2002-08-10 19:40:57 UTC
Assuming fixed.
Comment 6 prabhut 2002-08-13 07:06:18 UTC
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.
Comment 7 Mamatha 2002-08-14 03:39:41 UTC
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
Comment 8 prabhut 2002-08-28 09:12:51 UTC
Based on mamata's comment. I am reopening this bug.
Comment 9 Mark McLoughlin 2002-09-03 07:19:18 UTC
This is a gtk+ bug

*** This bug has been marked as a duplicate of 90191 ***