Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2015 01:10:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196741] java/openjdk7: Mouse will have an offset, when windows are maximized under Gnome3
Message-ID:  <bug-196741-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196741

            Bug ID: 196741
           Summary: java/openjdk7: Mouse will have an offset, when windows
                    are maximized under Gnome3
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: glewis@FreeBSD.org
          Reporter: huanghwh@gmail.com
          Assignee: glewis@FreeBSD.org
             Flags: maintainer-feedback?(glewis@FreeBSD.org)

When maximizing Java window under Gnome3, the mouse will have an offset, you
could not select the menu item.

This patch can fix it:


--- openjdk/jdk/src/solaris/classes/sun/awt/X11/XWM.java.orig    2015-01-15
09:06:22.000000000 +0800
+++ openjdk/jdk/src/solaris/classes/sun/awt/X11/XWM.java    2015-01-15
08:46:42.000000000 +0800
@@ -578,7 +578,7 @@
     }

     static boolean isMutter() {
-        return isNetWMName("Mutter");
+        return isNetWMName("Mutter") || isNetWMName("GNOME Shell");
     }

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer glewis@FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196741-13>