From owner-freebsd-gnome@FreeBSD.ORG Thu Jun 12 08:25:49 2008 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 805781065675 for ; Thu, 12 Jun 2008 08:25:49 +0000 (UTC) (envelope-from andrew.w.nosenko@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.231]) by mx1.freebsd.org (Postfix) with ESMTP id 4A8F78FC19 for ; Thu, 12 Jun 2008 08:25:49 +0000 (UTC) (envelope-from andrew.w.nosenko@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so4198675rvf.43 for ; Thu, 12 Jun 2008 01:25:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ldnHSu/q37/hOEV4Q1Leis1N9Hq+fIhhv5NDadULCvs=; b=qf83uRbrIzhIk/cNBrNq4Hl9AOr0qf7oYREX33cUD0UzO/+s/ttqBJKH7qWOeKmm6l HJRiwKu5fxgDrrYFtTyS6pzcvudSSil3Of94tr0lZ3kDjGfcFjCEOtOGM0iBSZcBBm+L VvvVTPRvJmOncC8Lo8y7eb73wgKDMt9efCDAo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=bDQ1qExu/Y2aXy28naTm8rOknjVi+FL0fDjI0o6l0ThtkweG/8YmmkNERvVYqvGr47 5EDgxnQG7sSf2SAykjWkpm1hBA/PKvm1Zn1VY41q/ImY4+wUoaC6CrLbanl8LjpVwosE RdjnNUDjQQz1RpSTGXlkzNuyH0dgjvJ+3TCUQ= Received: by 10.140.125.1 with SMTP id x1mr612624rvc.217.1213259148986; Thu, 12 Jun 2008 01:25:48 -0700 (PDT) Received: by 10.141.162.7 with HTTP; Thu, 12 Jun 2008 01:25:48 -0700 (PDT) Message-ID: <6161f3180806120125x7ce26584j6b046b99a746b458@mail.gmail.com> Date: Thu, 12 Jun 2008 11:25:48 +0300 From: "Andrew W. Nosenko" To: "Joe Marcus Clarke" In-Reply-To: <1213249990.84877.13.camel@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6161f3180806050451x1ba839b1u91cdb20c5cb1bf69@mail.gmail.com> <6161f3180806051215x4e2307dfrd40b73683d81b26@mail.gmail.com> <48484220.2080408@freebsd.org> <6161f3180806051304p640d03a2sed3c3a32f5112329@mail.gmail.com> <6161f3180806100131v6a209f0ew9f3478fc47a462d4@mail.gmail.com> <1213249990.84877.13.camel@shumai.marcuscom.com> Cc: freebsd-gnome@freebsd.org Subject: Re: gnome-panel crashes when launching Run Dialog X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2008 08:25:49 -0000 On Thu, Jun 12, 2008 at 8:53 AM, Joe Marcus Clarke wrote: > On Tue, 2008-06-10 at 11:31 +0300, Andrew W. Nosenko wrote: >> On Fri, Jun 6, 2008 at 6:14 PM, Jeremy Messenger wrote: >> > >> > Remove old one and use this patch instead. This patch isn't for crash >> > problem, so it is a debug to see if it will helping us to understand what's >> > wrong with gnome-menus. Created by marcus. >> > >> > http://www.marcuscom.com/downloads/patch-libmenu_menu-monitor.c >> >> Done. Output is attached. > > I don't see why it should crash. Have you tried creating a clean > account, and see if the problem occurs there as well? > On newly created fresh account it doesn't crash. But crash easy enough reproduced by following steps: 1. create new user 2. create .xinitrc with only one line gnome-session 3. start X11 by startx 4. remove menu named "Menu Bar" (menu represented by "Gnome foot" + "Applications" + "Palces" + "System") from the top panel 5. add menu named "Main menu" (menu represented by "Gnome foot" icon only) to the top panel 6. press Alt+F2 Seems like the key point is presence of "Main menu" ("Gnome foot" only) instead of default "Menu Bar" ("Gnome foot" + "Applications" + "Palces" + "System") and, possible, launchers on panel. -- Andrew W. Nosenko