From owner-freebsd-gnome Sat Jul 13 16:20: 6 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B2E137B400; Sat, 13 Jul 2002 16:19:59 -0700 (PDT) Received: from snipe.mail.pas.earthlink.net (snipe.mail.pas.earthlink.net [207.217.120.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id A065143E67; Sat, 13 Jul 2002 16:19:58 -0700 (PDT) (envelope-from mvh@ix.netcom.com) Received: from lsanca1-ar6-4-62-202-204.lsanca1.elnk.dsl.genuity.net ([4.62.202.204] helo=netcom1.netcom.com) by snipe.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17TWBB-0000Se-00; Sat, 13 Jul 2002 16:19:58 -0700 Received: by netcom1.netcom.com (Postfix, from userid 1000) id 61F3113107; Sat, 13 Jul 2002 16:19:57 -0700 (PDT) From: Mike Harding To: mvh@ix.netcom.com Cc: sobomax@freebsd.org, marcus@marcuscom.com, gnome@freebsd.org In-reply-to: <20020713230325.84BDA13110@netcom1.netcom.com> (message from Mike Harding on Sat, 13 Jul 2002 16:03:25 -0700 (PDT)) Subject: Re: gnomecore/panel problem (earlier - "desktop totally screwed up") References: <20020713230325.84BDA13110@netcom1.netcom.com> Message-Id: <20020713231957.61F3113107@netcom1.netcom.com> Date: Sat, 13 Jul 2002 16:19:57 -0700 (PDT) Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I just rolled the ports to Jul. 7 again, and main.c now contains (after patching) the following at line 161: menu = gnome_datadir_file ("apps"); looks like patch-ah does this, and checking in CVS, half of it got removed on 07/11... including the parts that patch the path! - AHA! ok, now have to go shopping... From: Mike Harding Date: Sat, 13 Jul 2002 16:03:25 -0700 (PDT) Sender: owner-freebsd-gnome@FreeBSD.ORG X-Loop: FreeBSD.ORG X-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL version=2.30 X-Spam-Level: I backed my gnome up to Jul 7, and rebuilt, and everything works fine in gnome. I then cvsup'd to this morning, and did the following: - pkg_remove all 'old' ports - rebuilt /usr/ports/x11/gnome - tried to start gnome and got the same .xsession errors: ** WARNING **: No system menus found! ** WARNING **: menu /usr/X11R6/share/gnome/gnome/apps does not exist (arguments are .) I TRACKED THIS DOWN to /usr/ports/gnomecore/work/gnome-core01.4.1/panel/menu.c note the following lines: (line 162) menu = gnome_datadir_file ("gnome/apps"); ... (line 166) menu = gnome_datadir_file ("applets"); now as far as I gnow (sorry) 'apps' and 'applets' are in the same area of the hierarchy: /usr/X11R6/share/gnome drwxr-xr-x 8 root wheel 512 Jul 13 08:26 applets drwxr-xr-x 2 root wheel 512 Jul 13 09:35 application-registry drwxr-xr-x 2 root wheel 512 Jul 13 08:26 applications drwxr-xr-x 11 root wheel 512 Jul 13 10:37 apps ... (no gnome directory) so it can't find the apps. These lines are also elsewhere in menu.c, but clearly something ain't right... It looks like the 'gnomeng' change boogered something up, hope this info is useful... - Mike H. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message