From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 6 18:20:18 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C16B216A4CE for ; Fri, 6 Aug 2004 18:20:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9495343D41 for ; Fri, 6 Aug 2004 18:20:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i76IKIa4034255 for ; Fri, 6 Aug 2004 18:20:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i76IKIUi034254; Fri, 6 Aug 2004 18:20:18 GMT (envelope-from gnats) Resent-Date: Fri, 6 Aug 2004 18:20:18 GMT Resent-Message-Id: <200408061820.i76IKIUi034254@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Yves Lefort Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52CAA16A4CE for ; Fri, 6 Aug 2004 18:13:18 +0000 (GMT) Received: from gateway.lefort.net (212.68.242.203.brutele.be [212.68.242.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F0A143D3F for ; Fri, 6 Aug 2004 18:13:17 +0000 (GMT) (envelope-from jylefort@brutele.be) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id E07B654DA for ; Fri, 6 Aug 2004 20:13:15 +0200 (CEST) Received: by jsite.lefort.net (Postfix, from userid 1000) id A61BC22F2F; Fri, 6 Aug 2004 20:13:15 +0200 (CEST) Message-Id: <20040806181315.A61BC22F2F@jsite.lefort.net> Date: Fri, 6 Aug 2004 20:13:15 +0200 (CEST) From: Jean-Yves Lefort To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/70087: Metacity 2.8.2 handling of new windows is problematic X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jean-Yves Lefort List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Aug 2004 18:20:18 -0000 >Number: 70087 >Category: ports >Synopsis: Metacity 2.8.2 handling of new windows is problematic >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 06 18:20:18 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jean-Yves Lefort >Release: FreeBSD 4.10-RELEASE i386 >Organization: >Environment: System: FreeBSD jsite.lefort.net 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Thu Jul 1 14:25:43 CEST 2004 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386 >Description: Metacity 2.8.2 implements the new freedesktop.org EWMH specification, but that causes new windows of applications not supporting that specification to appear below existing ones. The problem is extremely annoying. I recommend to add the following patch to the port (see http://bugzilla.gnome.org/show_bug.cgi?id=149028 for a detailed discussion of the issue). >How-To-Repeat: >Fix: --- src/window.c 31 Jul 2004 21:26:05 -0000 1.333 +++ src/window.c 4 Aug 2004 15:55:42 -0000 @@ -1619,6 +1619,11 @@ window_takes_focus_on_map (MetaWindow *w case META_WINDOW_NORMAL: case META_WINDOW_DIALOG: case META_WINDOW_MODAL_DIALOG: + /* Don't do focus stealing stuff; lame cop-out while we work on + * fixing http://bugzilla.gnome.org/show_bug.cgi?id=149028 + */ + return TRUE; + if (window->focus_despite_user_time) return TRUE; >Release-Note: >Audit-Trail: >Unformatted: