From owner-freebsd-x11@FreeBSD.ORG Sat Mar 5 06:38:16 2011 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5D1A106566C; Sat, 5 Mar 2011 06:38:16 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 9F9758FC0A; Sat, 5 Mar 2011 06:38:16 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p256cFj3086674; Fri, 4 Mar 2011 23:38:15 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p256cFeV086671; Fri, 4 Mar 2011 23:38:15 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Fri, 4 Mar 2011 23:38:15 -0700 (MST) From: Warren Block To: Zhihao Yuan In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Fri, 04 Mar 2011 23:38:15 -0700 (MST) Cc: freebsd-x11@FreeBSD.org, oliver@FreeBSD.org Subject: Re: xfce upgrade kills xfce menus X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Mar 2011 06:38:17 -0000 On Fri, 4 Mar 2011, Zhihao Yuan wrote: > OK. This problem has been solved. > > In the previous version, xfce4's script, startxfce4 requires a patch > to work, which corrects the XDG_DATA_DIRS. In 4.8, this patch is not > needed -- but since it was added as a post-patch command in the > Makefile of the port, no one noticed that. And the command causes the > problem. Now comment out the port-patch part of the file > /usr/ports/sysutils/xfce4-utils/Makefile, and rebuild this port, then > both icons and menus works. Excellent! That brought back all the menus and icons! > If you know who manages this port, please forward this mail to him. Thx. Added to cc list. 'make maintainer' will show the maintainer for any given port. Thanks!