From owner-freebsd-ports@FreeBSD.ORG Fri Mar 4 21:54:55 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 928C2106566B for ; Fri, 4 Mar 2011 21:54:55 +0000 (UTC) (envelope-from duchateau.olivier@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 207748FC08 for ; Fri, 4 Mar 2011 21:54:54 +0000 (UTC) Received: by bwz12 with SMTP id 12so2600554bwz.13 for ; Fri, 04 Mar 2011 13:54:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Drt5mvy4s+glQEa6jnmjlZrANV+N3jyHbSSzzj0TCZk=; b=Z+KYvrkZZgslsmNXdJ/+P1vWYMNPhu5tKOqX5haf0NafAM6laQy3ugaJVWesHXgVyf 5837ZOBYPkGgq07linvLqanTigrEArKUlLAWRkxDovYBe2/EDJIip5gFOkfDLBKsi3Lw aJNwlxrO6eiyn6n+60qPN9f8n5qiu8VLAPDyM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=a/DLXrj1GjSUIOcZIZsA4SMoGDX2tabMvhvwGELzuSTN/TWBjxx40m+FmnFP28c3Ks Ry4F9SnOPnFqxlxBDTtsxJLlt0+EzQSFHugB+TcOoTADOuw02XFO2QMn5CPAupey9DEI +6AMJF0bZKS2amr6pzvakyg2jOeVjzXU6mk4g= MIME-Version: 1.0 Received: by 10.204.75.22 with SMTP id w22mr1016062bkj.65.1299275694087; Fri, 04 Mar 2011 13:54:54 -0800 (PST) Received: by 10.204.70.204 with HTTP; Fri, 4 Mar 2011 13:54:54 -0800 (PST) In-Reply-To: References: Date: Fri, 4 Mar 2011 22:54:54 +0100 Message-ID: From: Olivier Duchateau To: George Liaskos Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org Subject: Re: xfce4.8 icons/menus/panel X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2011 21:54:55 -0000 In Xfce 4.8 management of panels is different regarding Xfce 4.6.x. You can use Perl script (xfconf-migration-4.6.pl, in /usr/local/lib/xfce4) find in sysutils/xfce4-utils (not tested). Or backup you ~/.config directory and run a new session in order to create a new ~/.config (you can delete xfce related stuff, it's safer). 2011/3/4 George Liaskos : > I have the same problems after upgrading xfce, no icons and no > "menus/xfce-applications.menu". > -- olivier